# Checking port 50592 # Found port 50592 Name: main Data directory: C:\cirrus\build/testrun/pg_dump/002_pg_dump\data/t_002_pg_dump_main_data/pgdata Backup directory: C:\cirrus\build/testrun/pg_dump/002_pg_dump\data/t_002_pg_dump_main_data/backup Archive directory: C:\cirrus\build/testrun/pg_dump/002_pg_dump\data/t_002_pg_dump_main_data/archives Connection string: port=50592 host=C:/Windows/TEMP/ctrKm_1_gI Log file: C:\cirrus\build/testrun/pg_dump/002_pg_dump\log/002_pg_dump_main.log [07:25:00.001](0.223s) # initializing database system by copying initdb template # Running: robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_install/initdb-template C:\cirrus\build/testrun/pg_dump/002_pg_dump\data/t_002_pg_dump_main_data/pgdata # Running: C:\cirrus\build\src/test\regress\pg_regress.exe --config-auth C:\cirrus\build/testrun/pg_dump/002_pg_dump\data/t_002_pg_dump_main_data/pgdata ### Starting node "main" # Running: pg_ctl -w -D C:\cirrus\build/testrun/pg_dump/002_pg_dump\data/t_002_pg_dump_main_data/pgdata -l C:\cirrus\build/testrun/pg_dump/002_pg_dump\log/002_pg_dump_main.log -o --cluster-name=main start waiting for server to start.... done server started # Postmaster PID for node "main" is 4600 #### Begin standard error psql::39: NOTICE: merging column "col1" with inherited definition psql::39: NOTICE: merging column "col2" with inherited definition psql::236: NOTICE: return type dump_test.int42 is only a shell psql::249: NOTICE: argument type dump_test.int42 is only a shell psql::321: WARNING: wal_level is insufficient to publish logical changes HINT: Set wal_level to "logical" before creating subscriptions. psql::325: WARNING: subscription was created, but is not connected HINT: To initiate replication, you must manually create the replication slot, enable the subscription, and refresh the subscription. psql::327: WARNING: wal_level is insufficient to publish logical changes HINT: Set wal_level to "logical" before creating subscriptions. psql::331: WARNING: subscription was created, but is not connected HINT: To initiate replication, you must manually create the replication slot, enable the subscription, and refresh the subscription. psql::333: WARNING: wal_level is insufficient to publish logical changes HINT: Set wal_level to "logical" before creating subscriptions. psql::337: WARNING: subscription was created, but is not connected HINT: To initiate replication, you must manually create the replication slot, enable the subscription, and refresh the subscription. psql::339: WARNING: wal_level is insufficient to publish logical changes HINT: Set wal_level to "logical" before creating subscriptions. psql::547: NOTICE: merging column "col1" with inherited definition #### End standard error # Running: pg_dump -p 50592 qqq [07:25:06.147](6.146s) ok 1 - connecting to a non-existent database: exit code not 0 [07:25:06.148](0.000s) ok 2 - connecting to a non-existent database: matches # Running: pg_dump -d regression_invalid [07:25:06.343](0.196s) ok 3 - connecting to an invalid database: exit code not 0 [07:25:06.344](0.000s) ok 4 - connecting to an invalid database: matches # Running: pg_dump -p 50592 --role=regress_dump_test_role [07:25:06.578](0.234s) ok 5 - connecting with an unprivileged user: exit code not 0 [07:25:06.578](0.000s) ok 6 - connecting with an unprivileged user: matches # Running: pg_dump -p 50592 -n nonexistent [07:25:06.664](0.086s) ok 7 - dumping a non-existent schema: exit code not 0 [07:25:06.664](0.000s) ok 8 - dumping a non-existent schema: matches # Running: pg_dump -p 50592 -t nonexistent [07:25:06.727](0.062s) ok 9 - dumping a non-existent table: exit code not 0 [07:25:06.727](0.000s) ok 10 - dumping a non-existent table: matches # Running: pg_dump -p 50592 --strict-names -n nonexistent* [07:25:06.775](0.049s) ok 11 - no matching schemas: exit code not 0 [07:25:06.776](0.000s) ok 12 - no matching schemas: matches # Running: pg_dump -p 50592 --strict-names -t nonexistent* [07:25:06.853](0.077s) ok 13 - no matching tables: exit code not 0 [07:25:06.853](0.000s) ok 14 - no matching tables: matches # Running: pg_dumpall --exclude-database . [07:25:06.966](0.112s) ok 15 - pg_dumpall: option --exclude-database rejects multipart pattern ".": exit code not 0 [07:25:06.966](0.000s) ok 16 - pg_dumpall: option --exclude-database rejects multipart pattern ".": matches # Running: pg_dumpall --exclude-database myhost.mydb [07:25:07.122](0.156s) ok 17 - pg_dumpall: option --exclude-database rejects multipart database names: exit code not 0 [07:25:07.122](0.000s) ok 18 - pg_dumpall: option --exclude-database rejects multipart database names: matches # Running: pg_dump -p 50592 -n pg_catalog pg_dump: warning: typtype of data type "any" appears to be invalid pg_dump: warning: typtype of data type "anyarray" appears to be invalid pg_dump: warning: typtype of data type "anycompatible" appears to be invalid pg_dump: warning: typtype of data type "anycompatiblearray" appears to be invalid pg_dump: warning: typtype of data type "anycompatiblemultirange" appears to be invalid pg_dump: warning: typtype of data type "anycompatiblenonarray" appears to be invalid pg_dump: warning: typtype of data type "anycompatiblerange" appears to be invalid pg_dump: warning: typtype of data type "anyelement" appears to be invalid pg_dump: warning: typtype of data type "anyenum" appears to be invalid pg_dump: warning: typtype of data type "anymultirange" appears to be invalid pg_dump: warning: typtype of data type "anynonarray" appears to be invalid pg_dump: warning: typtype of data type "anyrange" appears to be invalid pg_dump: warning: typtype of data type "cstring" appears to be invalid pg_dump: warning: typtype of data type "event_trigger" appears to be invalid pg_dump: warning: typtype of data type "fdw_handler" appears to be invalid pg_dump: warning: typtype of data type "index_am_handler" appears to be invalid pg_dump: warning: typtype of data type "internal" appears to be invalid pg_dump: warning: typtype of data type "language_handler" appears to be invalid pg_dump: warning: typtype of data type "pg_ddl_command" appears to be invalid pg_dump: warning: typtype of data type "record" appears to be invalid pg_dump: warning: typtype of data type "table_am_handler" appears to be invalid pg_dump: warning: typtype of data type "trigger" appears to be invalid pg_dump: warning: typtype of data type "tsm_handler" appears to be invalid pg_dump: warning: typtype of data type "unknown" appears to be invalid pg_dump: warning: typtype of data type "void" appears to be invalid pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order -- -- PostgreSQL database dump -- -- Dumped from database version 17devel -- Dumped by pg_dump version 17devel SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET transaction_timeout = 0; SET client_encoding = 'WIN1252'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; SET row_security = off; -- -- Name: pg_catalog; Type: SCHEMA; Schema: -; Owner: SYSTEM -- CREATE SCHEMA pg_catalog; ALTER SCHEMA pg_catalog OWNER TO "SYSTEM"; -- -- Name: SCHEMA pg_catalog; Type: COMMENT; Schema: -; Owner: SYSTEM -- COMMENT ON SCHEMA pg_catalog IS 'system catalog schema'; -- -- Name: C; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."C" (provider = libc, locale = 'C'); ALTER COLLATION pg_catalog."C" OWNER TO "SYSTEM"; -- -- Name: COLLATION "C"; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON COLLATION pg_catalog."C" IS 'standard C collation'; -- -- Name: POSIX; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."POSIX" (provider = libc, locale = 'POSIX'); ALTER COLLATION pg_catalog."POSIX" OWNER TO "SYSTEM"; -- -- Name: COLLATION "POSIX"; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON COLLATION pg_catalog."POSIX" IS 'standard POSIX collation'; -- -- Name: aa; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.aa (provider = libc, locale = 'aa'); ALTER COLLATION pg_catalog.aa OWNER TO "SYSTEM"; -- -- Name: aa-DJ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."aa-DJ" (provider = libc, locale = 'aa-DJ'); ALTER COLLATION pg_catalog."aa-DJ" OWNER TO "SYSTEM"; -- -- Name: aa-ER; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."aa-ER" (provider = libc, locale = 'aa-ER'); ALTER COLLATION pg_catalog."aa-ER" OWNER TO "SYSTEM"; -- -- Name: aa-ET; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."aa-ET" (provider = libc, locale = 'aa-ET'); ALTER COLLATION pg_catalog."aa-ET" OWNER TO "SYSTEM"; -- -- Name: aa_DJ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."aa_DJ" (provider = libc, locale = 'aa-DJ'); ALTER COLLATION pg_catalog."aa_DJ" OWNER TO "SYSTEM"; -- -- Name: aa_ER; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."aa_ER" (provider = libc, locale = 'aa-ER'); ALTER COLLATION pg_catalog."aa_ER" OWNER TO "SYSTEM"; -- -- Name: aa_ET; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."aa_ET" (provider = libc, locale = 'aa-ET'); ALTER COLLATION pg_catalog."aa_ET" OWNER TO "SYSTEM"; -- -- Name: af; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.af (provider = libc, locale = 'af'); ALTER COLLATION pg_catalog.af OWNER TO "SYSTEM"; -- -- Name: af-NA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."af-NA" (provider = libc, locale = 'af-NA'); ALTER COLLATION pg_catalog."af-NA" OWNER TO "SYSTEM"; -- -- Name: af-ZA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."af-ZA" (provider = libc, locale = 'af-ZA'); ALTER COLLATION pg_catalog."af-ZA" OWNER TO "SYSTEM"; -- -- Name: af_NA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."af_NA" (provider = libc, locale = 'af-NA'); ALTER COLLATION pg_catalog."af_NA" OWNER TO "SYSTEM"; -- -- Name: af_ZA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."af_ZA" (provider = libc, locale = 'af-ZA'); ALTER COLLATION pg_catalog."af_ZA" OWNER TO "SYSTEM"; -- -- Name: agq; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.agq (provider = libc, locale = 'agq'); ALTER COLLATION pg_catalog.agq OWNER TO "SYSTEM"; -- -- Name: agq-CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."agq-CM" (provider = libc, locale = 'agq-CM'); ALTER COLLATION pg_catalog."agq-CM" OWNER TO "SYSTEM"; -- -- Name: agq_CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."agq_CM" (provider = libc, locale = 'agq-CM'); ALTER COLLATION pg_catalog."agq_CM" OWNER TO "SYSTEM"; -- -- Name: ak; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ak (provider = libc, locale = 'ak'); ALTER COLLATION pg_catalog.ak OWNER TO "SYSTEM"; -- -- Name: ak-GH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ak-GH" (provider = libc, locale = 'ak-GH'); ALTER COLLATION pg_catalog."ak-GH" OWNER TO "SYSTEM"; -- -- Name: ak_GH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ak_GH" (provider = libc, locale = 'ak-GH'); ALTER COLLATION pg_catalog."ak_GH" OWNER TO "SYSTEM"; -- -- Name: am; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.am (provider = libc, locale = 'am'); ALTER COLLATION pg_catalog.am OWNER TO "SYSTEM"; -- -- Name: am-ET; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."am-ET" (provider = libc, locale = 'am-ET'); ALTER COLLATION pg_catalog."am-ET" OWNER TO "SYSTEM"; -- -- Name: am_ET; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."am_ET" (provider = libc, locale = 'am-ET'); ALTER COLLATION pg_catalog."am_ET" OWNER TO "SYSTEM"; -- -- Name: ar; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ar (provider = libc, locale = 'ar'); ALTER COLLATION pg_catalog.ar OWNER TO "SYSTEM"; -- -- Name: ar-001; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-001" (provider = libc, locale = 'ar-001'); ALTER COLLATION pg_catalog."ar-001" OWNER TO "SYSTEM"; -- -- Name: ar-AE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-AE" (provider = libc, locale = 'ar-AE'); ALTER COLLATION pg_catalog."ar-AE" OWNER TO "SYSTEM"; -- -- Name: ar-BH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-BH" (provider = libc, locale = 'ar-BH'); ALTER COLLATION pg_catalog."ar-BH" OWNER TO "SYSTEM"; -- -- Name: ar-DJ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-DJ" (provider = libc, locale = 'ar-DJ'); ALTER COLLATION pg_catalog."ar-DJ" OWNER TO "SYSTEM"; -- -- Name: ar-DZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-DZ" (provider = libc, locale = 'ar-DZ'); ALTER COLLATION pg_catalog."ar-DZ" OWNER TO "SYSTEM"; -- -- Name: ar-EG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-EG" (provider = libc, locale = 'ar-EG'); ALTER COLLATION pg_catalog."ar-EG" OWNER TO "SYSTEM"; -- -- Name: ar-ER; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-ER" (provider = libc, locale = 'ar-ER'); ALTER COLLATION pg_catalog."ar-ER" OWNER TO "SYSTEM"; -- -- Name: ar-IL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-IL" (provider = libc, locale = 'ar-IL'); ALTER COLLATION pg_catalog."ar-IL" OWNER TO "SYSTEM"; -- -- Name: ar-IQ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-IQ" (provider = libc, locale = 'ar-IQ'); ALTER COLLATION pg_catalog."ar-IQ" OWNER TO "SYSTEM"; -- -- Name: ar-JO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-JO" (provider = libc, locale = 'ar-JO'); ALTER COLLATION pg_catalog."ar-JO" OWNER TO "SYSTEM"; -- -- Name: ar-KM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-KM" (provider = libc, locale = 'ar-KM'); ALTER COLLATION pg_catalog."ar-KM" OWNER TO "SYSTEM"; -- -- Name: ar-KW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-KW" (provider = libc, locale = 'ar-KW'); ALTER COLLATION pg_catalog."ar-KW" OWNER TO "SYSTEM"; -- -- Name: ar-LB; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-LB" (provider = libc, locale = 'ar-LB'); ALTER COLLATION pg_catalog."ar-LB" OWNER TO "SYSTEM"; -- -- Name: ar-LY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-LY" (provider = libc, locale = 'ar-LY'); ALTER COLLATION pg_catalog."ar-LY" OWNER TO "SYSTEM"; -- -- Name: ar-MA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-MA" (provider = libc, locale = 'ar-MA'); ALTER COLLATION pg_catalog."ar-MA" OWNER TO "SYSTEM"; -- -- Name: ar-MR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-MR" (provider = libc, locale = 'ar-MR'); ALTER COLLATION pg_catalog."ar-MR" OWNER TO "SYSTEM"; -- -- Name: ar-OM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-OM" (provider = libc, locale = 'ar-OM'); ALTER COLLATION pg_catalog."ar-OM" OWNER TO "SYSTEM"; -- -- Name: ar-PS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-PS" (provider = libc, locale = 'ar-PS'); ALTER COLLATION pg_catalog."ar-PS" OWNER TO "SYSTEM"; -- -- Name: ar-QA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-QA" (provider = libc, locale = 'ar-QA'); ALTER COLLATION pg_catalog."ar-QA" OWNER TO "SYSTEM"; -- -- Name: ar-SA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-SA" (provider = libc, locale = 'ar-SA'); ALTER COLLATION pg_catalog."ar-SA" OWNER TO "SYSTEM"; -- -- Name: ar-SD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-SD" (provider = libc, locale = 'ar-SD'); ALTER COLLATION pg_catalog."ar-SD" OWNER TO "SYSTEM"; -- -- Name: ar-SO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-SO" (provider = libc, locale = 'ar-SO'); ALTER COLLATION pg_catalog."ar-SO" OWNER TO "SYSTEM"; -- -- Name: ar-SS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-SS" (provider = libc, locale = 'ar-SS'); ALTER COLLATION pg_catalog."ar-SS" OWNER TO "SYSTEM"; -- -- Name: ar-SY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-SY" (provider = libc, locale = 'ar-SY'); ALTER COLLATION pg_catalog."ar-SY" OWNER TO "SYSTEM"; -- -- Name: ar-TD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-TD" (provider = libc, locale = 'ar-TD'); ALTER COLLATION pg_catalog."ar-TD" OWNER TO "SYSTEM"; -- -- Name: ar-TN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-TN" (provider = libc, locale = 'ar-TN'); ALTER COLLATION pg_catalog."ar-TN" OWNER TO "SYSTEM"; -- -- Name: ar-YE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar-YE" (provider = libc, locale = 'ar-YE'); ALTER COLLATION pg_catalog."ar-YE" OWNER TO "SYSTEM"; -- -- Name: ar_001; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ar_001 (provider = libc, locale = 'ar-001'); ALTER COLLATION pg_catalog.ar_001 OWNER TO "SYSTEM"; -- -- Name: ar_AE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_AE" (provider = libc, locale = 'ar-AE'); ALTER COLLATION pg_catalog."ar_AE" OWNER TO "SYSTEM"; -- -- Name: ar_BH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_BH" (provider = libc, locale = 'ar-BH'); ALTER COLLATION pg_catalog."ar_BH" OWNER TO "SYSTEM"; -- -- Name: ar_DJ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_DJ" (provider = libc, locale = 'ar-DJ'); ALTER COLLATION pg_catalog."ar_DJ" OWNER TO "SYSTEM"; -- -- Name: ar_DZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_DZ" (provider = libc, locale = 'ar-DZ'); ALTER COLLATION pg_catalog."ar_DZ" OWNER TO "SYSTEM"; -- -- Name: ar_EG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_EG" (provider = libc, locale = 'ar-EG'); ALTER COLLATION pg_catalog."ar_EG" OWNER TO "SYSTEM"; -- -- Name: ar_ER; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_ER" (provider = libc, locale = 'ar-ER'); ALTER COLLATION pg_catalog."ar_ER" OWNER TO "SYSTEM"; -- -- Name: ar_IL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_IL" (provider = libc, locale = 'ar-IL'); ALTER COLLATION pg_catalog."ar_IL" OWNER TO "SYSTEM"; -- -- Name: ar_IQ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_IQ" (provider = libc, locale = 'ar-IQ'); ALTER COLLATION pg_catalog."ar_IQ" OWNER TO "SYSTEM"; -- -- Name: ar_JO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_JO" (provider = libc, locale = 'ar-JO'); ALTER COLLATION pg_catalog."ar_JO" OWNER TO "SYSTEM"; -- -- Name: ar_KM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_KM" (provider = libc, locale = 'ar-KM'); ALTER COLLATION pg_catalog."ar_KM" OWNER TO "SYSTEM"; -- -- Name: ar_KW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_KW" (provider = libc, locale = 'ar-KW'); ALTER COLLATION pg_catalog."ar_KW" OWNER TO "SYSTEM"; -- -- Name: ar_LB; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_LB" (provider = libc, locale = 'ar-LB'); ALTER COLLATION pg_catalog."ar_LB" OWNER TO "SYSTEM"; -- -- Name: ar_LY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_LY" (provider = libc, locale = 'ar-LY'); ALTER COLLATION pg_catalog."ar_LY" OWNER TO "SYSTEM"; -- -- Name: ar_MA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_MA" (provider = libc, locale = 'ar-MA'); ALTER COLLATION pg_catalog."ar_MA" OWNER TO "SYSTEM"; -- -- Name: ar_MR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_MR" (provider = libc, locale = 'ar-MR'); ALTER COLLATION pg_catalog."ar_MR" OWNER TO "SYSTEM"; -- -- Name: ar_OM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_OM" (provider = libc, locale = 'ar-OM'); ALTER COLLATION pg_catalog."ar_OM" OWNER TO "SYSTEM"; -- -- Name: ar_PS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_PS" (provider = libc, locale = 'ar-PS'); ALTER COLLATION pg_catalog."ar_PS" OWNER TO "SYSTEM"; -- -- Name: ar_QA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_QA" (provider = libc, locale = 'ar-QA'); ALTER COLLATION pg_catalog."ar_QA" OWNER TO "SYSTEM"; -- -- Name: ar_SA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_SA" (provider = libc, locale = 'ar-SA'); ALTER COLLATION pg_catalog."ar_SA" OWNER TO "SYSTEM"; -- -- Name: ar_SD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_SD" (provider = libc, locale = 'ar-SD'); ALTER COLLATION pg_catalog."ar_SD" OWNER TO "SYSTEM"; -- -- Name: ar_SO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_SO" (provider = libc, locale = 'ar-SO'); ALTER COLLATION pg_catalog."ar_SO" OWNER TO "SYSTEM"; -- -- Name: ar_SS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_SS" (provider = libc, locale = 'ar-SS'); ALTER COLLATION pg_catalog."ar_SS" OWNER TO "SYSTEM"; -- -- Name: ar_SY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_SY" (provider = libc, locale = 'ar-SY'); ALTER COLLATION pg_catalog."ar_SY" OWNER TO "SYSTEM"; -- -- Name: ar_TD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_TD" (provider = libc, locale = 'ar-TD'); ALTER COLLATION pg_catalog."ar_TD" OWNER TO "SYSTEM"; -- -- Name: ar_TN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_TN" (provider = libc, locale = 'ar-TN'); ALTER COLLATION pg_catalog."ar_TN" OWNER TO "SYSTEM"; -- -- Name: ar_YE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ar_YE" (provider = libc, locale = 'ar-YE'); ALTER COLLATION pg_catalog."ar_YE" OWNER TO "SYSTEM"; -- -- Name: arn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.arn (provider = libc, locale = 'arn'); ALTER COLLATION pg_catalog.arn OWNER TO "SYSTEM"; -- -- Name: arn-CL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."arn-CL" (provider = libc, locale = 'arn-CL'); ALTER COLLATION pg_catalog."arn-CL" OWNER TO "SYSTEM"; -- -- Name: arn_CL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."arn_CL" (provider = libc, locale = 'arn-CL'); ALTER COLLATION pg_catalog."arn_CL" OWNER TO "SYSTEM"; -- -- Name: as; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."as" (provider = libc, locale = 'as'); ALTER COLLATION pg_catalog."as" OWNER TO "SYSTEM"; -- -- Name: as-IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."as-IN" (provider = libc, locale = 'as-IN'); ALTER COLLATION pg_catalog."as-IN" OWNER TO "SYSTEM"; -- -- Name: as_IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."as_IN" (provider = libc, locale = 'as-IN'); ALTER COLLATION pg_catalog."as_IN" OWNER TO "SYSTEM"; -- -- Name: asa; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.asa (provider = libc, locale = 'asa'); ALTER COLLATION pg_catalog.asa OWNER TO "SYSTEM"; -- -- Name: asa-TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."asa-TZ" (provider = libc, locale = 'asa-TZ'); ALTER COLLATION pg_catalog."asa-TZ" OWNER TO "SYSTEM"; -- -- Name: asa_TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."asa_TZ" (provider = libc, locale = 'asa-TZ'); ALTER COLLATION pg_catalog."asa_TZ" OWNER TO "SYSTEM"; -- -- Name: ast; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ast (provider = libc, locale = 'ast'); ALTER COLLATION pg_catalog.ast OWNER TO "SYSTEM"; -- -- Name: ast-ES; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ast-ES" (provider = libc, locale = 'ast-ES'); ALTER COLLATION pg_catalog."ast-ES" OWNER TO "SYSTEM"; -- -- Name: ast_ES; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ast_ES" (provider = libc, locale = 'ast-ES'); ALTER COLLATION pg_catalog."ast_ES" OWNER TO "SYSTEM"; -- -- Name: az; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.az (provider = libc, locale = 'az'); ALTER COLLATION pg_catalog.az OWNER TO "SYSTEM"; -- -- Name: az-Cyrl; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."az-Cyrl" (provider = libc, locale = 'az-Cyrl'); ALTER COLLATION pg_catalog."az-Cyrl" OWNER TO "SYSTEM"; -- -- Name: az-Cyrl-AZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."az-Cyrl-AZ" (provider = libc, locale = 'az-Cyrl-AZ'); ALTER COLLATION pg_catalog."az-Cyrl-AZ" OWNER TO "SYSTEM"; -- -- Name: az-Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."az-Latn" (provider = libc, locale = 'az-Latn'); ALTER COLLATION pg_catalog."az-Latn" OWNER TO "SYSTEM"; -- -- Name: az-Latn-AZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."az-Latn-AZ" (provider = libc, locale = 'az-Latn-AZ'); ALTER COLLATION pg_catalog."az-Latn-AZ" OWNER TO "SYSTEM"; -- -- Name: az_Cyrl; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."az_Cyrl" (provider = libc, locale = 'az-Cyrl'); ALTER COLLATION pg_catalog."az_Cyrl" OWNER TO "SYSTEM"; -- -- Name: az_Cyrl_AZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."az_Cyrl_AZ" (provider = libc, locale = 'az-Cyrl-AZ'); ALTER COLLATION pg_catalog."az_Cyrl_AZ" OWNER TO "SYSTEM"; -- -- Name: az_Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."az_Latn" (provider = libc, locale = 'az-Latn'); ALTER COLLATION pg_catalog."az_Latn" OWNER TO "SYSTEM"; -- -- Name: az_Latn_AZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."az_Latn_AZ" (provider = libc, locale = 'az-Latn-AZ'); ALTER COLLATION pg_catalog."az_Latn_AZ" OWNER TO "SYSTEM"; -- -- Name: ba; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ba (provider = libc, locale = 'ba'); ALTER COLLATION pg_catalog.ba OWNER TO "SYSTEM"; -- -- Name: ba-RU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ba-RU" (provider = libc, locale = 'ba-RU'); ALTER COLLATION pg_catalog."ba-RU" OWNER TO "SYSTEM"; -- -- Name: ba_RU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ba_RU" (provider = libc, locale = 'ba-RU'); ALTER COLLATION pg_catalog."ba_RU" OWNER TO "SYSTEM"; -- -- Name: bas; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.bas (provider = libc, locale = 'bas'); ALTER COLLATION pg_catalog.bas OWNER TO "SYSTEM"; -- -- Name: bas-CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bas-CM" (provider = libc, locale = 'bas-CM'); ALTER COLLATION pg_catalog."bas-CM" OWNER TO "SYSTEM"; -- -- Name: bas_CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bas_CM" (provider = libc, locale = 'bas-CM'); ALTER COLLATION pg_catalog."bas_CM" OWNER TO "SYSTEM"; -- -- Name: be; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.be (provider = libc, locale = 'be'); ALTER COLLATION pg_catalog.be OWNER TO "SYSTEM"; -- -- Name: be-BY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."be-BY" (provider = libc, locale = 'be-BY'); ALTER COLLATION pg_catalog."be-BY" OWNER TO "SYSTEM"; -- -- Name: be_BY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."be_BY" (provider = libc, locale = 'be-BY'); ALTER COLLATION pg_catalog."be_BY" OWNER TO "SYSTEM"; -- -- Name: bem; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.bem (provider = libc, locale = 'bem'); ALTER COLLATION pg_catalog.bem OWNER TO "SYSTEM"; -- -- Name: bem-ZM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bem-ZM" (provider = libc, locale = 'bem-ZM'); ALTER COLLATION pg_catalog."bem-ZM" OWNER TO "SYSTEM"; -- -- Name: bem_ZM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bem_ZM" (provider = libc, locale = 'bem-ZM'); ALTER COLLATION pg_catalog."bem_ZM" OWNER TO "SYSTEM"; -- -- Name: bez; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.bez (provider = libc, locale = 'bez'); ALTER COLLATION pg_catalog.bez OWNER TO "SYSTEM"; -- -- Name: bez-TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bez-TZ" (provider = libc, locale = 'bez-TZ'); ALTER COLLATION pg_catalog."bez-TZ" OWNER TO "SYSTEM"; -- -- Name: bez_TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bez_TZ" (provider = libc, locale = 'bez-TZ'); ALTER COLLATION pg_catalog."bez_TZ" OWNER TO "SYSTEM"; -- -- Name: bg; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.bg (provider = libc, locale = 'bg'); ALTER COLLATION pg_catalog.bg OWNER TO "SYSTEM"; -- -- Name: bg-BG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bg-BG" (provider = libc, locale = 'bg-BG'); ALTER COLLATION pg_catalog."bg-BG" OWNER TO "SYSTEM"; -- -- Name: bg_BG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bg_BG" (provider = libc, locale = 'bg-BG'); ALTER COLLATION pg_catalog."bg_BG" OWNER TO "SYSTEM"; -- -- Name: bin; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.bin (provider = libc, locale = 'bin'); ALTER COLLATION pg_catalog.bin OWNER TO "SYSTEM"; -- -- Name: bin-NG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bin-NG" (provider = libc, locale = 'bin-NG'); ALTER COLLATION pg_catalog."bin-NG" OWNER TO "SYSTEM"; -- -- Name: bin_NG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bin_NG" (provider = libc, locale = 'bin-NG'); ALTER COLLATION pg_catalog."bin_NG" OWNER TO "SYSTEM"; -- -- Name: bm; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.bm (provider = libc, locale = 'bm'); ALTER COLLATION pg_catalog.bm OWNER TO "SYSTEM"; -- -- Name: bm-Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bm-Latn" (provider = libc, locale = 'bm-Latn'); ALTER COLLATION pg_catalog."bm-Latn" OWNER TO "SYSTEM"; -- -- Name: bm-Latn-ML; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bm-Latn-ML" (provider = libc, locale = 'bm-Latn-ML'); ALTER COLLATION pg_catalog."bm-Latn-ML" OWNER TO "SYSTEM"; -- -- Name: bm_Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bm_Latn" (provider = libc, locale = 'bm-Latn'); ALTER COLLATION pg_catalog."bm_Latn" OWNER TO "SYSTEM"; -- -- Name: bm_Latn_ML; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bm_Latn_ML" (provider = libc, locale = 'bm-Latn-ML'); ALTER COLLATION pg_catalog."bm_Latn_ML" OWNER TO "SYSTEM"; -- -- Name: bn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.bn (provider = libc, locale = 'bn'); ALTER COLLATION pg_catalog.bn OWNER TO "SYSTEM"; -- -- Name: bn-BD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bn-BD" (provider = libc, locale = 'bn-BD'); ALTER COLLATION pg_catalog."bn-BD" OWNER TO "SYSTEM"; -- -- Name: bn-IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bn-IN" (provider = libc, locale = 'bn-IN'); ALTER COLLATION pg_catalog."bn-IN" OWNER TO "SYSTEM"; -- -- Name: bn_BD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bn_BD" (provider = libc, locale = 'bn-BD'); ALTER COLLATION pg_catalog."bn_BD" OWNER TO "SYSTEM"; -- -- Name: bn_IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bn_IN" (provider = libc, locale = 'bn-IN'); ALTER COLLATION pg_catalog."bn_IN" OWNER TO "SYSTEM"; -- -- Name: bo; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.bo (provider = libc, locale = 'bo'); ALTER COLLATION pg_catalog.bo OWNER TO "SYSTEM"; -- -- Name: bo-CN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bo-CN" (provider = libc, locale = 'bo-CN'); ALTER COLLATION pg_catalog."bo-CN" OWNER TO "SYSTEM"; -- -- Name: bo-IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bo-IN" (provider = libc, locale = 'bo-IN'); ALTER COLLATION pg_catalog."bo-IN" OWNER TO "SYSTEM"; -- -- Name: bo_CN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bo_CN" (provider = libc, locale = 'bo-CN'); ALTER COLLATION pg_catalog."bo_CN" OWNER TO "SYSTEM"; -- -- Name: bo_IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bo_IN" (provider = libc, locale = 'bo-IN'); ALTER COLLATION pg_catalog."bo_IN" OWNER TO "SYSTEM"; -- -- Name: br; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.br (provider = libc, locale = 'br'); ALTER COLLATION pg_catalog.br OWNER TO "SYSTEM"; -- -- Name: br-FR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."br-FR" (provider = libc, locale = 'br-FR'); ALTER COLLATION pg_catalog."br-FR" OWNER TO "SYSTEM"; -- -- Name: br_FR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."br_FR" (provider = libc, locale = 'br-FR'); ALTER COLLATION pg_catalog."br_FR" OWNER TO "SYSTEM"; -- -- Name: brx; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.brx (provider = libc, locale = 'brx'); ALTER COLLATION pg_catalog.brx OWNER TO "SYSTEM"; -- -- Name: brx-IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."brx-IN" (provider = libc, locale = 'brx-IN'); ALTER COLLATION pg_catalog."brx-IN" OWNER TO "SYSTEM"; -- -- Name: brx_IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."brx_IN" (provider = libc, locale = 'brx-IN'); ALTER COLLATION pg_catalog."brx_IN" OWNER TO "SYSTEM"; -- -- Name: bs; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.bs (provider = libc, locale = 'bs'); ALTER COLLATION pg_catalog.bs OWNER TO "SYSTEM"; -- -- Name: bs-Cyrl; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bs-Cyrl" (provider = libc, locale = 'bs-Cyrl'); ALTER COLLATION pg_catalog."bs-Cyrl" OWNER TO "SYSTEM"; -- -- Name: bs-Cyrl-BA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bs-Cyrl-BA" (provider = libc, locale = 'bs-Cyrl-BA'); ALTER COLLATION pg_catalog."bs-Cyrl-BA" OWNER TO "SYSTEM"; -- -- Name: bs-Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bs-Latn" (provider = libc, locale = 'bs-Latn'); ALTER COLLATION pg_catalog."bs-Latn" OWNER TO "SYSTEM"; -- -- Name: bs-Latn-BA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bs-Latn-BA" (provider = libc, locale = 'bs-Latn-BA'); ALTER COLLATION pg_catalog."bs-Latn-BA" OWNER TO "SYSTEM"; -- -- Name: bs_Cyrl; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bs_Cyrl" (provider = libc, locale = 'bs-Cyrl'); ALTER COLLATION pg_catalog."bs_Cyrl" OWNER TO "SYSTEM"; -- -- Name: bs_Cyrl_BA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bs_Cyrl_BA" (provider = libc, locale = 'bs-Cyrl-BA'); ALTER COLLATION pg_catalog."bs_Cyrl_BA" OWNER TO "SYSTEM"; -- -- Name: bs_Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bs_Latn" (provider = libc, locale = 'bs-Latn'); ALTER COLLATION pg_catalog."bs_Latn" OWNER TO "SYSTEM"; -- -- Name: bs_Latn_BA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."bs_Latn_BA" (provider = libc, locale = 'bs-Latn-BA'); ALTER COLLATION pg_catalog."bs_Latn_BA" OWNER TO "SYSTEM"; -- -- Name: byn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.byn (provider = libc, locale = 'byn'); ALTER COLLATION pg_catalog.byn OWNER TO "SYSTEM"; -- -- Name: byn-ER; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."byn-ER" (provider = libc, locale = 'byn-ER'); ALTER COLLATION pg_catalog."byn-ER" OWNER TO "SYSTEM"; -- -- Name: byn_ER; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."byn_ER" (provider = libc, locale = 'byn-ER'); ALTER COLLATION pg_catalog."byn_ER" OWNER TO "SYSTEM"; -- -- Name: ca; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ca (provider = libc, locale = 'ca'); ALTER COLLATION pg_catalog.ca OWNER TO "SYSTEM"; -- -- Name: ca-AD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ca-AD" (provider = libc, locale = 'ca-AD'); ALTER COLLATION pg_catalog."ca-AD" OWNER TO "SYSTEM"; -- -- Name: ca-ES; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ca-ES" (provider = libc, locale = 'ca-ES'); ALTER COLLATION pg_catalog."ca-ES" OWNER TO "SYSTEM"; -- -- Name: ca-ES-valencia; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ca-ES-valencia" (provider = libc, locale = 'ca-ES-valencia'); ALTER COLLATION pg_catalog."ca-ES-valencia" OWNER TO "SYSTEM"; -- -- Name: ca-FR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ca-FR" (provider = libc, locale = 'ca-FR'); ALTER COLLATION pg_catalog."ca-FR" OWNER TO "SYSTEM"; -- -- Name: ca-IT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ca-IT" (provider = libc, locale = 'ca-IT'); ALTER COLLATION pg_catalog."ca-IT" OWNER TO "SYSTEM"; -- -- Name: ca_AD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ca_AD" (provider = libc, locale = 'ca-AD'); ALTER COLLATION pg_catalog."ca_AD" OWNER TO "SYSTEM"; -- -- Name: ca_ES; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ca_ES" (provider = libc, locale = 'ca-ES'); ALTER COLLATION pg_catalog."ca_ES" OWNER TO "SYSTEM"; -- -- Name: ca_ES_valencia; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ca_ES_valencia" (provider = libc, locale = 'ca-ES-valencia'); ALTER COLLATION pg_catalog."ca_ES_valencia" OWNER TO "SYSTEM"; -- -- Name: ca_FR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ca_FR" (provider = libc, locale = 'ca-FR'); ALTER COLLATION pg_catalog."ca_FR" OWNER TO "SYSTEM"; -- -- Name: ca_IT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ca_IT" (provider = libc, locale = 'ca-IT'); ALTER COLLATION pg_catalog."ca_IT" OWNER TO "SYSTEM"; -- -- Name: ccp; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ccp (provider = libc, locale = 'ccp'); ALTER COLLATION pg_catalog.ccp OWNER TO "SYSTEM"; -- -- Name: ccp-Cakm; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ccp-Cakm" (provider = libc, locale = 'ccp-Cakm'); ALTER COLLATION pg_catalog."ccp-Cakm" OWNER TO "SYSTEM"; -- -- Name: ccp-Cakm-BD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ccp-Cakm-BD" (provider = libc, locale = 'ccp-Cakm-BD'); ALTER COLLATION pg_catalog."ccp-Cakm-BD" OWNER TO "SYSTEM"; -- -- Name: ccp-Cakm-IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ccp-Cakm-IN" (provider = libc, locale = 'ccp-Cakm-IN'); ALTER COLLATION pg_catalog."ccp-Cakm-IN" OWNER TO "SYSTEM"; -- -- Name: ccp_Cakm; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ccp_Cakm" (provider = libc, locale = 'ccp-Cakm'); ALTER COLLATION pg_catalog."ccp_Cakm" OWNER TO "SYSTEM"; -- -- Name: ccp_Cakm_BD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ccp_Cakm_BD" (provider = libc, locale = 'ccp-Cakm-BD'); ALTER COLLATION pg_catalog."ccp_Cakm_BD" OWNER TO "SYSTEM"; -- -- Name: ccp_Cakm_IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ccp_Cakm_IN" (provider = libc, locale = 'ccp-Cakm-IN'); ALTER COLLATION pg_catalog."ccp_Cakm_IN" OWNER TO "SYSTEM"; -- -- Name: ce; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ce (provider = libc, locale = 'ce'); ALTER COLLATION pg_catalog.ce OWNER TO "SYSTEM"; -- -- Name: ce-RU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ce-RU" (provider = libc, locale = 'ce-RU'); ALTER COLLATION pg_catalog."ce-RU" OWNER TO "SYSTEM"; -- -- Name: ce_RU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ce_RU" (provider = libc, locale = 'ce-RU'); ALTER COLLATION pg_catalog."ce_RU" OWNER TO "SYSTEM"; -- -- Name: ceb; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ceb (provider = libc, locale = 'ceb'); ALTER COLLATION pg_catalog.ceb OWNER TO "SYSTEM"; -- -- Name: ceb-Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ceb-Latn" (provider = libc, locale = 'ceb-Latn'); ALTER COLLATION pg_catalog."ceb-Latn" OWNER TO "SYSTEM"; -- -- Name: ceb-Latn-PH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ceb-Latn-PH" (provider = libc, locale = 'ceb-Latn-PH'); ALTER COLLATION pg_catalog."ceb-Latn-PH" OWNER TO "SYSTEM"; -- -- Name: ceb_Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ceb_Latn" (provider = libc, locale = 'ceb-Latn'); ALTER COLLATION pg_catalog."ceb_Latn" OWNER TO "SYSTEM"; -- -- Name: ceb_Latn_PH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ceb_Latn_PH" (provider = libc, locale = 'ceb-Latn-PH'); ALTER COLLATION pg_catalog."ceb_Latn_PH" OWNER TO "SYSTEM"; -- -- Name: cgg; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.cgg (provider = libc, locale = 'cgg'); ALTER COLLATION pg_catalog.cgg OWNER TO "SYSTEM"; -- -- Name: cgg-UG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."cgg-UG" (provider = libc, locale = 'cgg-UG'); ALTER COLLATION pg_catalog."cgg-UG" OWNER TO "SYSTEM"; -- -- Name: cgg_UG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."cgg_UG" (provider = libc, locale = 'cgg-UG'); ALTER COLLATION pg_catalog."cgg_UG" OWNER TO "SYSTEM"; -- -- Name: chr; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.chr (provider = libc, locale = 'chr'); ALTER COLLATION pg_catalog.chr OWNER TO "SYSTEM"; -- -- Name: chr-Cher; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."chr-Cher" (provider = libc, locale = 'chr-Cher'); ALTER COLLATION pg_catalog."chr-Cher" OWNER TO "SYSTEM"; -- -- Name: chr-Cher-US; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."chr-Cher-US" (provider = libc, locale = 'chr-Cher-US'); ALTER COLLATION pg_catalog."chr-Cher-US" OWNER TO "SYSTEM"; -- -- Name: chr_Cher; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."chr_Cher" (provider = libc, locale = 'chr-Cher'); ALTER COLLATION pg_catalog."chr_Cher" OWNER TO "SYSTEM"; -- -- Name: chr_Cher_US; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."chr_Cher_US" (provider = libc, locale = 'chr-Cher-US'); ALTER COLLATION pg_catalog."chr_Cher_US" OWNER TO "SYSTEM"; -- -- Name: co; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.co (provider = libc, locale = 'co'); ALTER COLLATION pg_catalog.co OWNER TO "SYSTEM"; -- -- Name: co-FR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."co-FR" (provider = libc, locale = 'co-FR'); ALTER COLLATION pg_catalog."co-FR" OWNER TO "SYSTEM"; -- -- Name: co_FR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."co_FR" (provider = libc, locale = 'co-FR'); ALTER COLLATION pg_catalog."co_FR" OWNER TO "SYSTEM"; -- -- Name: cs; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.cs (provider = libc, locale = 'cs'); ALTER COLLATION pg_catalog.cs OWNER TO "SYSTEM"; -- -- Name: cs-CZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."cs-CZ" (provider = libc, locale = 'cs-CZ'); ALTER COLLATION pg_catalog."cs-CZ" OWNER TO "SYSTEM"; -- -- Name: cs_CZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."cs_CZ" (provider = libc, locale = 'cs-CZ'); ALTER COLLATION pg_catalog."cs_CZ" OWNER TO "SYSTEM"; -- -- Name: cu; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.cu (provider = libc, locale = 'cu'); ALTER COLLATION pg_catalog.cu OWNER TO "SYSTEM"; -- -- Name: cu-RU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."cu-RU" (provider = libc, locale = 'cu-RU'); ALTER COLLATION pg_catalog."cu-RU" OWNER TO "SYSTEM"; -- -- Name: cu_RU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."cu_RU" (provider = libc, locale = 'cu-RU'); ALTER COLLATION pg_catalog."cu_RU" OWNER TO "SYSTEM"; -- -- Name: cy; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.cy (provider = libc, locale = 'cy'); ALTER COLLATION pg_catalog.cy OWNER TO "SYSTEM"; -- -- Name: cy-GB; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."cy-GB" (provider = libc, locale = 'cy-GB'); ALTER COLLATION pg_catalog."cy-GB" OWNER TO "SYSTEM"; -- -- Name: cy_GB; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."cy_GB" (provider = libc, locale = 'cy-GB'); ALTER COLLATION pg_catalog."cy_GB" OWNER TO "SYSTEM"; -- -- Name: da; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.da (provider = libc, locale = 'da'); ALTER COLLATION pg_catalog.da OWNER TO "SYSTEM"; -- -- Name: da-DK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."da-DK" (provider = libc, locale = 'da-DK'); ALTER COLLATION pg_catalog."da-DK" OWNER TO "SYSTEM"; -- -- Name: da-GL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."da-GL" (provider = libc, locale = 'da-GL'); ALTER COLLATION pg_catalog."da-GL" OWNER TO "SYSTEM"; -- -- Name: da_DK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."da_DK" (provider = libc, locale = 'da-DK'); ALTER COLLATION pg_catalog."da_DK" OWNER TO "SYSTEM"; -- -- Name: da_GL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."da_GL" (provider = libc, locale = 'da-GL'); ALTER COLLATION pg_catalog."da_GL" OWNER TO "SYSTEM"; -- -- Name: dav; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.dav (provider = libc, locale = 'dav'); ALTER COLLATION pg_catalog.dav OWNER TO "SYSTEM"; -- -- Name: dav-KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."dav-KE" (provider = libc, locale = 'dav-KE'); ALTER COLLATION pg_catalog."dav-KE" OWNER TO "SYSTEM"; -- -- Name: dav_KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."dav_KE" (provider = libc, locale = 'dav-KE'); ALTER COLLATION pg_catalog."dav_KE" OWNER TO "SYSTEM"; -- -- Name: de; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.de (provider = libc, locale = 'de'); ALTER COLLATION pg_catalog.de OWNER TO "SYSTEM"; -- -- Name: de-AT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."de-AT" (provider = libc, locale = 'de-AT'); ALTER COLLATION pg_catalog."de-AT" OWNER TO "SYSTEM"; -- -- Name: de-BE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."de-BE" (provider = libc, locale = 'de-BE'); ALTER COLLATION pg_catalog."de-BE" OWNER TO "SYSTEM"; -- -- Name: de-CH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."de-CH" (provider = libc, locale = 'de-CH'); ALTER COLLATION pg_catalog."de-CH" OWNER TO "SYSTEM"; -- -- Name: de-DE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."de-DE" (provider = libc, locale = 'de-DE'); ALTER COLLATION pg_catalog."de-DE" OWNER TO "SYSTEM"; -- -- Name: de-DE_phoneb; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."de-DE_phoneb" (provider = libc, locale = 'de-DE_phoneb'); ALTER COLLATION pg_catalog."de-DE_phoneb" OWNER TO "SYSTEM"; -- -- Name: de-IT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."de-IT" (provider = libc, locale = 'de-IT'); ALTER COLLATION pg_catalog."de-IT" OWNER TO "SYSTEM"; -- -- Name: de-LI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."de-LI" (provider = libc, locale = 'de-LI'); ALTER COLLATION pg_catalog."de-LI" OWNER TO "SYSTEM"; -- -- Name: de-LU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."de-LU" (provider = libc, locale = 'de-LU'); ALTER COLLATION pg_catalog."de-LU" OWNER TO "SYSTEM"; -- -- Name: de_AT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."de_AT" (provider = libc, locale = 'de-AT'); ALTER COLLATION pg_catalog."de_AT" OWNER TO "SYSTEM"; -- -- Name: de_BE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."de_BE" (provider = libc, locale = 'de-BE'); ALTER COLLATION pg_catalog."de_BE" OWNER TO "SYSTEM"; -- -- Name: de_CH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."de_CH" (provider = libc, locale = 'de-CH'); ALTER COLLATION pg_catalog."de_CH" OWNER TO "SYSTEM"; -- -- Name: de_DE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."de_DE" (provider = libc, locale = 'de-DE'); ALTER COLLATION pg_catalog."de_DE" OWNER TO "SYSTEM"; -- -- Name: de_DE_phoneb; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."de_DE_phoneb" (provider = libc, locale = 'de-DE_phoneb'); ALTER COLLATION pg_catalog."de_DE_phoneb" OWNER TO "SYSTEM"; -- -- Name: de_IT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."de_IT" (provider = libc, locale = 'de-IT'); ALTER COLLATION pg_catalog."de_IT" OWNER TO "SYSTEM"; -- -- Name: de_LI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."de_LI" (provider = libc, locale = 'de-LI'); ALTER COLLATION pg_catalog."de_LI" OWNER TO "SYSTEM"; -- -- Name: de_LU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."de_LU" (provider = libc, locale = 'de-LU'); ALTER COLLATION pg_catalog."de_LU" OWNER TO "SYSTEM"; -- -- Name: default; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."default" (provider = default); ALTER COLLATION pg_catalog."default" OWNER TO "SYSTEM"; -- -- Name: COLLATION "default"; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON COLLATION pg_catalog."default" IS 'database''s default collation'; -- -- Name: dje; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.dje (provider = libc, locale = 'dje'); ALTER COLLATION pg_catalog.dje OWNER TO "SYSTEM"; -- -- Name: dje-NE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."dje-NE" (provider = libc, locale = 'dje-NE'); ALTER COLLATION pg_catalog."dje-NE" OWNER TO "SYSTEM"; -- -- Name: dje_NE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."dje_NE" (provider = libc, locale = 'dje-NE'); ALTER COLLATION pg_catalog."dje_NE" OWNER TO "SYSTEM"; -- -- Name: dsb; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.dsb (provider = libc, locale = 'dsb'); ALTER COLLATION pg_catalog.dsb OWNER TO "SYSTEM"; -- -- Name: dsb-DE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."dsb-DE" (provider = libc, locale = 'dsb-DE'); ALTER COLLATION pg_catalog."dsb-DE" OWNER TO "SYSTEM"; -- -- Name: dsb_DE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."dsb_DE" (provider = libc, locale = 'dsb-DE'); ALTER COLLATION pg_catalog."dsb_DE" OWNER TO "SYSTEM"; -- -- Name: dua; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.dua (provider = libc, locale = 'dua'); ALTER COLLATION pg_catalog.dua OWNER TO "SYSTEM"; -- -- Name: dua-CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."dua-CM" (provider = libc, locale = 'dua-CM'); ALTER COLLATION pg_catalog."dua-CM" OWNER TO "SYSTEM"; -- -- Name: dua_CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."dua_CM" (provider = libc, locale = 'dua-CM'); ALTER COLLATION pg_catalog."dua_CM" OWNER TO "SYSTEM"; -- -- Name: dv; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.dv (provider = libc, locale = 'dv'); ALTER COLLATION pg_catalog.dv OWNER TO "SYSTEM"; -- -- Name: dv-MV; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."dv-MV" (provider = libc, locale = 'dv-MV'); ALTER COLLATION pg_catalog."dv-MV" OWNER TO "SYSTEM"; -- -- Name: dv_MV; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."dv_MV" (provider = libc, locale = 'dv-MV'); ALTER COLLATION pg_catalog."dv_MV" OWNER TO "SYSTEM"; -- -- Name: dyo; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.dyo (provider = libc, locale = 'dyo'); ALTER COLLATION pg_catalog.dyo OWNER TO "SYSTEM"; -- -- Name: dyo-SN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."dyo-SN" (provider = libc, locale = 'dyo-SN'); ALTER COLLATION pg_catalog."dyo-SN" OWNER TO "SYSTEM"; -- -- Name: dyo_SN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."dyo_SN" (provider = libc, locale = 'dyo-SN'); ALTER COLLATION pg_catalog."dyo_SN" OWNER TO "SYSTEM"; -- -- Name: dz; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.dz (provider = libc, locale = 'dz'); ALTER COLLATION pg_catalog.dz OWNER TO "SYSTEM"; -- -- Name: dz-BT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."dz-BT" (provider = libc, locale = 'dz-BT'); ALTER COLLATION pg_catalog."dz-BT" OWNER TO "SYSTEM"; -- -- Name: dz_BT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."dz_BT" (provider = libc, locale = 'dz-BT'); ALTER COLLATION pg_catalog."dz_BT" OWNER TO "SYSTEM"; -- -- Name: ebu; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ebu (provider = libc, locale = 'ebu'); ALTER COLLATION pg_catalog.ebu OWNER TO "SYSTEM"; -- -- Name: ebu-KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ebu-KE" (provider = libc, locale = 'ebu-KE'); ALTER COLLATION pg_catalog."ebu-KE" OWNER TO "SYSTEM"; -- -- Name: ebu_KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ebu_KE" (provider = libc, locale = 'ebu-KE'); ALTER COLLATION pg_catalog."ebu_KE" OWNER TO "SYSTEM"; -- -- Name: ee; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ee (provider = libc, locale = 'ee'); ALTER COLLATION pg_catalog.ee OWNER TO "SYSTEM"; -- -- Name: ee-GH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ee-GH" (provider = libc, locale = 'ee-GH'); ALTER COLLATION pg_catalog."ee-GH" OWNER TO "SYSTEM"; -- -- Name: ee-TG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ee-TG" (provider = libc, locale = 'ee-TG'); ALTER COLLATION pg_catalog."ee-TG" OWNER TO "SYSTEM"; -- -- Name: ee_GH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ee_GH" (provider = libc, locale = 'ee-GH'); ALTER COLLATION pg_catalog."ee_GH" OWNER TO "SYSTEM"; -- -- Name: ee_TG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ee_TG" (provider = libc, locale = 'ee-TG'); ALTER COLLATION pg_catalog."ee_TG" OWNER TO "SYSTEM"; -- -- Name: el; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.el (provider = libc, locale = 'el'); ALTER COLLATION pg_catalog.el OWNER TO "SYSTEM"; -- -- Name: el-CY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."el-CY" (provider = libc, locale = 'el-CY'); ALTER COLLATION pg_catalog."el-CY" OWNER TO "SYSTEM"; -- -- Name: el-GR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."el-GR" (provider = libc, locale = 'el-GR'); ALTER COLLATION pg_catalog."el-GR" OWNER TO "SYSTEM"; -- -- Name: el_CY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."el_CY" (provider = libc, locale = 'el-CY'); ALTER COLLATION pg_catalog."el_CY" OWNER TO "SYSTEM"; -- -- Name: el_GR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."el_GR" (provider = libc, locale = 'el-GR'); ALTER COLLATION pg_catalog."el_GR" OWNER TO "SYSTEM"; -- -- Name: en; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.en (provider = libc, locale = 'en'); ALTER COLLATION pg_catalog.en OWNER TO "SYSTEM"; -- -- Name: en-001; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-001" (provider = libc, locale = 'en-001'); ALTER COLLATION pg_catalog."en-001" OWNER TO "SYSTEM"; -- -- Name: en-029; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-029" (provider = libc, locale = 'en-029'); ALTER COLLATION pg_catalog."en-029" OWNER TO "SYSTEM"; -- -- Name: en-150; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-150" (provider = libc, locale = 'en-150'); ALTER COLLATION pg_catalog."en-150" OWNER TO "SYSTEM"; -- -- Name: en-AE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-AE" (provider = libc, locale = 'en-AE'); ALTER COLLATION pg_catalog."en-AE" OWNER TO "SYSTEM"; -- -- Name: en-AG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-AG" (provider = libc, locale = 'en-AG'); ALTER COLLATION pg_catalog."en-AG" OWNER TO "SYSTEM"; -- -- Name: en-AI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-AI" (provider = libc, locale = 'en-AI'); ALTER COLLATION pg_catalog."en-AI" OWNER TO "SYSTEM"; -- -- Name: en-AS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-AS" (provider = libc, locale = 'en-AS'); ALTER COLLATION pg_catalog."en-AS" OWNER TO "SYSTEM"; -- -- Name: en-AT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-AT" (provider = libc, locale = 'en-AT'); ALTER COLLATION pg_catalog."en-AT" OWNER TO "SYSTEM"; -- -- Name: en-AU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-AU" (provider = libc, locale = 'en-AU'); ALTER COLLATION pg_catalog."en-AU" OWNER TO "SYSTEM"; -- -- Name: en-BB; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-BB" (provider = libc, locale = 'en-BB'); ALTER COLLATION pg_catalog."en-BB" OWNER TO "SYSTEM"; -- -- Name: en-BE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-BE" (provider = libc, locale = 'en-BE'); ALTER COLLATION pg_catalog."en-BE" OWNER TO "SYSTEM"; -- -- Name: en-BI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-BI" (provider = libc, locale = 'en-BI'); ALTER COLLATION pg_catalog."en-BI" OWNER TO "SYSTEM"; -- -- Name: en-BM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-BM" (provider = libc, locale = 'en-BM'); ALTER COLLATION pg_catalog."en-BM" OWNER TO "SYSTEM"; -- -- Name: en-BS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-BS" (provider = libc, locale = 'en-BS'); ALTER COLLATION pg_catalog."en-BS" OWNER TO "SYSTEM"; -- -- Name: en-BW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-BW" (provider = libc, locale = 'en-BW'); ALTER COLLATION pg_catalog."en-BW" OWNER TO "SYSTEM"; -- -- Name: en-BZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-BZ" (provider = libc, locale = 'en-BZ'); ALTER COLLATION pg_catalog."en-BZ" OWNER TO "SYSTEM"; -- -- Name: en-CA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-CA" (provider = libc, locale = 'en-CA'); ALTER COLLATION pg_catalog."en-CA" OWNER TO "SYSTEM"; -- -- Name: en-CC; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-CC" (provider = libc, locale = 'en-CC'); ALTER COLLATION pg_catalog."en-CC" OWNER TO "SYSTEM"; -- -- Name: en-CH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-CH" (provider = libc, locale = 'en-CH'); ALTER COLLATION pg_catalog."en-CH" OWNER TO "SYSTEM"; -- -- Name: en-CK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-CK" (provider = libc, locale = 'en-CK'); ALTER COLLATION pg_catalog."en-CK" OWNER TO "SYSTEM"; -- -- Name: en-CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-CM" (provider = libc, locale = 'en-CM'); ALTER COLLATION pg_catalog."en-CM" OWNER TO "SYSTEM"; -- -- Name: en-CX; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-CX" (provider = libc, locale = 'en-CX'); ALTER COLLATION pg_catalog."en-CX" OWNER TO "SYSTEM"; -- -- Name: en-CY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-CY" (provider = libc, locale = 'en-CY'); ALTER COLLATION pg_catalog."en-CY" OWNER TO "SYSTEM"; -- -- Name: en-DE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-DE" (provider = libc, locale = 'en-DE'); ALTER COLLATION pg_catalog."en-DE" OWNER TO "SYSTEM"; -- -- Name: en-DK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-DK" (provider = libc, locale = 'en-DK'); ALTER COLLATION pg_catalog."en-DK" OWNER TO "SYSTEM"; -- -- Name: en-DM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-DM" (provider = libc, locale = 'en-DM'); ALTER COLLATION pg_catalog."en-DM" OWNER TO "SYSTEM"; -- -- Name: en-ER; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-ER" (provider = libc, locale = 'en-ER'); ALTER COLLATION pg_catalog."en-ER" OWNER TO "SYSTEM"; -- -- Name: en-FI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-FI" (provider = libc, locale = 'en-FI'); ALTER COLLATION pg_catalog."en-FI" OWNER TO "SYSTEM"; -- -- Name: en-FJ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-FJ" (provider = libc, locale = 'en-FJ'); ALTER COLLATION pg_catalog."en-FJ" OWNER TO "SYSTEM"; -- -- Name: en-FK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-FK" (provider = libc, locale = 'en-FK'); ALTER COLLATION pg_catalog."en-FK" OWNER TO "SYSTEM"; -- -- Name: en-FM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-FM" (provider = libc, locale = 'en-FM'); ALTER COLLATION pg_catalog."en-FM" OWNER TO "SYSTEM"; -- -- Name: en-GB; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-GB" (provider = libc, locale = 'en-GB'); ALTER COLLATION pg_catalog."en-GB" OWNER TO "SYSTEM"; -- -- Name: en-GD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-GD" (provider = libc, locale = 'en-GD'); ALTER COLLATION pg_catalog."en-GD" OWNER TO "SYSTEM"; -- -- Name: en-GG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-GG" (provider = libc, locale = 'en-GG'); ALTER COLLATION pg_catalog."en-GG" OWNER TO "SYSTEM"; -- -- Name: en-GH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-GH" (provider = libc, locale = 'en-GH'); ALTER COLLATION pg_catalog."en-GH" OWNER TO "SYSTEM"; -- -- Name: en-GI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-GI" (provider = libc, locale = 'en-GI'); ALTER COLLATION pg_catalog."en-GI" OWNER TO "SYSTEM"; -- -- Name: en-GM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-GM" (provider = libc, locale = 'en-GM'); ALTER COLLATION pg_catalog."en-GM" OWNER TO "SYSTEM"; -- -- Name: en-GU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-GU" (provider = libc, locale = 'en-GU'); ALTER COLLATION pg_catalog."en-GU" OWNER TO "SYSTEM"; -- -- Name: en-GY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-GY" (provider = libc, locale = 'en-GY'); ALTER COLLATION pg_catalog."en-GY" OWNER TO "SYSTEM"; -- -- Name: en-HK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-HK" (provider = libc, locale = 'en-HK'); ALTER COLLATION pg_catalog."en-HK" OWNER TO "SYSTEM"; -- -- Name: en-ID; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-ID" (provider = libc, locale = 'en-ID'); ALTER COLLATION pg_catalog."en-ID" OWNER TO "SYSTEM"; -- -- Name: en-IE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-IE" (provider = libc, locale = 'en-IE'); ALTER COLLATION pg_catalog."en-IE" OWNER TO "SYSTEM"; -- -- Name: en-IL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-IL" (provider = libc, locale = 'en-IL'); ALTER COLLATION pg_catalog."en-IL" OWNER TO "SYSTEM"; -- -- Name: en-IM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-IM" (provider = libc, locale = 'en-IM'); ALTER COLLATION pg_catalog."en-IM" OWNER TO "SYSTEM"; -- -- Name: en-IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-IN" (provider = libc, locale = 'en-IN'); ALTER COLLATION pg_catalog."en-IN" OWNER TO "SYSTEM"; -- -- Name: en-IO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-IO" (provider = libc, locale = 'en-IO'); ALTER COLLATION pg_catalog."en-IO" OWNER TO "SYSTEM"; -- -- Name: en-JE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-JE" (provider = libc, locale = 'en-JE'); ALTER COLLATION pg_catalog."en-JE" OWNER TO "SYSTEM"; -- -- Name: en-JM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-JM" (provider = libc, locale = 'en-JM'); ALTER COLLATION pg_catalog."en-JM" OWNER TO "SYSTEM"; -- -- Name: en-KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-KE" (provider = libc, locale = 'en-KE'); ALTER COLLATION pg_catalog."en-KE" OWNER TO "SYSTEM"; -- -- Name: en-KI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-KI" (provider = libc, locale = 'en-KI'); ALTER COLLATION pg_catalog."en-KI" OWNER TO "SYSTEM"; -- -- Name: en-KN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-KN" (provider = libc, locale = 'en-KN'); ALTER COLLATION pg_catalog."en-KN" OWNER TO "SYSTEM"; -- -- Name: en-KY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-KY" (provider = libc, locale = 'en-KY'); ALTER COLLATION pg_catalog."en-KY" OWNER TO "SYSTEM"; -- -- Name: en-LC; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-LC" (provider = libc, locale = 'en-LC'); ALTER COLLATION pg_catalog."en-LC" OWNER TO "SYSTEM"; -- -- Name: en-LR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-LR" (provider = libc, locale = 'en-LR'); ALTER COLLATION pg_catalog."en-LR" OWNER TO "SYSTEM"; -- -- Name: en-LS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-LS" (provider = libc, locale = 'en-LS'); ALTER COLLATION pg_catalog."en-LS" OWNER TO "SYSTEM"; -- -- Name: en-MG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-MG" (provider = libc, locale = 'en-MG'); ALTER COLLATION pg_catalog."en-MG" OWNER TO "SYSTEM"; -- -- Name: en-MH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-MH" (provider = libc, locale = 'en-MH'); ALTER COLLATION pg_catalog."en-MH" OWNER TO "SYSTEM"; -- -- Name: en-MO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-MO" (provider = libc, locale = 'en-MO'); ALTER COLLATION pg_catalog."en-MO" OWNER TO "SYSTEM"; -- -- Name: en-MP; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-MP" (provider = libc, locale = 'en-MP'); ALTER COLLATION pg_catalog."en-MP" OWNER TO "SYSTEM"; -- -- Name: en-MS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-MS" (provider = libc, locale = 'en-MS'); ALTER COLLATION pg_catalog."en-MS" OWNER TO "SYSTEM"; -- -- Name: en-MT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-MT" (provider = libc, locale = 'en-MT'); ALTER COLLATION pg_catalog."en-MT" OWNER TO "SYSTEM"; -- -- Name: en-MU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-MU" (provider = libc, locale = 'en-MU'); ALTER COLLATION pg_catalog."en-MU" OWNER TO "SYSTEM"; -- -- Name: en-MW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-MW" (provider = libc, locale = 'en-MW'); ALTER COLLATION pg_catalog."en-MW" OWNER TO "SYSTEM"; -- -- Name: en-MY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-MY" (provider = libc, locale = 'en-MY'); ALTER COLLATION pg_catalog."en-MY" OWNER TO "SYSTEM"; -- -- Name: en-NA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-NA" (provider = libc, locale = 'en-NA'); ALTER COLLATION pg_catalog."en-NA" OWNER TO "SYSTEM"; -- -- Name: en-NF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-NF" (provider = libc, locale = 'en-NF'); ALTER COLLATION pg_catalog."en-NF" OWNER TO "SYSTEM"; -- -- Name: en-NG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-NG" (provider = libc, locale = 'en-NG'); ALTER COLLATION pg_catalog."en-NG" OWNER TO "SYSTEM"; -- -- Name: en-NL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-NL" (provider = libc, locale = 'en-NL'); ALTER COLLATION pg_catalog."en-NL" OWNER TO "SYSTEM"; -- -- Name: en-NR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-NR" (provider = libc, locale = 'en-NR'); ALTER COLLATION pg_catalog."en-NR" OWNER TO "SYSTEM"; -- -- Name: en-NU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-NU" (provider = libc, locale = 'en-NU'); ALTER COLLATION pg_catalog."en-NU" OWNER TO "SYSTEM"; -- -- Name: en-NZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-NZ" (provider = libc, locale = 'en-NZ'); ALTER COLLATION pg_catalog."en-NZ" OWNER TO "SYSTEM"; -- -- Name: en-PG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-PG" (provider = libc, locale = 'en-PG'); ALTER COLLATION pg_catalog."en-PG" OWNER TO "SYSTEM"; -- -- Name: en-PH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-PH" (provider = libc, locale = 'en-PH'); ALTER COLLATION pg_catalog."en-PH" OWNER TO "SYSTEM"; -- -- Name: en-PK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-PK" (provider = libc, locale = 'en-PK'); ALTER COLLATION pg_catalog."en-PK" OWNER TO "SYSTEM"; -- -- Name: en-PN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-PN" (provider = libc, locale = 'en-PN'); ALTER COLLATION pg_catalog."en-PN" OWNER TO "SYSTEM"; -- -- Name: en-PR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-PR" (provider = libc, locale = 'en-PR'); ALTER COLLATION pg_catalog."en-PR" OWNER TO "SYSTEM"; -- -- Name: en-PW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-PW" (provider = libc, locale = 'en-PW'); ALTER COLLATION pg_catalog."en-PW" OWNER TO "SYSTEM"; -- -- Name: en-RW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-RW" (provider = libc, locale = 'en-RW'); ALTER COLLATION pg_catalog."en-RW" OWNER TO "SYSTEM"; -- -- Name: en-SB; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-SB" (provider = libc, locale = 'en-SB'); ALTER COLLATION pg_catalog."en-SB" OWNER TO "SYSTEM"; -- -- Name: en-SC; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-SC" (provider = libc, locale = 'en-SC'); ALTER COLLATION pg_catalog."en-SC" OWNER TO "SYSTEM"; -- -- Name: en-SD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-SD" (provider = libc, locale = 'en-SD'); ALTER COLLATION pg_catalog."en-SD" OWNER TO "SYSTEM"; -- -- Name: en-SE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-SE" (provider = libc, locale = 'en-SE'); ALTER COLLATION pg_catalog."en-SE" OWNER TO "SYSTEM"; -- -- Name: en-SG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-SG" (provider = libc, locale = 'en-SG'); ALTER COLLATION pg_catalog."en-SG" OWNER TO "SYSTEM"; -- -- Name: en-SH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-SH" (provider = libc, locale = 'en-SH'); ALTER COLLATION pg_catalog."en-SH" OWNER TO "SYSTEM"; -- -- Name: en-SI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-SI" (provider = libc, locale = 'en-SI'); ALTER COLLATION pg_catalog."en-SI" OWNER TO "SYSTEM"; -- -- Name: en-SL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-SL" (provider = libc, locale = 'en-SL'); ALTER COLLATION pg_catalog."en-SL" OWNER TO "SYSTEM"; -- -- Name: en-SS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-SS" (provider = libc, locale = 'en-SS'); ALTER COLLATION pg_catalog."en-SS" OWNER TO "SYSTEM"; -- -- Name: en-SX; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-SX" (provider = libc, locale = 'en-SX'); ALTER COLLATION pg_catalog."en-SX" OWNER TO "SYSTEM"; -- -- Name: en-SZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-SZ" (provider = libc, locale = 'en-SZ'); ALTER COLLATION pg_catalog."en-SZ" OWNER TO "SYSTEM"; -- -- Name: en-TC; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-TC" (provider = libc, locale = 'en-TC'); ALTER COLLATION pg_catalog."en-TC" OWNER TO "SYSTEM"; -- -- Name: en-TK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-TK" (provider = libc, locale = 'en-TK'); ALTER COLLATION pg_catalog."en-TK" OWNER TO "SYSTEM"; -- -- Name: en-TO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-TO" (provider = libc, locale = 'en-TO'); ALTER COLLATION pg_catalog."en-TO" OWNER TO "SYSTEM"; -- -- Name: en-TT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-TT" (provider = libc, locale = 'en-TT'); ALTER COLLATION pg_catalog."en-TT" OWNER TO "SYSTEM"; -- -- Name: en-TV; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-TV" (provider = libc, locale = 'en-TV'); ALTER COLLATION pg_catalog."en-TV" OWNER TO "SYSTEM"; -- -- Name: en-TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-TZ" (provider = libc, locale = 'en-TZ'); ALTER COLLATION pg_catalog."en-TZ" OWNER TO "SYSTEM"; -- -- Name: en-UG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-UG" (provider = libc, locale = 'en-UG'); ALTER COLLATION pg_catalog."en-UG" OWNER TO "SYSTEM"; -- -- Name: en-UM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-UM" (provider = libc, locale = 'en-UM'); ALTER COLLATION pg_catalog."en-UM" OWNER TO "SYSTEM"; -- -- Name: en-US; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-US" (provider = libc, locale = 'en-US'); ALTER COLLATION pg_catalog."en-US" OWNER TO "SYSTEM"; -- -- Name: en-VC; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-VC" (provider = libc, locale = 'en-VC'); ALTER COLLATION pg_catalog."en-VC" OWNER TO "SYSTEM"; -- -- Name: en-VG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-VG" (provider = libc, locale = 'en-VG'); ALTER COLLATION pg_catalog."en-VG" OWNER TO "SYSTEM"; -- -- Name: en-VI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-VI" (provider = libc, locale = 'en-VI'); ALTER COLLATION pg_catalog."en-VI" OWNER TO "SYSTEM"; -- -- Name: en-VU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-VU" (provider = libc, locale = 'en-VU'); ALTER COLLATION pg_catalog."en-VU" OWNER TO "SYSTEM"; -- -- Name: en-WS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-WS" (provider = libc, locale = 'en-WS'); ALTER COLLATION pg_catalog."en-WS" OWNER TO "SYSTEM"; -- -- Name: en-ZA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-ZA" (provider = libc, locale = 'en-ZA'); ALTER COLLATION pg_catalog."en-ZA" OWNER TO "SYSTEM"; -- -- Name: en-ZM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-ZM" (provider = libc, locale = 'en-ZM'); ALTER COLLATION pg_catalog."en-ZM" OWNER TO "SYSTEM"; -- -- Name: en-ZW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en-ZW" (provider = libc, locale = 'en-ZW'); ALTER COLLATION pg_catalog."en-ZW" OWNER TO "SYSTEM"; -- -- Name: en_001; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.en_001 (provider = libc, locale = 'en-001'); ALTER COLLATION pg_catalog.en_001 OWNER TO "SYSTEM"; -- -- Name: en_029; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.en_029 (provider = libc, locale = 'en-029'); ALTER COLLATION pg_catalog.en_029 OWNER TO "SYSTEM"; -- -- Name: en_150; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.en_150 (provider = libc, locale = 'en-150'); ALTER COLLATION pg_catalog.en_150 OWNER TO "SYSTEM"; -- -- Name: en_AE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_AE" (provider = libc, locale = 'en-AE'); ALTER COLLATION pg_catalog."en_AE" OWNER TO "SYSTEM"; -- -- Name: en_AG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_AG" (provider = libc, locale = 'en-AG'); ALTER COLLATION pg_catalog."en_AG" OWNER TO "SYSTEM"; -- -- Name: en_AI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_AI" (provider = libc, locale = 'en-AI'); ALTER COLLATION pg_catalog."en_AI" OWNER TO "SYSTEM"; -- -- Name: en_AS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_AS" (provider = libc, locale = 'en-AS'); ALTER COLLATION pg_catalog."en_AS" OWNER TO "SYSTEM"; -- -- Name: en_AT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_AT" (provider = libc, locale = 'en-AT'); ALTER COLLATION pg_catalog."en_AT" OWNER TO "SYSTEM"; -- -- Name: en_AU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_AU" (provider = libc, locale = 'en-AU'); ALTER COLLATION pg_catalog."en_AU" OWNER TO "SYSTEM"; -- -- Name: en_BB; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_BB" (provider = libc, locale = 'en-BB'); ALTER COLLATION pg_catalog."en_BB" OWNER TO "SYSTEM"; -- -- Name: en_BE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_BE" (provider = libc, locale = 'en-BE'); ALTER COLLATION pg_catalog."en_BE" OWNER TO "SYSTEM"; -- -- Name: en_BI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_BI" (provider = libc, locale = 'en-BI'); ALTER COLLATION pg_catalog."en_BI" OWNER TO "SYSTEM"; -- -- Name: en_BM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_BM" (provider = libc, locale = 'en-BM'); ALTER COLLATION pg_catalog."en_BM" OWNER TO "SYSTEM"; -- -- Name: en_BS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_BS" (provider = libc, locale = 'en-BS'); ALTER COLLATION pg_catalog."en_BS" OWNER TO "SYSTEM"; -- -- Name: en_BW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_BW" (provider = libc, locale = 'en-BW'); ALTER COLLATION pg_catalog."en_BW" OWNER TO "SYSTEM"; -- -- Name: en_BZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_BZ" (provider = libc, locale = 'en-BZ'); ALTER COLLATION pg_catalog."en_BZ" OWNER TO "SYSTEM"; -- -- Name: en_CA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_CA" (provider = libc, locale = 'en-CA'); ALTER COLLATION pg_catalog."en_CA" OWNER TO "SYSTEM"; -- -- Name: en_CC; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_CC" (provider = libc, locale = 'en-CC'); ALTER COLLATION pg_catalog."en_CC" OWNER TO "SYSTEM"; -- -- Name: en_CH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_CH" (provider = libc, locale = 'en-CH'); ALTER COLLATION pg_catalog."en_CH" OWNER TO "SYSTEM"; -- -- Name: en_CK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_CK" (provider = libc, locale = 'en-CK'); ALTER COLLATION pg_catalog."en_CK" OWNER TO "SYSTEM"; -- -- Name: en_CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_CM" (provider = libc, locale = 'en-CM'); ALTER COLLATION pg_catalog."en_CM" OWNER TO "SYSTEM"; -- -- Name: en_CX; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_CX" (provider = libc, locale = 'en-CX'); ALTER COLLATION pg_catalog."en_CX" OWNER TO "SYSTEM"; -- -- Name: en_CY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_CY" (provider = libc, locale = 'en-CY'); ALTER COLLATION pg_catalog."en_CY" OWNER TO "SYSTEM"; -- -- Name: en_DE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_DE" (provider = libc, locale = 'en-DE'); ALTER COLLATION pg_catalog."en_DE" OWNER TO "SYSTEM"; -- -- Name: en_DK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_DK" (provider = libc, locale = 'en-DK'); ALTER COLLATION pg_catalog."en_DK" OWNER TO "SYSTEM"; -- -- Name: en_DM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_DM" (provider = libc, locale = 'en-DM'); ALTER COLLATION pg_catalog."en_DM" OWNER TO "SYSTEM"; -- -- Name: en_ER; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_ER" (provider = libc, locale = 'en-ER'); ALTER COLLATION pg_catalog."en_ER" OWNER TO "SYSTEM"; -- -- Name: en_FI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_FI" (provider = libc, locale = 'en-FI'); ALTER COLLATION pg_catalog."en_FI" OWNER TO "SYSTEM"; -- -- Name: en_FJ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_FJ" (provider = libc, locale = 'en-FJ'); ALTER COLLATION pg_catalog."en_FJ" OWNER TO "SYSTEM"; -- -- Name: en_FK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_FK" (provider = libc, locale = 'en-FK'); ALTER COLLATION pg_catalog."en_FK" OWNER TO "SYSTEM"; -- -- Name: en_FM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_FM" (provider = libc, locale = 'en-FM'); ALTER COLLATION pg_catalog."en_FM" OWNER TO "SYSTEM"; -- -- Name: en_GB; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_GB" (provider = libc, locale = 'en-GB'); ALTER COLLATION pg_catalog."en_GB" OWNER TO "SYSTEM"; -- -- Name: en_GD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_GD" (provider = libc, locale = 'en-GD'); ALTER COLLATION pg_catalog."en_GD" OWNER TO "SYSTEM"; -- -- Name: en_GG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_GG" (provider = libc, locale = 'en-GG'); ALTER COLLATION pg_catalog."en_GG" OWNER TO "SYSTEM"; -- -- Name: en_GH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_GH" (provider = libc, locale = 'en-GH'); ALTER COLLATION pg_catalog."en_GH" OWNER TO "SYSTEM"; -- -- Name: en_GI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_GI" (provider = libc, locale = 'en-GI'); ALTER COLLATION pg_catalog."en_GI" OWNER TO "SYSTEM"; -- -- Name: en_GM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_GM" (provider = libc, locale = 'en-GM'); ALTER COLLATION pg_catalog."en_GM" OWNER TO "SYSTEM"; -- -- Name: en_GU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_GU" (provider = libc, locale = 'en-GU'); ALTER COLLATION pg_catalog."en_GU" OWNER TO "SYSTEM"; -- -- Name: en_GY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_GY" (provider = libc, locale = 'en-GY'); ALTER COLLATION pg_catalog."en_GY" OWNER TO "SYSTEM"; -- -- Name: en_HK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_HK" (provider = libc, locale = 'en-HK'); ALTER COLLATION pg_catalog."en_HK" OWNER TO "SYSTEM"; -- -- Name: en_ID; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_ID" (provider = libc, locale = 'en-ID'); ALTER COLLATION pg_catalog."en_ID" OWNER TO "SYSTEM"; -- -- Name: en_IE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_IE" (provider = libc, locale = 'en-IE'); ALTER COLLATION pg_catalog."en_IE" OWNER TO "SYSTEM"; -- -- Name: en_IL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_IL" (provider = libc, locale = 'en-IL'); ALTER COLLATION pg_catalog."en_IL" OWNER TO "SYSTEM"; -- -- Name: en_IM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_IM" (provider = libc, locale = 'en-IM'); ALTER COLLATION pg_catalog."en_IM" OWNER TO "SYSTEM"; -- -- Name: en_IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_IN" (provider = libc, locale = 'en-IN'); ALTER COLLATION pg_catalog."en_IN" OWNER TO "SYSTEM"; -- -- Name: en_IO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_IO" (provider = libc, locale = 'en-IO'); ALTER COLLATION pg_catalog."en_IO" OWNER TO "SYSTEM"; -- -- Name: en_JE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_JE" (provider = libc, locale = 'en-JE'); ALTER COLLATION pg_catalog."en_JE" OWNER TO "SYSTEM"; -- -- Name: en_JM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_JM" (provider = libc, locale = 'en-JM'); ALTER COLLATION pg_catalog."en_JM" OWNER TO "SYSTEM"; -- -- Name: en_KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_KE" (provider = libc, locale = 'en-KE'); ALTER COLLATION pg_catalog."en_KE" OWNER TO "SYSTEM"; -- -- Name: en_KI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_KI" (provider = libc, locale = 'en-KI'); ALTER COLLATION pg_catalog."en_KI" OWNER TO "SYSTEM"; -- -- Name: en_KN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_KN" (provider = libc, locale = 'en-KN'); ALTER COLLATION pg_catalog."en_KN" OWNER TO "SYSTEM"; -- -- Name: en_KY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_KY" (provider = libc, locale = 'en-KY'); ALTER COLLATION pg_catalog."en_KY" OWNER TO "SYSTEM"; -- -- Name: en_LC; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_LC" (provider = libc, locale = 'en-LC'); ALTER COLLATION pg_catalog."en_LC" OWNER TO "SYSTEM"; -- -- Name: en_LR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_LR" (provider = libc, locale = 'en-LR'); ALTER COLLATION pg_catalog."en_LR" OWNER TO "SYSTEM"; -- -- Name: en_LS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_LS" (provider = libc, locale = 'en-LS'); ALTER COLLATION pg_catalog."en_LS" OWNER TO "SYSTEM"; -- -- Name: en_MG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_MG" (provider = libc, locale = 'en-MG'); ALTER COLLATION pg_catalog."en_MG" OWNER TO "SYSTEM"; -- -- Name: en_MH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_MH" (provider = libc, locale = 'en-MH'); ALTER COLLATION pg_catalog."en_MH" OWNER TO "SYSTEM"; -- -- Name: en_MO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_MO" (provider = libc, locale = 'en-MO'); ALTER COLLATION pg_catalog."en_MO" OWNER TO "SYSTEM"; -- -- Name: en_MP; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_MP" (provider = libc, locale = 'en-MP'); ALTER COLLATION pg_catalog."en_MP" OWNER TO "SYSTEM"; -- -- Name: en_MS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_MS" (provider = libc, locale = 'en-MS'); ALTER COLLATION pg_catalog."en_MS" OWNER TO "SYSTEM"; -- -- Name: en_MT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_MT" (provider = libc, locale = 'en-MT'); ALTER COLLATION pg_catalog."en_MT" OWNER TO "SYSTEM"; -- -- Name: en_MU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_MU" (provider = libc, locale = 'en-MU'); ALTER COLLATION pg_catalog."en_MU" OWNER TO "SYSTEM"; -- -- Name: en_MW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_MW" (provider = libc, locale = 'en-MW'); ALTER COLLATION pg_catalog."en_MW" OWNER TO "SYSTEM"; -- -- Name: en_MY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_MY" (provider = libc, locale = 'en-MY'); ALTER COLLATION pg_catalog."en_MY" OWNER TO "SYSTEM"; -- -- Name: en_NA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_NA" (provider = libc, locale = 'en-NA'); ALTER COLLATION pg_catalog."en_NA" OWNER TO "SYSTEM"; -- -- Name: en_NF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_NF" (provider = libc, locale = 'en-NF'); ALTER COLLATION pg_catalog."en_NF" OWNER TO "SYSTEM"; -- -- Name: en_NG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_NG" (provider = libc, locale = 'en-NG'); ALTER COLLATION pg_catalog."en_NG" OWNER TO "SYSTEM"; -- -- Name: en_NL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_NL" (provider = libc, locale = 'en-NL'); ALTER COLLATION pg_catalog."en_NL" OWNER TO "SYSTEM"; -- -- Name: en_NR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_NR" (provider = libc, locale = 'en-NR'); ALTER COLLATION pg_catalog."en_NR" OWNER TO "SYSTEM"; -- -- Name: en_NU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_NU" (provider = libc, locale = 'en-NU'); ALTER COLLATION pg_catalog."en_NU" OWNER TO "SYSTEM"; -- -- Name: en_NZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_NZ" (provider = libc, locale = 'en-NZ'); ALTER COLLATION pg_catalog."en_NZ" OWNER TO "SYSTEM"; -- -- Name: en_PG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_PG" (provider = libc, locale = 'en-PG'); ALTER COLLATION pg_catalog."en_PG" OWNER TO "SYSTEM"; -- -- Name: en_PH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_PH" (provider = libc, locale = 'en-PH'); ALTER COLLATION pg_catalog."en_PH" OWNER TO "SYSTEM"; -- -- Name: en_PK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_PK" (provider = libc, locale = 'en-PK'); ALTER COLLATION pg_catalog."en_PK" OWNER TO "SYSTEM"; -- -- Name: en_PN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_PN" (provider = libc, locale = 'en-PN'); ALTER COLLATION pg_catalog."en_PN" OWNER TO "SYSTEM"; -- -- Name: en_PR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_PR" (provider = libc, locale = 'en-PR'); ALTER COLLATION pg_catalog."en_PR" OWNER TO "SYSTEM"; -- -- Name: en_PW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_PW" (provider = libc, locale = 'en-PW'); ALTER COLLATION pg_catalog."en_PW" OWNER TO "SYSTEM"; -- -- Name: en_RW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_RW" (provider = libc, locale = 'en-RW'); ALTER COLLATION pg_catalog."en_RW" OWNER TO "SYSTEM"; -- -- Name: en_SB; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_SB" (provider = libc, locale = 'en-SB'); ALTER COLLATION pg_catalog."en_SB" OWNER TO "SYSTEM"; -- -- Name: en_SC; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_SC" (provider = libc, locale = 'en-SC'); ALTER COLLATION pg_catalog."en_SC" OWNER TO "SYSTEM"; -- -- Name: en_SD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_SD" (provider = libc, locale = 'en-SD'); ALTER COLLATION pg_catalog."en_SD" OWNER TO "SYSTEM"; -- -- Name: en_SE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_SE" (provider = libc, locale = 'en-SE'); ALTER COLLATION pg_catalog."en_SE" OWNER TO "SYSTEM"; -- -- Name: en_SG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_SG" (provider = libc, locale = 'en-SG'); ALTER COLLATION pg_catalog."en_SG" OWNER TO "SYSTEM"; -- -- Name: en_SH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_SH" (provider = libc, locale = 'en-SH'); ALTER COLLATION pg_catalog."en_SH" OWNER TO "SYSTEM"; -- -- Name: en_SI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_SI" (provider = libc, locale = 'en-SI'); ALTER COLLATION pg_catalog."en_SI" OWNER TO "SYSTEM"; -- -- Name: en_SL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_SL" (provider = libc, locale = 'en-SL'); ALTER COLLATION pg_catalog."en_SL" OWNER TO "SYSTEM"; -- -- Name: en_SS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_SS" (provider = libc, locale = 'en-SS'); ALTER COLLATION pg_catalog."en_SS" OWNER TO "SYSTEM"; -- -- Name: en_SX; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_SX" (provider = libc, locale = 'en-SX'); ALTER COLLATION pg_catalog."en_SX" OWNER TO "SYSTEM"; -- -- Name: en_SZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_SZ" (provider = libc, locale = 'en-SZ'); ALTER COLLATION pg_catalog."en_SZ" OWNER TO "SYSTEM"; -- -- Name: en_TC; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_TC" (provider = libc, locale = 'en-TC'); ALTER COLLATION pg_catalog."en_TC" OWNER TO "SYSTEM"; -- -- Name: en_TK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_TK" (provider = libc, locale = 'en-TK'); ALTER COLLATION pg_catalog."en_TK" OWNER TO "SYSTEM"; -- -- Name: en_TO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_TO" (provider = libc, locale = 'en-TO'); ALTER COLLATION pg_catalog."en_TO" OWNER TO "SYSTEM"; -- -- Name: en_TT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_TT" (provider = libc, locale = 'en-TT'); ALTER COLLATION pg_catalog."en_TT" OWNER TO "SYSTEM"; -- -- Name: en_TV; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_TV" (provider = libc, locale = 'en-TV'); ALTER COLLATION pg_catalog."en_TV" OWNER TO "SYSTEM"; -- -- Name: en_TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_TZ" (provider = libc, locale = 'en-TZ'); ALTER COLLATION pg_catalog."en_TZ" OWNER TO "SYSTEM"; -- -- Name: en_UG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_UG" (provider = libc, locale = 'en-UG'); ALTER COLLATION pg_catalog."en_UG" OWNER TO "SYSTEM"; -- -- Name: en_UM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_UM" (provider = libc, locale = 'en-UM'); ALTER COLLATION pg_catalog."en_UM" OWNER TO "SYSTEM"; -- -- Name: en_US; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_US" (provider = libc, locale = 'en-US'); ALTER COLLATION pg_catalog."en_US" OWNER TO "SYSTEM"; -- -- Name: en_VC; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_VC" (provider = libc, locale = 'en-VC'); ALTER COLLATION pg_catalog."en_VC" OWNER TO "SYSTEM"; -- -- Name: en_VG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_VG" (provider = libc, locale = 'en-VG'); ALTER COLLATION pg_catalog."en_VG" OWNER TO "SYSTEM"; -- -- Name: en_VI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_VI" (provider = libc, locale = 'en-VI'); ALTER COLLATION pg_catalog."en_VI" OWNER TO "SYSTEM"; -- -- Name: en_VU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_VU" (provider = libc, locale = 'en-VU'); ALTER COLLATION pg_catalog."en_VU" OWNER TO "SYSTEM"; -- -- Name: en_WS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_WS" (provider = libc, locale = 'en-WS'); ALTER COLLATION pg_catalog."en_WS" OWNER TO "SYSTEM"; -- -- Name: en_ZA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_ZA" (provider = libc, locale = 'en-ZA'); ALTER COLLATION pg_catalog."en_ZA" OWNER TO "SYSTEM"; -- -- Name: en_ZM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_ZM" (provider = libc, locale = 'en-ZM'); ALTER COLLATION pg_catalog."en_ZM" OWNER TO "SYSTEM"; -- -- Name: en_ZW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."en_ZW" (provider = libc, locale = 'en-ZW'); ALTER COLLATION pg_catalog."en_ZW" OWNER TO "SYSTEM"; -- -- Name: eo; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.eo (provider = libc, locale = 'eo'); ALTER COLLATION pg_catalog.eo OWNER TO "SYSTEM"; -- -- Name: eo-001; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."eo-001" (provider = libc, locale = 'eo-001'); ALTER COLLATION pg_catalog."eo-001" OWNER TO "SYSTEM"; -- -- Name: eo_001; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.eo_001 (provider = libc, locale = 'eo-001'); ALTER COLLATION pg_catalog.eo_001 OWNER TO "SYSTEM"; -- -- Name: es; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.es (provider = libc, locale = 'es'); ALTER COLLATION pg_catalog.es OWNER TO "SYSTEM"; -- -- Name: es-419; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-419" (provider = libc, locale = 'es-419'); ALTER COLLATION pg_catalog."es-419" OWNER TO "SYSTEM"; -- -- Name: es-AR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-AR" (provider = libc, locale = 'es-AR'); ALTER COLLATION pg_catalog."es-AR" OWNER TO "SYSTEM"; -- -- Name: es-BO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-BO" (provider = libc, locale = 'es-BO'); ALTER COLLATION pg_catalog."es-BO" OWNER TO "SYSTEM"; -- -- Name: es-BR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-BR" (provider = libc, locale = 'es-BR'); ALTER COLLATION pg_catalog."es-BR" OWNER TO "SYSTEM"; -- -- Name: es-BZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-BZ" (provider = libc, locale = 'es-BZ'); ALTER COLLATION pg_catalog."es-BZ" OWNER TO "SYSTEM"; -- -- Name: es-CL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-CL" (provider = libc, locale = 'es-CL'); ALTER COLLATION pg_catalog."es-CL" OWNER TO "SYSTEM"; -- -- Name: es-CO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-CO" (provider = libc, locale = 'es-CO'); ALTER COLLATION pg_catalog."es-CO" OWNER TO "SYSTEM"; -- -- Name: es-CR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-CR" (provider = libc, locale = 'es-CR'); ALTER COLLATION pg_catalog."es-CR" OWNER TO "SYSTEM"; -- -- Name: es-CU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-CU" (provider = libc, locale = 'es-CU'); ALTER COLLATION pg_catalog."es-CU" OWNER TO "SYSTEM"; -- -- Name: es-DO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-DO" (provider = libc, locale = 'es-DO'); ALTER COLLATION pg_catalog."es-DO" OWNER TO "SYSTEM"; -- -- Name: es-EC; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-EC" (provider = libc, locale = 'es-EC'); ALTER COLLATION pg_catalog."es-EC" OWNER TO "SYSTEM"; -- -- Name: es-ES; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-ES" (provider = libc, locale = 'es-ES'); ALTER COLLATION pg_catalog."es-ES" OWNER TO "SYSTEM"; -- -- Name: es-ES_tradnl; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-ES_tradnl" (provider = libc, locale = 'es-ES_tradnl'); ALTER COLLATION pg_catalog."es-ES_tradnl" OWNER TO "SYSTEM"; -- -- Name: es-GQ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-GQ" (provider = libc, locale = 'es-GQ'); ALTER COLLATION pg_catalog."es-GQ" OWNER TO "SYSTEM"; -- -- Name: es-GT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-GT" (provider = libc, locale = 'es-GT'); ALTER COLLATION pg_catalog."es-GT" OWNER TO "SYSTEM"; -- -- Name: es-HN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-HN" (provider = libc, locale = 'es-HN'); ALTER COLLATION pg_catalog."es-HN" OWNER TO "SYSTEM"; -- -- Name: es-MX; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-MX" (provider = libc, locale = 'es-MX'); ALTER COLLATION pg_catalog."es-MX" OWNER TO "SYSTEM"; -- -- Name: es-NI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-NI" (provider = libc, locale = 'es-NI'); ALTER COLLATION pg_catalog."es-NI" OWNER TO "SYSTEM"; -- -- Name: es-PA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-PA" (provider = libc, locale = 'es-PA'); ALTER COLLATION pg_catalog."es-PA" OWNER TO "SYSTEM"; -- -- Name: es-PE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-PE" (provider = libc, locale = 'es-PE'); ALTER COLLATION pg_catalog."es-PE" OWNER TO "SYSTEM"; -- -- Name: es-PH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-PH" (provider = libc, locale = 'es-PH'); ALTER COLLATION pg_catalog."es-PH" OWNER TO "SYSTEM"; -- -- Name: es-PR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-PR" (provider = libc, locale = 'es-PR'); ALTER COLLATION pg_catalog."es-PR" OWNER TO "SYSTEM"; -- -- Name: es-PY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-PY" (provider = libc, locale = 'es-PY'); ALTER COLLATION pg_catalog."es-PY" OWNER TO "SYSTEM"; -- -- Name: es-SV; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-SV" (provider = libc, locale = 'es-SV'); ALTER COLLATION pg_catalog."es-SV" OWNER TO "SYSTEM"; -- -- Name: es-US; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-US" (provider = libc, locale = 'es-US'); ALTER COLLATION pg_catalog."es-US" OWNER TO "SYSTEM"; -- -- Name: es-UY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-UY" (provider = libc, locale = 'es-UY'); ALTER COLLATION pg_catalog."es-UY" OWNER TO "SYSTEM"; -- -- Name: es-VE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es-VE" (provider = libc, locale = 'es-VE'); ALTER COLLATION pg_catalog."es-VE" OWNER TO "SYSTEM"; -- -- Name: es_419; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.es_419 (provider = libc, locale = 'es-419'); ALTER COLLATION pg_catalog.es_419 OWNER TO "SYSTEM"; -- -- Name: es_AR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_AR" (provider = libc, locale = 'es-AR'); ALTER COLLATION pg_catalog."es_AR" OWNER TO "SYSTEM"; -- -- Name: es_BO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_BO" (provider = libc, locale = 'es-BO'); ALTER COLLATION pg_catalog."es_BO" OWNER TO "SYSTEM"; -- -- Name: es_BR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_BR" (provider = libc, locale = 'es-BR'); ALTER COLLATION pg_catalog."es_BR" OWNER TO "SYSTEM"; -- -- Name: es_BZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_BZ" (provider = libc, locale = 'es-BZ'); ALTER COLLATION pg_catalog."es_BZ" OWNER TO "SYSTEM"; -- -- Name: es_CL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_CL" (provider = libc, locale = 'es-CL'); ALTER COLLATION pg_catalog."es_CL" OWNER TO "SYSTEM"; -- -- Name: es_CO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_CO" (provider = libc, locale = 'es-CO'); ALTER COLLATION pg_catalog."es_CO" OWNER TO "SYSTEM"; -- -- Name: es_CR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_CR" (provider = libc, locale = 'es-CR'); ALTER COLLATION pg_catalog."es_CR" OWNER TO "SYSTEM"; -- -- Name: es_CU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_CU" (provider = libc, locale = 'es-CU'); ALTER COLLATION pg_catalog."es_CU" OWNER TO "SYSTEM"; -- -- Name: es_DO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_DO" (provider = libc, locale = 'es-DO'); ALTER COLLATION pg_catalog."es_DO" OWNER TO "SYSTEM"; -- -- Name: es_EC; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_EC" (provider = libc, locale = 'es-EC'); ALTER COLLATION pg_catalog."es_EC" OWNER TO "SYSTEM"; -- -- Name: es_ES; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_ES" (provider = libc, locale = 'es-ES'); ALTER COLLATION pg_catalog."es_ES" OWNER TO "SYSTEM"; -- -- Name: es_ES_tradnl; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_ES_tradnl" (provider = libc, locale = 'es-ES_tradnl'); ALTER COLLATION pg_catalog."es_ES_tradnl" OWNER TO "SYSTEM"; -- -- Name: es_GQ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_GQ" (provider = libc, locale = 'es-GQ'); ALTER COLLATION pg_catalog."es_GQ" OWNER TO "SYSTEM"; -- -- Name: es_GT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_GT" (provider = libc, locale = 'es-GT'); ALTER COLLATION pg_catalog."es_GT" OWNER TO "SYSTEM"; -- -- Name: es_HN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_HN" (provider = libc, locale = 'es-HN'); ALTER COLLATION pg_catalog."es_HN" OWNER TO "SYSTEM"; -- -- Name: es_MX; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_MX" (provider = libc, locale = 'es-MX'); ALTER COLLATION pg_catalog."es_MX" OWNER TO "SYSTEM"; -- -- Name: es_NI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_NI" (provider = libc, locale = 'es-NI'); ALTER COLLATION pg_catalog."es_NI" OWNER TO "SYSTEM"; -- -- Name: es_PA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_PA" (provider = libc, locale = 'es-PA'); ALTER COLLATION pg_catalog."es_PA" OWNER TO "SYSTEM"; -- -- Name: es_PE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_PE" (provider = libc, locale = 'es-PE'); ALTER COLLATION pg_catalog."es_PE" OWNER TO "SYSTEM"; -- -- Name: es_PH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_PH" (provider = libc, locale = 'es-PH'); ALTER COLLATION pg_catalog."es_PH" OWNER TO "SYSTEM"; -- -- Name: es_PR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_PR" (provider = libc, locale = 'es-PR'); ALTER COLLATION pg_catalog."es_PR" OWNER TO "SYSTEM"; -- -- Name: es_PY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_PY" (provider = libc, locale = 'es-PY'); ALTER COLLATION pg_catalog."es_PY" OWNER TO "SYSTEM"; -- -- Name: es_SV; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_SV" (provider = libc, locale = 'es-SV'); ALTER COLLATION pg_catalog."es_SV" OWNER TO "SYSTEM"; -- -- Name: es_US; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_US" (provider = libc, locale = 'es-US'); ALTER COLLATION pg_catalog."es_US" OWNER TO "SYSTEM"; -- -- Name: es_UY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_UY" (provider = libc, locale = 'es-UY'); ALTER COLLATION pg_catalog."es_UY" OWNER TO "SYSTEM"; -- -- Name: es_VE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."es_VE" (provider = libc, locale = 'es-VE'); ALTER COLLATION pg_catalog."es_VE" OWNER TO "SYSTEM"; -- -- Name: et; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.et (provider = libc, locale = 'et'); ALTER COLLATION pg_catalog.et OWNER TO "SYSTEM"; -- -- Name: et-EE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."et-EE" (provider = libc, locale = 'et-EE'); ALTER COLLATION pg_catalog."et-EE" OWNER TO "SYSTEM"; -- -- Name: et_EE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."et_EE" (provider = libc, locale = 'et-EE'); ALTER COLLATION pg_catalog."et_EE" OWNER TO "SYSTEM"; -- -- Name: eu; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.eu (provider = libc, locale = 'eu'); ALTER COLLATION pg_catalog.eu OWNER TO "SYSTEM"; -- -- Name: eu-ES; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."eu-ES" (provider = libc, locale = 'eu-ES'); ALTER COLLATION pg_catalog."eu-ES" OWNER TO "SYSTEM"; -- -- Name: eu_ES; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."eu_ES" (provider = libc, locale = 'eu-ES'); ALTER COLLATION pg_catalog."eu_ES" OWNER TO "SYSTEM"; -- -- Name: ewo; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ewo (provider = libc, locale = 'ewo'); ALTER COLLATION pg_catalog.ewo OWNER TO "SYSTEM"; -- -- Name: ewo-CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ewo-CM" (provider = libc, locale = 'ewo-CM'); ALTER COLLATION pg_catalog."ewo-CM" OWNER TO "SYSTEM"; -- -- Name: ewo_CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ewo_CM" (provider = libc, locale = 'ewo-CM'); ALTER COLLATION pg_catalog."ewo_CM" OWNER TO "SYSTEM"; -- -- Name: fa; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.fa (provider = libc, locale = 'fa'); ALTER COLLATION pg_catalog.fa OWNER TO "SYSTEM"; -- -- Name: fa-IR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fa-IR" (provider = libc, locale = 'fa-IR'); ALTER COLLATION pg_catalog."fa-IR" OWNER TO "SYSTEM"; -- -- Name: fa_IR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fa_IR" (provider = libc, locale = 'fa-IR'); ALTER COLLATION pg_catalog."fa_IR" OWNER TO "SYSTEM"; -- -- Name: ff; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ff (provider = libc, locale = 'ff'); ALTER COLLATION pg_catalog.ff OWNER TO "SYSTEM"; -- -- Name: ff-Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff-Latn" (provider = libc, locale = 'ff-Latn'); ALTER COLLATION pg_catalog."ff-Latn" OWNER TO "SYSTEM"; -- -- Name: ff-Latn-BF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff-Latn-BF" (provider = libc, locale = 'ff-Latn-BF'); ALTER COLLATION pg_catalog."ff-Latn-BF" OWNER TO "SYSTEM"; -- -- Name: ff-Latn-CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff-Latn-CM" (provider = libc, locale = 'ff-Latn-CM'); ALTER COLLATION pg_catalog."ff-Latn-CM" OWNER TO "SYSTEM"; -- -- Name: ff-Latn-GH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff-Latn-GH" (provider = libc, locale = 'ff-Latn-GH'); ALTER COLLATION pg_catalog."ff-Latn-GH" OWNER TO "SYSTEM"; -- -- Name: ff-Latn-GM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff-Latn-GM" (provider = libc, locale = 'ff-Latn-GM'); ALTER COLLATION pg_catalog."ff-Latn-GM" OWNER TO "SYSTEM"; -- -- Name: ff-Latn-GN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff-Latn-GN" (provider = libc, locale = 'ff-Latn-GN'); ALTER COLLATION pg_catalog."ff-Latn-GN" OWNER TO "SYSTEM"; -- -- Name: ff-Latn-GW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff-Latn-GW" (provider = libc, locale = 'ff-Latn-GW'); ALTER COLLATION pg_catalog."ff-Latn-GW" OWNER TO "SYSTEM"; -- -- Name: ff-Latn-LR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff-Latn-LR" (provider = libc, locale = 'ff-Latn-LR'); ALTER COLLATION pg_catalog."ff-Latn-LR" OWNER TO "SYSTEM"; -- -- Name: ff-Latn-MR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff-Latn-MR" (provider = libc, locale = 'ff-Latn-MR'); ALTER COLLATION pg_catalog."ff-Latn-MR" OWNER TO "SYSTEM"; -- -- Name: ff-Latn-NE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff-Latn-NE" (provider = libc, locale = 'ff-Latn-NE'); ALTER COLLATION pg_catalog."ff-Latn-NE" OWNER TO "SYSTEM"; -- -- Name: ff-Latn-NG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff-Latn-NG" (provider = libc, locale = 'ff-Latn-NG'); ALTER COLLATION pg_catalog."ff-Latn-NG" OWNER TO "SYSTEM"; -- -- Name: ff-Latn-SL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff-Latn-SL" (provider = libc, locale = 'ff-Latn-SL'); ALTER COLLATION pg_catalog."ff-Latn-SL" OWNER TO "SYSTEM"; -- -- Name: ff-Latn-SN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff-Latn-SN" (provider = libc, locale = 'ff-Latn-SN'); ALTER COLLATION pg_catalog."ff-Latn-SN" OWNER TO "SYSTEM"; -- -- Name: ff_Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff_Latn" (provider = libc, locale = 'ff-Latn'); ALTER COLLATION pg_catalog."ff_Latn" OWNER TO "SYSTEM"; -- -- Name: ff_Latn_BF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff_Latn_BF" (provider = libc, locale = 'ff-Latn-BF'); ALTER COLLATION pg_catalog."ff_Latn_BF" OWNER TO "SYSTEM"; -- -- Name: ff_Latn_CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff_Latn_CM" (provider = libc, locale = 'ff-Latn-CM'); ALTER COLLATION pg_catalog."ff_Latn_CM" OWNER TO "SYSTEM"; -- -- Name: ff_Latn_GH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff_Latn_GH" (provider = libc, locale = 'ff-Latn-GH'); ALTER COLLATION pg_catalog."ff_Latn_GH" OWNER TO "SYSTEM"; -- -- Name: ff_Latn_GM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff_Latn_GM" (provider = libc, locale = 'ff-Latn-GM'); ALTER COLLATION pg_catalog."ff_Latn_GM" OWNER TO "SYSTEM"; -- -- Name: ff_Latn_GN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff_Latn_GN" (provider = libc, locale = 'ff-Latn-GN'); ALTER COLLATION pg_catalog."ff_Latn_GN" OWNER TO "SYSTEM"; -- -- Name: ff_Latn_GW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff_Latn_GW" (provider = libc, locale = 'ff-Latn-GW'); ALTER COLLATION pg_catalog."ff_Latn_GW" OWNER TO "SYSTEM"; -- -- Name: ff_Latn_LR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff_Latn_LR" (provider = libc, locale = 'ff-Latn-LR'); ALTER COLLATION pg_catalog."ff_Latn_LR" OWNER TO "SYSTEM"; -- -- Name: ff_Latn_MR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff_Latn_MR" (provider = libc, locale = 'ff-Latn-MR'); ALTER COLLATION pg_catalog."ff_Latn_MR" OWNER TO "SYSTEM"; -- -- Name: ff_Latn_NE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff_Latn_NE" (provider = libc, locale = 'ff-Latn-NE'); ALTER COLLATION pg_catalog."ff_Latn_NE" OWNER TO "SYSTEM"; -- -- Name: ff_Latn_NG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff_Latn_NG" (provider = libc, locale = 'ff-Latn-NG'); ALTER COLLATION pg_catalog."ff_Latn_NG" OWNER TO "SYSTEM"; -- -- Name: ff_Latn_SL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff_Latn_SL" (provider = libc, locale = 'ff-Latn-SL'); ALTER COLLATION pg_catalog."ff_Latn_SL" OWNER TO "SYSTEM"; -- -- Name: ff_Latn_SN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ff_Latn_SN" (provider = libc, locale = 'ff-Latn-SN'); ALTER COLLATION pg_catalog."ff_Latn_SN" OWNER TO "SYSTEM"; -- -- Name: fi; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.fi (provider = libc, locale = 'fi'); ALTER COLLATION pg_catalog.fi OWNER TO "SYSTEM"; -- -- Name: fi-FI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fi-FI" (provider = libc, locale = 'fi-FI'); ALTER COLLATION pg_catalog."fi-FI" OWNER TO "SYSTEM"; -- -- Name: fi_FI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fi_FI" (provider = libc, locale = 'fi-FI'); ALTER COLLATION pg_catalog."fi_FI" OWNER TO "SYSTEM"; -- -- Name: fil; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.fil (provider = libc, locale = 'fil'); ALTER COLLATION pg_catalog.fil OWNER TO "SYSTEM"; -- -- Name: fil-PH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fil-PH" (provider = libc, locale = 'fil-PH'); ALTER COLLATION pg_catalog."fil-PH" OWNER TO "SYSTEM"; -- -- Name: fil_PH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fil_PH" (provider = libc, locale = 'fil-PH'); ALTER COLLATION pg_catalog."fil_PH" OWNER TO "SYSTEM"; -- -- Name: fo; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.fo (provider = libc, locale = 'fo'); ALTER COLLATION pg_catalog.fo OWNER TO "SYSTEM"; -- -- Name: fo-DK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fo-DK" (provider = libc, locale = 'fo-DK'); ALTER COLLATION pg_catalog."fo-DK" OWNER TO "SYSTEM"; -- -- Name: fo-FO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fo-FO" (provider = libc, locale = 'fo-FO'); ALTER COLLATION pg_catalog."fo-FO" OWNER TO "SYSTEM"; -- -- Name: fo_DK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fo_DK" (provider = libc, locale = 'fo-DK'); ALTER COLLATION pg_catalog."fo_DK" OWNER TO "SYSTEM"; -- -- Name: fo_FO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fo_FO" (provider = libc, locale = 'fo-FO'); ALTER COLLATION pg_catalog."fo_FO" OWNER TO "SYSTEM"; -- -- Name: fr; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.fr (provider = libc, locale = 'fr'); ALTER COLLATION pg_catalog.fr OWNER TO "SYSTEM"; -- -- Name: fr-029; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-029" (provider = libc, locale = 'fr-029'); ALTER COLLATION pg_catalog."fr-029" OWNER TO "SYSTEM"; -- -- Name: fr-BE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-BE" (provider = libc, locale = 'fr-BE'); ALTER COLLATION pg_catalog."fr-BE" OWNER TO "SYSTEM"; -- -- Name: fr-BF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-BF" (provider = libc, locale = 'fr-BF'); ALTER COLLATION pg_catalog."fr-BF" OWNER TO "SYSTEM"; -- -- Name: fr-BI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-BI" (provider = libc, locale = 'fr-BI'); ALTER COLLATION pg_catalog."fr-BI" OWNER TO "SYSTEM"; -- -- Name: fr-BJ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-BJ" (provider = libc, locale = 'fr-BJ'); ALTER COLLATION pg_catalog."fr-BJ" OWNER TO "SYSTEM"; -- -- Name: fr-BL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-BL" (provider = libc, locale = 'fr-BL'); ALTER COLLATION pg_catalog."fr-BL" OWNER TO "SYSTEM"; -- -- Name: fr-CA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-CA" (provider = libc, locale = 'fr-CA'); ALTER COLLATION pg_catalog."fr-CA" OWNER TO "SYSTEM"; -- -- Name: fr-CD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-CD" (provider = libc, locale = 'fr-CD'); ALTER COLLATION pg_catalog."fr-CD" OWNER TO "SYSTEM"; -- -- Name: fr-CF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-CF" (provider = libc, locale = 'fr-CF'); ALTER COLLATION pg_catalog."fr-CF" OWNER TO "SYSTEM"; -- -- Name: fr-CG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-CG" (provider = libc, locale = 'fr-CG'); ALTER COLLATION pg_catalog."fr-CG" OWNER TO "SYSTEM"; -- -- Name: fr-CH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-CH" (provider = libc, locale = 'fr-CH'); ALTER COLLATION pg_catalog."fr-CH" OWNER TO "SYSTEM"; -- -- Name: fr-CI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-CI" (provider = libc, locale = 'fr-CI'); ALTER COLLATION pg_catalog."fr-CI" OWNER TO "SYSTEM"; -- -- Name: fr-CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-CM" (provider = libc, locale = 'fr-CM'); ALTER COLLATION pg_catalog."fr-CM" OWNER TO "SYSTEM"; -- -- Name: fr-DJ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-DJ" (provider = libc, locale = 'fr-DJ'); ALTER COLLATION pg_catalog."fr-DJ" OWNER TO "SYSTEM"; -- -- Name: fr-DZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-DZ" (provider = libc, locale = 'fr-DZ'); ALTER COLLATION pg_catalog."fr-DZ" OWNER TO "SYSTEM"; -- -- Name: fr-FR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-FR" (provider = libc, locale = 'fr-FR'); ALTER COLLATION pg_catalog."fr-FR" OWNER TO "SYSTEM"; -- -- Name: fr-GA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-GA" (provider = libc, locale = 'fr-GA'); ALTER COLLATION pg_catalog."fr-GA" OWNER TO "SYSTEM"; -- -- Name: fr-GF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-GF" (provider = libc, locale = 'fr-GF'); ALTER COLLATION pg_catalog."fr-GF" OWNER TO "SYSTEM"; -- -- Name: fr-GN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-GN" (provider = libc, locale = 'fr-GN'); ALTER COLLATION pg_catalog."fr-GN" OWNER TO "SYSTEM"; -- -- Name: fr-GP; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-GP" (provider = libc, locale = 'fr-GP'); ALTER COLLATION pg_catalog."fr-GP" OWNER TO "SYSTEM"; -- -- Name: fr-GQ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-GQ" (provider = libc, locale = 'fr-GQ'); ALTER COLLATION pg_catalog."fr-GQ" OWNER TO "SYSTEM"; -- -- Name: fr-HT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-HT" (provider = libc, locale = 'fr-HT'); ALTER COLLATION pg_catalog."fr-HT" OWNER TO "SYSTEM"; -- -- Name: fr-KM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-KM" (provider = libc, locale = 'fr-KM'); ALTER COLLATION pg_catalog."fr-KM" OWNER TO "SYSTEM"; -- -- Name: fr-LU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-LU" (provider = libc, locale = 'fr-LU'); ALTER COLLATION pg_catalog."fr-LU" OWNER TO "SYSTEM"; -- -- Name: fr-MA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-MA" (provider = libc, locale = 'fr-MA'); ALTER COLLATION pg_catalog."fr-MA" OWNER TO "SYSTEM"; -- -- Name: fr-MC; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-MC" (provider = libc, locale = 'fr-MC'); ALTER COLLATION pg_catalog."fr-MC" OWNER TO "SYSTEM"; -- -- Name: fr-MF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-MF" (provider = libc, locale = 'fr-MF'); ALTER COLLATION pg_catalog."fr-MF" OWNER TO "SYSTEM"; -- -- Name: fr-MG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-MG" (provider = libc, locale = 'fr-MG'); ALTER COLLATION pg_catalog."fr-MG" OWNER TO "SYSTEM"; -- -- Name: fr-ML; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-ML" (provider = libc, locale = 'fr-ML'); ALTER COLLATION pg_catalog."fr-ML" OWNER TO "SYSTEM"; -- -- Name: fr-MQ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-MQ" (provider = libc, locale = 'fr-MQ'); ALTER COLLATION pg_catalog."fr-MQ" OWNER TO "SYSTEM"; -- -- Name: fr-MR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-MR" (provider = libc, locale = 'fr-MR'); ALTER COLLATION pg_catalog."fr-MR" OWNER TO "SYSTEM"; -- -- Name: fr-MU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-MU" (provider = libc, locale = 'fr-MU'); ALTER COLLATION pg_catalog."fr-MU" OWNER TO "SYSTEM"; -- -- Name: fr-NC; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-NC" (provider = libc, locale = 'fr-NC'); ALTER COLLATION pg_catalog."fr-NC" OWNER TO "SYSTEM"; -- -- Name: fr-NE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-NE" (provider = libc, locale = 'fr-NE'); ALTER COLLATION pg_catalog."fr-NE" OWNER TO "SYSTEM"; -- -- Name: fr-PF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-PF" (provider = libc, locale = 'fr-PF'); ALTER COLLATION pg_catalog."fr-PF" OWNER TO "SYSTEM"; -- -- Name: fr-PM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-PM" (provider = libc, locale = 'fr-PM'); ALTER COLLATION pg_catalog."fr-PM" OWNER TO "SYSTEM"; -- -- Name: fr-RE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-RE" (provider = libc, locale = 'fr-RE'); ALTER COLLATION pg_catalog."fr-RE" OWNER TO "SYSTEM"; -- -- Name: fr-RW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-RW" (provider = libc, locale = 'fr-RW'); ALTER COLLATION pg_catalog."fr-RW" OWNER TO "SYSTEM"; -- -- Name: fr-SC; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-SC" (provider = libc, locale = 'fr-SC'); ALTER COLLATION pg_catalog."fr-SC" OWNER TO "SYSTEM"; -- -- Name: fr-SN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-SN" (provider = libc, locale = 'fr-SN'); ALTER COLLATION pg_catalog."fr-SN" OWNER TO "SYSTEM"; -- -- Name: fr-SY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-SY" (provider = libc, locale = 'fr-SY'); ALTER COLLATION pg_catalog."fr-SY" OWNER TO "SYSTEM"; -- -- Name: fr-TD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-TD" (provider = libc, locale = 'fr-TD'); ALTER COLLATION pg_catalog."fr-TD" OWNER TO "SYSTEM"; -- -- Name: fr-TG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-TG" (provider = libc, locale = 'fr-TG'); ALTER COLLATION pg_catalog."fr-TG" OWNER TO "SYSTEM"; -- -- Name: fr-TN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-TN" (provider = libc, locale = 'fr-TN'); ALTER COLLATION pg_catalog."fr-TN" OWNER TO "SYSTEM"; -- -- Name: fr-VU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-VU" (provider = libc, locale = 'fr-VU'); ALTER COLLATION pg_catalog."fr-VU" OWNER TO "SYSTEM"; -- -- Name: fr-WF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-WF" (provider = libc, locale = 'fr-WF'); ALTER COLLATION pg_catalog."fr-WF" OWNER TO "SYSTEM"; -- -- Name: fr-YT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr-YT" (provider = libc, locale = 'fr-YT'); ALTER COLLATION pg_catalog."fr-YT" OWNER TO "SYSTEM"; -- -- Name: fr_029; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.fr_029 (provider = libc, locale = 'fr-029'); ALTER COLLATION pg_catalog.fr_029 OWNER TO "SYSTEM"; -- -- Name: fr_BE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_BE" (provider = libc, locale = 'fr-BE'); ALTER COLLATION pg_catalog."fr_BE" OWNER TO "SYSTEM"; -- -- Name: fr_BF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_BF" (provider = libc, locale = 'fr-BF'); ALTER COLLATION pg_catalog."fr_BF" OWNER TO "SYSTEM"; -- -- Name: fr_BI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_BI" (provider = libc, locale = 'fr-BI'); ALTER COLLATION pg_catalog."fr_BI" OWNER TO "SYSTEM"; -- -- Name: fr_BJ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_BJ" (provider = libc, locale = 'fr-BJ'); ALTER COLLATION pg_catalog."fr_BJ" OWNER TO "SYSTEM"; -- -- Name: fr_BL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_BL" (provider = libc, locale = 'fr-BL'); ALTER COLLATION pg_catalog."fr_BL" OWNER TO "SYSTEM"; -- -- Name: fr_CA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_CA" (provider = libc, locale = 'fr-CA'); ALTER COLLATION pg_catalog."fr_CA" OWNER TO "SYSTEM"; -- -- Name: fr_CD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_CD" (provider = libc, locale = 'fr-CD'); ALTER COLLATION pg_catalog."fr_CD" OWNER TO "SYSTEM"; -- -- Name: fr_CF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_CF" (provider = libc, locale = 'fr-CF'); ALTER COLLATION pg_catalog."fr_CF" OWNER TO "SYSTEM"; -- -- Name: fr_CG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_CG" (provider = libc, locale = 'fr-CG'); ALTER COLLATION pg_catalog."fr_CG" OWNER TO "SYSTEM"; -- -- Name: fr_CH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_CH" (provider = libc, locale = 'fr-CH'); ALTER COLLATION pg_catalog."fr_CH" OWNER TO "SYSTEM"; -- -- Name: fr_CI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_CI" (provider = libc, locale = 'fr-CI'); ALTER COLLATION pg_catalog."fr_CI" OWNER TO "SYSTEM"; -- -- Name: fr_CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_CM" (provider = libc, locale = 'fr-CM'); ALTER COLLATION pg_catalog."fr_CM" OWNER TO "SYSTEM"; -- -- Name: fr_DJ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_DJ" (provider = libc, locale = 'fr-DJ'); ALTER COLLATION pg_catalog."fr_DJ" OWNER TO "SYSTEM"; -- -- Name: fr_DZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_DZ" (provider = libc, locale = 'fr-DZ'); ALTER COLLATION pg_catalog."fr_DZ" OWNER TO "SYSTEM"; -- -- Name: fr_FR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_FR" (provider = libc, locale = 'fr-FR'); ALTER COLLATION pg_catalog."fr_FR" OWNER TO "SYSTEM"; -- -- Name: fr_GA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_GA" (provider = libc, locale = 'fr-GA'); ALTER COLLATION pg_catalog."fr_GA" OWNER TO "SYSTEM"; -- -- Name: fr_GF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_GF" (provider = libc, locale = 'fr-GF'); ALTER COLLATION pg_catalog."fr_GF" OWNER TO "SYSTEM"; -- -- Name: fr_GN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_GN" (provider = libc, locale = 'fr-GN'); ALTER COLLATION pg_catalog."fr_GN" OWNER TO "SYSTEM"; -- -- Name: fr_GP; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_GP" (provider = libc, locale = 'fr-GP'); ALTER COLLATION pg_catalog."fr_GP" OWNER TO "SYSTEM"; -- -- Name: fr_GQ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_GQ" (provider = libc, locale = 'fr-GQ'); ALTER COLLATION pg_catalog."fr_GQ" OWNER TO "SYSTEM"; -- -- Name: fr_HT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_HT" (provider = libc, locale = 'fr-HT'); ALTER COLLATION pg_catalog."fr_HT" OWNER TO "SYSTEM"; -- -- Name: fr_KM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_KM" (provider = libc, locale = 'fr-KM'); ALTER COLLATION pg_catalog."fr_KM" OWNER TO "SYSTEM"; -- -- Name: fr_LU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_LU" (provider = libc, locale = 'fr-LU'); ALTER COLLATION pg_catalog."fr_LU" OWNER TO "SYSTEM"; -- -- Name: fr_MA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_MA" (provider = libc, locale = 'fr-MA'); ALTER COLLATION pg_catalog."fr_MA" OWNER TO "SYSTEM"; -- -- Name: fr_MC; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_MC" (provider = libc, locale = 'fr-MC'); ALTER COLLATION pg_catalog."fr_MC" OWNER TO "SYSTEM"; -- -- Name: fr_MF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_MF" (provider = libc, locale = 'fr-MF'); ALTER COLLATION pg_catalog."fr_MF" OWNER TO "SYSTEM"; -- -- Name: fr_MG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_MG" (provider = libc, locale = 'fr-MG'); ALTER COLLATION pg_catalog."fr_MG" OWNER TO "SYSTEM"; -- -- Name: fr_ML; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_ML" (provider = libc, locale = 'fr-ML'); ALTER COLLATION pg_catalog."fr_ML" OWNER TO "SYSTEM"; -- -- Name: fr_MQ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_MQ" (provider = libc, locale = 'fr-MQ'); ALTER COLLATION pg_catalog."fr_MQ" OWNER TO "SYSTEM"; -- -- Name: fr_MR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_MR" (provider = libc, locale = 'fr-MR'); ALTER COLLATION pg_catalog."fr_MR" OWNER TO "SYSTEM"; -- -- Name: fr_MU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_MU" (provider = libc, locale = 'fr-MU'); ALTER COLLATION pg_catalog."fr_MU" OWNER TO "SYSTEM"; -- -- Name: fr_NC; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_NC" (provider = libc, locale = 'fr-NC'); ALTER COLLATION pg_catalog."fr_NC" OWNER TO "SYSTEM"; -- -- Name: fr_NE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_NE" (provider = libc, locale = 'fr-NE'); ALTER COLLATION pg_catalog."fr_NE" OWNER TO "SYSTEM"; -- -- Name: fr_PF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_PF" (provider = libc, locale = 'fr-PF'); ALTER COLLATION pg_catalog."fr_PF" OWNER TO "SYSTEM"; -- -- Name: fr_PM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_PM" (provider = libc, locale = 'fr-PM'); ALTER COLLATION pg_catalog."fr_PM" OWNER TO "SYSTEM"; -- -- Name: fr_RE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_RE" (provider = libc, locale = 'fr-RE'); ALTER COLLATION pg_catalog."fr_RE" OWNER TO "SYSTEM"; -- -- Name: fr_RW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_RW" (provider = libc, locale = 'fr-RW'); ALTER COLLATION pg_catalog."fr_RW" OWNER TO "SYSTEM"; -- -- Name: fr_SC; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_SC" (provider = libc, locale = 'fr-SC'); ALTER COLLATION pg_catalog."fr_SC" OWNER TO "SYSTEM"; -- -- Name: fr_SN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_SN" (provider = libc, locale = 'fr-SN'); ALTER COLLATION pg_catalog."fr_SN" OWNER TO "SYSTEM"; -- -- Name: fr_SY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_SY" (provider = libc, locale = 'fr-SY'); ALTER COLLATION pg_catalog."fr_SY" OWNER TO "SYSTEM"; -- -- Name: fr_TD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_TD" (provider = libc, locale = 'fr-TD'); ALTER COLLATION pg_catalog."fr_TD" OWNER TO "SYSTEM"; -- -- Name: fr_TG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_TG" (provider = libc, locale = 'fr-TG'); ALTER COLLATION pg_catalog."fr_TG" OWNER TO "SYSTEM"; -- -- Name: fr_TN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_TN" (provider = libc, locale = 'fr-TN'); ALTER COLLATION pg_catalog."fr_TN" OWNER TO "SYSTEM"; -- -- Name: fr_VU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_VU" (provider = libc, locale = 'fr-VU'); ALTER COLLATION pg_catalog."fr_VU" OWNER TO "SYSTEM"; -- -- Name: fr_WF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_WF" (provider = libc, locale = 'fr-WF'); ALTER COLLATION pg_catalog."fr_WF" OWNER TO "SYSTEM"; -- -- Name: fr_YT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fr_YT" (provider = libc, locale = 'fr-YT'); ALTER COLLATION pg_catalog."fr_YT" OWNER TO "SYSTEM"; -- -- Name: fur; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.fur (provider = libc, locale = 'fur'); ALTER COLLATION pg_catalog.fur OWNER TO "SYSTEM"; -- -- Name: fur-IT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fur-IT" (provider = libc, locale = 'fur-IT'); ALTER COLLATION pg_catalog."fur-IT" OWNER TO "SYSTEM"; -- -- Name: fur_IT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fur_IT" (provider = libc, locale = 'fur-IT'); ALTER COLLATION pg_catalog."fur_IT" OWNER TO "SYSTEM"; -- -- Name: fy; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.fy (provider = libc, locale = 'fy'); ALTER COLLATION pg_catalog.fy OWNER TO "SYSTEM"; -- -- Name: fy-NL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fy-NL" (provider = libc, locale = 'fy-NL'); ALTER COLLATION pg_catalog."fy-NL" OWNER TO "SYSTEM"; -- -- Name: fy_NL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."fy_NL" (provider = libc, locale = 'fy-NL'); ALTER COLLATION pg_catalog."fy_NL" OWNER TO "SYSTEM"; -- -- Name: ga; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ga (provider = libc, locale = 'ga'); ALTER COLLATION pg_catalog.ga OWNER TO "SYSTEM"; -- -- Name: ga-IE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ga-IE" (provider = libc, locale = 'ga-IE'); ALTER COLLATION pg_catalog."ga-IE" OWNER TO "SYSTEM"; -- -- Name: ga_IE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ga_IE" (provider = libc, locale = 'ga-IE'); ALTER COLLATION pg_catalog."ga_IE" OWNER TO "SYSTEM"; -- -- Name: gd; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.gd (provider = libc, locale = 'gd'); ALTER COLLATION pg_catalog.gd OWNER TO "SYSTEM"; -- -- Name: gd-GB; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."gd-GB" (provider = libc, locale = 'gd-GB'); ALTER COLLATION pg_catalog."gd-GB" OWNER TO "SYSTEM"; -- -- Name: gd_GB; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."gd_GB" (provider = libc, locale = 'gd-GB'); ALTER COLLATION pg_catalog."gd_GB" OWNER TO "SYSTEM"; -- -- Name: gl; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.gl (provider = libc, locale = 'gl'); ALTER COLLATION pg_catalog.gl OWNER TO "SYSTEM"; -- -- Name: gl-ES; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."gl-ES" (provider = libc, locale = 'gl-ES'); ALTER COLLATION pg_catalog."gl-ES" OWNER TO "SYSTEM"; -- -- Name: gl_ES; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."gl_ES" (provider = libc, locale = 'gl-ES'); ALTER COLLATION pg_catalog."gl_ES" OWNER TO "SYSTEM"; -- -- Name: gn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.gn (provider = libc, locale = 'gn'); ALTER COLLATION pg_catalog.gn OWNER TO "SYSTEM"; -- -- Name: gn-PY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."gn-PY" (provider = libc, locale = 'gn-PY'); ALTER COLLATION pg_catalog."gn-PY" OWNER TO "SYSTEM"; -- -- Name: gn_PY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."gn_PY" (provider = libc, locale = 'gn-PY'); ALTER COLLATION pg_catalog."gn_PY" OWNER TO "SYSTEM"; -- -- Name: gsw; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.gsw (provider = libc, locale = 'gsw'); ALTER COLLATION pg_catalog.gsw OWNER TO "SYSTEM"; -- -- Name: gsw-CH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."gsw-CH" (provider = libc, locale = 'gsw-CH'); ALTER COLLATION pg_catalog."gsw-CH" OWNER TO "SYSTEM"; -- -- Name: gsw-FR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."gsw-FR" (provider = libc, locale = 'gsw-FR'); ALTER COLLATION pg_catalog."gsw-FR" OWNER TO "SYSTEM"; -- -- Name: gsw-LI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."gsw-LI" (provider = libc, locale = 'gsw-LI'); ALTER COLLATION pg_catalog."gsw-LI" OWNER TO "SYSTEM"; -- -- Name: gsw_CH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."gsw_CH" (provider = libc, locale = 'gsw-CH'); ALTER COLLATION pg_catalog."gsw_CH" OWNER TO "SYSTEM"; -- -- Name: gsw_FR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."gsw_FR" (provider = libc, locale = 'gsw-FR'); ALTER COLLATION pg_catalog."gsw_FR" OWNER TO "SYSTEM"; -- -- Name: gsw_LI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."gsw_LI" (provider = libc, locale = 'gsw-LI'); ALTER COLLATION pg_catalog."gsw_LI" OWNER TO "SYSTEM"; -- -- Name: gu; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.gu (provider = libc, locale = 'gu'); ALTER COLLATION pg_catalog.gu OWNER TO "SYSTEM"; -- -- Name: gu-IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."gu-IN" (provider = libc, locale = 'gu-IN'); ALTER COLLATION pg_catalog."gu-IN" OWNER TO "SYSTEM"; -- -- Name: gu_IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."gu_IN" (provider = libc, locale = 'gu-IN'); ALTER COLLATION pg_catalog."gu_IN" OWNER TO "SYSTEM"; -- -- Name: guz; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.guz (provider = libc, locale = 'guz'); ALTER COLLATION pg_catalog.guz OWNER TO "SYSTEM"; -- -- Name: guz-KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."guz-KE" (provider = libc, locale = 'guz-KE'); ALTER COLLATION pg_catalog."guz-KE" OWNER TO "SYSTEM"; -- -- Name: guz_KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."guz_KE" (provider = libc, locale = 'guz-KE'); ALTER COLLATION pg_catalog."guz_KE" OWNER TO "SYSTEM"; -- -- Name: gv; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.gv (provider = libc, locale = 'gv'); ALTER COLLATION pg_catalog.gv OWNER TO "SYSTEM"; -- -- Name: gv-IM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."gv-IM" (provider = libc, locale = 'gv-IM'); ALTER COLLATION pg_catalog."gv-IM" OWNER TO "SYSTEM"; -- -- Name: gv_IM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."gv_IM" (provider = libc, locale = 'gv-IM'); ALTER COLLATION pg_catalog."gv_IM" OWNER TO "SYSTEM"; -- -- Name: ha; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ha (provider = libc, locale = 'ha'); ALTER COLLATION pg_catalog.ha OWNER TO "SYSTEM"; -- -- Name: ha-Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ha-Latn" (provider = libc, locale = 'ha-Latn'); ALTER COLLATION pg_catalog."ha-Latn" OWNER TO "SYSTEM"; -- -- Name: ha-Latn-GH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ha-Latn-GH" (provider = libc, locale = 'ha-Latn-GH'); ALTER COLLATION pg_catalog."ha-Latn-GH" OWNER TO "SYSTEM"; -- -- Name: ha-Latn-NE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ha-Latn-NE" (provider = libc, locale = 'ha-Latn-NE'); ALTER COLLATION pg_catalog."ha-Latn-NE" OWNER TO "SYSTEM"; -- -- Name: ha-Latn-NG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ha-Latn-NG" (provider = libc, locale = 'ha-Latn-NG'); ALTER COLLATION pg_catalog."ha-Latn-NG" OWNER TO "SYSTEM"; -- -- Name: ha_Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ha_Latn" (provider = libc, locale = 'ha-Latn'); ALTER COLLATION pg_catalog."ha_Latn" OWNER TO "SYSTEM"; -- -- Name: ha_Latn_GH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ha_Latn_GH" (provider = libc, locale = 'ha-Latn-GH'); ALTER COLLATION pg_catalog."ha_Latn_GH" OWNER TO "SYSTEM"; -- -- Name: ha_Latn_NE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ha_Latn_NE" (provider = libc, locale = 'ha-Latn-NE'); ALTER COLLATION pg_catalog."ha_Latn_NE" OWNER TO "SYSTEM"; -- -- Name: ha_Latn_NG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ha_Latn_NG" (provider = libc, locale = 'ha-Latn-NG'); ALTER COLLATION pg_catalog."ha_Latn_NG" OWNER TO "SYSTEM"; -- -- Name: haw; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.haw (provider = libc, locale = 'haw'); ALTER COLLATION pg_catalog.haw OWNER TO "SYSTEM"; -- -- Name: haw-US; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."haw-US" (provider = libc, locale = 'haw-US'); ALTER COLLATION pg_catalog."haw-US" OWNER TO "SYSTEM"; -- -- Name: haw_US; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."haw_US" (provider = libc, locale = 'haw-US'); ALTER COLLATION pg_catalog."haw_US" OWNER TO "SYSTEM"; -- -- Name: he; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.he (provider = libc, locale = 'he'); ALTER COLLATION pg_catalog.he OWNER TO "SYSTEM"; -- -- Name: he-IL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."he-IL" (provider = libc, locale = 'he-IL'); ALTER COLLATION pg_catalog."he-IL" OWNER TO "SYSTEM"; -- -- Name: he_IL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."he_IL" (provider = libc, locale = 'he-IL'); ALTER COLLATION pg_catalog."he_IL" OWNER TO "SYSTEM"; -- -- Name: hi; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.hi (provider = libc, locale = 'hi'); ALTER COLLATION pg_catalog.hi OWNER TO "SYSTEM"; -- -- Name: hi-IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."hi-IN" (provider = libc, locale = 'hi-IN'); ALTER COLLATION pg_catalog."hi-IN" OWNER TO "SYSTEM"; -- -- Name: hi_IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."hi_IN" (provider = libc, locale = 'hi-IN'); ALTER COLLATION pg_catalog."hi_IN" OWNER TO "SYSTEM"; -- -- Name: hr; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.hr (provider = libc, locale = 'hr'); ALTER COLLATION pg_catalog.hr OWNER TO "SYSTEM"; -- -- Name: hr-BA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."hr-BA" (provider = libc, locale = 'hr-BA'); ALTER COLLATION pg_catalog."hr-BA" OWNER TO "SYSTEM"; -- -- Name: hr-HR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."hr-HR" (provider = libc, locale = 'hr-HR'); ALTER COLLATION pg_catalog."hr-HR" OWNER TO "SYSTEM"; -- -- Name: hr_BA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."hr_BA" (provider = libc, locale = 'hr-BA'); ALTER COLLATION pg_catalog."hr_BA" OWNER TO "SYSTEM"; -- -- Name: hr_HR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."hr_HR" (provider = libc, locale = 'hr-HR'); ALTER COLLATION pg_catalog."hr_HR" OWNER TO "SYSTEM"; -- -- Name: hsb; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.hsb (provider = libc, locale = 'hsb'); ALTER COLLATION pg_catalog.hsb OWNER TO "SYSTEM"; -- -- Name: hsb-DE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."hsb-DE" (provider = libc, locale = 'hsb-DE'); ALTER COLLATION pg_catalog."hsb-DE" OWNER TO "SYSTEM"; -- -- Name: hsb_DE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."hsb_DE" (provider = libc, locale = 'hsb-DE'); ALTER COLLATION pg_catalog."hsb_DE" OWNER TO "SYSTEM"; -- -- Name: hu; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.hu (provider = libc, locale = 'hu'); ALTER COLLATION pg_catalog.hu OWNER TO "SYSTEM"; -- -- Name: hu-HU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."hu-HU" (provider = libc, locale = 'hu-HU'); ALTER COLLATION pg_catalog."hu-HU" OWNER TO "SYSTEM"; -- -- Name: hu-HU_technl; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."hu-HU_technl" (provider = libc, locale = 'hu-HU_technl'); ALTER COLLATION pg_catalog."hu-HU_technl" OWNER TO "SYSTEM"; -- -- Name: hu_HU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."hu_HU" (provider = libc, locale = 'hu-HU'); ALTER COLLATION pg_catalog."hu_HU" OWNER TO "SYSTEM"; -- -- Name: hu_HU_technl; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."hu_HU_technl" (provider = libc, locale = 'hu-HU_technl'); ALTER COLLATION pg_catalog."hu_HU_technl" OWNER TO "SYSTEM"; -- -- Name: hy; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.hy (provider = libc, locale = 'hy'); ALTER COLLATION pg_catalog.hy OWNER TO "SYSTEM"; -- -- Name: hy-AM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."hy-AM" (provider = libc, locale = 'hy-AM'); ALTER COLLATION pg_catalog."hy-AM" OWNER TO "SYSTEM"; -- -- Name: hy_AM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."hy_AM" (provider = libc, locale = 'hy-AM'); ALTER COLLATION pg_catalog."hy_AM" OWNER TO "SYSTEM"; -- -- Name: ia; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ia (provider = libc, locale = 'ia'); ALTER COLLATION pg_catalog.ia OWNER TO "SYSTEM"; -- -- Name: ia-001; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ia-001" (provider = libc, locale = 'ia-001'); ALTER COLLATION pg_catalog."ia-001" OWNER TO "SYSTEM"; -- -- Name: ia_001; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ia_001 (provider = libc, locale = 'ia-001'); ALTER COLLATION pg_catalog.ia_001 OWNER TO "SYSTEM"; -- -- Name: ibb; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ibb (provider = libc, locale = 'ibb'); ALTER COLLATION pg_catalog.ibb OWNER TO "SYSTEM"; -- -- Name: ibb-NG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ibb-NG" (provider = libc, locale = 'ibb-NG'); ALTER COLLATION pg_catalog."ibb-NG" OWNER TO "SYSTEM"; -- -- Name: ibb_NG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ibb_NG" (provider = libc, locale = 'ibb-NG'); ALTER COLLATION pg_catalog."ibb_NG" OWNER TO "SYSTEM"; -- -- Name: id; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.id (provider = libc, locale = 'id'); ALTER COLLATION pg_catalog.id OWNER TO "SYSTEM"; -- -- Name: id-ID; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."id-ID" (provider = libc, locale = 'id-ID'); ALTER COLLATION pg_catalog."id-ID" OWNER TO "SYSTEM"; -- -- Name: id_ID; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."id_ID" (provider = libc, locale = 'id-ID'); ALTER COLLATION pg_catalog."id_ID" OWNER TO "SYSTEM"; -- -- Name: ig; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ig (provider = libc, locale = 'ig'); ALTER COLLATION pg_catalog.ig OWNER TO "SYSTEM"; -- -- Name: ig-NG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ig-NG" (provider = libc, locale = 'ig-NG'); ALTER COLLATION pg_catalog."ig-NG" OWNER TO "SYSTEM"; -- -- Name: ig_NG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ig_NG" (provider = libc, locale = 'ig-NG'); ALTER COLLATION pg_catalog."ig_NG" OWNER TO "SYSTEM"; -- -- Name: ii; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ii (provider = libc, locale = 'ii'); ALTER COLLATION pg_catalog.ii OWNER TO "SYSTEM"; -- -- Name: ii-CN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ii-CN" (provider = libc, locale = 'ii-CN'); ALTER COLLATION pg_catalog."ii-CN" OWNER TO "SYSTEM"; -- -- Name: ii_CN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ii_CN" (provider = libc, locale = 'ii-CN'); ALTER COLLATION pg_catalog."ii_CN" OWNER TO "SYSTEM"; -- -- Name: is; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."is" (provider = libc, locale = 'is'); ALTER COLLATION pg_catalog."is" OWNER TO "SYSTEM"; -- -- Name: is-IS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."is-IS" (provider = libc, locale = 'is-IS'); ALTER COLLATION pg_catalog."is-IS" OWNER TO "SYSTEM"; -- -- Name: is_IS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."is_IS" (provider = libc, locale = 'is-IS'); ALTER COLLATION pg_catalog."is_IS" OWNER TO "SYSTEM"; -- -- Name: it; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.it (provider = libc, locale = 'it'); ALTER COLLATION pg_catalog.it OWNER TO "SYSTEM"; -- -- Name: it-CH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."it-CH" (provider = libc, locale = 'it-CH'); ALTER COLLATION pg_catalog."it-CH" OWNER TO "SYSTEM"; -- -- Name: it-IT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."it-IT" (provider = libc, locale = 'it-IT'); ALTER COLLATION pg_catalog."it-IT" OWNER TO "SYSTEM"; -- -- Name: it-SM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."it-SM" (provider = libc, locale = 'it-SM'); ALTER COLLATION pg_catalog."it-SM" OWNER TO "SYSTEM"; -- -- Name: it-VA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."it-VA" (provider = libc, locale = 'it-VA'); ALTER COLLATION pg_catalog."it-VA" OWNER TO "SYSTEM"; -- -- Name: it_CH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."it_CH" (provider = libc, locale = 'it-CH'); ALTER COLLATION pg_catalog."it_CH" OWNER TO "SYSTEM"; -- -- Name: it_IT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."it_IT" (provider = libc, locale = 'it-IT'); ALTER COLLATION pg_catalog."it_IT" OWNER TO "SYSTEM"; -- -- Name: it_SM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."it_SM" (provider = libc, locale = 'it-SM'); ALTER COLLATION pg_catalog."it_SM" OWNER TO "SYSTEM"; -- -- Name: it_VA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."it_VA" (provider = libc, locale = 'it-VA'); ALTER COLLATION pg_catalog."it_VA" OWNER TO "SYSTEM"; -- -- Name: iu; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.iu (provider = libc, locale = 'iu'); ALTER COLLATION pg_catalog.iu OWNER TO "SYSTEM"; -- -- Name: iu-Cans; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."iu-Cans" (provider = libc, locale = 'iu-Cans'); ALTER COLLATION pg_catalog."iu-Cans" OWNER TO "SYSTEM"; -- -- Name: iu-Cans-CA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."iu-Cans-CA" (provider = libc, locale = 'iu-Cans-CA'); ALTER COLLATION pg_catalog."iu-Cans-CA" OWNER TO "SYSTEM"; -- -- Name: iu-Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."iu-Latn" (provider = libc, locale = 'iu-Latn'); ALTER COLLATION pg_catalog."iu-Latn" OWNER TO "SYSTEM"; -- -- Name: iu-Latn-CA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."iu-Latn-CA" (provider = libc, locale = 'iu-Latn-CA'); ALTER COLLATION pg_catalog."iu-Latn-CA" OWNER TO "SYSTEM"; -- -- Name: iu_Cans; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."iu_Cans" (provider = libc, locale = 'iu-Cans'); ALTER COLLATION pg_catalog."iu_Cans" OWNER TO "SYSTEM"; -- -- Name: iu_Cans_CA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."iu_Cans_CA" (provider = libc, locale = 'iu-Cans-CA'); ALTER COLLATION pg_catalog."iu_Cans_CA" OWNER TO "SYSTEM"; -- -- Name: iu_Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."iu_Latn" (provider = libc, locale = 'iu-Latn'); ALTER COLLATION pg_catalog."iu_Latn" OWNER TO "SYSTEM"; -- -- Name: iu_Latn_CA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."iu_Latn_CA" (provider = libc, locale = 'iu-Latn-CA'); ALTER COLLATION pg_catalog."iu_Latn_CA" OWNER TO "SYSTEM"; -- -- Name: jgo; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.jgo (provider = libc, locale = 'jgo'); ALTER COLLATION pg_catalog.jgo OWNER TO "SYSTEM"; -- -- Name: jgo-CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."jgo-CM" (provider = libc, locale = 'jgo-CM'); ALTER COLLATION pg_catalog."jgo-CM" OWNER TO "SYSTEM"; -- -- Name: jgo_CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."jgo_CM" (provider = libc, locale = 'jgo-CM'); ALTER COLLATION pg_catalog."jgo_CM" OWNER TO "SYSTEM"; -- -- Name: jmc; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.jmc (provider = libc, locale = 'jmc'); ALTER COLLATION pg_catalog.jmc OWNER TO "SYSTEM"; -- -- Name: jmc-TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."jmc-TZ" (provider = libc, locale = 'jmc-TZ'); ALTER COLLATION pg_catalog."jmc-TZ" OWNER TO "SYSTEM"; -- -- Name: jmc_TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."jmc_TZ" (provider = libc, locale = 'jmc-TZ'); ALTER COLLATION pg_catalog."jmc_TZ" OWNER TO "SYSTEM"; -- -- Name: jv; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.jv (provider = libc, locale = 'jv'); ALTER COLLATION pg_catalog.jv OWNER TO "SYSTEM"; -- -- Name: jv-Java; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."jv-Java" (provider = libc, locale = 'jv-Java'); ALTER COLLATION pg_catalog."jv-Java" OWNER TO "SYSTEM"; -- -- Name: jv-Java-ID; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."jv-Java-ID" (provider = libc, locale = 'jv-Java-ID'); ALTER COLLATION pg_catalog."jv-Java-ID" OWNER TO "SYSTEM"; -- -- Name: jv-Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."jv-Latn" (provider = libc, locale = 'jv-Latn'); ALTER COLLATION pg_catalog."jv-Latn" OWNER TO "SYSTEM"; -- -- Name: jv-Latn-ID; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."jv-Latn-ID" (provider = libc, locale = 'jv-Latn-ID'); ALTER COLLATION pg_catalog."jv-Latn-ID" OWNER TO "SYSTEM"; -- -- Name: jv_Java; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."jv_Java" (provider = libc, locale = 'jv-Java'); ALTER COLLATION pg_catalog."jv_Java" OWNER TO "SYSTEM"; -- -- Name: jv_Java_ID; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."jv_Java_ID" (provider = libc, locale = 'jv-Java-ID'); ALTER COLLATION pg_catalog."jv_Java_ID" OWNER TO "SYSTEM"; -- -- Name: jv_Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."jv_Latn" (provider = libc, locale = 'jv-Latn'); ALTER COLLATION pg_catalog."jv_Latn" OWNER TO "SYSTEM"; -- -- Name: jv_Latn_ID; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."jv_Latn_ID" (provider = libc, locale = 'jv-Latn-ID'); ALTER COLLATION pg_catalog."jv_Latn_ID" OWNER TO "SYSTEM"; -- -- Name: ka; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ka (provider = libc, locale = 'ka'); ALTER COLLATION pg_catalog.ka OWNER TO "SYSTEM"; -- -- Name: ka-GE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ka-GE" (provider = libc, locale = 'ka-GE'); ALTER COLLATION pg_catalog."ka-GE" OWNER TO "SYSTEM"; -- -- Name: ka-GE_modern; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ka-GE_modern" (provider = libc, locale = 'ka-GE_modern'); ALTER COLLATION pg_catalog."ka-GE_modern" OWNER TO "SYSTEM"; -- -- Name: ka_GE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ka_GE" (provider = libc, locale = 'ka-GE'); ALTER COLLATION pg_catalog."ka_GE" OWNER TO "SYSTEM"; -- -- Name: ka_GE_modern; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ka_GE_modern" (provider = libc, locale = 'ka-GE_modern'); ALTER COLLATION pg_catalog."ka_GE_modern" OWNER TO "SYSTEM"; -- -- Name: kab; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.kab (provider = libc, locale = 'kab'); ALTER COLLATION pg_catalog.kab OWNER TO "SYSTEM"; -- -- Name: kab-DZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kab-DZ" (provider = libc, locale = 'kab-DZ'); ALTER COLLATION pg_catalog."kab-DZ" OWNER TO "SYSTEM"; -- -- Name: kab_DZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kab_DZ" (provider = libc, locale = 'kab-DZ'); ALTER COLLATION pg_catalog."kab_DZ" OWNER TO "SYSTEM"; -- -- Name: kam; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.kam (provider = libc, locale = 'kam'); ALTER COLLATION pg_catalog.kam OWNER TO "SYSTEM"; -- -- Name: kam-KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kam-KE" (provider = libc, locale = 'kam-KE'); ALTER COLLATION pg_catalog."kam-KE" OWNER TO "SYSTEM"; -- -- Name: kam_KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kam_KE" (provider = libc, locale = 'kam-KE'); ALTER COLLATION pg_catalog."kam_KE" OWNER TO "SYSTEM"; -- -- Name: kde; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.kde (provider = libc, locale = 'kde'); ALTER COLLATION pg_catalog.kde OWNER TO "SYSTEM"; -- -- Name: kde-TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kde-TZ" (provider = libc, locale = 'kde-TZ'); ALTER COLLATION pg_catalog."kde-TZ" OWNER TO "SYSTEM"; -- -- Name: kde_TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kde_TZ" (provider = libc, locale = 'kde-TZ'); ALTER COLLATION pg_catalog."kde_TZ" OWNER TO "SYSTEM"; -- -- Name: kea; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.kea (provider = libc, locale = 'kea'); ALTER COLLATION pg_catalog.kea OWNER TO "SYSTEM"; -- -- Name: kea-CV; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kea-CV" (provider = libc, locale = 'kea-CV'); ALTER COLLATION pg_catalog."kea-CV" OWNER TO "SYSTEM"; -- -- Name: kea_CV; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kea_CV" (provider = libc, locale = 'kea-CV'); ALTER COLLATION pg_catalog."kea_CV" OWNER TO "SYSTEM"; -- -- Name: khq; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.khq (provider = libc, locale = 'khq'); ALTER COLLATION pg_catalog.khq OWNER TO "SYSTEM"; -- -- Name: khq-ML; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."khq-ML" (provider = libc, locale = 'khq-ML'); ALTER COLLATION pg_catalog."khq-ML" OWNER TO "SYSTEM"; -- -- Name: khq_ML; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."khq_ML" (provider = libc, locale = 'khq-ML'); ALTER COLLATION pg_catalog."khq_ML" OWNER TO "SYSTEM"; -- -- Name: ki; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ki (provider = libc, locale = 'ki'); ALTER COLLATION pg_catalog.ki OWNER TO "SYSTEM"; -- -- Name: ki-KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ki-KE" (provider = libc, locale = 'ki-KE'); ALTER COLLATION pg_catalog."ki-KE" OWNER TO "SYSTEM"; -- -- Name: ki_KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ki_KE" (provider = libc, locale = 'ki-KE'); ALTER COLLATION pg_catalog."ki_KE" OWNER TO "SYSTEM"; -- -- Name: kk; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.kk (provider = libc, locale = 'kk'); ALTER COLLATION pg_catalog.kk OWNER TO "SYSTEM"; -- -- Name: kk-KZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kk-KZ" (provider = libc, locale = 'kk-KZ'); ALTER COLLATION pg_catalog."kk-KZ" OWNER TO "SYSTEM"; -- -- Name: kk_KZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kk_KZ" (provider = libc, locale = 'kk-KZ'); ALTER COLLATION pg_catalog."kk_KZ" OWNER TO "SYSTEM"; -- -- Name: kkj; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.kkj (provider = libc, locale = 'kkj'); ALTER COLLATION pg_catalog.kkj OWNER TO "SYSTEM"; -- -- Name: kkj-CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kkj-CM" (provider = libc, locale = 'kkj-CM'); ALTER COLLATION pg_catalog."kkj-CM" OWNER TO "SYSTEM"; -- -- Name: kkj_CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kkj_CM" (provider = libc, locale = 'kkj-CM'); ALTER COLLATION pg_catalog."kkj_CM" OWNER TO "SYSTEM"; -- -- Name: kl; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.kl (provider = libc, locale = 'kl'); ALTER COLLATION pg_catalog.kl OWNER TO "SYSTEM"; -- -- Name: kl-GL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kl-GL" (provider = libc, locale = 'kl-GL'); ALTER COLLATION pg_catalog."kl-GL" OWNER TO "SYSTEM"; -- -- Name: kl_GL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kl_GL" (provider = libc, locale = 'kl-GL'); ALTER COLLATION pg_catalog."kl_GL" OWNER TO "SYSTEM"; -- -- Name: kln; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.kln (provider = libc, locale = 'kln'); ALTER COLLATION pg_catalog.kln OWNER TO "SYSTEM"; -- -- Name: kln-KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kln-KE" (provider = libc, locale = 'kln-KE'); ALTER COLLATION pg_catalog."kln-KE" OWNER TO "SYSTEM"; -- -- Name: kln_KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kln_KE" (provider = libc, locale = 'kln-KE'); ALTER COLLATION pg_catalog."kln_KE" OWNER TO "SYSTEM"; -- -- Name: km; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.km (provider = libc, locale = 'km'); ALTER COLLATION pg_catalog.km OWNER TO "SYSTEM"; -- -- Name: km-KH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."km-KH" (provider = libc, locale = 'km-KH'); ALTER COLLATION pg_catalog."km-KH" OWNER TO "SYSTEM"; -- -- Name: km_KH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."km_KH" (provider = libc, locale = 'km-KH'); ALTER COLLATION pg_catalog."km_KH" OWNER TO "SYSTEM"; -- -- Name: kn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.kn (provider = libc, locale = 'kn'); ALTER COLLATION pg_catalog.kn OWNER TO "SYSTEM"; -- -- Name: kn-IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kn-IN" (provider = libc, locale = 'kn-IN'); ALTER COLLATION pg_catalog."kn-IN" OWNER TO "SYSTEM"; -- -- Name: kn_IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kn_IN" (provider = libc, locale = 'kn-IN'); ALTER COLLATION pg_catalog."kn_IN" OWNER TO "SYSTEM"; -- -- Name: ko-KP; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ko-KP" (provider = libc, locale = 'ko-KP'); ALTER COLLATION pg_catalog."ko-KP" OWNER TO "SYSTEM"; -- -- Name: ko_KP; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ko_KP" (provider = libc, locale = 'ko-KP'); ALTER COLLATION pg_catalog."ko_KP" OWNER TO "SYSTEM"; -- -- Name: kok; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.kok (provider = libc, locale = 'kok'); ALTER COLLATION pg_catalog.kok OWNER TO "SYSTEM"; -- -- Name: kok-IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kok-IN" (provider = libc, locale = 'kok-IN'); ALTER COLLATION pg_catalog."kok-IN" OWNER TO "SYSTEM"; -- -- Name: kok_IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kok_IN" (provider = libc, locale = 'kok-IN'); ALTER COLLATION pg_catalog."kok_IN" OWNER TO "SYSTEM"; -- -- Name: kr; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.kr (provider = libc, locale = 'kr'); ALTER COLLATION pg_catalog.kr OWNER TO "SYSTEM"; -- -- Name: kr-Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kr-Latn" (provider = libc, locale = 'kr-Latn'); ALTER COLLATION pg_catalog."kr-Latn" OWNER TO "SYSTEM"; -- -- Name: kr-Latn-NG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kr-Latn-NG" (provider = libc, locale = 'kr-Latn-NG'); ALTER COLLATION pg_catalog."kr-Latn-NG" OWNER TO "SYSTEM"; -- -- Name: kr_Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kr_Latn" (provider = libc, locale = 'kr-Latn'); ALTER COLLATION pg_catalog."kr_Latn" OWNER TO "SYSTEM"; -- -- Name: kr_Latn_NG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kr_Latn_NG" (provider = libc, locale = 'kr-Latn-NG'); ALTER COLLATION pg_catalog."kr_Latn_NG" OWNER TO "SYSTEM"; -- -- Name: ks; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ks (provider = libc, locale = 'ks'); ALTER COLLATION pg_catalog.ks OWNER TO "SYSTEM"; -- -- Name: ks-Arab; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ks-Arab" (provider = libc, locale = 'ks-Arab'); ALTER COLLATION pg_catalog."ks-Arab" OWNER TO "SYSTEM"; -- -- Name: ks-Arab-IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ks-Arab-IN" (provider = libc, locale = 'ks-Arab-IN'); ALTER COLLATION pg_catalog."ks-Arab-IN" OWNER TO "SYSTEM"; -- -- Name: ks-Deva; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ks-Deva" (provider = libc, locale = 'ks-Deva'); ALTER COLLATION pg_catalog."ks-Deva" OWNER TO "SYSTEM"; -- -- Name: ks-Deva-IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ks-Deva-IN" (provider = libc, locale = 'ks-Deva-IN'); ALTER COLLATION pg_catalog."ks-Deva-IN" OWNER TO "SYSTEM"; -- -- Name: ks_Arab; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ks_Arab" (provider = libc, locale = 'ks-Arab'); ALTER COLLATION pg_catalog."ks_Arab" OWNER TO "SYSTEM"; -- -- Name: ks_Arab_IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ks_Arab_IN" (provider = libc, locale = 'ks-Arab-IN'); ALTER COLLATION pg_catalog."ks_Arab_IN" OWNER TO "SYSTEM"; -- -- Name: ks_Deva; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ks_Deva" (provider = libc, locale = 'ks-Deva'); ALTER COLLATION pg_catalog."ks_Deva" OWNER TO "SYSTEM"; -- -- Name: ks_Deva_IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ks_Deva_IN" (provider = libc, locale = 'ks-Deva-IN'); ALTER COLLATION pg_catalog."ks_Deva_IN" OWNER TO "SYSTEM"; -- -- Name: ksb; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ksb (provider = libc, locale = 'ksb'); ALTER COLLATION pg_catalog.ksb OWNER TO "SYSTEM"; -- -- Name: ksb-TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ksb-TZ" (provider = libc, locale = 'ksb-TZ'); ALTER COLLATION pg_catalog."ksb-TZ" OWNER TO "SYSTEM"; -- -- Name: ksb_TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ksb_TZ" (provider = libc, locale = 'ksb-TZ'); ALTER COLLATION pg_catalog."ksb_TZ" OWNER TO "SYSTEM"; -- -- Name: ksf; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ksf (provider = libc, locale = 'ksf'); ALTER COLLATION pg_catalog.ksf OWNER TO "SYSTEM"; -- -- Name: ksf-CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ksf-CM" (provider = libc, locale = 'ksf-CM'); ALTER COLLATION pg_catalog."ksf-CM" OWNER TO "SYSTEM"; -- -- Name: ksf_CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ksf_CM" (provider = libc, locale = 'ksf-CM'); ALTER COLLATION pg_catalog."ksf_CM" OWNER TO "SYSTEM"; -- -- Name: ksh; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ksh (provider = libc, locale = 'ksh'); ALTER COLLATION pg_catalog.ksh OWNER TO "SYSTEM"; -- -- Name: ksh-DE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ksh-DE" (provider = libc, locale = 'ksh-DE'); ALTER COLLATION pg_catalog."ksh-DE" OWNER TO "SYSTEM"; -- -- Name: ksh_DE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ksh_DE" (provider = libc, locale = 'ksh-DE'); ALTER COLLATION pg_catalog."ksh_DE" OWNER TO "SYSTEM"; -- -- Name: ku; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ku (provider = libc, locale = 'ku'); ALTER COLLATION pg_catalog.ku OWNER TO "SYSTEM"; -- -- Name: ku-Arab; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ku-Arab" (provider = libc, locale = 'ku-Arab'); ALTER COLLATION pg_catalog."ku-Arab" OWNER TO "SYSTEM"; -- -- Name: ku-Arab-IQ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ku-Arab-IQ" (provider = libc, locale = 'ku-Arab-IQ'); ALTER COLLATION pg_catalog."ku-Arab-IQ" OWNER TO "SYSTEM"; -- -- Name: ku-Arab-IR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ku-Arab-IR" (provider = libc, locale = 'ku-Arab-IR'); ALTER COLLATION pg_catalog."ku-Arab-IR" OWNER TO "SYSTEM"; -- -- Name: ku_Arab; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ku_Arab" (provider = libc, locale = 'ku-Arab'); ALTER COLLATION pg_catalog."ku_Arab" OWNER TO "SYSTEM"; -- -- Name: ku_Arab_IQ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ku_Arab_IQ" (provider = libc, locale = 'ku-Arab-IQ'); ALTER COLLATION pg_catalog."ku_Arab_IQ" OWNER TO "SYSTEM"; -- -- Name: ku_Arab_IR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ku_Arab_IR" (provider = libc, locale = 'ku-Arab-IR'); ALTER COLLATION pg_catalog."ku_Arab_IR" OWNER TO "SYSTEM"; -- -- Name: kw; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.kw (provider = libc, locale = 'kw'); ALTER COLLATION pg_catalog.kw OWNER TO "SYSTEM"; -- -- Name: kw-GB; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kw-GB" (provider = libc, locale = 'kw-GB'); ALTER COLLATION pg_catalog."kw-GB" OWNER TO "SYSTEM"; -- -- Name: kw_GB; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."kw_GB" (provider = libc, locale = 'kw-GB'); ALTER COLLATION pg_catalog."kw_GB" OWNER TO "SYSTEM"; -- -- Name: ky; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ky (provider = libc, locale = 'ky'); ALTER COLLATION pg_catalog.ky OWNER TO "SYSTEM"; -- -- Name: ky-KG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ky-KG" (provider = libc, locale = 'ky-KG'); ALTER COLLATION pg_catalog."ky-KG" OWNER TO "SYSTEM"; -- -- Name: ky_KG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ky_KG" (provider = libc, locale = 'ky-KG'); ALTER COLLATION pg_catalog."ky_KG" OWNER TO "SYSTEM"; -- -- Name: la; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.la (provider = libc, locale = 'la'); ALTER COLLATION pg_catalog.la OWNER TO "SYSTEM"; -- -- Name: la-001; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."la-001" (provider = libc, locale = 'la-001'); ALTER COLLATION pg_catalog."la-001" OWNER TO "SYSTEM"; -- -- Name: la_001; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.la_001 (provider = libc, locale = 'la-001'); ALTER COLLATION pg_catalog.la_001 OWNER TO "SYSTEM"; -- -- Name: lag; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.lag (provider = libc, locale = 'lag'); ALTER COLLATION pg_catalog.lag OWNER TO "SYSTEM"; -- -- Name: lag-TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."lag-TZ" (provider = libc, locale = 'lag-TZ'); ALTER COLLATION pg_catalog."lag-TZ" OWNER TO "SYSTEM"; -- -- Name: lag_TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."lag_TZ" (provider = libc, locale = 'lag-TZ'); ALTER COLLATION pg_catalog."lag_TZ" OWNER TO "SYSTEM"; -- -- Name: lb; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.lb (provider = libc, locale = 'lb'); ALTER COLLATION pg_catalog.lb OWNER TO "SYSTEM"; -- -- Name: lb-LU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."lb-LU" (provider = libc, locale = 'lb-LU'); ALTER COLLATION pg_catalog."lb-LU" OWNER TO "SYSTEM"; -- -- Name: lb_LU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."lb_LU" (provider = libc, locale = 'lb-LU'); ALTER COLLATION pg_catalog."lb_LU" OWNER TO "SYSTEM"; -- -- Name: lg; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.lg (provider = libc, locale = 'lg'); ALTER COLLATION pg_catalog.lg OWNER TO "SYSTEM"; -- -- Name: lg-UG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."lg-UG" (provider = libc, locale = 'lg-UG'); ALTER COLLATION pg_catalog."lg-UG" OWNER TO "SYSTEM"; -- -- Name: lg_UG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."lg_UG" (provider = libc, locale = 'lg-UG'); ALTER COLLATION pg_catalog."lg_UG" OWNER TO "SYSTEM"; -- -- Name: lkt; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.lkt (provider = libc, locale = 'lkt'); ALTER COLLATION pg_catalog.lkt OWNER TO "SYSTEM"; -- -- Name: lkt-US; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."lkt-US" (provider = libc, locale = 'lkt-US'); ALTER COLLATION pg_catalog."lkt-US" OWNER TO "SYSTEM"; -- -- Name: lkt_US; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."lkt_US" (provider = libc, locale = 'lkt-US'); ALTER COLLATION pg_catalog."lkt_US" OWNER TO "SYSTEM"; -- -- Name: ln; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ln (provider = libc, locale = 'ln'); ALTER COLLATION pg_catalog.ln OWNER TO "SYSTEM"; -- -- Name: ln-AO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ln-AO" (provider = libc, locale = 'ln-AO'); ALTER COLLATION pg_catalog."ln-AO" OWNER TO "SYSTEM"; -- -- Name: ln-CD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ln-CD" (provider = libc, locale = 'ln-CD'); ALTER COLLATION pg_catalog."ln-CD" OWNER TO "SYSTEM"; -- -- Name: ln-CF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ln-CF" (provider = libc, locale = 'ln-CF'); ALTER COLLATION pg_catalog."ln-CF" OWNER TO "SYSTEM"; -- -- Name: ln-CG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ln-CG" (provider = libc, locale = 'ln-CG'); ALTER COLLATION pg_catalog."ln-CG" OWNER TO "SYSTEM"; -- -- Name: ln_AO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ln_AO" (provider = libc, locale = 'ln-AO'); ALTER COLLATION pg_catalog."ln_AO" OWNER TO "SYSTEM"; -- -- Name: ln_CD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ln_CD" (provider = libc, locale = 'ln-CD'); ALTER COLLATION pg_catalog."ln_CD" OWNER TO "SYSTEM"; -- -- Name: ln_CF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ln_CF" (provider = libc, locale = 'ln-CF'); ALTER COLLATION pg_catalog."ln_CF" OWNER TO "SYSTEM"; -- -- Name: ln_CG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ln_CG" (provider = libc, locale = 'ln-CG'); ALTER COLLATION pg_catalog."ln_CG" OWNER TO "SYSTEM"; -- -- Name: lo; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.lo (provider = libc, locale = 'lo'); ALTER COLLATION pg_catalog.lo OWNER TO "SYSTEM"; -- -- Name: lo-LA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."lo-LA" (provider = libc, locale = 'lo-LA'); ALTER COLLATION pg_catalog."lo-LA" OWNER TO "SYSTEM"; -- -- Name: lo_LA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."lo_LA" (provider = libc, locale = 'lo-LA'); ALTER COLLATION pg_catalog."lo_LA" OWNER TO "SYSTEM"; -- -- Name: lrc; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.lrc (provider = libc, locale = 'lrc'); ALTER COLLATION pg_catalog.lrc OWNER TO "SYSTEM"; -- -- Name: lrc-IQ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."lrc-IQ" (provider = libc, locale = 'lrc-IQ'); ALTER COLLATION pg_catalog."lrc-IQ" OWNER TO "SYSTEM"; -- -- Name: lrc-IR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."lrc-IR" (provider = libc, locale = 'lrc-IR'); ALTER COLLATION pg_catalog."lrc-IR" OWNER TO "SYSTEM"; -- -- Name: lrc_IQ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."lrc_IQ" (provider = libc, locale = 'lrc-IQ'); ALTER COLLATION pg_catalog."lrc_IQ" OWNER TO "SYSTEM"; -- -- Name: lrc_IR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."lrc_IR" (provider = libc, locale = 'lrc-IR'); ALTER COLLATION pg_catalog."lrc_IR" OWNER TO "SYSTEM"; -- -- Name: lt; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.lt (provider = libc, locale = 'lt'); ALTER COLLATION pg_catalog.lt OWNER TO "SYSTEM"; -- -- Name: lt-LT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."lt-LT" (provider = libc, locale = 'lt-LT'); ALTER COLLATION pg_catalog."lt-LT" OWNER TO "SYSTEM"; -- -- Name: lt_LT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."lt_LT" (provider = libc, locale = 'lt-LT'); ALTER COLLATION pg_catalog."lt_LT" OWNER TO "SYSTEM"; -- -- Name: lu; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.lu (provider = libc, locale = 'lu'); ALTER COLLATION pg_catalog.lu OWNER TO "SYSTEM"; -- -- Name: lu-CD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."lu-CD" (provider = libc, locale = 'lu-CD'); ALTER COLLATION pg_catalog."lu-CD" OWNER TO "SYSTEM"; -- -- Name: lu_CD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."lu_CD" (provider = libc, locale = 'lu-CD'); ALTER COLLATION pg_catalog."lu_CD" OWNER TO "SYSTEM"; -- -- Name: luo; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.luo (provider = libc, locale = 'luo'); ALTER COLLATION pg_catalog.luo OWNER TO "SYSTEM"; -- -- Name: luo-KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."luo-KE" (provider = libc, locale = 'luo-KE'); ALTER COLLATION pg_catalog."luo-KE" OWNER TO "SYSTEM"; -- -- Name: luo_KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."luo_KE" (provider = libc, locale = 'luo-KE'); ALTER COLLATION pg_catalog."luo_KE" OWNER TO "SYSTEM"; -- -- Name: luy; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.luy (provider = libc, locale = 'luy'); ALTER COLLATION pg_catalog.luy OWNER TO "SYSTEM"; -- -- Name: luy-KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."luy-KE" (provider = libc, locale = 'luy-KE'); ALTER COLLATION pg_catalog."luy-KE" OWNER TO "SYSTEM"; -- -- Name: luy_KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."luy_KE" (provider = libc, locale = 'luy-KE'); ALTER COLLATION pg_catalog."luy_KE" OWNER TO "SYSTEM"; -- -- Name: lv; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.lv (provider = libc, locale = 'lv'); ALTER COLLATION pg_catalog.lv OWNER TO "SYSTEM"; -- -- Name: lv-LV; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."lv-LV" (provider = libc, locale = 'lv-LV'); ALTER COLLATION pg_catalog."lv-LV" OWNER TO "SYSTEM"; -- -- Name: lv_LV; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."lv_LV" (provider = libc, locale = 'lv-LV'); ALTER COLLATION pg_catalog."lv_LV" OWNER TO "SYSTEM"; -- -- Name: mas; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.mas (provider = libc, locale = 'mas'); ALTER COLLATION pg_catalog.mas OWNER TO "SYSTEM"; -- -- Name: mas-KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mas-KE" (provider = libc, locale = 'mas-KE'); ALTER COLLATION pg_catalog."mas-KE" OWNER TO "SYSTEM"; -- -- Name: mas-TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mas-TZ" (provider = libc, locale = 'mas-TZ'); ALTER COLLATION pg_catalog."mas-TZ" OWNER TO "SYSTEM"; -- -- Name: mas_KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mas_KE" (provider = libc, locale = 'mas-KE'); ALTER COLLATION pg_catalog."mas_KE" OWNER TO "SYSTEM"; -- -- Name: mas_TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mas_TZ" (provider = libc, locale = 'mas-TZ'); ALTER COLLATION pg_catalog."mas_TZ" OWNER TO "SYSTEM"; -- -- Name: mer; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.mer (provider = libc, locale = 'mer'); ALTER COLLATION pg_catalog.mer OWNER TO "SYSTEM"; -- -- Name: mer-KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mer-KE" (provider = libc, locale = 'mer-KE'); ALTER COLLATION pg_catalog."mer-KE" OWNER TO "SYSTEM"; -- -- Name: mer_KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mer_KE" (provider = libc, locale = 'mer-KE'); ALTER COLLATION pg_catalog."mer_KE" OWNER TO "SYSTEM"; -- -- Name: mfe; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.mfe (provider = libc, locale = 'mfe'); ALTER COLLATION pg_catalog.mfe OWNER TO "SYSTEM"; -- -- Name: mfe-MU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mfe-MU" (provider = libc, locale = 'mfe-MU'); ALTER COLLATION pg_catalog."mfe-MU" OWNER TO "SYSTEM"; -- -- Name: mfe_MU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mfe_MU" (provider = libc, locale = 'mfe-MU'); ALTER COLLATION pg_catalog."mfe_MU" OWNER TO "SYSTEM"; -- -- Name: mg; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.mg (provider = libc, locale = 'mg'); ALTER COLLATION pg_catalog.mg OWNER TO "SYSTEM"; -- -- Name: mg-MG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mg-MG" (provider = libc, locale = 'mg-MG'); ALTER COLLATION pg_catalog."mg-MG" OWNER TO "SYSTEM"; -- -- Name: mg_MG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mg_MG" (provider = libc, locale = 'mg-MG'); ALTER COLLATION pg_catalog."mg_MG" OWNER TO "SYSTEM"; -- -- Name: mgh; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.mgh (provider = libc, locale = 'mgh'); ALTER COLLATION pg_catalog.mgh OWNER TO "SYSTEM"; -- -- Name: mgh-MZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mgh-MZ" (provider = libc, locale = 'mgh-MZ'); ALTER COLLATION pg_catalog."mgh-MZ" OWNER TO "SYSTEM"; -- -- Name: mgh_MZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mgh_MZ" (provider = libc, locale = 'mgh-MZ'); ALTER COLLATION pg_catalog."mgh_MZ" OWNER TO "SYSTEM"; -- -- Name: mgo; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.mgo (provider = libc, locale = 'mgo'); ALTER COLLATION pg_catalog.mgo OWNER TO "SYSTEM"; -- -- Name: mgo-CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mgo-CM" (provider = libc, locale = 'mgo-CM'); ALTER COLLATION pg_catalog."mgo-CM" OWNER TO "SYSTEM"; -- -- Name: mgo_CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mgo_CM" (provider = libc, locale = 'mgo-CM'); ALTER COLLATION pg_catalog."mgo_CM" OWNER TO "SYSTEM"; -- -- Name: mi; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.mi (provider = libc, locale = 'mi'); ALTER COLLATION pg_catalog.mi OWNER TO "SYSTEM"; -- -- Name: mi-NZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mi-NZ" (provider = libc, locale = 'mi-NZ'); ALTER COLLATION pg_catalog."mi-NZ" OWNER TO "SYSTEM"; -- -- Name: mi_NZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mi_NZ" (provider = libc, locale = 'mi-NZ'); ALTER COLLATION pg_catalog."mi_NZ" OWNER TO "SYSTEM"; -- -- Name: mk; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.mk (provider = libc, locale = 'mk'); ALTER COLLATION pg_catalog.mk OWNER TO "SYSTEM"; -- -- Name: mk-MK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mk-MK" (provider = libc, locale = 'mk-MK'); ALTER COLLATION pg_catalog."mk-MK" OWNER TO "SYSTEM"; -- -- Name: mk_MK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mk_MK" (provider = libc, locale = 'mk-MK'); ALTER COLLATION pg_catalog."mk_MK" OWNER TO "SYSTEM"; -- -- Name: ml; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ml (provider = libc, locale = 'ml'); ALTER COLLATION pg_catalog.ml OWNER TO "SYSTEM"; -- -- Name: ml-IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ml-IN" (provider = libc, locale = 'ml-IN'); ALTER COLLATION pg_catalog."ml-IN" OWNER TO "SYSTEM"; -- -- Name: ml_IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ml_IN" (provider = libc, locale = 'ml-IN'); ALTER COLLATION pg_catalog."ml_IN" OWNER TO "SYSTEM"; -- -- Name: mn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.mn (provider = libc, locale = 'mn'); ALTER COLLATION pg_catalog.mn OWNER TO "SYSTEM"; -- -- Name: mn-Cyrl; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mn-Cyrl" (provider = libc, locale = 'mn-Cyrl'); ALTER COLLATION pg_catalog."mn-Cyrl" OWNER TO "SYSTEM"; -- -- Name: mn-MN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mn-MN" (provider = libc, locale = 'mn-MN'); ALTER COLLATION pg_catalog."mn-MN" OWNER TO "SYSTEM"; -- -- Name: mn-Mong; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mn-Mong" (provider = libc, locale = 'mn-Mong'); ALTER COLLATION pg_catalog."mn-Mong" OWNER TO "SYSTEM"; -- -- Name: mn-Mong-CN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mn-Mong-CN" (provider = libc, locale = 'mn-Mong-CN'); ALTER COLLATION pg_catalog."mn-Mong-CN" OWNER TO "SYSTEM"; -- -- Name: mn-Mong-MN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mn-Mong-MN" (provider = libc, locale = 'mn-Mong-MN'); ALTER COLLATION pg_catalog."mn-Mong-MN" OWNER TO "SYSTEM"; -- -- Name: mn_Cyrl; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mn_Cyrl" (provider = libc, locale = 'mn-Cyrl'); ALTER COLLATION pg_catalog."mn_Cyrl" OWNER TO "SYSTEM"; -- -- Name: mn_MN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mn_MN" (provider = libc, locale = 'mn-MN'); ALTER COLLATION pg_catalog."mn_MN" OWNER TO "SYSTEM"; -- -- Name: mn_Mong; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mn_Mong" (provider = libc, locale = 'mn-Mong'); ALTER COLLATION pg_catalog."mn_Mong" OWNER TO "SYSTEM"; -- -- Name: mn_Mong_CN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mn_Mong_CN" (provider = libc, locale = 'mn-Mong-CN'); ALTER COLLATION pg_catalog."mn_Mong_CN" OWNER TO "SYSTEM"; -- -- Name: mn_Mong_MN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mn_Mong_MN" (provider = libc, locale = 'mn-Mong-MN'); ALTER COLLATION pg_catalog."mn_Mong_MN" OWNER TO "SYSTEM"; -- -- Name: mni; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.mni (provider = libc, locale = 'mni'); ALTER COLLATION pg_catalog.mni OWNER TO "SYSTEM"; -- -- Name: mni-IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mni-IN" (provider = libc, locale = 'mni-IN'); ALTER COLLATION pg_catalog."mni-IN" OWNER TO "SYSTEM"; -- -- Name: mni_IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mni_IN" (provider = libc, locale = 'mni-IN'); ALTER COLLATION pg_catalog."mni_IN" OWNER TO "SYSTEM"; -- -- Name: moh; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.moh (provider = libc, locale = 'moh'); ALTER COLLATION pg_catalog.moh OWNER TO "SYSTEM"; -- -- Name: moh-CA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."moh-CA" (provider = libc, locale = 'moh-CA'); ALTER COLLATION pg_catalog."moh-CA" OWNER TO "SYSTEM"; -- -- Name: moh_CA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."moh_CA" (provider = libc, locale = 'moh-CA'); ALTER COLLATION pg_catalog."moh_CA" OWNER TO "SYSTEM"; -- -- Name: mr; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.mr (provider = libc, locale = 'mr'); ALTER COLLATION pg_catalog.mr OWNER TO "SYSTEM"; -- -- Name: mr-IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mr-IN" (provider = libc, locale = 'mr-IN'); ALTER COLLATION pg_catalog."mr-IN" OWNER TO "SYSTEM"; -- -- Name: mr_IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mr_IN" (provider = libc, locale = 'mr-IN'); ALTER COLLATION pg_catalog."mr_IN" OWNER TO "SYSTEM"; -- -- Name: ms; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ms (provider = libc, locale = 'ms'); ALTER COLLATION pg_catalog.ms OWNER TO "SYSTEM"; -- -- Name: ms-BN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ms-BN" (provider = libc, locale = 'ms-BN'); ALTER COLLATION pg_catalog."ms-BN" OWNER TO "SYSTEM"; -- -- Name: ms-MY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ms-MY" (provider = libc, locale = 'ms-MY'); ALTER COLLATION pg_catalog."ms-MY" OWNER TO "SYSTEM"; -- -- Name: ms-SG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ms-SG" (provider = libc, locale = 'ms-SG'); ALTER COLLATION pg_catalog."ms-SG" OWNER TO "SYSTEM"; -- -- Name: ms_BN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ms_BN" (provider = libc, locale = 'ms-BN'); ALTER COLLATION pg_catalog."ms_BN" OWNER TO "SYSTEM"; -- -- Name: ms_MY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ms_MY" (provider = libc, locale = 'ms-MY'); ALTER COLLATION pg_catalog."ms_MY" OWNER TO "SYSTEM"; -- -- Name: ms_SG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ms_SG" (provider = libc, locale = 'ms-SG'); ALTER COLLATION pg_catalog."ms_SG" OWNER TO "SYSTEM"; -- -- Name: mt; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.mt (provider = libc, locale = 'mt'); ALTER COLLATION pg_catalog.mt OWNER TO "SYSTEM"; -- -- Name: mt-MT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mt-MT" (provider = libc, locale = 'mt-MT'); ALTER COLLATION pg_catalog."mt-MT" OWNER TO "SYSTEM"; -- -- Name: mt_MT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mt_MT" (provider = libc, locale = 'mt-MT'); ALTER COLLATION pg_catalog."mt_MT" OWNER TO "SYSTEM"; -- -- Name: mua; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.mua (provider = libc, locale = 'mua'); ALTER COLLATION pg_catalog.mua OWNER TO "SYSTEM"; -- -- Name: mua-CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mua-CM" (provider = libc, locale = 'mua-CM'); ALTER COLLATION pg_catalog."mua-CM" OWNER TO "SYSTEM"; -- -- Name: mua_CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mua_CM" (provider = libc, locale = 'mua-CM'); ALTER COLLATION pg_catalog."mua_CM" OWNER TO "SYSTEM"; -- -- Name: my; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.my (provider = libc, locale = 'my'); ALTER COLLATION pg_catalog.my OWNER TO "SYSTEM"; -- -- Name: my-MM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."my-MM" (provider = libc, locale = 'my-MM'); ALTER COLLATION pg_catalog."my-MM" OWNER TO "SYSTEM"; -- -- Name: my_MM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."my_MM" (provider = libc, locale = 'my-MM'); ALTER COLLATION pg_catalog."my_MM" OWNER TO "SYSTEM"; -- -- Name: mzn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.mzn (provider = libc, locale = 'mzn'); ALTER COLLATION pg_catalog.mzn OWNER TO "SYSTEM"; -- -- Name: mzn-IR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mzn-IR" (provider = libc, locale = 'mzn-IR'); ALTER COLLATION pg_catalog."mzn-IR" OWNER TO "SYSTEM"; -- -- Name: mzn_IR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."mzn_IR" (provider = libc, locale = 'mzn-IR'); ALTER COLLATION pg_catalog."mzn_IR" OWNER TO "SYSTEM"; -- -- Name: naq; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.naq (provider = libc, locale = 'naq'); ALTER COLLATION pg_catalog.naq OWNER TO "SYSTEM"; -- -- Name: naq-NA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."naq-NA" (provider = libc, locale = 'naq-NA'); ALTER COLLATION pg_catalog."naq-NA" OWNER TO "SYSTEM"; -- -- Name: naq_NA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."naq_NA" (provider = libc, locale = 'naq-NA'); ALTER COLLATION pg_catalog."naq_NA" OWNER TO "SYSTEM"; -- -- Name: nb; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.nb (provider = libc, locale = 'nb'); ALTER COLLATION pg_catalog.nb OWNER TO "SYSTEM"; -- -- Name: nb-NO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nb-NO" (provider = libc, locale = 'nb-NO'); ALTER COLLATION pg_catalog."nb-NO" OWNER TO "SYSTEM"; -- -- Name: nb-SJ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nb-SJ" (provider = libc, locale = 'nb-SJ'); ALTER COLLATION pg_catalog."nb-SJ" OWNER TO "SYSTEM"; -- -- Name: nb_NO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nb_NO" (provider = libc, locale = 'nb-NO'); ALTER COLLATION pg_catalog."nb_NO" OWNER TO "SYSTEM"; -- -- Name: nb_SJ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nb_SJ" (provider = libc, locale = 'nb-SJ'); ALTER COLLATION pg_catalog."nb_SJ" OWNER TO "SYSTEM"; -- -- Name: nd; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.nd (provider = libc, locale = 'nd'); ALTER COLLATION pg_catalog.nd OWNER TO "SYSTEM"; -- -- Name: nd-ZW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nd-ZW" (provider = libc, locale = 'nd-ZW'); ALTER COLLATION pg_catalog."nd-ZW" OWNER TO "SYSTEM"; -- -- Name: nd_ZW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nd_ZW" (provider = libc, locale = 'nd-ZW'); ALTER COLLATION pg_catalog."nd_ZW" OWNER TO "SYSTEM"; -- -- Name: nds; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.nds (provider = libc, locale = 'nds'); ALTER COLLATION pg_catalog.nds OWNER TO "SYSTEM"; -- -- Name: nds-DE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nds-DE" (provider = libc, locale = 'nds-DE'); ALTER COLLATION pg_catalog."nds-DE" OWNER TO "SYSTEM"; -- -- Name: nds-NL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nds-NL" (provider = libc, locale = 'nds-NL'); ALTER COLLATION pg_catalog."nds-NL" OWNER TO "SYSTEM"; -- -- Name: nds_DE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nds_DE" (provider = libc, locale = 'nds-DE'); ALTER COLLATION pg_catalog."nds_DE" OWNER TO "SYSTEM"; -- -- Name: nds_NL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nds_NL" (provider = libc, locale = 'nds-NL'); ALTER COLLATION pg_catalog."nds_NL" OWNER TO "SYSTEM"; -- -- Name: ne; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ne (provider = libc, locale = 'ne'); ALTER COLLATION pg_catalog.ne OWNER TO "SYSTEM"; -- -- Name: ne-IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ne-IN" (provider = libc, locale = 'ne-IN'); ALTER COLLATION pg_catalog."ne-IN" OWNER TO "SYSTEM"; -- -- Name: ne-NP; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ne-NP" (provider = libc, locale = 'ne-NP'); ALTER COLLATION pg_catalog."ne-NP" OWNER TO "SYSTEM"; -- -- Name: ne_IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ne_IN" (provider = libc, locale = 'ne-IN'); ALTER COLLATION pg_catalog."ne_IN" OWNER TO "SYSTEM"; -- -- Name: ne_NP; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ne_NP" (provider = libc, locale = 'ne-NP'); ALTER COLLATION pg_catalog."ne_NP" OWNER TO "SYSTEM"; -- -- Name: nl; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.nl (provider = libc, locale = 'nl'); ALTER COLLATION pg_catalog.nl OWNER TO "SYSTEM"; -- -- Name: nl-AW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nl-AW" (provider = libc, locale = 'nl-AW'); ALTER COLLATION pg_catalog."nl-AW" OWNER TO "SYSTEM"; -- -- Name: nl-BE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nl-BE" (provider = libc, locale = 'nl-BE'); ALTER COLLATION pg_catalog."nl-BE" OWNER TO "SYSTEM"; -- -- Name: nl-BQ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nl-BQ" (provider = libc, locale = 'nl-BQ'); ALTER COLLATION pg_catalog."nl-BQ" OWNER TO "SYSTEM"; -- -- Name: nl-CW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nl-CW" (provider = libc, locale = 'nl-CW'); ALTER COLLATION pg_catalog."nl-CW" OWNER TO "SYSTEM"; -- -- Name: nl-NL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nl-NL" (provider = libc, locale = 'nl-NL'); ALTER COLLATION pg_catalog."nl-NL" OWNER TO "SYSTEM"; -- -- Name: nl-SR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nl-SR" (provider = libc, locale = 'nl-SR'); ALTER COLLATION pg_catalog."nl-SR" OWNER TO "SYSTEM"; -- -- Name: nl-SX; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nl-SX" (provider = libc, locale = 'nl-SX'); ALTER COLLATION pg_catalog."nl-SX" OWNER TO "SYSTEM"; -- -- Name: nl_AW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nl_AW" (provider = libc, locale = 'nl-AW'); ALTER COLLATION pg_catalog."nl_AW" OWNER TO "SYSTEM"; -- -- Name: nl_BE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nl_BE" (provider = libc, locale = 'nl-BE'); ALTER COLLATION pg_catalog."nl_BE" OWNER TO "SYSTEM"; -- -- Name: nl_BQ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nl_BQ" (provider = libc, locale = 'nl-BQ'); ALTER COLLATION pg_catalog."nl_BQ" OWNER TO "SYSTEM"; -- -- Name: nl_CW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nl_CW" (provider = libc, locale = 'nl-CW'); ALTER COLLATION pg_catalog."nl_CW" OWNER TO "SYSTEM"; -- -- Name: nl_NL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nl_NL" (provider = libc, locale = 'nl-NL'); ALTER COLLATION pg_catalog."nl_NL" OWNER TO "SYSTEM"; -- -- Name: nl_SR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nl_SR" (provider = libc, locale = 'nl-SR'); ALTER COLLATION pg_catalog."nl_SR" OWNER TO "SYSTEM"; -- -- Name: nl_SX; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nl_SX" (provider = libc, locale = 'nl-SX'); ALTER COLLATION pg_catalog."nl_SX" OWNER TO "SYSTEM"; -- -- Name: nmg; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.nmg (provider = libc, locale = 'nmg'); ALTER COLLATION pg_catalog.nmg OWNER TO "SYSTEM"; -- -- Name: nmg-CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nmg-CM" (provider = libc, locale = 'nmg-CM'); ALTER COLLATION pg_catalog."nmg-CM" OWNER TO "SYSTEM"; -- -- Name: nmg_CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nmg_CM" (provider = libc, locale = 'nmg-CM'); ALTER COLLATION pg_catalog."nmg_CM" OWNER TO "SYSTEM"; -- -- Name: nn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.nn (provider = libc, locale = 'nn'); ALTER COLLATION pg_catalog.nn OWNER TO "SYSTEM"; -- -- Name: nn-NO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nn-NO" (provider = libc, locale = 'nn-NO'); ALTER COLLATION pg_catalog."nn-NO" OWNER TO "SYSTEM"; -- -- Name: nn_NO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nn_NO" (provider = libc, locale = 'nn-NO'); ALTER COLLATION pg_catalog."nn_NO" OWNER TO "SYSTEM"; -- -- Name: nnh; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.nnh (provider = libc, locale = 'nnh'); ALTER COLLATION pg_catalog.nnh OWNER TO "SYSTEM"; -- -- Name: nnh-CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nnh-CM" (provider = libc, locale = 'nnh-CM'); ALTER COLLATION pg_catalog."nnh-CM" OWNER TO "SYSTEM"; -- -- Name: nnh_CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nnh_CM" (provider = libc, locale = 'nnh-CM'); ALTER COLLATION pg_catalog."nnh_CM" OWNER TO "SYSTEM"; -- -- Name: no; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.no (provider = libc, locale = 'no'); ALTER COLLATION pg_catalog.no OWNER TO "SYSTEM"; -- -- Name: nqo; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.nqo (provider = libc, locale = 'nqo'); ALTER COLLATION pg_catalog.nqo OWNER TO "SYSTEM"; -- -- Name: nqo-GN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nqo-GN" (provider = libc, locale = 'nqo-GN'); ALTER COLLATION pg_catalog."nqo-GN" OWNER TO "SYSTEM"; -- -- Name: nqo_GN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nqo_GN" (provider = libc, locale = 'nqo-GN'); ALTER COLLATION pg_catalog."nqo_GN" OWNER TO "SYSTEM"; -- -- Name: nr; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.nr (provider = libc, locale = 'nr'); ALTER COLLATION pg_catalog.nr OWNER TO "SYSTEM"; -- -- Name: nr-ZA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nr-ZA" (provider = libc, locale = 'nr-ZA'); ALTER COLLATION pg_catalog."nr-ZA" OWNER TO "SYSTEM"; -- -- Name: nr_ZA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nr_ZA" (provider = libc, locale = 'nr-ZA'); ALTER COLLATION pg_catalog."nr_ZA" OWNER TO "SYSTEM"; -- -- Name: nso; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.nso (provider = libc, locale = 'nso'); ALTER COLLATION pg_catalog.nso OWNER TO "SYSTEM"; -- -- Name: nso-ZA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nso-ZA" (provider = libc, locale = 'nso-ZA'); ALTER COLLATION pg_catalog."nso-ZA" OWNER TO "SYSTEM"; -- -- Name: nso_ZA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nso_ZA" (provider = libc, locale = 'nso-ZA'); ALTER COLLATION pg_catalog."nso_ZA" OWNER TO "SYSTEM"; -- -- Name: nus; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.nus (provider = libc, locale = 'nus'); ALTER COLLATION pg_catalog.nus OWNER TO "SYSTEM"; -- -- Name: nus-SS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nus-SS" (provider = libc, locale = 'nus-SS'); ALTER COLLATION pg_catalog."nus-SS" OWNER TO "SYSTEM"; -- -- Name: nus_SS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nus_SS" (provider = libc, locale = 'nus-SS'); ALTER COLLATION pg_catalog."nus_SS" OWNER TO "SYSTEM"; -- -- Name: nyn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.nyn (provider = libc, locale = 'nyn'); ALTER COLLATION pg_catalog.nyn OWNER TO "SYSTEM"; -- -- Name: nyn-UG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nyn-UG" (provider = libc, locale = 'nyn-UG'); ALTER COLLATION pg_catalog."nyn-UG" OWNER TO "SYSTEM"; -- -- Name: nyn_UG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."nyn_UG" (provider = libc, locale = 'nyn-UG'); ALTER COLLATION pg_catalog."nyn_UG" OWNER TO "SYSTEM"; -- -- Name: oc; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.oc (provider = libc, locale = 'oc'); ALTER COLLATION pg_catalog.oc OWNER TO "SYSTEM"; -- -- Name: oc-FR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."oc-FR" (provider = libc, locale = 'oc-FR'); ALTER COLLATION pg_catalog."oc-FR" OWNER TO "SYSTEM"; -- -- Name: oc_FR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."oc_FR" (provider = libc, locale = 'oc-FR'); ALTER COLLATION pg_catalog."oc_FR" OWNER TO "SYSTEM"; -- -- Name: om; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.om (provider = libc, locale = 'om'); ALTER COLLATION pg_catalog.om OWNER TO "SYSTEM"; -- -- Name: om-ET; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."om-ET" (provider = libc, locale = 'om-ET'); ALTER COLLATION pg_catalog."om-ET" OWNER TO "SYSTEM"; -- -- Name: om-KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."om-KE" (provider = libc, locale = 'om-KE'); ALTER COLLATION pg_catalog."om-KE" OWNER TO "SYSTEM"; -- -- Name: om_ET; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."om_ET" (provider = libc, locale = 'om-ET'); ALTER COLLATION pg_catalog."om_ET" OWNER TO "SYSTEM"; -- -- Name: om_KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."om_KE" (provider = libc, locale = 'om-KE'); ALTER COLLATION pg_catalog."om_KE" OWNER TO "SYSTEM"; -- -- Name: or; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."or" (provider = libc, locale = 'or'); ALTER COLLATION pg_catalog."or" OWNER TO "SYSTEM"; -- -- Name: or-IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."or-IN" (provider = libc, locale = 'or-IN'); ALTER COLLATION pg_catalog."or-IN" OWNER TO "SYSTEM"; -- -- Name: or_IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."or_IN" (provider = libc, locale = 'or-IN'); ALTER COLLATION pg_catalog."or_IN" OWNER TO "SYSTEM"; -- -- Name: os; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.os (provider = libc, locale = 'os'); ALTER COLLATION pg_catalog.os OWNER TO "SYSTEM"; -- -- Name: os-GE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."os-GE" (provider = libc, locale = 'os-GE'); ALTER COLLATION pg_catalog."os-GE" OWNER TO "SYSTEM"; -- -- Name: os-RU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."os-RU" (provider = libc, locale = 'os-RU'); ALTER COLLATION pg_catalog."os-RU" OWNER TO "SYSTEM"; -- -- Name: os_GE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."os_GE" (provider = libc, locale = 'os-GE'); ALTER COLLATION pg_catalog."os_GE" OWNER TO "SYSTEM"; -- -- Name: os_RU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."os_RU" (provider = libc, locale = 'os-RU'); ALTER COLLATION pg_catalog."os_RU" OWNER TO "SYSTEM"; -- -- Name: pa; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.pa (provider = libc, locale = 'pa'); ALTER COLLATION pg_catalog.pa OWNER TO "SYSTEM"; -- -- Name: pa-Arab; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pa-Arab" (provider = libc, locale = 'pa-Arab'); ALTER COLLATION pg_catalog."pa-Arab" OWNER TO "SYSTEM"; -- -- Name: pa-Arab-PK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pa-Arab-PK" (provider = libc, locale = 'pa-Arab-PK'); ALTER COLLATION pg_catalog."pa-Arab-PK" OWNER TO "SYSTEM"; -- -- Name: pa-Guru; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pa-Guru" (provider = libc, locale = 'pa-Guru'); ALTER COLLATION pg_catalog."pa-Guru" OWNER TO "SYSTEM"; -- -- Name: pa-IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pa-IN" (provider = libc, locale = 'pa-IN'); ALTER COLLATION pg_catalog."pa-IN" OWNER TO "SYSTEM"; -- -- Name: pa_Arab; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pa_Arab" (provider = libc, locale = 'pa-Arab'); ALTER COLLATION pg_catalog."pa_Arab" OWNER TO "SYSTEM"; -- -- Name: pa_Arab_PK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pa_Arab_PK" (provider = libc, locale = 'pa-Arab-PK'); ALTER COLLATION pg_catalog."pa_Arab_PK" OWNER TO "SYSTEM"; -- -- Name: pa_Guru; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pa_Guru" (provider = libc, locale = 'pa-Guru'); ALTER COLLATION pg_catalog."pa_Guru" OWNER TO "SYSTEM"; -- -- Name: pa_IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pa_IN" (provider = libc, locale = 'pa-IN'); ALTER COLLATION pg_catalog."pa_IN" OWNER TO "SYSTEM"; -- -- Name: pap; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.pap (provider = libc, locale = 'pap'); ALTER COLLATION pg_catalog.pap OWNER TO "SYSTEM"; -- -- Name: pap-029; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pap-029" (provider = libc, locale = 'pap-029'); ALTER COLLATION pg_catalog."pap-029" OWNER TO "SYSTEM"; -- -- Name: pap_029; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.pap_029 (provider = libc, locale = 'pap-029'); ALTER COLLATION pg_catalog.pap_029 OWNER TO "SYSTEM"; -- -- Name: pl; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.pl (provider = libc, locale = 'pl'); ALTER COLLATION pg_catalog.pl OWNER TO "SYSTEM"; -- -- Name: pl-PL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pl-PL" (provider = libc, locale = 'pl-PL'); ALTER COLLATION pg_catalog."pl-PL" OWNER TO "SYSTEM"; -- -- Name: pl_PL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pl_PL" (provider = libc, locale = 'pl-PL'); ALTER COLLATION pg_catalog."pl_PL" OWNER TO "SYSTEM"; -- -- Name: prg; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.prg (provider = libc, locale = 'prg'); ALTER COLLATION pg_catalog.prg OWNER TO "SYSTEM"; -- -- Name: prg-001; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."prg-001" (provider = libc, locale = 'prg-001'); ALTER COLLATION pg_catalog."prg-001" OWNER TO "SYSTEM"; -- -- Name: prg_001; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.prg_001 (provider = libc, locale = 'prg-001'); ALTER COLLATION pg_catalog.prg_001 OWNER TO "SYSTEM"; -- -- Name: prs; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.prs (provider = libc, locale = 'prs'); ALTER COLLATION pg_catalog.prs OWNER TO "SYSTEM"; -- -- Name: prs-AF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."prs-AF" (provider = libc, locale = 'prs-AF'); ALTER COLLATION pg_catalog."prs-AF" OWNER TO "SYSTEM"; -- -- Name: prs_AF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."prs_AF" (provider = libc, locale = 'prs-AF'); ALTER COLLATION pg_catalog."prs_AF" OWNER TO "SYSTEM"; -- -- Name: ps; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ps (provider = libc, locale = 'ps'); ALTER COLLATION pg_catalog.ps OWNER TO "SYSTEM"; -- -- Name: ps-AF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ps-AF" (provider = libc, locale = 'ps-AF'); ALTER COLLATION pg_catalog."ps-AF" OWNER TO "SYSTEM"; -- -- Name: ps-PK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ps-PK" (provider = libc, locale = 'ps-PK'); ALTER COLLATION pg_catalog."ps-PK" OWNER TO "SYSTEM"; -- -- Name: ps_AF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ps_AF" (provider = libc, locale = 'ps-AF'); ALTER COLLATION pg_catalog."ps_AF" OWNER TO "SYSTEM"; -- -- Name: ps_PK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ps_PK" (provider = libc, locale = 'ps-PK'); ALTER COLLATION pg_catalog."ps_PK" OWNER TO "SYSTEM"; -- -- Name: pt; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.pt (provider = libc, locale = 'pt'); ALTER COLLATION pg_catalog.pt OWNER TO "SYSTEM"; -- -- Name: pt-AO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt-AO" (provider = libc, locale = 'pt-AO'); ALTER COLLATION pg_catalog."pt-AO" OWNER TO "SYSTEM"; -- -- Name: pt-BR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt-BR" (provider = libc, locale = 'pt-BR'); ALTER COLLATION pg_catalog."pt-BR" OWNER TO "SYSTEM"; -- -- Name: pt-CH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt-CH" (provider = libc, locale = 'pt-CH'); ALTER COLLATION pg_catalog."pt-CH" OWNER TO "SYSTEM"; -- -- Name: pt-CV; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt-CV" (provider = libc, locale = 'pt-CV'); ALTER COLLATION pg_catalog."pt-CV" OWNER TO "SYSTEM"; -- -- Name: pt-GQ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt-GQ" (provider = libc, locale = 'pt-GQ'); ALTER COLLATION pg_catalog."pt-GQ" OWNER TO "SYSTEM"; -- -- Name: pt-GW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt-GW" (provider = libc, locale = 'pt-GW'); ALTER COLLATION pg_catalog."pt-GW" OWNER TO "SYSTEM"; -- -- Name: pt-LU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt-LU" (provider = libc, locale = 'pt-LU'); ALTER COLLATION pg_catalog."pt-LU" OWNER TO "SYSTEM"; -- -- Name: pt-MO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt-MO" (provider = libc, locale = 'pt-MO'); ALTER COLLATION pg_catalog."pt-MO" OWNER TO "SYSTEM"; -- -- Name: pt-MZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt-MZ" (provider = libc, locale = 'pt-MZ'); ALTER COLLATION pg_catalog."pt-MZ" OWNER TO "SYSTEM"; -- -- Name: pt-PT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt-PT" (provider = libc, locale = 'pt-PT'); ALTER COLLATION pg_catalog."pt-PT" OWNER TO "SYSTEM"; -- -- Name: pt-ST; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt-ST" (provider = libc, locale = 'pt-ST'); ALTER COLLATION pg_catalog."pt-ST" OWNER TO "SYSTEM"; -- -- Name: pt-TL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt-TL" (provider = libc, locale = 'pt-TL'); ALTER COLLATION pg_catalog."pt-TL" OWNER TO "SYSTEM"; -- -- Name: pt_AO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt_AO" (provider = libc, locale = 'pt-AO'); ALTER COLLATION pg_catalog."pt_AO" OWNER TO "SYSTEM"; -- -- Name: pt_BR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt_BR" (provider = libc, locale = 'pt-BR'); ALTER COLLATION pg_catalog."pt_BR" OWNER TO "SYSTEM"; -- -- Name: pt_CH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt_CH" (provider = libc, locale = 'pt-CH'); ALTER COLLATION pg_catalog."pt_CH" OWNER TO "SYSTEM"; -- -- Name: pt_CV; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt_CV" (provider = libc, locale = 'pt-CV'); ALTER COLLATION pg_catalog."pt_CV" OWNER TO "SYSTEM"; -- -- Name: pt_GQ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt_GQ" (provider = libc, locale = 'pt-GQ'); ALTER COLLATION pg_catalog."pt_GQ" OWNER TO "SYSTEM"; -- -- Name: pt_GW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt_GW" (provider = libc, locale = 'pt-GW'); ALTER COLLATION pg_catalog."pt_GW" OWNER TO "SYSTEM"; -- -- Name: pt_LU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt_LU" (provider = libc, locale = 'pt-LU'); ALTER COLLATION pg_catalog."pt_LU" OWNER TO "SYSTEM"; -- -- Name: pt_MO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt_MO" (provider = libc, locale = 'pt-MO'); ALTER COLLATION pg_catalog."pt_MO" OWNER TO "SYSTEM"; -- -- Name: pt_MZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt_MZ" (provider = libc, locale = 'pt-MZ'); ALTER COLLATION pg_catalog."pt_MZ" OWNER TO "SYSTEM"; -- -- Name: pt_PT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt_PT" (provider = libc, locale = 'pt-PT'); ALTER COLLATION pg_catalog."pt_PT" OWNER TO "SYSTEM"; -- -- Name: pt_ST; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt_ST" (provider = libc, locale = 'pt-ST'); ALTER COLLATION pg_catalog."pt_ST" OWNER TO "SYSTEM"; -- -- Name: pt_TL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."pt_TL" (provider = libc, locale = 'pt-TL'); ALTER COLLATION pg_catalog."pt_TL" OWNER TO "SYSTEM"; -- -- Name: quc; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.quc (provider = libc, locale = 'quc'); ALTER COLLATION pg_catalog.quc OWNER TO "SYSTEM"; -- -- Name: quc-Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."quc-Latn" (provider = libc, locale = 'quc-Latn'); ALTER COLLATION pg_catalog."quc-Latn" OWNER TO "SYSTEM"; -- -- Name: quc-Latn-GT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."quc-Latn-GT" (provider = libc, locale = 'quc-Latn-GT'); ALTER COLLATION pg_catalog."quc-Latn-GT" OWNER TO "SYSTEM"; -- -- Name: quc_Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."quc_Latn" (provider = libc, locale = 'quc-Latn'); ALTER COLLATION pg_catalog."quc_Latn" OWNER TO "SYSTEM"; -- -- Name: quc_Latn_GT; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."quc_Latn_GT" (provider = libc, locale = 'quc-Latn-GT'); ALTER COLLATION pg_catalog."quc_Latn_GT" OWNER TO "SYSTEM"; -- -- Name: quz; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.quz (provider = libc, locale = 'quz'); ALTER COLLATION pg_catalog.quz OWNER TO "SYSTEM"; -- -- Name: quz-BO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."quz-BO" (provider = libc, locale = 'quz-BO'); ALTER COLLATION pg_catalog."quz-BO" OWNER TO "SYSTEM"; -- -- Name: quz-EC; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."quz-EC" (provider = libc, locale = 'quz-EC'); ALTER COLLATION pg_catalog."quz-EC" OWNER TO "SYSTEM"; -- -- Name: quz-PE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."quz-PE" (provider = libc, locale = 'quz-PE'); ALTER COLLATION pg_catalog."quz-PE" OWNER TO "SYSTEM"; -- -- Name: quz_BO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."quz_BO" (provider = libc, locale = 'quz-BO'); ALTER COLLATION pg_catalog."quz_BO" OWNER TO "SYSTEM"; -- -- Name: quz_EC; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."quz_EC" (provider = libc, locale = 'quz-EC'); ALTER COLLATION pg_catalog."quz_EC" OWNER TO "SYSTEM"; -- -- Name: quz_PE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."quz_PE" (provider = libc, locale = 'quz-PE'); ALTER COLLATION pg_catalog."quz_PE" OWNER TO "SYSTEM"; -- -- Name: rm; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.rm (provider = libc, locale = 'rm'); ALTER COLLATION pg_catalog.rm OWNER TO "SYSTEM"; -- -- Name: rm-CH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."rm-CH" (provider = libc, locale = 'rm-CH'); ALTER COLLATION pg_catalog."rm-CH" OWNER TO "SYSTEM"; -- -- Name: rm_CH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."rm_CH" (provider = libc, locale = 'rm-CH'); ALTER COLLATION pg_catalog."rm_CH" OWNER TO "SYSTEM"; -- -- Name: rn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.rn (provider = libc, locale = 'rn'); ALTER COLLATION pg_catalog.rn OWNER TO "SYSTEM"; -- -- Name: rn-BI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."rn-BI" (provider = libc, locale = 'rn-BI'); ALTER COLLATION pg_catalog."rn-BI" OWNER TO "SYSTEM"; -- -- Name: rn_BI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."rn_BI" (provider = libc, locale = 'rn-BI'); ALTER COLLATION pg_catalog."rn_BI" OWNER TO "SYSTEM"; -- -- Name: ro; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ro (provider = libc, locale = 'ro'); ALTER COLLATION pg_catalog.ro OWNER TO "SYSTEM"; -- -- Name: ro-MD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ro-MD" (provider = libc, locale = 'ro-MD'); ALTER COLLATION pg_catalog."ro-MD" OWNER TO "SYSTEM"; -- -- Name: ro-RO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ro-RO" (provider = libc, locale = 'ro-RO'); ALTER COLLATION pg_catalog."ro-RO" OWNER TO "SYSTEM"; -- -- Name: ro_MD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ro_MD" (provider = libc, locale = 'ro-MD'); ALTER COLLATION pg_catalog."ro_MD" OWNER TO "SYSTEM"; -- -- Name: ro_RO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ro_RO" (provider = libc, locale = 'ro-RO'); ALTER COLLATION pg_catalog."ro_RO" OWNER TO "SYSTEM"; -- -- Name: rof; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.rof (provider = libc, locale = 'rof'); ALTER COLLATION pg_catalog.rof OWNER TO "SYSTEM"; -- -- Name: rof-TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."rof-TZ" (provider = libc, locale = 'rof-TZ'); ALTER COLLATION pg_catalog."rof-TZ" OWNER TO "SYSTEM"; -- -- Name: rof_TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."rof_TZ" (provider = libc, locale = 'rof-TZ'); ALTER COLLATION pg_catalog."rof_TZ" OWNER TO "SYSTEM"; -- -- Name: ru; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ru (provider = libc, locale = 'ru'); ALTER COLLATION pg_catalog.ru OWNER TO "SYSTEM"; -- -- Name: ru-BY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ru-BY" (provider = libc, locale = 'ru-BY'); ALTER COLLATION pg_catalog."ru-BY" OWNER TO "SYSTEM"; -- -- Name: ru-KG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ru-KG" (provider = libc, locale = 'ru-KG'); ALTER COLLATION pg_catalog."ru-KG" OWNER TO "SYSTEM"; -- -- Name: ru-KZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ru-KZ" (provider = libc, locale = 'ru-KZ'); ALTER COLLATION pg_catalog."ru-KZ" OWNER TO "SYSTEM"; -- -- Name: ru-MD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ru-MD" (provider = libc, locale = 'ru-MD'); ALTER COLLATION pg_catalog."ru-MD" OWNER TO "SYSTEM"; -- -- Name: ru-RU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ru-RU" (provider = libc, locale = 'ru-RU'); ALTER COLLATION pg_catalog."ru-RU" OWNER TO "SYSTEM"; -- -- Name: ru-UA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ru-UA" (provider = libc, locale = 'ru-UA'); ALTER COLLATION pg_catalog."ru-UA" OWNER TO "SYSTEM"; -- -- Name: ru_BY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ru_BY" (provider = libc, locale = 'ru-BY'); ALTER COLLATION pg_catalog."ru_BY" OWNER TO "SYSTEM"; -- -- Name: ru_KG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ru_KG" (provider = libc, locale = 'ru-KG'); ALTER COLLATION pg_catalog."ru_KG" OWNER TO "SYSTEM"; -- -- Name: ru_KZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ru_KZ" (provider = libc, locale = 'ru-KZ'); ALTER COLLATION pg_catalog."ru_KZ" OWNER TO "SYSTEM"; -- -- Name: ru_MD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ru_MD" (provider = libc, locale = 'ru-MD'); ALTER COLLATION pg_catalog."ru_MD" OWNER TO "SYSTEM"; -- -- Name: ru_RU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ru_RU" (provider = libc, locale = 'ru-RU'); ALTER COLLATION pg_catalog."ru_RU" OWNER TO "SYSTEM"; -- -- Name: ru_UA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ru_UA" (provider = libc, locale = 'ru-UA'); ALTER COLLATION pg_catalog."ru_UA" OWNER TO "SYSTEM"; -- -- Name: rw; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.rw (provider = libc, locale = 'rw'); ALTER COLLATION pg_catalog.rw OWNER TO "SYSTEM"; -- -- Name: rw-RW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."rw-RW" (provider = libc, locale = 'rw-RW'); ALTER COLLATION pg_catalog."rw-RW" OWNER TO "SYSTEM"; -- -- Name: rw_RW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."rw_RW" (provider = libc, locale = 'rw-RW'); ALTER COLLATION pg_catalog."rw_RW" OWNER TO "SYSTEM"; -- -- Name: rwk; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.rwk (provider = libc, locale = 'rwk'); ALTER COLLATION pg_catalog.rwk OWNER TO "SYSTEM"; -- -- Name: rwk-TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."rwk-TZ" (provider = libc, locale = 'rwk-TZ'); ALTER COLLATION pg_catalog."rwk-TZ" OWNER TO "SYSTEM"; -- -- Name: rwk_TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."rwk_TZ" (provider = libc, locale = 'rwk-TZ'); ALTER COLLATION pg_catalog."rwk_TZ" OWNER TO "SYSTEM"; -- -- Name: sa; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.sa (provider = libc, locale = 'sa'); ALTER COLLATION pg_catalog.sa OWNER TO "SYSTEM"; -- -- Name: sa-IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sa-IN" (provider = libc, locale = 'sa-IN'); ALTER COLLATION pg_catalog."sa-IN" OWNER TO "SYSTEM"; -- -- Name: sa_IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sa_IN" (provider = libc, locale = 'sa-IN'); ALTER COLLATION pg_catalog."sa_IN" OWNER TO "SYSTEM"; -- -- Name: sah; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.sah (provider = libc, locale = 'sah'); ALTER COLLATION pg_catalog.sah OWNER TO "SYSTEM"; -- -- Name: sah-RU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sah-RU" (provider = libc, locale = 'sah-RU'); ALTER COLLATION pg_catalog."sah-RU" OWNER TO "SYSTEM"; -- -- Name: sah_RU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sah_RU" (provider = libc, locale = 'sah-RU'); ALTER COLLATION pg_catalog."sah_RU" OWNER TO "SYSTEM"; -- -- Name: saq; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.saq (provider = libc, locale = 'saq'); ALTER COLLATION pg_catalog.saq OWNER TO "SYSTEM"; -- -- Name: saq-KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."saq-KE" (provider = libc, locale = 'saq-KE'); ALTER COLLATION pg_catalog."saq-KE" OWNER TO "SYSTEM"; -- -- Name: saq_KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."saq_KE" (provider = libc, locale = 'saq-KE'); ALTER COLLATION pg_catalog."saq_KE" OWNER TO "SYSTEM"; -- -- Name: sbp; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.sbp (provider = libc, locale = 'sbp'); ALTER COLLATION pg_catalog.sbp OWNER TO "SYSTEM"; -- -- Name: sbp-TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sbp-TZ" (provider = libc, locale = 'sbp-TZ'); ALTER COLLATION pg_catalog."sbp-TZ" OWNER TO "SYSTEM"; -- -- Name: sbp_TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sbp_TZ" (provider = libc, locale = 'sbp-TZ'); ALTER COLLATION pg_catalog."sbp_TZ" OWNER TO "SYSTEM"; -- -- Name: sd; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.sd (provider = libc, locale = 'sd'); ALTER COLLATION pg_catalog.sd OWNER TO "SYSTEM"; -- -- Name: sd-Arab; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sd-Arab" (provider = libc, locale = 'sd-Arab'); ALTER COLLATION pg_catalog."sd-Arab" OWNER TO "SYSTEM"; -- -- Name: sd-Arab-PK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sd-Arab-PK" (provider = libc, locale = 'sd-Arab-PK'); ALTER COLLATION pg_catalog."sd-Arab-PK" OWNER TO "SYSTEM"; -- -- Name: sd-Deva; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sd-Deva" (provider = libc, locale = 'sd-Deva'); ALTER COLLATION pg_catalog."sd-Deva" OWNER TO "SYSTEM"; -- -- Name: sd-Deva-IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sd-Deva-IN" (provider = libc, locale = 'sd-Deva-IN'); ALTER COLLATION pg_catalog."sd-Deva-IN" OWNER TO "SYSTEM"; -- -- Name: sd_Arab; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sd_Arab" (provider = libc, locale = 'sd-Arab'); ALTER COLLATION pg_catalog."sd_Arab" OWNER TO "SYSTEM"; -- -- Name: sd_Arab_PK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sd_Arab_PK" (provider = libc, locale = 'sd-Arab-PK'); ALTER COLLATION pg_catalog."sd_Arab_PK" OWNER TO "SYSTEM"; -- -- Name: sd_Deva; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sd_Deva" (provider = libc, locale = 'sd-Deva'); ALTER COLLATION pg_catalog."sd_Deva" OWNER TO "SYSTEM"; -- -- Name: sd_Deva_IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sd_Deva_IN" (provider = libc, locale = 'sd-Deva-IN'); ALTER COLLATION pg_catalog."sd_Deva_IN" OWNER TO "SYSTEM"; -- -- Name: se; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.se (provider = libc, locale = 'se'); ALTER COLLATION pg_catalog.se OWNER TO "SYSTEM"; -- -- Name: se-FI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."se-FI" (provider = libc, locale = 'se-FI'); ALTER COLLATION pg_catalog."se-FI" OWNER TO "SYSTEM"; -- -- Name: se-NO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."se-NO" (provider = libc, locale = 'se-NO'); ALTER COLLATION pg_catalog."se-NO" OWNER TO "SYSTEM"; -- -- Name: se-SE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."se-SE" (provider = libc, locale = 'se-SE'); ALTER COLLATION pg_catalog."se-SE" OWNER TO "SYSTEM"; -- -- Name: se_FI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."se_FI" (provider = libc, locale = 'se-FI'); ALTER COLLATION pg_catalog."se_FI" OWNER TO "SYSTEM"; -- -- Name: se_NO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."se_NO" (provider = libc, locale = 'se-NO'); ALTER COLLATION pg_catalog."se_NO" OWNER TO "SYSTEM"; -- -- Name: se_SE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."se_SE" (provider = libc, locale = 'se-SE'); ALTER COLLATION pg_catalog."se_SE" OWNER TO "SYSTEM"; -- -- Name: seh; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.seh (provider = libc, locale = 'seh'); ALTER COLLATION pg_catalog.seh OWNER TO "SYSTEM"; -- -- Name: seh-MZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."seh-MZ" (provider = libc, locale = 'seh-MZ'); ALTER COLLATION pg_catalog."seh-MZ" OWNER TO "SYSTEM"; -- -- Name: seh_MZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."seh_MZ" (provider = libc, locale = 'seh-MZ'); ALTER COLLATION pg_catalog."seh_MZ" OWNER TO "SYSTEM"; -- -- Name: ses; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ses (provider = libc, locale = 'ses'); ALTER COLLATION pg_catalog.ses OWNER TO "SYSTEM"; -- -- Name: ses-ML; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ses-ML" (provider = libc, locale = 'ses-ML'); ALTER COLLATION pg_catalog."ses-ML" OWNER TO "SYSTEM"; -- -- Name: ses_ML; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ses_ML" (provider = libc, locale = 'ses-ML'); ALTER COLLATION pg_catalog."ses_ML" OWNER TO "SYSTEM"; -- -- Name: sg; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.sg (provider = libc, locale = 'sg'); ALTER COLLATION pg_catalog.sg OWNER TO "SYSTEM"; -- -- Name: sg-CF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sg-CF" (provider = libc, locale = 'sg-CF'); ALTER COLLATION pg_catalog."sg-CF" OWNER TO "SYSTEM"; -- -- Name: sg_CF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sg_CF" (provider = libc, locale = 'sg-CF'); ALTER COLLATION pg_catalog."sg_CF" OWNER TO "SYSTEM"; -- -- Name: shi; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.shi (provider = libc, locale = 'shi'); ALTER COLLATION pg_catalog.shi OWNER TO "SYSTEM"; -- -- Name: shi-Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."shi-Latn" (provider = libc, locale = 'shi-Latn'); ALTER COLLATION pg_catalog."shi-Latn" OWNER TO "SYSTEM"; -- -- Name: shi-Latn-MA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."shi-Latn-MA" (provider = libc, locale = 'shi-Latn-MA'); ALTER COLLATION pg_catalog."shi-Latn-MA" OWNER TO "SYSTEM"; -- -- Name: shi-Tfng; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."shi-Tfng" (provider = libc, locale = 'shi-Tfng'); ALTER COLLATION pg_catalog."shi-Tfng" OWNER TO "SYSTEM"; -- -- Name: shi-Tfng-MA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."shi-Tfng-MA" (provider = libc, locale = 'shi-Tfng-MA'); ALTER COLLATION pg_catalog."shi-Tfng-MA" OWNER TO "SYSTEM"; -- -- Name: shi_Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."shi_Latn" (provider = libc, locale = 'shi-Latn'); ALTER COLLATION pg_catalog."shi_Latn" OWNER TO "SYSTEM"; -- -- Name: shi_Latn_MA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."shi_Latn_MA" (provider = libc, locale = 'shi-Latn-MA'); ALTER COLLATION pg_catalog."shi_Latn_MA" OWNER TO "SYSTEM"; -- -- Name: shi_Tfng; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."shi_Tfng" (provider = libc, locale = 'shi-Tfng'); ALTER COLLATION pg_catalog."shi_Tfng" OWNER TO "SYSTEM"; -- -- Name: shi_Tfng_MA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."shi_Tfng_MA" (provider = libc, locale = 'shi-Tfng-MA'); ALTER COLLATION pg_catalog."shi_Tfng_MA" OWNER TO "SYSTEM"; -- -- Name: si; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.si (provider = libc, locale = 'si'); ALTER COLLATION pg_catalog.si OWNER TO "SYSTEM"; -- -- Name: si-LK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."si-LK" (provider = libc, locale = 'si-LK'); ALTER COLLATION pg_catalog."si-LK" OWNER TO "SYSTEM"; -- -- Name: si_LK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."si_LK" (provider = libc, locale = 'si-LK'); ALTER COLLATION pg_catalog."si_LK" OWNER TO "SYSTEM"; -- -- Name: sk; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.sk (provider = libc, locale = 'sk'); ALTER COLLATION pg_catalog.sk OWNER TO "SYSTEM"; -- -- Name: sk-SK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sk-SK" (provider = libc, locale = 'sk-SK'); ALTER COLLATION pg_catalog."sk-SK" OWNER TO "SYSTEM"; -- -- Name: sk_SK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sk_SK" (provider = libc, locale = 'sk-SK'); ALTER COLLATION pg_catalog."sk_SK" OWNER TO "SYSTEM"; -- -- Name: sl; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.sl (provider = libc, locale = 'sl'); ALTER COLLATION pg_catalog.sl OWNER TO "SYSTEM"; -- -- Name: sl-SI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sl-SI" (provider = libc, locale = 'sl-SI'); ALTER COLLATION pg_catalog."sl-SI" OWNER TO "SYSTEM"; -- -- Name: sl_SI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sl_SI" (provider = libc, locale = 'sl-SI'); ALTER COLLATION pg_catalog."sl_SI" OWNER TO "SYSTEM"; -- -- Name: sma; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.sma (provider = libc, locale = 'sma'); ALTER COLLATION pg_catalog.sma OWNER TO "SYSTEM"; -- -- Name: sma-NO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sma-NO" (provider = libc, locale = 'sma-NO'); ALTER COLLATION pg_catalog."sma-NO" OWNER TO "SYSTEM"; -- -- Name: sma-SE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sma-SE" (provider = libc, locale = 'sma-SE'); ALTER COLLATION pg_catalog."sma-SE" OWNER TO "SYSTEM"; -- -- Name: sma_NO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sma_NO" (provider = libc, locale = 'sma-NO'); ALTER COLLATION pg_catalog."sma_NO" OWNER TO "SYSTEM"; -- -- Name: sma_SE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sma_SE" (provider = libc, locale = 'sma-SE'); ALTER COLLATION pg_catalog."sma_SE" OWNER TO "SYSTEM"; -- -- Name: smj; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.smj (provider = libc, locale = 'smj'); ALTER COLLATION pg_catalog.smj OWNER TO "SYSTEM"; -- -- Name: smj-NO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."smj-NO" (provider = libc, locale = 'smj-NO'); ALTER COLLATION pg_catalog."smj-NO" OWNER TO "SYSTEM"; -- -- Name: smj-SE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."smj-SE" (provider = libc, locale = 'smj-SE'); ALTER COLLATION pg_catalog."smj-SE" OWNER TO "SYSTEM"; -- -- Name: smj_NO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."smj_NO" (provider = libc, locale = 'smj-NO'); ALTER COLLATION pg_catalog."smj_NO" OWNER TO "SYSTEM"; -- -- Name: smj_SE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."smj_SE" (provider = libc, locale = 'smj-SE'); ALTER COLLATION pg_catalog."smj_SE" OWNER TO "SYSTEM"; -- -- Name: smn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.smn (provider = libc, locale = 'smn'); ALTER COLLATION pg_catalog.smn OWNER TO "SYSTEM"; -- -- Name: smn-FI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."smn-FI" (provider = libc, locale = 'smn-FI'); ALTER COLLATION pg_catalog."smn-FI" OWNER TO "SYSTEM"; -- -- Name: smn_FI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."smn_FI" (provider = libc, locale = 'smn-FI'); ALTER COLLATION pg_catalog."smn_FI" OWNER TO "SYSTEM"; -- -- Name: sms; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.sms (provider = libc, locale = 'sms'); ALTER COLLATION pg_catalog.sms OWNER TO "SYSTEM"; -- -- Name: sms-FI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sms-FI" (provider = libc, locale = 'sms-FI'); ALTER COLLATION pg_catalog."sms-FI" OWNER TO "SYSTEM"; -- -- Name: sms_FI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sms_FI" (provider = libc, locale = 'sms-FI'); ALTER COLLATION pg_catalog."sms_FI" OWNER TO "SYSTEM"; -- -- Name: sn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.sn (provider = libc, locale = 'sn'); ALTER COLLATION pg_catalog.sn OWNER TO "SYSTEM"; -- -- Name: sn-Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sn-Latn" (provider = libc, locale = 'sn-Latn'); ALTER COLLATION pg_catalog."sn-Latn" OWNER TO "SYSTEM"; -- -- Name: sn-Latn-ZW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sn-Latn-ZW" (provider = libc, locale = 'sn-Latn-ZW'); ALTER COLLATION pg_catalog."sn-Latn-ZW" OWNER TO "SYSTEM"; -- -- Name: sn_Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sn_Latn" (provider = libc, locale = 'sn-Latn'); ALTER COLLATION pg_catalog."sn_Latn" OWNER TO "SYSTEM"; -- -- Name: sn_Latn_ZW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sn_Latn_ZW" (provider = libc, locale = 'sn-Latn-ZW'); ALTER COLLATION pg_catalog."sn_Latn_ZW" OWNER TO "SYSTEM"; -- -- Name: so; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.so (provider = libc, locale = 'so'); ALTER COLLATION pg_catalog.so OWNER TO "SYSTEM"; -- -- Name: so-DJ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."so-DJ" (provider = libc, locale = 'so-DJ'); ALTER COLLATION pg_catalog."so-DJ" OWNER TO "SYSTEM"; -- -- Name: so-ET; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."so-ET" (provider = libc, locale = 'so-ET'); ALTER COLLATION pg_catalog."so-ET" OWNER TO "SYSTEM"; -- -- Name: so-KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."so-KE" (provider = libc, locale = 'so-KE'); ALTER COLLATION pg_catalog."so-KE" OWNER TO "SYSTEM"; -- -- Name: so-SO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."so-SO" (provider = libc, locale = 'so-SO'); ALTER COLLATION pg_catalog."so-SO" OWNER TO "SYSTEM"; -- -- Name: so_DJ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."so_DJ" (provider = libc, locale = 'so-DJ'); ALTER COLLATION pg_catalog."so_DJ" OWNER TO "SYSTEM"; -- -- Name: so_ET; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."so_ET" (provider = libc, locale = 'so-ET'); ALTER COLLATION pg_catalog."so_ET" OWNER TO "SYSTEM"; -- -- Name: so_KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."so_KE" (provider = libc, locale = 'so-KE'); ALTER COLLATION pg_catalog."so_KE" OWNER TO "SYSTEM"; -- -- Name: so_SO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."so_SO" (provider = libc, locale = 'so-SO'); ALTER COLLATION pg_catalog."so_SO" OWNER TO "SYSTEM"; -- -- Name: sq; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.sq (provider = libc, locale = 'sq'); ALTER COLLATION pg_catalog.sq OWNER TO "SYSTEM"; -- -- Name: sq-AL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sq-AL" (provider = libc, locale = 'sq-AL'); ALTER COLLATION pg_catalog."sq-AL" OWNER TO "SYSTEM"; -- -- Name: sq-MK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sq-MK" (provider = libc, locale = 'sq-MK'); ALTER COLLATION pg_catalog."sq-MK" OWNER TO "SYSTEM"; -- -- Name: sq-XK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sq-XK" (provider = libc, locale = 'sq-XK'); ALTER COLLATION pg_catalog."sq-XK" OWNER TO "SYSTEM"; -- -- Name: sq_AL; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sq_AL" (provider = libc, locale = 'sq-AL'); ALTER COLLATION pg_catalog."sq_AL" OWNER TO "SYSTEM"; -- -- Name: sq_MK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sq_MK" (provider = libc, locale = 'sq-MK'); ALTER COLLATION pg_catalog."sq_MK" OWNER TO "SYSTEM"; -- -- Name: sq_XK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sq_XK" (provider = libc, locale = 'sq-XK'); ALTER COLLATION pg_catalog."sq_XK" OWNER TO "SYSTEM"; -- -- Name: sr; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.sr (provider = libc, locale = 'sr'); ALTER COLLATION pg_catalog.sr OWNER TO "SYSTEM"; -- -- Name: sr-Cyrl; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sr-Cyrl" (provider = libc, locale = 'sr-Cyrl'); ALTER COLLATION pg_catalog."sr-Cyrl" OWNER TO "SYSTEM"; -- -- Name: sr-Cyrl-BA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sr-Cyrl-BA" (provider = libc, locale = 'sr-Cyrl-BA'); ALTER COLLATION pg_catalog."sr-Cyrl-BA" OWNER TO "SYSTEM"; -- -- Name: sr-Cyrl-ME; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sr-Cyrl-ME" (provider = libc, locale = 'sr-Cyrl-ME'); ALTER COLLATION pg_catalog."sr-Cyrl-ME" OWNER TO "SYSTEM"; -- -- Name: sr-Cyrl-RS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sr-Cyrl-RS" (provider = libc, locale = 'sr-Cyrl-RS'); ALTER COLLATION pg_catalog."sr-Cyrl-RS" OWNER TO "SYSTEM"; -- -- Name: sr-Cyrl-XK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sr-Cyrl-XK" (provider = libc, locale = 'sr-Cyrl-XK'); ALTER COLLATION pg_catalog."sr-Cyrl-XK" OWNER TO "SYSTEM"; -- -- Name: sr-Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sr-Latn" (provider = libc, locale = 'sr-Latn'); ALTER COLLATION pg_catalog."sr-Latn" OWNER TO "SYSTEM"; -- -- Name: sr-Latn-BA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sr-Latn-BA" (provider = libc, locale = 'sr-Latn-BA'); ALTER COLLATION pg_catalog."sr-Latn-BA" OWNER TO "SYSTEM"; -- -- Name: sr-Latn-ME; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sr-Latn-ME" (provider = libc, locale = 'sr-Latn-ME'); ALTER COLLATION pg_catalog."sr-Latn-ME" OWNER TO "SYSTEM"; -- -- Name: sr-Latn-RS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sr-Latn-RS" (provider = libc, locale = 'sr-Latn-RS'); ALTER COLLATION pg_catalog."sr-Latn-RS" OWNER TO "SYSTEM"; -- -- Name: sr-Latn-XK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sr-Latn-XK" (provider = libc, locale = 'sr-Latn-XK'); ALTER COLLATION pg_catalog."sr-Latn-XK" OWNER TO "SYSTEM"; -- -- Name: sr_Cyrl; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sr_Cyrl" (provider = libc, locale = 'sr-Cyrl'); ALTER COLLATION pg_catalog."sr_Cyrl" OWNER TO "SYSTEM"; -- -- Name: sr_Cyrl_BA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sr_Cyrl_BA" (provider = libc, locale = 'sr-Cyrl-BA'); ALTER COLLATION pg_catalog."sr_Cyrl_BA" OWNER TO "SYSTEM"; -- -- Name: sr_Cyrl_ME; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sr_Cyrl_ME" (provider = libc, locale = 'sr-Cyrl-ME'); ALTER COLLATION pg_catalog."sr_Cyrl_ME" OWNER TO "SYSTEM"; -- -- Name: sr_Cyrl_RS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sr_Cyrl_RS" (provider = libc, locale = 'sr-Cyrl-RS'); ALTER COLLATION pg_catalog."sr_Cyrl_RS" OWNER TO "SYSTEM"; -- -- Name: sr_Cyrl_XK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sr_Cyrl_XK" (provider = libc, locale = 'sr-Cyrl-XK'); ALTER COLLATION pg_catalog."sr_Cyrl_XK" OWNER TO "SYSTEM"; -- -- Name: sr_Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sr_Latn" (provider = libc, locale = 'sr-Latn'); ALTER COLLATION pg_catalog."sr_Latn" OWNER TO "SYSTEM"; -- -- Name: sr_Latn_BA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sr_Latn_BA" (provider = libc, locale = 'sr-Latn-BA'); ALTER COLLATION pg_catalog."sr_Latn_BA" OWNER TO "SYSTEM"; -- -- Name: sr_Latn_ME; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sr_Latn_ME" (provider = libc, locale = 'sr-Latn-ME'); ALTER COLLATION pg_catalog."sr_Latn_ME" OWNER TO "SYSTEM"; -- -- Name: sr_Latn_RS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sr_Latn_RS" (provider = libc, locale = 'sr-Latn-RS'); ALTER COLLATION pg_catalog."sr_Latn_RS" OWNER TO "SYSTEM"; -- -- Name: sr_Latn_XK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sr_Latn_XK" (provider = libc, locale = 'sr-Latn-XK'); ALTER COLLATION pg_catalog."sr_Latn_XK" OWNER TO "SYSTEM"; -- -- Name: ss; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ss (provider = libc, locale = 'ss'); ALTER COLLATION pg_catalog.ss OWNER TO "SYSTEM"; -- -- Name: ss-SZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ss-SZ" (provider = libc, locale = 'ss-SZ'); ALTER COLLATION pg_catalog."ss-SZ" OWNER TO "SYSTEM"; -- -- Name: ss-ZA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ss-ZA" (provider = libc, locale = 'ss-ZA'); ALTER COLLATION pg_catalog."ss-ZA" OWNER TO "SYSTEM"; -- -- Name: ss_SZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ss_SZ" (provider = libc, locale = 'ss-SZ'); ALTER COLLATION pg_catalog."ss_SZ" OWNER TO "SYSTEM"; -- -- Name: ss_ZA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ss_ZA" (provider = libc, locale = 'ss-ZA'); ALTER COLLATION pg_catalog."ss_ZA" OWNER TO "SYSTEM"; -- -- Name: ssy; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ssy (provider = libc, locale = 'ssy'); ALTER COLLATION pg_catalog.ssy OWNER TO "SYSTEM"; -- -- Name: ssy-ER; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ssy-ER" (provider = libc, locale = 'ssy-ER'); ALTER COLLATION pg_catalog."ssy-ER" OWNER TO "SYSTEM"; -- -- Name: ssy_ER; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ssy_ER" (provider = libc, locale = 'ssy-ER'); ALTER COLLATION pg_catalog."ssy_ER" OWNER TO "SYSTEM"; -- -- Name: st; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.st (provider = libc, locale = 'st'); ALTER COLLATION pg_catalog.st OWNER TO "SYSTEM"; -- -- Name: st-LS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."st-LS" (provider = libc, locale = 'st-LS'); ALTER COLLATION pg_catalog."st-LS" OWNER TO "SYSTEM"; -- -- Name: st-ZA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."st-ZA" (provider = libc, locale = 'st-ZA'); ALTER COLLATION pg_catalog."st-ZA" OWNER TO "SYSTEM"; -- -- Name: st_LS; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."st_LS" (provider = libc, locale = 'st-LS'); ALTER COLLATION pg_catalog."st_LS" OWNER TO "SYSTEM"; -- -- Name: st_ZA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."st_ZA" (provider = libc, locale = 'st-ZA'); ALTER COLLATION pg_catalog."st_ZA" OWNER TO "SYSTEM"; -- -- Name: sv; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.sv (provider = libc, locale = 'sv'); ALTER COLLATION pg_catalog.sv OWNER TO "SYSTEM"; -- -- Name: sv-AX; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sv-AX" (provider = libc, locale = 'sv-AX'); ALTER COLLATION pg_catalog."sv-AX" OWNER TO "SYSTEM"; -- -- Name: sv-FI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sv-FI" (provider = libc, locale = 'sv-FI'); ALTER COLLATION pg_catalog."sv-FI" OWNER TO "SYSTEM"; -- -- Name: sv-SE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sv-SE" (provider = libc, locale = 'sv-SE'); ALTER COLLATION pg_catalog."sv-SE" OWNER TO "SYSTEM"; -- -- Name: sv_AX; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sv_AX" (provider = libc, locale = 'sv-AX'); ALTER COLLATION pg_catalog."sv_AX" OWNER TO "SYSTEM"; -- -- Name: sv_FI; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sv_FI" (provider = libc, locale = 'sv-FI'); ALTER COLLATION pg_catalog."sv_FI" OWNER TO "SYSTEM"; -- -- Name: sv_SE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sv_SE" (provider = libc, locale = 'sv-SE'); ALTER COLLATION pg_catalog."sv_SE" OWNER TO "SYSTEM"; -- -- Name: sw; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.sw (provider = libc, locale = 'sw'); ALTER COLLATION pg_catalog.sw OWNER TO "SYSTEM"; -- -- Name: sw-CD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sw-CD" (provider = libc, locale = 'sw-CD'); ALTER COLLATION pg_catalog."sw-CD" OWNER TO "SYSTEM"; -- -- Name: sw-KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sw-KE" (provider = libc, locale = 'sw-KE'); ALTER COLLATION pg_catalog."sw-KE" OWNER TO "SYSTEM"; -- -- Name: sw-TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sw-TZ" (provider = libc, locale = 'sw-TZ'); ALTER COLLATION pg_catalog."sw-TZ" OWNER TO "SYSTEM"; -- -- Name: sw-UG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sw-UG" (provider = libc, locale = 'sw-UG'); ALTER COLLATION pg_catalog."sw-UG" OWNER TO "SYSTEM"; -- -- Name: sw_CD; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sw_CD" (provider = libc, locale = 'sw-CD'); ALTER COLLATION pg_catalog."sw_CD" OWNER TO "SYSTEM"; -- -- Name: sw_KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sw_KE" (provider = libc, locale = 'sw-KE'); ALTER COLLATION pg_catalog."sw_KE" OWNER TO "SYSTEM"; -- -- Name: sw_TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sw_TZ" (provider = libc, locale = 'sw-TZ'); ALTER COLLATION pg_catalog."sw_TZ" OWNER TO "SYSTEM"; -- -- Name: sw_UG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."sw_UG" (provider = libc, locale = 'sw-UG'); ALTER COLLATION pg_catalog."sw_UG" OWNER TO "SYSTEM"; -- -- Name: syr; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.syr (provider = libc, locale = 'syr'); ALTER COLLATION pg_catalog.syr OWNER TO "SYSTEM"; -- -- Name: syr-SY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."syr-SY" (provider = libc, locale = 'syr-SY'); ALTER COLLATION pg_catalog."syr-SY" OWNER TO "SYSTEM"; -- -- Name: syr_SY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."syr_SY" (provider = libc, locale = 'syr-SY'); ALTER COLLATION pg_catalog."syr_SY" OWNER TO "SYSTEM"; -- -- Name: ta; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ta (provider = libc, locale = 'ta'); ALTER COLLATION pg_catalog.ta OWNER TO "SYSTEM"; -- -- Name: ta-IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ta-IN" (provider = libc, locale = 'ta-IN'); ALTER COLLATION pg_catalog."ta-IN" OWNER TO "SYSTEM"; -- -- Name: ta-LK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ta-LK" (provider = libc, locale = 'ta-LK'); ALTER COLLATION pg_catalog."ta-LK" OWNER TO "SYSTEM"; -- -- Name: ta-MY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ta-MY" (provider = libc, locale = 'ta-MY'); ALTER COLLATION pg_catalog."ta-MY" OWNER TO "SYSTEM"; -- -- Name: ta-SG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ta-SG" (provider = libc, locale = 'ta-SG'); ALTER COLLATION pg_catalog."ta-SG" OWNER TO "SYSTEM"; -- -- Name: ta_IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ta_IN" (provider = libc, locale = 'ta-IN'); ALTER COLLATION pg_catalog."ta_IN" OWNER TO "SYSTEM"; -- -- Name: ta_LK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ta_LK" (provider = libc, locale = 'ta-LK'); ALTER COLLATION pg_catalog."ta_LK" OWNER TO "SYSTEM"; -- -- Name: ta_MY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ta_MY" (provider = libc, locale = 'ta-MY'); ALTER COLLATION pg_catalog."ta_MY" OWNER TO "SYSTEM"; -- -- Name: ta_SG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ta_SG" (provider = libc, locale = 'ta-SG'); ALTER COLLATION pg_catalog."ta_SG" OWNER TO "SYSTEM"; -- -- Name: te; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.te (provider = libc, locale = 'te'); ALTER COLLATION pg_catalog.te OWNER TO "SYSTEM"; -- -- Name: te-IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."te-IN" (provider = libc, locale = 'te-IN'); ALTER COLLATION pg_catalog."te-IN" OWNER TO "SYSTEM"; -- -- Name: te_IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."te_IN" (provider = libc, locale = 'te-IN'); ALTER COLLATION pg_catalog."te_IN" OWNER TO "SYSTEM"; -- -- Name: teo; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.teo (provider = libc, locale = 'teo'); ALTER COLLATION pg_catalog.teo OWNER TO "SYSTEM"; -- -- Name: teo-KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."teo-KE" (provider = libc, locale = 'teo-KE'); ALTER COLLATION pg_catalog."teo-KE" OWNER TO "SYSTEM"; -- -- Name: teo-UG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."teo-UG" (provider = libc, locale = 'teo-UG'); ALTER COLLATION pg_catalog."teo-UG" OWNER TO "SYSTEM"; -- -- Name: teo_KE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."teo_KE" (provider = libc, locale = 'teo-KE'); ALTER COLLATION pg_catalog."teo_KE" OWNER TO "SYSTEM"; -- -- Name: teo_UG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."teo_UG" (provider = libc, locale = 'teo-UG'); ALTER COLLATION pg_catalog."teo_UG" OWNER TO "SYSTEM"; -- -- Name: tg; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.tg (provider = libc, locale = 'tg'); ALTER COLLATION pg_catalog.tg OWNER TO "SYSTEM"; -- -- Name: tg-Cyrl; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tg-Cyrl" (provider = libc, locale = 'tg-Cyrl'); ALTER COLLATION pg_catalog."tg-Cyrl" OWNER TO "SYSTEM"; -- -- Name: tg-Cyrl-TJ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tg-Cyrl-TJ" (provider = libc, locale = 'tg-Cyrl-TJ'); ALTER COLLATION pg_catalog."tg-Cyrl-TJ" OWNER TO "SYSTEM"; -- -- Name: tg_Cyrl; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tg_Cyrl" (provider = libc, locale = 'tg-Cyrl'); ALTER COLLATION pg_catalog."tg_Cyrl" OWNER TO "SYSTEM"; -- -- Name: tg_Cyrl_TJ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tg_Cyrl_TJ" (provider = libc, locale = 'tg-Cyrl-TJ'); ALTER COLLATION pg_catalog."tg_Cyrl_TJ" OWNER TO "SYSTEM"; -- -- Name: th; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.th (provider = libc, locale = 'th'); ALTER COLLATION pg_catalog.th OWNER TO "SYSTEM"; -- -- Name: th-TH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."th-TH" (provider = libc, locale = 'th-TH'); ALTER COLLATION pg_catalog."th-TH" OWNER TO "SYSTEM"; -- -- Name: th_TH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."th_TH" (provider = libc, locale = 'th-TH'); ALTER COLLATION pg_catalog."th_TH" OWNER TO "SYSTEM"; -- -- Name: ti; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ti (provider = libc, locale = 'ti'); ALTER COLLATION pg_catalog.ti OWNER TO "SYSTEM"; -- -- Name: ti-ER; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ti-ER" (provider = libc, locale = 'ti-ER'); ALTER COLLATION pg_catalog."ti-ER" OWNER TO "SYSTEM"; -- -- Name: ti-ET; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ti-ET" (provider = libc, locale = 'ti-ET'); ALTER COLLATION pg_catalog."ti-ET" OWNER TO "SYSTEM"; -- -- Name: ti_ER; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ti_ER" (provider = libc, locale = 'ti-ER'); ALTER COLLATION pg_catalog."ti_ER" OWNER TO "SYSTEM"; -- -- Name: ti_ET; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ti_ET" (provider = libc, locale = 'ti-ET'); ALTER COLLATION pg_catalog."ti_ET" OWNER TO "SYSTEM"; -- -- Name: tig; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.tig (provider = libc, locale = 'tig'); ALTER COLLATION pg_catalog.tig OWNER TO "SYSTEM"; -- -- Name: tig-ER; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tig-ER" (provider = libc, locale = 'tig-ER'); ALTER COLLATION pg_catalog."tig-ER" OWNER TO "SYSTEM"; -- -- Name: tig_ER; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tig_ER" (provider = libc, locale = 'tig-ER'); ALTER COLLATION pg_catalog."tig_ER" OWNER TO "SYSTEM"; -- -- Name: tk; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.tk (provider = libc, locale = 'tk'); ALTER COLLATION pg_catalog.tk OWNER TO "SYSTEM"; -- -- Name: tk-TM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tk-TM" (provider = libc, locale = 'tk-TM'); ALTER COLLATION pg_catalog."tk-TM" OWNER TO "SYSTEM"; -- -- Name: tk_TM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tk_TM" (provider = libc, locale = 'tk-TM'); ALTER COLLATION pg_catalog."tk_TM" OWNER TO "SYSTEM"; -- -- Name: tn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.tn (provider = libc, locale = 'tn'); ALTER COLLATION pg_catalog.tn OWNER TO "SYSTEM"; -- -- Name: tn-BW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tn-BW" (provider = libc, locale = 'tn-BW'); ALTER COLLATION pg_catalog."tn-BW" OWNER TO "SYSTEM"; -- -- Name: tn-ZA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tn-ZA" (provider = libc, locale = 'tn-ZA'); ALTER COLLATION pg_catalog."tn-ZA" OWNER TO "SYSTEM"; -- -- Name: tn_BW; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tn_BW" (provider = libc, locale = 'tn-BW'); ALTER COLLATION pg_catalog."tn_BW" OWNER TO "SYSTEM"; -- -- Name: tn_ZA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tn_ZA" (provider = libc, locale = 'tn-ZA'); ALTER COLLATION pg_catalog."tn_ZA" OWNER TO "SYSTEM"; -- -- Name: to; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."to" (provider = libc, locale = 'to'); ALTER COLLATION pg_catalog."to" OWNER TO "SYSTEM"; -- -- Name: to-TO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."to-TO" (provider = libc, locale = 'to-TO'); ALTER COLLATION pg_catalog."to-TO" OWNER TO "SYSTEM"; -- -- Name: to_TO; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."to_TO" (provider = libc, locale = 'to-TO'); ALTER COLLATION pg_catalog."to_TO" OWNER TO "SYSTEM"; -- -- Name: tr; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.tr (provider = libc, locale = 'tr'); ALTER COLLATION pg_catalog.tr OWNER TO "SYSTEM"; -- -- Name: tr-CY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tr-CY" (provider = libc, locale = 'tr-CY'); ALTER COLLATION pg_catalog."tr-CY" OWNER TO "SYSTEM"; -- -- Name: tr-TR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tr-TR" (provider = libc, locale = 'tr-TR'); ALTER COLLATION pg_catalog."tr-TR" OWNER TO "SYSTEM"; -- -- Name: tr_CY; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tr_CY" (provider = libc, locale = 'tr-CY'); ALTER COLLATION pg_catalog."tr_CY" OWNER TO "SYSTEM"; -- -- Name: tr_TR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tr_TR" (provider = libc, locale = 'tr-TR'); ALTER COLLATION pg_catalog."tr_TR" OWNER TO "SYSTEM"; -- -- Name: ts; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ts (provider = libc, locale = 'ts'); ALTER COLLATION pg_catalog.ts OWNER TO "SYSTEM"; -- -- Name: ts-ZA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ts-ZA" (provider = libc, locale = 'ts-ZA'); ALTER COLLATION pg_catalog."ts-ZA" OWNER TO "SYSTEM"; -- -- Name: ts_ZA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ts_ZA" (provider = libc, locale = 'ts-ZA'); ALTER COLLATION pg_catalog."ts_ZA" OWNER TO "SYSTEM"; -- -- Name: tt; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.tt (provider = libc, locale = 'tt'); ALTER COLLATION pg_catalog.tt OWNER TO "SYSTEM"; -- -- Name: tt-RU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tt-RU" (provider = libc, locale = 'tt-RU'); ALTER COLLATION pg_catalog."tt-RU" OWNER TO "SYSTEM"; -- -- Name: tt_RU; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tt_RU" (provider = libc, locale = 'tt-RU'); ALTER COLLATION pg_catalog."tt_RU" OWNER TO "SYSTEM"; -- -- Name: twq; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.twq (provider = libc, locale = 'twq'); ALTER COLLATION pg_catalog.twq OWNER TO "SYSTEM"; -- -- Name: twq-NE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."twq-NE" (provider = libc, locale = 'twq-NE'); ALTER COLLATION pg_catalog."twq-NE" OWNER TO "SYSTEM"; -- -- Name: twq_NE; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."twq_NE" (provider = libc, locale = 'twq-NE'); ALTER COLLATION pg_catalog."twq_NE" OWNER TO "SYSTEM"; -- -- Name: tzm; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.tzm (provider = libc, locale = 'tzm'); ALTER COLLATION pg_catalog.tzm OWNER TO "SYSTEM"; -- -- Name: tzm-Arab; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tzm-Arab" (provider = libc, locale = 'tzm-Arab'); ALTER COLLATION pg_catalog."tzm-Arab" OWNER TO "SYSTEM"; -- -- Name: tzm-Arab-MA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tzm-Arab-MA" (provider = libc, locale = 'tzm-Arab-MA'); ALTER COLLATION pg_catalog."tzm-Arab-MA" OWNER TO "SYSTEM"; -- -- Name: tzm-Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tzm-Latn" (provider = libc, locale = 'tzm-Latn'); ALTER COLLATION pg_catalog."tzm-Latn" OWNER TO "SYSTEM"; -- -- Name: tzm-Latn-DZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tzm-Latn-DZ" (provider = libc, locale = 'tzm-Latn-DZ'); ALTER COLLATION pg_catalog."tzm-Latn-DZ" OWNER TO "SYSTEM"; -- -- Name: tzm-Latn-MA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tzm-Latn-MA" (provider = libc, locale = 'tzm-Latn-MA'); ALTER COLLATION pg_catalog."tzm-Latn-MA" OWNER TO "SYSTEM"; -- -- Name: tzm-Tfng; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tzm-Tfng" (provider = libc, locale = 'tzm-Tfng'); ALTER COLLATION pg_catalog."tzm-Tfng" OWNER TO "SYSTEM"; -- -- Name: tzm-Tfng-MA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tzm-Tfng-MA" (provider = libc, locale = 'tzm-Tfng-MA'); ALTER COLLATION pg_catalog."tzm-Tfng-MA" OWNER TO "SYSTEM"; -- -- Name: tzm_Arab; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tzm_Arab" (provider = libc, locale = 'tzm-Arab'); ALTER COLLATION pg_catalog."tzm_Arab" OWNER TO "SYSTEM"; -- -- Name: tzm_Arab_MA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tzm_Arab_MA" (provider = libc, locale = 'tzm-Arab-MA'); ALTER COLLATION pg_catalog."tzm_Arab_MA" OWNER TO "SYSTEM"; -- -- Name: tzm_Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tzm_Latn" (provider = libc, locale = 'tzm-Latn'); ALTER COLLATION pg_catalog."tzm_Latn" OWNER TO "SYSTEM"; -- -- Name: tzm_Latn_DZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tzm_Latn_DZ" (provider = libc, locale = 'tzm-Latn-DZ'); ALTER COLLATION pg_catalog."tzm_Latn_DZ" OWNER TO "SYSTEM"; -- -- Name: tzm_Latn_MA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tzm_Latn_MA" (provider = libc, locale = 'tzm-Latn-MA'); ALTER COLLATION pg_catalog."tzm_Latn_MA" OWNER TO "SYSTEM"; -- -- Name: tzm_Tfng; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tzm_Tfng" (provider = libc, locale = 'tzm-Tfng'); ALTER COLLATION pg_catalog."tzm_Tfng" OWNER TO "SYSTEM"; -- -- Name: tzm_Tfng_MA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."tzm_Tfng_MA" (provider = libc, locale = 'tzm-Tfng-MA'); ALTER COLLATION pg_catalog."tzm_Tfng_MA" OWNER TO "SYSTEM"; -- -- Name: ucs_basic; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ucs_basic (provider = builtin, locale = 'C'); ALTER COLLATION pg_catalog.ucs_basic OWNER TO "SYSTEM"; -- -- Name: COLLATION ucs_basic; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON COLLATION pg_catalog.ucs_basic IS 'sorts by Unicode code point, C character semantics'; -- -- Name: ug; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ug (provider = libc, locale = 'ug'); ALTER COLLATION pg_catalog.ug OWNER TO "SYSTEM"; -- -- Name: ug-CN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ug-CN" (provider = libc, locale = 'ug-CN'); ALTER COLLATION pg_catalog."ug-CN" OWNER TO "SYSTEM"; -- -- Name: ug_CN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ug_CN" (provider = libc, locale = 'ug-CN'); ALTER COLLATION pg_catalog."ug_CN" OWNER TO "SYSTEM"; -- -- Name: uk; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.uk (provider = libc, locale = 'uk'); ALTER COLLATION pg_catalog.uk OWNER TO "SYSTEM"; -- -- Name: uk-UA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."uk-UA" (provider = libc, locale = 'uk-UA'); ALTER COLLATION pg_catalog."uk-UA" OWNER TO "SYSTEM"; -- -- Name: uk_UA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."uk_UA" (provider = libc, locale = 'uk-UA'); ALTER COLLATION pg_catalog."uk_UA" OWNER TO "SYSTEM"; -- -- Name: unicode; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.unicode (provider = icu, locale = 'und'); ALTER COLLATION pg_catalog.unicode OWNER TO "SYSTEM"; -- -- Name: COLLATION unicode; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON COLLATION pg_catalog.unicode IS 'sorts using the Unicode Collation Algorithm with default settings'; -- -- Name: ur; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ur (provider = libc, locale = 'ur'); ALTER COLLATION pg_catalog.ur OWNER TO "SYSTEM"; -- -- Name: ur-IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ur-IN" (provider = libc, locale = 'ur-IN'); ALTER COLLATION pg_catalog."ur-IN" OWNER TO "SYSTEM"; -- -- Name: ur-PK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ur-PK" (provider = libc, locale = 'ur-PK'); ALTER COLLATION pg_catalog."ur-PK" OWNER TO "SYSTEM"; -- -- Name: ur_IN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ur_IN" (provider = libc, locale = 'ur-IN'); ALTER COLLATION pg_catalog."ur_IN" OWNER TO "SYSTEM"; -- -- Name: ur_PK; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ur_PK" (provider = libc, locale = 'ur-PK'); ALTER COLLATION pg_catalog."ur_PK" OWNER TO "SYSTEM"; -- -- Name: uz; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.uz (provider = libc, locale = 'uz'); ALTER COLLATION pg_catalog.uz OWNER TO "SYSTEM"; -- -- Name: uz-Arab; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."uz-Arab" (provider = libc, locale = 'uz-Arab'); ALTER COLLATION pg_catalog."uz-Arab" OWNER TO "SYSTEM"; -- -- Name: uz-Arab-AF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."uz-Arab-AF" (provider = libc, locale = 'uz-Arab-AF'); ALTER COLLATION pg_catalog."uz-Arab-AF" OWNER TO "SYSTEM"; -- -- Name: uz-Cyrl; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."uz-Cyrl" (provider = libc, locale = 'uz-Cyrl'); ALTER COLLATION pg_catalog."uz-Cyrl" OWNER TO "SYSTEM"; -- -- Name: uz-Cyrl-UZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."uz-Cyrl-UZ" (provider = libc, locale = 'uz-Cyrl-UZ'); ALTER COLLATION pg_catalog."uz-Cyrl-UZ" OWNER TO "SYSTEM"; -- -- Name: uz-Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."uz-Latn" (provider = libc, locale = 'uz-Latn'); ALTER COLLATION pg_catalog."uz-Latn" OWNER TO "SYSTEM"; -- -- Name: uz-Latn-UZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."uz-Latn-UZ" (provider = libc, locale = 'uz-Latn-UZ'); ALTER COLLATION pg_catalog."uz-Latn-UZ" OWNER TO "SYSTEM"; -- -- Name: uz_Arab; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."uz_Arab" (provider = libc, locale = 'uz-Arab'); ALTER COLLATION pg_catalog."uz_Arab" OWNER TO "SYSTEM"; -- -- Name: uz_Arab_AF; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."uz_Arab_AF" (provider = libc, locale = 'uz-Arab-AF'); ALTER COLLATION pg_catalog."uz_Arab_AF" OWNER TO "SYSTEM"; -- -- Name: uz_Cyrl; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."uz_Cyrl" (provider = libc, locale = 'uz-Cyrl'); ALTER COLLATION pg_catalog."uz_Cyrl" OWNER TO "SYSTEM"; -- -- Name: uz_Cyrl_UZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."uz_Cyrl_UZ" (provider = libc, locale = 'uz-Cyrl-UZ'); ALTER COLLATION pg_catalog."uz_Cyrl_UZ" OWNER TO "SYSTEM"; -- -- Name: uz_Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."uz_Latn" (provider = libc, locale = 'uz-Latn'); ALTER COLLATION pg_catalog."uz_Latn" OWNER TO "SYSTEM"; -- -- Name: uz_Latn_UZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."uz_Latn_UZ" (provider = libc, locale = 'uz-Latn-UZ'); ALTER COLLATION pg_catalog."uz_Latn_UZ" OWNER TO "SYSTEM"; -- -- Name: vai; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.vai (provider = libc, locale = 'vai'); ALTER COLLATION pg_catalog.vai OWNER TO "SYSTEM"; -- -- Name: vai-Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."vai-Latn" (provider = libc, locale = 'vai-Latn'); ALTER COLLATION pg_catalog."vai-Latn" OWNER TO "SYSTEM"; -- -- Name: vai-Latn-LR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."vai-Latn-LR" (provider = libc, locale = 'vai-Latn-LR'); ALTER COLLATION pg_catalog."vai-Latn-LR" OWNER TO "SYSTEM"; -- -- Name: vai-Vaii; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."vai-Vaii" (provider = libc, locale = 'vai-Vaii'); ALTER COLLATION pg_catalog."vai-Vaii" OWNER TO "SYSTEM"; -- -- Name: vai-Vaii-LR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."vai-Vaii-LR" (provider = libc, locale = 'vai-Vaii-LR'); ALTER COLLATION pg_catalog."vai-Vaii-LR" OWNER TO "SYSTEM"; -- -- Name: vai_Latn; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."vai_Latn" (provider = libc, locale = 'vai-Latn'); ALTER COLLATION pg_catalog."vai_Latn" OWNER TO "SYSTEM"; -- -- Name: vai_Latn_LR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."vai_Latn_LR" (provider = libc, locale = 'vai-Latn-LR'); ALTER COLLATION pg_catalog."vai_Latn_LR" OWNER TO "SYSTEM"; -- -- Name: vai_Vaii; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."vai_Vaii" (provider = libc, locale = 'vai-Vaii'); ALTER COLLATION pg_catalog."vai_Vaii" OWNER TO "SYSTEM"; -- -- Name: vai_Vaii_LR; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."vai_Vaii_LR" (provider = libc, locale = 'vai-Vaii-LR'); ALTER COLLATION pg_catalog."vai_Vaii_LR" OWNER TO "SYSTEM"; -- -- Name: ve; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.ve (provider = libc, locale = 've'); ALTER COLLATION pg_catalog.ve OWNER TO "SYSTEM"; -- -- Name: ve-ZA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ve-ZA" (provider = libc, locale = 've-ZA'); ALTER COLLATION pg_catalog."ve-ZA" OWNER TO "SYSTEM"; -- -- Name: ve_ZA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."ve_ZA" (provider = libc, locale = 've-ZA'); ALTER COLLATION pg_catalog."ve_ZA" OWNER TO "SYSTEM"; -- -- Name: vi; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.vi (provider = libc, locale = 'vi'); ALTER COLLATION pg_catalog.vi OWNER TO "SYSTEM"; -- -- Name: vi-VN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."vi-VN" (provider = libc, locale = 'vi-VN'); ALTER COLLATION pg_catalog."vi-VN" OWNER TO "SYSTEM"; -- -- Name: vi_VN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."vi_VN" (provider = libc, locale = 'vi-VN'); ALTER COLLATION pg_catalog."vi_VN" OWNER TO "SYSTEM"; -- -- Name: vo; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.vo (provider = libc, locale = 'vo'); ALTER COLLATION pg_catalog.vo OWNER TO "SYSTEM"; -- -- Name: vo-001; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."vo-001" (provider = libc, locale = 'vo-001'); ALTER COLLATION pg_catalog."vo-001" OWNER TO "SYSTEM"; -- -- Name: vo_001; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.vo_001 (provider = libc, locale = 'vo-001'); ALTER COLLATION pg_catalog.vo_001 OWNER TO "SYSTEM"; -- -- Name: vun; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.vun (provider = libc, locale = 'vun'); ALTER COLLATION pg_catalog.vun OWNER TO "SYSTEM"; -- -- Name: vun-TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."vun-TZ" (provider = libc, locale = 'vun-TZ'); ALTER COLLATION pg_catalog."vun-TZ" OWNER TO "SYSTEM"; -- -- Name: vun_TZ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."vun_TZ" (provider = libc, locale = 'vun-TZ'); ALTER COLLATION pg_catalog."vun_TZ" OWNER TO "SYSTEM"; -- -- Name: wae; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.wae (provider = libc, locale = 'wae'); ALTER COLLATION pg_catalog.wae OWNER TO "SYSTEM"; -- -- Name: wae-CH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."wae-CH" (provider = libc, locale = 'wae-CH'); ALTER COLLATION pg_catalog."wae-CH" OWNER TO "SYSTEM"; -- -- Name: wae_CH; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."wae_CH" (provider = libc, locale = 'wae-CH'); ALTER COLLATION pg_catalog."wae_CH" OWNER TO "SYSTEM"; -- -- Name: wal; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.wal (provider = libc, locale = 'wal'); ALTER COLLATION pg_catalog.wal OWNER TO "SYSTEM"; -- -- Name: wal-ET; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."wal-ET" (provider = libc, locale = 'wal-ET'); ALTER COLLATION pg_catalog."wal-ET" OWNER TO "SYSTEM"; -- -- Name: wal_ET; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."wal_ET" (provider = libc, locale = 'wal-ET'); ALTER COLLATION pg_catalog."wal_ET" OWNER TO "SYSTEM"; -- -- Name: wo; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.wo (provider = libc, locale = 'wo'); ALTER COLLATION pg_catalog.wo OWNER TO "SYSTEM"; -- -- Name: wo-SN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."wo-SN" (provider = libc, locale = 'wo-SN'); ALTER COLLATION pg_catalog."wo-SN" OWNER TO "SYSTEM"; -- -- Name: wo_SN; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."wo_SN" (provider = libc, locale = 'wo-SN'); ALTER COLLATION pg_catalog."wo_SN" OWNER TO "SYSTEM"; -- -- Name: x-IV_mathan; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."x-IV_mathan" (provider = libc, locale = 'x-IV_mathan'); ALTER COLLATION pg_catalog."x-IV_mathan" OWNER TO "SYSTEM"; -- -- Name: x_IV_mathan; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."x_IV_mathan" (provider = libc, locale = 'x-IV_mathan'); ALTER COLLATION pg_catalog."x_IV_mathan" OWNER TO "SYSTEM"; -- -- Name: xh; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.xh (provider = libc, locale = 'xh'); ALTER COLLATION pg_catalog.xh OWNER TO "SYSTEM"; -- -- Name: xh-ZA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."xh-ZA" (provider = libc, locale = 'xh-ZA'); ALTER COLLATION pg_catalog."xh-ZA" OWNER TO "SYSTEM"; -- -- Name: xh_ZA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."xh_ZA" (provider = libc, locale = 'xh-ZA'); ALTER COLLATION pg_catalog."xh_ZA" OWNER TO "SYSTEM"; -- -- Name: xog; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.xog (provider = libc, locale = 'xog'); ALTER COLLATION pg_catalog.xog OWNER TO "SYSTEM"; -- -- Name: xog-UG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."xog-UG" (provider = libc, locale = 'xog-UG'); ALTER COLLATION pg_catalog."xog-UG" OWNER TO "SYSTEM"; -- -- Name: xog_UG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."xog_UG" (provider = libc, locale = 'xog-UG'); ALTER COLLATION pg_catalog."xog_UG" OWNER TO "SYSTEM"; -- -- Name: yav; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.yav (provider = libc, locale = 'yav'); ALTER COLLATION pg_catalog.yav OWNER TO "SYSTEM"; -- -- Name: yav-CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."yav-CM" (provider = libc, locale = 'yav-CM'); ALTER COLLATION pg_catalog."yav-CM" OWNER TO "SYSTEM"; -- -- Name: yav_CM; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."yav_CM" (provider = libc, locale = 'yav-CM'); ALTER COLLATION pg_catalog."yav_CM" OWNER TO "SYSTEM"; -- -- Name: yi; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.yi (provider = libc, locale = 'yi'); ALTER COLLATION pg_catalog.yi OWNER TO "SYSTEM"; -- -- Name: yi-001; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."yi-001" (provider = libc, locale = 'yi-001'); ALTER COLLATION pg_catalog."yi-001" OWNER TO "SYSTEM"; -- -- Name: yi_001; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.yi_001 (provider = libc, locale = 'yi-001'); ALTER COLLATION pg_catalog.yi_001 OWNER TO "SYSTEM"; -- -- Name: yo; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.yo (provider = libc, locale = 'yo'); ALTER COLLATION pg_catalog.yo OWNER TO "SYSTEM"; -- -- Name: yo-BJ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."yo-BJ" (provider = libc, locale = 'yo-BJ'); ALTER COLLATION pg_catalog."yo-BJ" OWNER TO "SYSTEM"; -- -- Name: yo-NG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."yo-NG" (provider = libc, locale = 'yo-NG'); ALTER COLLATION pg_catalog."yo-NG" OWNER TO "SYSTEM"; -- -- Name: yo_BJ; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."yo_BJ" (provider = libc, locale = 'yo-BJ'); ALTER COLLATION pg_catalog."yo_BJ" OWNER TO "SYSTEM"; -- -- Name: yo_NG; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."yo_NG" (provider = libc, locale = 'yo-NG'); ALTER COLLATION pg_catalog."yo_NG" OWNER TO "SYSTEM"; -- -- Name: zgh; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.zgh (provider = libc, locale = 'zgh'); ALTER COLLATION pg_catalog.zgh OWNER TO "SYSTEM"; -- -- Name: zgh-Tfng; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."zgh-Tfng" (provider = libc, locale = 'zgh-Tfng'); ALTER COLLATION pg_catalog."zgh-Tfng" OWNER TO "SYSTEM"; -- -- Name: zgh-Tfng-MA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."zgh-Tfng-MA" (provider = libc, locale = 'zgh-Tfng-MA'); ALTER COLLATION pg_catalog."zgh-Tfng-MA" OWNER TO "SYSTEM"; -- -- Name: zgh_Tfng; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."zgh_Tfng" (provider = libc, locale = 'zgh-Tfng'); ALTER COLLATION pg_catalog."zgh_Tfng" OWNER TO "SYSTEM"; -- -- Name: zgh_Tfng_MA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."zgh_Tfng_MA" (provider = libc, locale = 'zgh-Tfng-MA'); ALTER COLLATION pg_catalog."zgh_Tfng_MA" OWNER TO "SYSTEM"; -- -- Name: zu; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog.zu (provider = libc, locale = 'zu'); ALTER COLLATION pg_catalog.zu OWNER TO "SYSTEM"; -- -- Name: zu-ZA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."zu-ZA" (provider = libc, locale = 'zu-ZA'); ALTER COLLATION pg_catalog."zu-ZA" OWNER TO "SYSTEM"; -- -- Name: zu_ZA; Type: COLLATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE COLLATION pg_catalog."zu_ZA" (provider = libc, locale = 'zu-ZA'); ALTER COLLATION pg_catalog."zu_ZA" OWNER TO "SYSTEM"; -- -- Name: aclitem; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.aclitem ( INTERNALLENGTH = 16, INPUT = aclitemin, OUTPUT = aclitemout, ALIGNMENT = double, STORAGE = plain ); ALTER TYPE pg_catalog.aclitem OWNER TO "SYSTEM"; -- -- Name: TYPE aclitem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.aclitem IS 'access control list'; -- -- Name: bit; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog."bit" ( INTERNALLENGTH = variable, INPUT = bit_in, OUTPUT = bit_out, RECEIVE = bit_recv, SEND = bit_send, TYPMOD_IN = bittypmodin, TYPMOD_OUT = bittypmodout, CATEGORY = 'V', ALIGNMENT = int4, STORAGE = extended ); ALTER TYPE pg_catalog."bit" OWNER TO "SYSTEM"; -- -- Name: TYPE "bit"; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog."bit" IS 'fixed-length bit string'; -- -- Name: bool; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.bool ( INTERNALLENGTH = 1, INPUT = boolin, OUTPUT = boolout, RECEIVE = boolrecv, SEND = boolsend, CATEGORY = 'B', PREFERRED = true, ALIGNMENT = char, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.bool OWNER TO "SYSTEM"; -- -- Name: TYPE bool; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.bool IS 'boolean, format ''t''/''f'''; -- -- Name: box; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.box ( INTERNALLENGTH = 32, INPUT = box_in, OUTPUT = box_out, RECEIVE = box_recv, SEND = box_send, SUBSCRIPT = raw_array_subscript_handler, ELEMENT = point, CATEGORY = 'G', DELIMITER = ';', ALIGNMENT = double, STORAGE = plain ); ALTER TYPE pg_catalog.box OWNER TO "SYSTEM"; -- -- Name: TYPE box; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.box IS 'geometric box, format ''lower left point,upper right point'''; -- -- Name: bpchar; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.bpchar ( INTERNALLENGTH = variable, INPUT = bpcharin, OUTPUT = bpcharout, RECEIVE = bpcharrecv, SEND = bpcharsend, TYPMOD_IN = bpchartypmodin, TYPMOD_OUT = bpchartypmodout, COLLATABLE = true, CATEGORY = 'S', ALIGNMENT = int4, STORAGE = extended ); ALTER TYPE pg_catalog.bpchar OWNER TO "SYSTEM"; -- -- Name: TYPE bpchar; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.bpchar IS '''char(length)'' blank-padded string, fixed storage length'; -- -- Name: bytea; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.bytea ( INTERNALLENGTH = variable, INPUT = byteain, OUTPUT = byteaout, RECEIVE = bytearecv, SEND = byteasend, ALIGNMENT = int4, STORAGE = extended ); ALTER TYPE pg_catalog.bytea OWNER TO "SYSTEM"; -- -- Name: TYPE bytea; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.bytea IS 'variable-length string, binary values escaped'; -- -- Name: char; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog."char" ( INTERNALLENGTH = 1, INPUT = charin, OUTPUT = charout, RECEIVE = charrecv, SEND = charsend, CATEGORY = 'Z', ALIGNMENT = char, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog."char" OWNER TO "SYSTEM"; -- -- Name: TYPE "char"; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog."char" IS 'single character'; -- -- Name: cid; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.cid ( INTERNALLENGTH = 4, INPUT = cidin, OUTPUT = cidout, RECEIVE = cidrecv, SEND = cidsend, ALIGNMENT = int4, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.cid OWNER TO "SYSTEM"; -- -- Name: TYPE cid; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.cid IS 'command identifier type, sequence in transaction id'; -- -- Name: cidr; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.cidr ( INTERNALLENGTH = variable, INPUT = cidr_in, OUTPUT = cidr_out, RECEIVE = cidr_recv, SEND = cidr_send, CATEGORY = 'I', ALIGNMENT = int4, STORAGE = main ); ALTER TYPE pg_catalog.cidr OWNER TO "SYSTEM"; -- -- Name: TYPE cidr; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.cidr IS 'network IP address/netmask, network address'; -- -- Name: circle; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.circle ( INTERNALLENGTH = 24, INPUT = circle_in, OUTPUT = circle_out, RECEIVE = circle_recv, SEND = circle_send, CATEGORY = 'G', ALIGNMENT = double, STORAGE = plain ); ALTER TYPE pg_catalog.circle OWNER TO "SYSTEM"; -- -- Name: TYPE circle; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.circle IS 'geometric circle, format ''
'''; -- -- Name: date; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.date ( INTERNALLENGTH = 4, INPUT = date_in, OUTPUT = date_out, RECEIVE = date_recv, SEND = date_send, CATEGORY = 'D', ALIGNMENT = int4, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.date OWNER TO "SYSTEM"; -- -- Name: TYPE date; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.date IS 'date'; -- -- Name: daterange; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.daterange AS RANGE ( subtype = date, multirange_type_name = datemultirange, canonical = daterange_canonical, subtype_diff = daterange_subdiff ); ALTER TYPE pg_catalog.daterange OWNER TO "SYSTEM"; -- -- Name: TYPE daterange; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.daterange IS 'range of dates'; -- -- Name: float4; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.float4 ( INTERNALLENGTH = 4, INPUT = float4in, OUTPUT = float4out, RECEIVE = float4recv, SEND = float4send, CATEGORY = 'N', ALIGNMENT = int4, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.float4 OWNER TO "SYSTEM"; -- -- Name: TYPE float4; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.float4 IS 'single-precision floating point number, 4-byte storage'; -- -- Name: float8; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.float8 ( INTERNALLENGTH = 8, INPUT = float8in, OUTPUT = float8out, RECEIVE = float8recv, SEND = float8send, CATEGORY = 'N', PREFERRED = true, ALIGNMENT = double, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.float8 OWNER TO "SYSTEM"; -- -- Name: TYPE float8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.float8 IS 'double-precision floating point number, 8-byte storage'; -- -- Name: gtsvector; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.gtsvector ( INTERNALLENGTH = variable, INPUT = gtsvectorin, OUTPUT = gtsvectorout, ALIGNMENT = int4, STORAGE = plain ); ALTER TYPE pg_catalog.gtsvector OWNER TO "SYSTEM"; -- -- Name: TYPE gtsvector; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.gtsvector IS 'GiST index internal text representation for text search'; -- -- Name: inet; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.inet ( INTERNALLENGTH = variable, INPUT = inet_in, OUTPUT = inet_out, RECEIVE = inet_recv, SEND = inet_send, CATEGORY = 'I', PREFERRED = true, ALIGNMENT = int4, STORAGE = main ); ALTER TYPE pg_catalog.inet OWNER TO "SYSTEM"; -- -- Name: TYPE inet; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.inet IS 'IP address/netmask, host address, netmask optional'; -- -- Name: int2; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.int2 ( INTERNALLENGTH = 2, INPUT = int2in, OUTPUT = int2out, RECEIVE = int2recv, SEND = int2send, CATEGORY = 'N', ALIGNMENT = int2, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.int2 OWNER TO "SYSTEM"; -- -- Name: TYPE int2; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.int2 IS '-32 thousand to 32 thousand, 2-byte storage'; -- -- Name: int2vector; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.int2vector ( INTERNALLENGTH = variable, INPUT = int2vectorin, OUTPUT = int2vectorout, RECEIVE = int2vectorrecv, SEND = int2vectorsend, SUBSCRIPT = array_subscript_handler, ELEMENT = smallint, CATEGORY = 'A', ALIGNMENT = int4, STORAGE = plain ); ALTER TYPE pg_catalog.int2vector OWNER TO "SYSTEM"; -- -- Name: TYPE int2vector; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.int2vector IS 'array of int2, used in system tables'; -- -- Name: int4; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.int4 ( INTERNALLENGTH = 4, INPUT = int4in, OUTPUT = int4out, RECEIVE = int4recv, SEND = int4send, CATEGORY = 'N', ALIGNMENT = int4, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.int4 OWNER TO "SYSTEM"; -- -- Name: TYPE int4; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.int4 IS '-2 billion to 2 billion integer, 4-byte storage'; -- -- Name: int4range; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.int4range AS RANGE ( subtype = integer, multirange_type_name = int4multirange, canonical = int4range_canonical, subtype_diff = int4range_subdiff ); ALTER TYPE pg_catalog.int4range OWNER TO "SYSTEM"; -- -- Name: TYPE int4range; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.int4range IS 'range of integers'; -- -- Name: int8; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.int8 ( INTERNALLENGTH = 8, INPUT = int8in, OUTPUT = int8out, RECEIVE = int8recv, SEND = int8send, CATEGORY = 'N', ALIGNMENT = double, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.int8 OWNER TO "SYSTEM"; -- -- Name: TYPE int8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.int8 IS '~18 digit integer, 8-byte storage'; -- -- Name: int8range; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.int8range AS RANGE ( subtype = bigint, multirange_type_name = int8multirange, canonical = int8range_canonical, subtype_diff = int8range_subdiff ); ALTER TYPE pg_catalog.int8range OWNER TO "SYSTEM"; -- -- Name: TYPE int8range; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.int8range IS 'range of bigints'; -- -- Name: interval; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog."interval" ( INTERNALLENGTH = 16, INPUT = interval_in, OUTPUT = interval_out, RECEIVE = interval_recv, SEND = interval_send, TYPMOD_IN = intervaltypmodin, TYPMOD_OUT = intervaltypmodout, CATEGORY = 'T', PREFERRED = true, ALIGNMENT = double, STORAGE = plain ); ALTER TYPE pg_catalog."interval" OWNER TO "SYSTEM"; -- -- Name: TYPE "interval"; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog."interval" IS 'time interval, format ''number units ...'''; -- -- Name: json; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog."json" ( INTERNALLENGTH = variable, INPUT = json_in, OUTPUT = json_out, RECEIVE = json_recv, SEND = json_send, ALIGNMENT = int4, STORAGE = extended ); ALTER TYPE pg_catalog."json" OWNER TO "SYSTEM"; -- -- Name: TYPE "json"; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog."json" IS 'JSON stored as text'; -- -- Name: jsonb; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.jsonb ( INTERNALLENGTH = variable, INPUT = jsonb_in, OUTPUT = jsonb_out, RECEIVE = jsonb_recv, SEND = jsonb_send, SUBSCRIPT = jsonb_subscript_handler, ALIGNMENT = int4, STORAGE = extended ); ALTER TYPE pg_catalog.jsonb OWNER TO "SYSTEM"; -- -- Name: TYPE jsonb; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.jsonb IS 'Binary JSON'; -- -- Name: jsonpath; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.jsonpath ( INTERNALLENGTH = variable, INPUT = jsonpath_in, OUTPUT = jsonpath_out, RECEIVE = jsonpath_recv, SEND = jsonpath_send, ALIGNMENT = int4, STORAGE = extended ); ALTER TYPE pg_catalog.jsonpath OWNER TO "SYSTEM"; -- -- Name: TYPE jsonpath; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.jsonpath IS 'JSON path'; -- -- Name: line; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.line ( INTERNALLENGTH = 24, INPUT = line_in, OUTPUT = line_out, RECEIVE = line_recv, SEND = line_send, SUBSCRIPT = raw_array_subscript_handler, ELEMENT = double precision, CATEGORY = 'G', ALIGNMENT = double, STORAGE = plain ); ALTER TYPE pg_catalog.line OWNER TO "SYSTEM"; -- -- Name: TYPE line; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.line IS 'geometric line, formats ''{A,B,C}''/''[point1,point2]'''; -- -- Name: lseg; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.lseg ( INTERNALLENGTH = 32, INPUT = lseg_in, OUTPUT = lseg_out, RECEIVE = lseg_recv, SEND = lseg_send, SUBSCRIPT = raw_array_subscript_handler, ELEMENT = point, CATEGORY = 'G', ALIGNMENT = double, STORAGE = plain ); ALTER TYPE pg_catalog.lseg OWNER TO "SYSTEM"; -- -- Name: TYPE lseg; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.lseg IS 'geometric line segment, format ''[point1,point2]'''; -- -- Name: macaddr; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.macaddr ( INTERNALLENGTH = 6, INPUT = macaddr_in, OUTPUT = macaddr_out, RECEIVE = macaddr_recv, SEND = macaddr_send, ALIGNMENT = int4, STORAGE = plain ); ALTER TYPE pg_catalog.macaddr OWNER TO "SYSTEM"; -- -- Name: TYPE macaddr; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.macaddr IS 'XX:XX:XX:XX:XX:XX, MAC address'; -- -- Name: macaddr8; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.macaddr8 ( INTERNALLENGTH = 8, INPUT = macaddr8_in, OUTPUT = macaddr8_out, RECEIVE = macaddr8_recv, SEND = macaddr8_send, ALIGNMENT = int4, STORAGE = plain ); ALTER TYPE pg_catalog.macaddr8 OWNER TO "SYSTEM"; -- -- Name: TYPE macaddr8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.macaddr8 IS 'XX:XX:XX:XX:XX:XX:XX:XX, MAC address'; -- -- Name: money; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.money ( INTERNALLENGTH = 8, INPUT = cash_in, OUTPUT = cash_out, RECEIVE = cash_recv, SEND = cash_send, CATEGORY = 'N', ALIGNMENT = double, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.money OWNER TO "SYSTEM"; -- -- Name: TYPE money; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.money IS 'monetary amounts, $d,ddd.cc'; -- -- Name: name; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.name ( INTERNALLENGTH = 64, INPUT = namein, OUTPUT = nameout, RECEIVE = namerecv, SEND = namesend, COLLATABLE = true, SUBSCRIPT = raw_array_subscript_handler, ELEMENT = "char", CATEGORY = 'S', ALIGNMENT = char, STORAGE = plain ); ALTER TYPE pg_catalog.name OWNER TO "SYSTEM"; -- -- Name: TYPE name; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.name IS '63-byte type for storing system identifiers'; -- -- Name: numeric; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog."numeric" ( INTERNALLENGTH = variable, INPUT = numeric_in, OUTPUT = numeric_out, RECEIVE = numeric_recv, SEND = numeric_send, TYPMOD_IN = numerictypmodin, TYPMOD_OUT = numerictypmodout, CATEGORY = 'N', ALIGNMENT = int4, STORAGE = main ); ALTER TYPE pg_catalog."numeric" OWNER TO "SYSTEM"; -- -- Name: TYPE "numeric"; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog."numeric" IS '''numeric(precision, scale)'' arbitrary precision number'; -- -- Name: numrange; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.numrange AS RANGE ( subtype = numeric, multirange_type_name = nummultirange, subtype_diff = numrange_subdiff ); ALTER TYPE pg_catalog.numrange OWNER TO "SYSTEM"; -- -- Name: TYPE numrange; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.numrange IS 'range of numerics'; -- -- Name: oid; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.oid ( INTERNALLENGTH = 4, INPUT = oidin, OUTPUT = oidout, RECEIVE = oidrecv, SEND = oidsend, CATEGORY = 'N', PREFERRED = true, ALIGNMENT = int4, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.oid OWNER TO "SYSTEM"; -- -- Name: TYPE oid; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.oid IS 'object identifier(oid), maximum 4 billion'; -- -- Name: oidvector; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.oidvector ( INTERNALLENGTH = variable, INPUT = oidvectorin, OUTPUT = oidvectorout, RECEIVE = oidvectorrecv, SEND = oidvectorsend, SUBSCRIPT = array_subscript_handler, ELEMENT = oid, CATEGORY = 'A', ALIGNMENT = int4, STORAGE = plain ); ALTER TYPE pg_catalog.oidvector OWNER TO "SYSTEM"; -- -- Name: TYPE oidvector; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.oidvector IS 'array of oids, used in system tables'; -- -- Name: path; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.path ( INTERNALLENGTH = variable, INPUT = path_in, OUTPUT = path_out, RECEIVE = path_recv, SEND = path_send, CATEGORY = 'G', ALIGNMENT = double, STORAGE = extended ); ALTER TYPE pg_catalog.path OWNER TO "SYSTEM"; -- -- Name: TYPE path; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.path IS 'geometric path, format ''(point1,...)'''; -- -- Name: pg_brin_bloom_summary; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.pg_brin_bloom_summary ( INTERNALLENGTH = variable, INPUT = brin_bloom_summary_in, OUTPUT = brin_bloom_summary_out, RECEIVE = brin_bloom_summary_recv, SEND = brin_bloom_summary_send, COLLATABLE = true, CATEGORY = 'Z', ALIGNMENT = int4, STORAGE = extended ); ALTER TYPE pg_catalog.pg_brin_bloom_summary OWNER TO "SYSTEM"; -- -- Name: TYPE pg_brin_bloom_summary; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.pg_brin_bloom_summary IS 'pseudo-type representing BRIN bloom summary'; -- -- Name: pg_brin_minmax_multi_summary; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.pg_brin_minmax_multi_summary ( INTERNALLENGTH = variable, INPUT = brin_minmax_multi_summary_in, OUTPUT = brin_minmax_multi_summary_out, RECEIVE = brin_minmax_multi_summary_recv, SEND = brin_minmax_multi_summary_send, COLLATABLE = true, CATEGORY = 'Z', ALIGNMENT = int4, STORAGE = extended ); ALTER TYPE pg_catalog.pg_brin_minmax_multi_summary OWNER TO "SYSTEM"; -- -- Name: TYPE pg_brin_minmax_multi_summary; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.pg_brin_minmax_multi_summary IS 'pseudo-type representing BRIN minmax-multi summary'; -- -- Name: pg_dependencies; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.pg_dependencies ( INTERNALLENGTH = variable, INPUT = pg_dependencies_in, OUTPUT = pg_dependencies_out, RECEIVE = pg_dependencies_recv, SEND = pg_dependencies_send, COLLATABLE = true, CATEGORY = 'Z', ALIGNMENT = int4, STORAGE = extended ); ALTER TYPE pg_catalog.pg_dependencies OWNER TO "SYSTEM"; -- -- Name: TYPE pg_dependencies; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.pg_dependencies IS 'multivariate dependencies'; -- -- Name: pg_lsn; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.pg_lsn ( INTERNALLENGTH = 8, INPUT = pg_lsn_in, OUTPUT = pg_lsn_out, RECEIVE = pg_lsn_recv, SEND = pg_lsn_send, ALIGNMENT = double, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.pg_lsn OWNER TO "SYSTEM"; -- -- Name: TYPE pg_lsn; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.pg_lsn IS 'PostgreSQL LSN'; -- -- Name: pg_mcv_list; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.pg_mcv_list ( INTERNALLENGTH = variable, INPUT = pg_mcv_list_in, OUTPUT = pg_mcv_list_out, RECEIVE = pg_mcv_list_recv, SEND = pg_mcv_list_send, COLLATABLE = true, CATEGORY = 'Z', ALIGNMENT = int4, STORAGE = extended ); ALTER TYPE pg_catalog.pg_mcv_list OWNER TO "SYSTEM"; -- -- Name: TYPE pg_mcv_list; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.pg_mcv_list IS 'multivariate MCV list'; -- -- Name: pg_ndistinct; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.pg_ndistinct ( INTERNALLENGTH = variable, INPUT = pg_ndistinct_in, OUTPUT = pg_ndistinct_out, RECEIVE = pg_ndistinct_recv, SEND = pg_ndistinct_send, COLLATABLE = true, CATEGORY = 'Z', ALIGNMENT = int4, STORAGE = extended ); ALTER TYPE pg_catalog.pg_ndistinct OWNER TO "SYSTEM"; -- -- Name: TYPE pg_ndistinct; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.pg_ndistinct IS 'multivariate ndistinct coefficients'; -- -- Name: pg_node_tree; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.pg_node_tree ( INTERNALLENGTH = variable, INPUT = pg_node_tree_in, OUTPUT = pg_node_tree_out, RECEIVE = pg_node_tree_recv, SEND = pg_node_tree_send, COLLATABLE = true, CATEGORY = 'Z', ALIGNMENT = int4, STORAGE = extended ); ALTER TYPE pg_catalog.pg_node_tree OWNER TO "SYSTEM"; -- -- Name: TYPE pg_node_tree; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.pg_node_tree IS 'string representing an internal node tree'; -- -- Name: pg_snapshot; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.pg_snapshot ( INTERNALLENGTH = variable, INPUT = pg_snapshot_in, OUTPUT = pg_snapshot_out, RECEIVE = pg_snapshot_recv, SEND = pg_snapshot_send, ALIGNMENT = double, STORAGE = extended ); ALTER TYPE pg_catalog.pg_snapshot OWNER TO "SYSTEM"; -- -- Name: TYPE pg_snapshot; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.pg_snapshot IS 'transaction snapshot'; -- -- Name: point; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.point ( INTERNALLENGTH = 16, INPUT = point_in, OUTPUT = point_out, RECEIVE = point_recv, SEND = point_send, SUBSCRIPT = raw_array_subscript_handler, ELEMENT = double precision, CATEGORY = 'G', ALIGNMENT = double, STORAGE = plain ); ALTER TYPE pg_catalog.point OWNER TO "SYSTEM"; -- -- Name: TYPE point; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.point IS 'geometric point, format ''(x,y)'''; -- -- Name: polygon; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.polygon ( INTERNALLENGTH = variable, INPUT = poly_in, OUTPUT = poly_out, RECEIVE = poly_recv, SEND = poly_send, CATEGORY = 'G', ALIGNMENT = double, STORAGE = extended ); ALTER TYPE pg_catalog.polygon OWNER TO "SYSTEM"; -- -- Name: TYPE polygon; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.polygon IS 'geometric polygon, format ''(point1,...)'''; -- -- Name: refcursor; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.refcursor ( INTERNALLENGTH = variable, INPUT = textin, OUTPUT = textout, RECEIVE = textrecv, SEND = textsend, ALIGNMENT = int4, STORAGE = extended ); ALTER TYPE pg_catalog.refcursor OWNER TO "SYSTEM"; -- -- Name: TYPE refcursor; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.refcursor IS 'reference to cursor (portal name)'; -- -- Name: regclass; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.regclass ( INTERNALLENGTH = 4, INPUT = regclassin, OUTPUT = regclassout, RECEIVE = regclassrecv, SEND = regclasssend, CATEGORY = 'N', ALIGNMENT = int4, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.regclass OWNER TO "SYSTEM"; -- -- Name: TYPE regclass; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.regclass IS 'registered class'; -- -- Name: regcollation; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.regcollation ( INTERNALLENGTH = 4, INPUT = regcollationin, OUTPUT = regcollationout, RECEIVE = regcollationrecv, SEND = regcollationsend, CATEGORY = 'N', ALIGNMENT = int4, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.regcollation OWNER TO "SYSTEM"; -- -- Name: TYPE regcollation; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.regcollation IS 'registered collation'; -- -- Name: regconfig; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.regconfig ( INTERNALLENGTH = 4, INPUT = regconfigin, OUTPUT = regconfigout, RECEIVE = regconfigrecv, SEND = regconfigsend, CATEGORY = 'N', ALIGNMENT = int4, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.regconfig OWNER TO "SYSTEM"; -- -- Name: TYPE regconfig; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.regconfig IS 'registered text search configuration'; -- -- Name: regdictionary; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.regdictionary ( INTERNALLENGTH = 4, INPUT = regdictionaryin, OUTPUT = regdictionaryout, RECEIVE = regdictionaryrecv, SEND = regdictionarysend, CATEGORY = 'N', ALIGNMENT = int4, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.regdictionary OWNER TO "SYSTEM"; -- -- Name: TYPE regdictionary; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.regdictionary IS 'registered text search dictionary'; -- -- Name: regnamespace; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.regnamespace ( INTERNALLENGTH = 4, INPUT = regnamespacein, OUTPUT = regnamespaceout, RECEIVE = regnamespacerecv, SEND = regnamespacesend, CATEGORY = 'N', ALIGNMENT = int4, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.regnamespace OWNER TO "SYSTEM"; -- -- Name: TYPE regnamespace; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.regnamespace IS 'registered namespace'; -- -- Name: regoper; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.regoper ( INTERNALLENGTH = 4, INPUT = regoperin, OUTPUT = regoperout, RECEIVE = regoperrecv, SEND = regopersend, CATEGORY = 'N', ALIGNMENT = int4, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.regoper OWNER TO "SYSTEM"; -- -- Name: TYPE regoper; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.regoper IS 'registered operator'; -- -- Name: regoperator; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.regoperator ( INTERNALLENGTH = 4, INPUT = regoperatorin, OUTPUT = regoperatorout, RECEIVE = regoperatorrecv, SEND = regoperatorsend, CATEGORY = 'N', ALIGNMENT = int4, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.regoperator OWNER TO "SYSTEM"; -- -- Name: TYPE regoperator; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.regoperator IS 'registered operator (with args)'; -- -- Name: regproc; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.regproc ( INTERNALLENGTH = 4, INPUT = regprocin, OUTPUT = regprocout, RECEIVE = regprocrecv, SEND = regprocsend, CATEGORY = 'N', ALIGNMENT = int4, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.regproc OWNER TO "SYSTEM"; -- -- Name: TYPE regproc; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.regproc IS 'registered procedure'; -- -- Name: regprocedure; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.regprocedure ( INTERNALLENGTH = 4, INPUT = regprocedurein, OUTPUT = regprocedureout, RECEIVE = regprocedurerecv, SEND = regproceduresend, CATEGORY = 'N', ALIGNMENT = int4, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.regprocedure OWNER TO "SYSTEM"; -- -- Name: TYPE regprocedure; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.regprocedure IS 'registered procedure (with args)'; -- -- Name: regrole; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.regrole ( INTERNALLENGTH = 4, INPUT = regrolein, OUTPUT = regroleout, RECEIVE = regrolerecv, SEND = regrolesend, CATEGORY = 'N', ALIGNMENT = int4, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.regrole OWNER TO "SYSTEM"; -- -- Name: TYPE regrole; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.regrole IS 'registered role'; -- -- Name: regtype; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.regtype ( INTERNALLENGTH = 4, INPUT = regtypein, OUTPUT = regtypeout, RECEIVE = regtyperecv, SEND = regtypesend, CATEGORY = 'N', ALIGNMENT = int4, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.regtype OWNER TO "SYSTEM"; -- -- Name: TYPE regtype; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.regtype IS 'registered type'; -- -- Name: text; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.text ( INTERNALLENGTH = variable, INPUT = textin, OUTPUT = textout, RECEIVE = textrecv, SEND = textsend, COLLATABLE = true, CATEGORY = 'S', PREFERRED = true, ALIGNMENT = int4, STORAGE = extended ); ALTER TYPE pg_catalog.text OWNER TO "SYSTEM"; -- -- Name: TYPE text; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.text IS 'variable-length string, no limit specified'; -- -- Name: tid; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.tid ( INTERNALLENGTH = 6, INPUT = tidin, OUTPUT = tidout, RECEIVE = tidrecv, SEND = tidsend, ALIGNMENT = int2, STORAGE = plain ); ALTER TYPE pg_catalog.tid OWNER TO "SYSTEM"; -- -- Name: TYPE tid; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.tid IS 'tuple physical location, format ''(block,offset)'''; -- -- Name: time; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog."time" ( INTERNALLENGTH = 8, INPUT = time_in, OUTPUT = time_out, RECEIVE = time_recv, SEND = time_send, TYPMOD_IN = timetypmodin, TYPMOD_OUT = timetypmodout, CATEGORY = 'D', ALIGNMENT = double, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog."time" OWNER TO "SYSTEM"; -- -- Name: TYPE "time"; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog."time" IS 'time of day'; -- -- Name: timestamp; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog."timestamp" ( INTERNALLENGTH = 8, INPUT = timestamp_in, OUTPUT = timestamp_out, RECEIVE = timestamp_recv, SEND = timestamp_send, TYPMOD_IN = timestamptypmodin, TYPMOD_OUT = timestamptypmodout, CATEGORY = 'D', ALIGNMENT = double, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog."timestamp" OWNER TO "SYSTEM"; -- -- Name: TYPE "timestamp"; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog."timestamp" IS 'date and time'; -- -- Name: timestamptz; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.timestamptz ( INTERNALLENGTH = 8, INPUT = timestamptz_in, OUTPUT = timestamptz_out, RECEIVE = timestamptz_recv, SEND = timestamptz_send, TYPMOD_IN = timestamptztypmodin, TYPMOD_OUT = timestamptztypmodout, CATEGORY = 'D', PREFERRED = true, ALIGNMENT = double, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.timestamptz OWNER TO "SYSTEM"; -- -- Name: TYPE timestamptz; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.timestamptz IS 'date and time with time zone'; -- -- Name: timetz; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.timetz ( INTERNALLENGTH = 12, INPUT = timetz_in, OUTPUT = timetz_out, RECEIVE = timetz_recv, SEND = timetz_send, TYPMOD_IN = timetztypmodin, TYPMOD_OUT = timetztypmodout, CATEGORY = 'D', ALIGNMENT = double, STORAGE = plain ); ALTER TYPE pg_catalog.timetz OWNER TO "SYSTEM"; -- -- Name: TYPE timetz; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.timetz IS 'time of day with time zone'; -- -- Name: tsquery; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.tsquery ( INTERNALLENGTH = variable, INPUT = tsqueryin, OUTPUT = tsqueryout, RECEIVE = tsqueryrecv, SEND = tsquerysend, ALIGNMENT = int4, STORAGE = plain ); ALTER TYPE pg_catalog.tsquery OWNER TO "SYSTEM"; -- -- Name: TYPE tsquery; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.tsquery IS 'query representation for text search'; -- -- Name: tsrange; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.tsrange AS RANGE ( subtype = timestamp without time zone, multirange_type_name = tsmultirange, subtype_diff = tsrange_subdiff ); ALTER TYPE pg_catalog.tsrange OWNER TO "SYSTEM"; -- -- Name: TYPE tsrange; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.tsrange IS 'range of timestamps without time zone'; -- -- Name: tstzrange; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.tstzrange AS RANGE ( subtype = timestamp with time zone, multirange_type_name = tstzmultirange, subtype_diff = tstzrange_subdiff ); ALTER TYPE pg_catalog.tstzrange OWNER TO "SYSTEM"; -- -- Name: TYPE tstzrange; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.tstzrange IS 'range of timestamps with time zone'; -- -- Name: tsvector; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.tsvector ( INTERNALLENGTH = variable, INPUT = tsvectorin, OUTPUT = tsvectorout, RECEIVE = tsvectorrecv, SEND = tsvectorsend, ANALYZE = ts_typanalyze, ALIGNMENT = int4, STORAGE = extended ); ALTER TYPE pg_catalog.tsvector OWNER TO "SYSTEM"; -- -- Name: TYPE tsvector; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.tsvector IS 'text representation for text search'; -- -- Name: txid_snapshot; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.txid_snapshot ( INTERNALLENGTH = variable, INPUT = txid_snapshot_in, OUTPUT = txid_snapshot_out, RECEIVE = txid_snapshot_recv, SEND = txid_snapshot_send, ALIGNMENT = double, STORAGE = extended ); ALTER TYPE pg_catalog.txid_snapshot OWNER TO "SYSTEM"; -- -- Name: TYPE txid_snapshot; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.txid_snapshot IS 'transaction snapshot'; -- -- Name: uuid; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.uuid ( INTERNALLENGTH = 16, INPUT = uuid_in, OUTPUT = uuid_out, RECEIVE = uuid_recv, SEND = uuid_send, ALIGNMENT = char, STORAGE = plain ); ALTER TYPE pg_catalog.uuid OWNER TO "SYSTEM"; -- -- Name: TYPE uuid; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.uuid IS 'UUID'; -- -- Name: varbit; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.varbit ( INTERNALLENGTH = variable, INPUT = varbit_in, OUTPUT = varbit_out, RECEIVE = varbit_recv, SEND = varbit_send, TYPMOD_IN = varbittypmodin, TYPMOD_OUT = varbittypmodout, CATEGORY = 'V', PREFERRED = true, ALIGNMENT = int4, STORAGE = extended ); ALTER TYPE pg_catalog.varbit OWNER TO "SYSTEM"; -- -- Name: TYPE varbit; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.varbit IS 'variable-length bit string'; -- -- Name: varchar; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog."varchar" ( INTERNALLENGTH = variable, INPUT = varcharin, OUTPUT = varcharout, RECEIVE = varcharrecv, SEND = varcharsend, TYPMOD_IN = varchartypmodin, TYPMOD_OUT = varchartypmodout, COLLATABLE = true, CATEGORY = 'S', ALIGNMENT = int4, STORAGE = extended ); ALTER TYPE pg_catalog."varchar" OWNER TO "SYSTEM"; -- -- Name: TYPE "varchar"; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog."varchar" IS '''varchar(length)'' non-blank-padded string, variable storage length'; -- -- Name: xid; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.xid ( INTERNALLENGTH = 4, INPUT = xidin, OUTPUT = xidout, RECEIVE = xidrecv, SEND = xidsend, ALIGNMENT = int4, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.xid OWNER TO "SYSTEM"; -- -- Name: TYPE xid; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.xid IS 'transaction id'; -- -- Name: xid8; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.xid8 ( INTERNALLENGTH = 8, INPUT = xid8in, OUTPUT = xid8out, RECEIVE = xid8recv, SEND = xid8send, ALIGNMENT = double, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE pg_catalog.xid8 OWNER TO "SYSTEM"; -- -- Name: TYPE xid8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.xid8 IS 'full transaction id'; -- -- Name: xml; Type: TYPE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TYPE pg_catalog.xml ( INTERNALLENGTH = variable, INPUT = xml_in, OUTPUT = xml_out, RECEIVE = xml_recv, SEND = xml_send, ALIGNMENT = int4, STORAGE = extended ); ALTER TYPE pg_catalog.xml OWNER TO "SYSTEM"; -- -- Name: TYPE xml; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TYPE pg_catalog.xml IS 'XML content'; -- -- Name: age(timestamp with time zone); Type: FUNCTION; Schema: pg_catalog; Owner: SYSTEM -- CREATE FUNCTION pg_catalog.age(timestamp with time zone) RETURNS interval LANGUAGE sql STABLE STRICT COST 1 PARALLEL SAFE RETURN age((CURRENT_DATE)::timestamp with time zone, $1); ALTER FUNCTION pg_catalog.age(timestamp with time zone) OWNER TO "SYSTEM"; -- -- Name: FUNCTION age(timestamp with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON FUNCTION pg_catalog.age(timestamp with time zone) IS 'date difference from today preserving months and years'; -- -- Name: int4recv(internal); Type: FUNCTION; Schema: pg_catalog; Owner: SYSTEM -- CREATE FUNCTION pg_catalog.int4recv(internal) RETURNS integer LANGUAGE internal IMMUTABLE STRICT PARALLEL SAFE AS $$int4recv$$; ALTER FUNCTION pg_catalog.int4recv(internal) OWNER TO "SYSTEM"; -- -- Name: FUNCTION int4recv(internal); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON FUNCTION pg_catalog.int4recv(internal) IS 'I/O'; -- -- Name: pg_sleep(double precision); Type: FUNCTION; Schema: pg_catalog; Owner: SYSTEM -- CREATE FUNCTION pg_catalog.pg_sleep(double precision) RETURNS void LANGUAGE internal STRICT PARALLEL SAFE AS $$pg_sleep$$; ALTER FUNCTION pg_catalog.pg_sleep(double precision) OWNER TO "SYSTEM"; -- -- Name: FUNCTION pg_sleep(double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON FUNCTION pg_catalog.pg_sleep(double precision) IS 'sleep for the specified time in seconds'; -- -- Name: pg_stat_reset(); Type: FUNCTION; Schema: pg_catalog; Owner: regress_dump_test_role -- CREATE FUNCTION pg_catalog.pg_stat_reset() RETURNS void LANGUAGE internal PARALLEL SAFE AS $$pg_stat_reset$$; ALTER FUNCTION pg_catalog.pg_stat_reset() OWNER TO regress_dump_test_role; -- -- Name: FUNCTION pg_stat_reset(); Type: COMMENT; Schema: pg_catalog; Owner: regress_dump_test_role -- COMMENT ON FUNCTION pg_catalog.pg_stat_reset() IS 'statistics: reset collected statistics for current database'; -- -- Name: prsd_lextype(internal); Type: FUNCTION; Schema: pg_catalog; Owner: SYSTEM -- CREATE FUNCTION pg_catalog.prsd_lextype(internal) RETURNS internal LANGUAGE internal IMMUTABLE STRICT PARALLEL SAFE AS $$prsd_lextype$$; ALTER FUNCTION pg_catalog.prsd_lextype(internal) OWNER TO "SYSTEM"; -- -- Name: FUNCTION prsd_lextype(internal); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON FUNCTION pg_catalog.prsd_lextype(internal) IS '(internal)'; -- -- Name: !!; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.!! ( FUNCTION = tsquery_not, RIGHTARG = tsquery ); ALTER OPERATOR pg_catalog.!! (NONE, tsquery) OWNER TO "SYSTEM"; -- -- Name: OPERATOR !! (NONE, tsquery); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.!! (NONE, tsquery) IS 'NOT tsquery'; -- -- Name: !~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.!~ ( FUNCTION = nameregexne, LEFTARG = name, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.~), RESTRICT = regexnesel, JOIN = regexnejoinsel ); ALTER OPERATOR pg_catalog.!~ (name, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR !~ (name, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.!~ (name, text) IS 'does not match regular expression, case-sensitive'; -- -- Name: !~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.!~ ( FUNCTION = textregexne, LEFTARG = text, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.~), RESTRICT = regexnesel, JOIN = regexnejoinsel ); ALTER OPERATOR pg_catalog.!~ (text, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR !~ (text, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.!~ (text, text) IS 'does not match regular expression, case-sensitive'; -- -- Name: !~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.!~ ( FUNCTION = bpcharregexne, LEFTARG = character, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.~), RESTRICT = regexnesel, JOIN = regexnejoinsel ); ALTER OPERATOR pg_catalog.!~ (character, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR !~ (character, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.!~ (character, text) IS 'does not match regular expression, case-sensitive'; -- -- Name: !~*; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.!~* ( FUNCTION = nameicregexne, LEFTARG = name, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.~*), RESTRICT = icregexnesel, JOIN = icregexnejoinsel ); ALTER OPERATOR pg_catalog.!~* (name, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR !~* (name, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.!~* (name, text) IS 'does not match regular expression, case-insensitive'; -- -- Name: !~*; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.!~* ( FUNCTION = texticregexne, LEFTARG = text, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.~*), RESTRICT = icregexnesel, JOIN = icregexnejoinsel ); ALTER OPERATOR pg_catalog.!~* (text, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR !~* (text, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.!~* (text, text) IS 'does not match regular expression, case-insensitive'; -- -- Name: !~*; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.!~* ( FUNCTION = bpcharicregexne, LEFTARG = character, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.~*), RESTRICT = icregexnesel, JOIN = icregexnejoinsel ); ALTER OPERATOR pg_catalog.!~* (character, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR !~* (character, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.!~* (character, text) IS 'does not match regular expression, case-insensitive'; -- -- Name: !~~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.!~~ ( FUNCTION = namenlike, LEFTARG = name, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.~~), RESTRICT = nlikesel, JOIN = nlikejoinsel ); ALTER OPERATOR pg_catalog.!~~ (name, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR !~~ (name, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.!~~ (name, text) IS 'does not match LIKE expression'; -- -- Name: !~~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.!~~ ( FUNCTION = textnlike, LEFTARG = text, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.~~), RESTRICT = nlikesel, JOIN = nlikejoinsel ); ALTER OPERATOR pg_catalog.!~~ (text, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR !~~ (text, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.!~~ (text, text) IS 'does not match LIKE expression'; -- -- Name: !~~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.!~~ ( FUNCTION = bpcharnlike, LEFTARG = character, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.~~), RESTRICT = nlikesel, JOIN = nlikejoinsel ); ALTER OPERATOR pg_catalog.!~~ (character, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR !~~ (character, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.!~~ (character, text) IS 'does not match LIKE expression'; -- -- Name: !~~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.!~~ ( FUNCTION = byteanlike, LEFTARG = bytea, RIGHTARG = bytea, NEGATOR = OPERATOR(pg_catalog.~~), RESTRICT = nlikesel, JOIN = nlikejoinsel ); ALTER OPERATOR pg_catalog.!~~ (bytea, bytea) OWNER TO "SYSTEM"; -- -- Name: OPERATOR !~~ (bytea, bytea); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.!~~ (bytea, bytea) IS 'does not match LIKE expression'; -- -- Name: !~~*; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.!~~* ( FUNCTION = nameicnlike, LEFTARG = name, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.~~*), RESTRICT = icnlikesel, JOIN = icnlikejoinsel ); ALTER OPERATOR pg_catalog.!~~* (name, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR !~~* (name, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.!~~* (name, text) IS 'does not match LIKE expression, case-insensitive'; -- -- Name: !~~*; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.!~~* ( FUNCTION = texticnlike, LEFTARG = text, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.~~*), RESTRICT = icnlikesel, JOIN = icnlikejoinsel ); ALTER OPERATOR pg_catalog.!~~* (text, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR !~~* (text, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.!~~* (text, text) IS 'does not match LIKE expression, case-insensitive'; -- -- Name: !~~*; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.!~~* ( FUNCTION = bpcharicnlike, LEFTARG = character, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.~~*), RESTRICT = icnlikesel, JOIN = icnlikejoinsel ); ALTER OPERATOR pg_catalog.!~~* (character, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR !~~* (character, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.!~~* (character, text) IS 'does not match LIKE expression, case-insensitive'; -- -- Name: #; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.# ( FUNCTION = path_npoints, RIGHTARG = path ); ALTER OPERATOR pg_catalog.# (NONE, path) OWNER TO "SYSTEM"; -- -- Name: OPERATOR # (NONE, path); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.# (NONE, path) IS 'number of points'; -- -- Name: #; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.# ( FUNCTION = poly_npoints, RIGHTARG = polygon ); ALTER OPERATOR pg_catalog.# (NONE, polygon) OWNER TO "SYSTEM"; -- -- Name: OPERATOR # (NONE, polygon); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.# (NONE, polygon) IS 'number of points'; -- -- Name: #; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.# ( FUNCTION = box_intersect, LEFTARG = box, RIGHTARG = box ); ALTER OPERATOR pg_catalog.# (box, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR # (box, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.# (box, box) IS 'box intersection'; -- -- Name: #; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.# ( FUNCTION = lseg_interpt, LEFTARG = lseg, RIGHTARG = lseg, COMMUTATOR = OPERATOR(pg_catalog.#) ); ALTER OPERATOR pg_catalog.# (lseg, lseg) OWNER TO "SYSTEM"; -- -- Name: OPERATOR # (lseg, lseg); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.# (lseg, lseg) IS 'intersection point'; -- -- Name: #; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.# ( FUNCTION = line_interpt, LEFTARG = line, RIGHTARG = line, COMMUTATOR = OPERATOR(pg_catalog.#) ); ALTER OPERATOR pg_catalog.# (line, line) OWNER TO "SYSTEM"; -- -- Name: OPERATOR # (line, line); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.# (line, line) IS 'intersection point'; -- -- Name: #; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.# ( FUNCTION = bitxor, LEFTARG = bit, RIGHTARG = bit, COMMUTATOR = OPERATOR(pg_catalog.#) ); ALTER OPERATOR pg_catalog.# (bit, bit) OWNER TO "SYSTEM"; -- -- Name: OPERATOR # (bit, bit); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.# (bit, bit) IS 'bitwise exclusive or'; -- -- Name: #; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.# ( FUNCTION = int2xor, LEFTARG = smallint, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.#) ); ALTER OPERATOR pg_catalog.# (smallint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR # (smallint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.# (smallint, smallint) IS 'bitwise exclusive or'; -- -- Name: #; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.# ( FUNCTION = int4xor, LEFTARG = integer, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.#) ); ALTER OPERATOR pg_catalog.# (integer, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR # (integer, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.# (integer, integer) IS 'bitwise exclusive or'; -- -- Name: #; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.# ( FUNCTION = int8xor, LEFTARG = bigint, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.#) ); ALTER OPERATOR pg_catalog.# (bigint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR # (bigint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.# (bigint, bigint) IS 'bitwise exclusive or'; -- -- Name: ##; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.## ( FUNCTION = close_pl, LEFTARG = point, RIGHTARG = line ); ALTER OPERATOR pg_catalog.## (point, line) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ## (point, line); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.## (point, line) IS 'closest point to A on B'; -- -- Name: ##; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.## ( FUNCTION = close_ps, LEFTARG = point, RIGHTARG = lseg ); ALTER OPERATOR pg_catalog.## (point, lseg) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ## (point, lseg); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.## (point, lseg) IS 'closest point to A on B'; -- -- Name: ##; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.## ( FUNCTION = close_pb, LEFTARG = point, RIGHTARG = box ); ALTER OPERATOR pg_catalog.## (point, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ## (point, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.## (point, box) IS 'closest point to A on B'; -- -- Name: ##; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.## ( FUNCTION = close_sb, LEFTARG = lseg, RIGHTARG = box ); ALTER OPERATOR pg_catalog.## (lseg, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ## (lseg, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.## (lseg, box) IS 'closest point to A on B'; -- -- Name: ##; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.## ( FUNCTION = close_ls, LEFTARG = line, RIGHTARG = lseg ); ALTER OPERATOR pg_catalog.## (line, lseg) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ## (line, lseg); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.## (line, lseg) IS 'closest point to A on B'; -- -- Name: ##; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.## ( FUNCTION = close_lseg, LEFTARG = lseg, RIGHTARG = lseg ); ALTER OPERATOR pg_catalog.## (lseg, lseg) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ## (lseg, lseg); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.## (lseg, lseg) IS 'closest point to A on B'; -- -- Name: #-; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.#- ( FUNCTION = jsonb_delete_path, LEFTARG = jsonb, RIGHTARG = text[] ); ALTER OPERATOR pg_catalog.#- (jsonb, text[]) OWNER TO "SYSTEM"; -- -- Name: OPERATOR #- (jsonb, text[]); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.#- (jsonb, text[]) IS 'delete path'; -- -- Name: #>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.#> ( FUNCTION = jsonb_extract_path, LEFTARG = jsonb, RIGHTARG = text[] ); ALTER OPERATOR pg_catalog.#> (jsonb, text[]) OWNER TO "SYSTEM"; -- -- Name: OPERATOR #> (jsonb, text[]); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.#> (jsonb, text[]) IS 'get value from jsonb with path elements'; -- -- Name: #>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.#> ( FUNCTION = json_extract_path, LEFTARG = json, RIGHTARG = text[] ); ALTER OPERATOR pg_catalog.#> (json, text[]) OWNER TO "SYSTEM"; -- -- Name: OPERATOR #> (json, text[]); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.#> (json, text[]) IS 'get value from json with path elements'; -- -- Name: #>>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.#>> ( FUNCTION = jsonb_extract_path_text, LEFTARG = jsonb, RIGHTARG = text[] ); ALTER OPERATOR pg_catalog.#>> (jsonb, text[]) OWNER TO "SYSTEM"; -- -- Name: OPERATOR #>> (jsonb, text[]); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.#>> (jsonb, text[]) IS 'get value from jsonb as text with path elements'; -- -- Name: #>>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.#>> ( FUNCTION = json_extract_path_text, LEFTARG = json, RIGHTARG = text[] ); ALTER OPERATOR pg_catalog.#>> (json, text[]) OWNER TO "SYSTEM"; -- -- Name: OPERATOR #>> (json, text[]); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.#>> (json, text[]) IS 'get value from json as text with path elements'; -- -- Name: %; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.% ( FUNCTION = int8mod, LEFTARG = bigint, RIGHTARG = bigint ); ALTER OPERATOR pg_catalog.% (bigint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR % (bigint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.% (bigint, bigint) IS 'modulus'; -- -- Name: %; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.% ( FUNCTION = int2mod, LEFTARG = smallint, RIGHTARG = smallint ); ALTER OPERATOR pg_catalog.% (smallint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR % (smallint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.% (smallint, smallint) IS 'modulus'; -- -- Name: %; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.% ( FUNCTION = int4mod, LEFTARG = integer, RIGHTARG = integer ); ALTER OPERATOR pg_catalog.% (integer, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR % (integer, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.% (integer, integer) IS 'modulus'; -- -- Name: %; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.% ( FUNCTION = numeric_mod, LEFTARG = numeric, RIGHTARG = numeric ); ALTER OPERATOR pg_catalog.% (numeric, numeric) OWNER TO "SYSTEM"; -- -- Name: OPERATOR % (numeric, numeric); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.% (numeric, numeric) IS 'modulus'; -- -- Name: &; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.& ( FUNCTION = bitand, LEFTARG = bit, RIGHTARG = bit, COMMUTATOR = OPERATOR(pg_catalog.&) ); ALTER OPERATOR pg_catalog.& (bit, bit) OWNER TO "SYSTEM"; -- -- Name: OPERATOR & (bit, bit); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.& (bit, bit) IS 'bitwise and'; -- -- Name: &; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.& ( FUNCTION = int2and, LEFTARG = smallint, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.&) ); ALTER OPERATOR pg_catalog.& (smallint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR & (smallint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.& (smallint, smallint) IS 'bitwise and'; -- -- Name: &; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.& ( FUNCTION = int4and, LEFTARG = integer, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.&) ); ALTER OPERATOR pg_catalog.& (integer, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR & (integer, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.& (integer, integer) IS 'bitwise and'; -- -- Name: &; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.& ( FUNCTION = int8and, LEFTARG = bigint, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.&) ); ALTER OPERATOR pg_catalog.& (bigint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR & (bigint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.& (bigint, bigint) IS 'bitwise and'; -- -- Name: &; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.& ( FUNCTION = inetand, LEFTARG = inet, RIGHTARG = inet ); ALTER OPERATOR pg_catalog.& (inet, inet) OWNER TO "SYSTEM"; -- -- Name: OPERATOR & (inet, inet); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.& (inet, inet) IS 'bitwise and'; -- -- Name: &; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.& ( FUNCTION = macaddr_and, LEFTARG = macaddr, RIGHTARG = macaddr ); ALTER OPERATOR pg_catalog.& (macaddr, macaddr) OWNER TO "SYSTEM"; -- -- Name: OPERATOR & (macaddr, macaddr); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.& (macaddr, macaddr) IS 'bitwise and'; -- -- Name: &; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.& ( FUNCTION = macaddr8_and, LEFTARG = macaddr8, RIGHTARG = macaddr8 ); ALTER OPERATOR pg_catalog.& (macaddr8, macaddr8) OWNER TO "SYSTEM"; -- -- Name: OPERATOR & (macaddr8, macaddr8); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.& (macaddr8, macaddr8) IS 'bitwise and'; -- -- Name: &&; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&& ( FUNCTION = poly_overlap, LEFTARG = polygon, RIGHTARG = polygon, COMMUTATOR = OPERATOR(pg_catalog.&&), RESTRICT = areasel, JOIN = areajoinsel ); ALTER OPERATOR pg_catalog.&& (polygon, polygon) OWNER TO "SYSTEM"; -- -- Name: OPERATOR && (polygon, polygon); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&& (polygon, polygon) IS 'overlaps'; -- -- Name: &&; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&& ( FUNCTION = box_overlap, LEFTARG = box, RIGHTARG = box, COMMUTATOR = OPERATOR(pg_catalog.&&), RESTRICT = areasel, JOIN = areajoinsel ); ALTER OPERATOR pg_catalog.&& (box, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR && (box, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&& (box, box) IS 'overlaps'; -- -- Name: &&; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&& ( FUNCTION = circle_overlap, LEFTARG = circle, RIGHTARG = circle, COMMUTATOR = OPERATOR(pg_catalog.&&), RESTRICT = areasel, JOIN = areajoinsel ); ALTER OPERATOR pg_catalog.&& (circle, circle) OWNER TO "SYSTEM"; -- -- Name: OPERATOR && (circle, circle); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&& (circle, circle) IS 'overlaps'; -- -- Name: &&; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&& ( FUNCTION = arrayoverlap, LEFTARG = anyarray, RIGHTARG = anyarray, COMMUTATOR = OPERATOR(pg_catalog.&&), RESTRICT = arraycontsel, JOIN = arraycontjoinsel ); ALTER OPERATOR pg_catalog.&& (anyarray, anyarray) OWNER TO "SYSTEM"; -- -- Name: OPERATOR && (anyarray, anyarray); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&& (anyarray, anyarray) IS 'overlaps'; -- -- Name: &&; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&& ( FUNCTION = range_overlaps_multirange, LEFTARG = anyrange, RIGHTARG = anymultirange, COMMUTATOR = OPERATOR(pg_catalog.&&), RESTRICT = multirangesel, JOIN = areajoinsel ); ALTER OPERATOR pg_catalog.&& (anyrange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR && (anyrange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&& (anyrange, anymultirange) IS 'overlaps'; -- -- Name: &&; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&& ( FUNCTION = multirange_overlaps_range, LEFTARG = anymultirange, RIGHTARG = anyrange, COMMUTATOR = OPERATOR(pg_catalog.&&), RESTRICT = multirangesel, JOIN = areajoinsel ); ALTER OPERATOR pg_catalog.&& (anymultirange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR && (anymultirange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&& (anymultirange, anyrange) IS 'overlaps'; -- -- Name: &&; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&& ( FUNCTION = multirange_overlaps_multirange, LEFTARG = anymultirange, RIGHTARG = anymultirange, COMMUTATOR = OPERATOR(pg_catalog.&&), RESTRICT = multirangesel, JOIN = areajoinsel ); ALTER OPERATOR pg_catalog.&& (anymultirange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR && (anymultirange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&& (anymultirange, anymultirange) IS 'overlaps'; -- -- Name: &&; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&& ( FUNCTION = network_overlap, LEFTARG = inet, RIGHTARG = inet, COMMUTATOR = OPERATOR(pg_catalog.&&), RESTRICT = networksel, JOIN = networkjoinsel ); ALTER OPERATOR pg_catalog.&& (inet, inet) OWNER TO "SYSTEM"; -- -- Name: OPERATOR && (inet, inet); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&& (inet, inet) IS 'overlaps (is subnet or supernet)'; -- -- Name: &&; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&& ( FUNCTION = tsquery_and, LEFTARG = tsquery, RIGHTARG = tsquery ); ALTER OPERATOR pg_catalog.&& (tsquery, tsquery) OWNER TO "SYSTEM"; -- -- Name: OPERATOR && (tsquery, tsquery); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&& (tsquery, tsquery) IS 'AND-concatenate'; -- -- Name: &&; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&& ( FUNCTION = range_overlaps, LEFTARG = anyrange, RIGHTARG = anyrange, COMMUTATOR = OPERATOR(pg_catalog.&&), RESTRICT = rangesel, JOIN = areajoinsel ); ALTER OPERATOR pg_catalog.&& (anyrange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR && (anyrange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&& (anyrange, anyrange) IS 'overlaps'; -- -- Name: &<; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&< ( FUNCTION = poly_overleft, LEFTARG = polygon, RIGHTARG = polygon, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.&< (polygon, polygon) OWNER TO "SYSTEM"; -- -- Name: OPERATOR &< (polygon, polygon); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&< (polygon, polygon) IS 'overlaps or is left of'; -- -- Name: &<; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&< ( FUNCTION = box_overleft, LEFTARG = box, RIGHTARG = box, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.&< (box, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR &< (box, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&< (box, box) IS 'overlaps or is left of'; -- -- Name: &<; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&< ( FUNCTION = circle_overleft, LEFTARG = circle, RIGHTARG = circle, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.&< (circle, circle) OWNER TO "SYSTEM"; -- -- Name: OPERATOR &< (circle, circle); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&< (circle, circle) IS 'overlaps or is left of'; -- -- Name: &<; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&< ( FUNCTION = range_overleft_multirange, LEFTARG = anyrange, RIGHTARG = anymultirange, RESTRICT = multirangesel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.&< (anyrange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR &< (anyrange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&< (anyrange, anymultirange) IS 'overlaps or is left of'; -- -- Name: &<; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&< ( FUNCTION = multirange_overleft_range, LEFTARG = anymultirange, RIGHTARG = anyrange, RESTRICT = multirangesel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.&< (anymultirange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR &< (anymultirange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&< (anymultirange, anyrange) IS 'overlaps or is left of'; -- -- Name: &<; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&< ( FUNCTION = multirange_overleft_multirange, LEFTARG = anymultirange, RIGHTARG = anymultirange, RESTRICT = multirangesel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.&< (anymultirange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR &< (anymultirange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&< (anymultirange, anymultirange) IS 'overlaps or is left of'; -- -- Name: &<; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&< ( FUNCTION = range_overleft, LEFTARG = anyrange, RIGHTARG = anyrange, RESTRICT = rangesel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.&< (anyrange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR &< (anyrange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&< (anyrange, anyrange) IS 'overlaps or is left of'; -- -- Name: &<|; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&<| ( FUNCTION = box_overbelow, LEFTARG = box, RIGHTARG = box, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.&<| (box, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR &<| (box, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&<| (box, box) IS 'overlaps or is below'; -- -- Name: &<|; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&<| ( FUNCTION = poly_overbelow, LEFTARG = polygon, RIGHTARG = polygon, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.&<| (polygon, polygon) OWNER TO "SYSTEM"; -- -- Name: OPERATOR &<| (polygon, polygon); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&<| (polygon, polygon) IS 'overlaps or is below'; -- -- Name: &<|; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&<| ( FUNCTION = circle_overbelow, LEFTARG = circle, RIGHTARG = circle, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.&<| (circle, circle) OWNER TO "SYSTEM"; -- -- Name: OPERATOR &<| (circle, circle); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&<| (circle, circle) IS 'overlaps or is below'; -- -- Name: &>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&> ( FUNCTION = poly_overright, LEFTARG = polygon, RIGHTARG = polygon, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.&> (polygon, polygon) OWNER TO "SYSTEM"; -- -- Name: OPERATOR &> (polygon, polygon); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&> (polygon, polygon) IS 'overlaps or is right of'; -- -- Name: &>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&> ( FUNCTION = box_overright, LEFTARG = box, RIGHTARG = box, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.&> (box, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR &> (box, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&> (box, box) IS 'overlaps or is right of'; -- -- Name: &>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&> ( FUNCTION = circle_overright, LEFTARG = circle, RIGHTARG = circle, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.&> (circle, circle) OWNER TO "SYSTEM"; -- -- Name: OPERATOR &> (circle, circle); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&> (circle, circle) IS 'overlaps or is right of'; -- -- Name: &>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&> ( FUNCTION = range_overright_multirange, LEFTARG = anyrange, RIGHTARG = anymultirange, RESTRICT = multirangesel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.&> (anyrange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR &> (anyrange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&> (anyrange, anymultirange) IS 'overlaps or is right of'; -- -- Name: &>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&> ( FUNCTION = range_overright, LEFTARG = anyrange, RIGHTARG = anyrange, RESTRICT = rangesel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.&> (anyrange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR &> (anyrange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&> (anyrange, anyrange) IS 'overlaps or is right of'; -- -- Name: &>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&> ( FUNCTION = multirange_overright_range, LEFTARG = anymultirange, RIGHTARG = anyrange, RESTRICT = multirangesel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.&> (anymultirange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR &> (anymultirange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&> (anymultirange, anyrange) IS 'overlaps or is right of'; -- -- Name: &>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.&> ( FUNCTION = multirange_overright_multirange, LEFTARG = anymultirange, RIGHTARG = anymultirange, RESTRICT = multirangesel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.&> (anymultirange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR &> (anymultirange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.&> (anymultirange, anymultirange) IS 'overlaps or is right of'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = int4mul, LEFTARG = integer, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (integer, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (integer, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (integer, integer) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = int2mul, LEFTARG = smallint, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (smallint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (smallint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (smallint, smallint) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = int24mul, LEFTARG = smallint, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (smallint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (smallint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (smallint, integer) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = int42mul, LEFTARG = integer, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (integer, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (integer, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (integer, smallint) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = float4mul, LEFTARG = real, RIGHTARG = real, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (real, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (real, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (real, real) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = float8mul, LEFTARG = double precision, RIGHTARG = double precision, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (double precision, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (double precision, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (double precision, double precision) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = int8mul, LEFTARG = bigint, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (bigint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (bigint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (bigint, bigint) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = int84mul, LEFTARG = bigint, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (bigint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (bigint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (bigint, integer) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = int48mul, LEFTARG = integer, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (integer, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (integer, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (integer, bigint) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = point_mul, LEFTARG = point, RIGHTARG = point, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (point, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (point, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (point, point) IS 'multiply points (scale/rotate)'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = path_mul_pt, LEFTARG = path, RIGHTARG = point ); ALTER OPERATOR pg_catalog.* (path, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (path, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (path, point) IS 'multiply (rotate/scale path)'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = box_mul, LEFTARG = box, RIGHTARG = point ); ALTER OPERATOR pg_catalog.* (box, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (box, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (box, point) IS 'multiply box by point (scale)'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = int82mul, LEFTARG = bigint, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (bigint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (bigint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (bigint, smallint) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = int28mul, LEFTARG = smallint, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (smallint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (smallint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (smallint, bigint) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = cash_mul_flt4, LEFTARG = money, RIGHTARG = real, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (money, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (money, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (money, real) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = flt4_mul_cash, LEFTARG = real, RIGHTARG = money, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (real, money) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (real, money); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (real, money) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = cash_mul_flt8, LEFTARG = money, RIGHTARG = double precision, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (money, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (money, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (money, double precision) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = cash_mul_int4, LEFTARG = money, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (money, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (money, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (money, integer) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = cash_mul_int2, LEFTARG = money, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (money, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (money, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (money, smallint) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = flt8_mul_cash, LEFTARG = double precision, RIGHTARG = money, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (double precision, money) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (double precision, money); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (double precision, money) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = int4_mul_cash, LEFTARG = integer, RIGHTARG = money, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (integer, money) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (integer, money); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (integer, money) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = int2_mul_cash, LEFTARG = smallint, RIGHTARG = money, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (smallint, money) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (smallint, money); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (smallint, money) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = float48mul, LEFTARG = real, RIGHTARG = double precision, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (real, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (real, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (real, double precision) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = float84mul, LEFTARG = double precision, RIGHTARG = real, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (double precision, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (double precision, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (double precision, real) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = circle_mul_pt, LEFTARG = circle, RIGHTARG = point ); ALTER OPERATOR pg_catalog.* (circle, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (circle, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (circle, point) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = interval_mul, LEFTARG = interval, RIGHTARG = double precision, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (interval, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (interval, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (interval, double precision) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = mul_d_interval, LEFTARG = double precision, RIGHTARG = interval, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (double precision, interval) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (double precision, interval); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (double precision, interval) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = numeric_mul, LEFTARG = numeric, RIGHTARG = numeric, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (numeric, numeric) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (numeric, numeric); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (numeric, numeric) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = cash_mul_int8, LEFTARG = money, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (money, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (money, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (money, bigint) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = int8_mul_cash, LEFTARG = bigint, RIGHTARG = money, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (bigint, money) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (bigint, money); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (bigint, money) IS 'multiply'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = range_intersect, LEFTARG = anyrange, RIGHTARG = anyrange, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (anyrange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (anyrange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (anyrange, anyrange) IS 'range intersection'; -- -- Name: *; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.* ( FUNCTION = multirange_intersect, LEFTARG = anymultirange, RIGHTARG = anymultirange, COMMUTATOR = OPERATOR(pg_catalog.*) ); ALTER OPERATOR pg_catalog.* (anymultirange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR * (anymultirange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.* (anymultirange, anymultirange) IS 'multirange intersect'; -- -- Name: *<; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.*< ( FUNCTION = record_image_lt, LEFTARG = record, RIGHTARG = record, COMMUTATOR = OPERATOR(pg_catalog.*>), NEGATOR = OPERATOR(pg_catalog.*>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.*< (record, record) OWNER TO "SYSTEM"; -- -- Name: OPERATOR *< (record, record); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.*< (record, record) IS 'less than'; -- -- Name: *<=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.*<= ( FUNCTION = record_image_le, LEFTARG = record, RIGHTARG = record, COMMUTATOR = OPERATOR(pg_catalog.*>=), NEGATOR = OPERATOR(pg_catalog.*>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.*<= (record, record) OWNER TO "SYSTEM"; -- -- Name: OPERATOR *<= (record, record); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.*<= (record, record) IS 'less than or equal'; -- -- Name: *<>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.*<> ( FUNCTION = record_image_ne, LEFTARG = record, RIGHTARG = record, COMMUTATOR = OPERATOR(pg_catalog.*<>), NEGATOR = OPERATOR(pg_catalog.*=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.*<> (record, record) OWNER TO "SYSTEM"; -- -- Name: OPERATOR *<> (record, record); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.*<> (record, record) IS 'not identical'; -- -- Name: *=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.*= ( FUNCTION = record_image_eq, LEFTARG = record, RIGHTARG = record, COMMUTATOR = OPERATOR(pg_catalog.*=), NEGATOR = OPERATOR(pg_catalog.*<>), MERGES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.*= (record, record) OWNER TO "SYSTEM"; -- -- Name: OPERATOR *= (record, record); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.*= (record, record) IS 'identical'; -- -- Name: *>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.*> ( FUNCTION = record_image_gt, LEFTARG = record, RIGHTARG = record, COMMUTATOR = OPERATOR(pg_catalog.*<), NEGATOR = OPERATOR(pg_catalog.*<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.*> (record, record) OWNER TO "SYSTEM"; -- -- Name: OPERATOR *> (record, record); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.*> (record, record) IS 'greater than'; -- -- Name: *>=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.*>= ( FUNCTION = record_image_ge, LEFTARG = record, RIGHTARG = record, COMMUTATOR = OPERATOR(pg_catalog.*<=), NEGATOR = OPERATOR(pg_catalog.*<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.*>= (record, record) OWNER TO "SYSTEM"; -- -- Name: OPERATOR *>= (record, record); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.*>= (record, record) IS 'greater than or equal'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = int8up, RIGHTARG = bigint ); ALTER OPERATOR pg_catalog.+ (NONE, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (NONE, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (NONE, bigint) IS 'unary plus'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = int2up, RIGHTARG = smallint ); ALTER OPERATOR pg_catalog.+ (NONE, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (NONE, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (NONE, smallint) IS 'unary plus'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = int4up, RIGHTARG = integer ); ALTER OPERATOR pg_catalog.+ (NONE, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (NONE, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (NONE, integer) IS 'unary plus'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = float4up, RIGHTARG = real ); ALTER OPERATOR pg_catalog.+ (NONE, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (NONE, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (NONE, real) IS 'unary plus'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = float8up, RIGHTARG = double precision ); ALTER OPERATOR pg_catalog.+ (NONE, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (NONE, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (NONE, double precision) IS 'unary plus'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = numeric_uplus, RIGHTARG = numeric ); ALTER OPERATOR pg_catalog.+ (NONE, numeric) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (NONE, numeric); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (NONE, numeric) IS 'unary plus'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = int2pl, LEFTARG = smallint, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (smallint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (smallint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (smallint, smallint) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = int4pl, LEFTARG = integer, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (integer, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (integer, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (integer, integer) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = int24pl, LEFTARG = smallint, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (smallint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (smallint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (smallint, integer) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = int42pl, LEFTARG = integer, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (integer, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (integer, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (integer, smallint) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = float4pl, LEFTARG = real, RIGHTARG = real, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (real, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (real, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (real, real) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = float8pl, LEFTARG = double precision, RIGHTARG = double precision, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (double precision, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (double precision, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (double precision, double precision) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = int8pl, LEFTARG = bigint, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (bigint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (bigint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (bigint, bigint) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = int84pl, LEFTARG = bigint, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (bigint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (bigint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (bigint, integer) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = int48pl, LEFTARG = integer, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (integer, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (integer, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (integer, bigint) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = point_add, LEFTARG = point, RIGHTARG = point, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (point, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (point, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (point, point) IS 'add points (translate)'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = path_add, LEFTARG = path, RIGHTARG = path, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (path, path) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (path, path); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (path, path) IS 'concatenate'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = path_add_pt, LEFTARG = path, RIGHTARG = point ); ALTER OPERATOR pg_catalog.+ (path, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (path, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (path, point) IS 'add (translate path)'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = box_add, LEFTARG = box, RIGHTARG = point ); ALTER OPERATOR pg_catalog.+ (box, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (box, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (box, point) IS 'add point to box (translate)'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = int82pl, LEFTARG = bigint, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (bigint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (bigint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (bigint, smallint) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = int28pl, LEFTARG = smallint, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (smallint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (smallint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (smallint, bigint) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = cash_pl, LEFTARG = money, RIGHTARG = money, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (money, money) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (money, money); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (money, money) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = aclinsert, LEFTARG = aclitem[], RIGHTARG = aclitem ); ALTER OPERATOR pg_catalog.+ (aclitem[], aclitem) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (aclitem[], aclitem); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (aclitem[], aclitem) IS 'add/update ACL item'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = date_pl_interval, LEFTARG = date, RIGHTARG = interval, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (date, interval) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (date, interval); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (date, interval) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = date_pli, LEFTARG = date, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (date, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (date, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (date, integer) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = float48pl, LEFTARG = real, RIGHTARG = double precision, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (real, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (real, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (real, double precision) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = float84pl, LEFTARG = double precision, RIGHTARG = real, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (double precision, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (double precision, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (double precision, real) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = timestamptz_pl_interval, LEFTARG = timestamp with time zone, RIGHTARG = interval, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (timestamp with time zone, interval) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (timestamp with time zone, interval); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (timestamp with time zone, interval) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = interval_pl, LEFTARG = interval, RIGHTARG = interval, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (interval, interval) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (interval, interval); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (interval, interval) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = datetime_pl, LEFTARG = date, RIGHTARG = time without time zone, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (date, time without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (date, time without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (date, time without time zone) IS 'convert date and time to timestamp'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = datetimetz_pl, LEFTARG = date, RIGHTARG = time with time zone, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (date, time with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (date, time with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (date, time with time zone) IS 'convert date and time with time zone to timestamp with time zone'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = timedate_pl, LEFTARG = time without time zone, RIGHTARG = date, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (time without time zone, date) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (time without time zone, date); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (time without time zone, date) IS 'convert time and date to timestamp'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = timetzdate_pl, LEFTARG = time with time zone, RIGHTARG = date, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (time with time zone, date) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (time with time zone, date); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (time with time zone, date) IS 'convert time with time zone and date to timestamp with time zone'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = circle_add_pt, LEFTARG = circle, RIGHTARG = point ); ALTER OPERATOR pg_catalog.+ (circle, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (circle, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (circle, point) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = numeric_add, LEFTARG = numeric, RIGHTARG = numeric, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (numeric, numeric) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (numeric, numeric); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (numeric, numeric) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = time_pl_interval, LEFTARG = time without time zone, RIGHTARG = interval, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (time without time zone, interval) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (time without time zone, interval); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (time without time zone, interval) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = timetz_pl_interval, LEFTARG = time with time zone, RIGHTARG = interval, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (time with time zone, interval) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (time with time zone, interval); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (time with time zone, interval) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = interval_pl_time, LEFTARG = interval, RIGHTARG = time without time zone, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (interval, time without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (interval, time without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (interval, time without time zone) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = timestamp_pl_interval, LEFTARG = timestamp without time zone, RIGHTARG = interval, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (timestamp without time zone, interval) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (timestamp without time zone, interval); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (timestamp without time zone, interval) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = interval_pl_date, LEFTARG = interval, RIGHTARG = date, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (interval, date) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (interval, date); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (interval, date) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = interval_pl_timetz, LEFTARG = interval, RIGHTARG = time with time zone, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (interval, time with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (interval, time with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (interval, time with time zone) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = interval_pl_timestamp, LEFTARG = interval, RIGHTARG = timestamp without time zone, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (interval, timestamp without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (interval, timestamp without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (interval, timestamp without time zone) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = interval_pl_timestamptz, LEFTARG = interval, RIGHTARG = timestamp with time zone, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (interval, timestamp with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (interval, timestamp with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (interval, timestamp with time zone) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = integer_pl_date, LEFTARG = integer, RIGHTARG = date, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (integer, date) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (integer, date); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (integer, date) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = inetpl, LEFTARG = inet, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (inet, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (inet, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (inet, bigint) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = int8pl_inet, LEFTARG = bigint, RIGHTARG = inet, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (bigint, inet) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (bigint, inet); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (bigint, inet) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = range_union, LEFTARG = anyrange, RIGHTARG = anyrange, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (anyrange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (anyrange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (anyrange, anyrange) IS 'range union'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = multirange_union, LEFTARG = anymultirange, RIGHTARG = anymultirange, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (anymultirange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (anymultirange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (anymultirange, anymultirange) IS 'multirange union'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = pg_lsn_pli, LEFTARG = pg_lsn, RIGHTARG = numeric, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (pg_lsn, numeric) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (pg_lsn, numeric); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (pg_lsn, numeric) IS 'add'; -- -- Name: +; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.+ ( FUNCTION = numeric_pl_pg_lsn, LEFTARG = numeric, RIGHTARG = pg_lsn, COMMUTATOR = OPERATOR(pg_catalog.+) ); ALTER OPERATOR pg_catalog.+ (numeric, pg_lsn) OWNER TO "SYSTEM"; -- -- Name: OPERATOR + (numeric, pg_lsn); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.+ (numeric, pg_lsn) IS 'add'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = int8um, RIGHTARG = bigint ); ALTER OPERATOR pg_catalog.- (NONE, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (NONE, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (NONE, bigint) IS 'negate'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = int4um, RIGHTARG = integer ); ALTER OPERATOR pg_catalog.- (NONE, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (NONE, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (NONE, integer) IS 'negate'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = int2um, RIGHTARG = smallint ); ALTER OPERATOR pg_catalog.- (NONE, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (NONE, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (NONE, smallint) IS 'negate'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = float4um, RIGHTARG = real ); ALTER OPERATOR pg_catalog.- (NONE, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (NONE, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (NONE, real) IS 'negate'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = float8um, RIGHTARG = double precision ); ALTER OPERATOR pg_catalog.- (NONE, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (NONE, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (NONE, double precision) IS 'negate'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = interval_um, RIGHTARG = interval ); ALTER OPERATOR pg_catalog.- (NONE, interval) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (NONE, interval); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (NONE, interval) IS 'negate'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = numeric_uminus, RIGHTARG = numeric ); ALTER OPERATOR pg_catalog.- (NONE, numeric) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (NONE, numeric); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (NONE, numeric) IS 'negate'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = int2mi, LEFTARG = smallint, RIGHTARG = smallint ); ALTER OPERATOR pg_catalog.- (smallint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (smallint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (smallint, smallint) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = int4mi, LEFTARG = integer, RIGHTARG = integer ); ALTER OPERATOR pg_catalog.- (integer, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (integer, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (integer, integer) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = int24mi, LEFTARG = smallint, RIGHTARG = integer ); ALTER OPERATOR pg_catalog.- (smallint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (smallint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (smallint, integer) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = int42mi, LEFTARG = integer, RIGHTARG = smallint ); ALTER OPERATOR pg_catalog.- (integer, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (integer, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (integer, smallint) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = float4mi, LEFTARG = real, RIGHTARG = real ); ALTER OPERATOR pg_catalog.- (real, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (real, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (real, real) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = float8mi, LEFTARG = double precision, RIGHTARG = double precision ); ALTER OPERATOR pg_catalog.- (double precision, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (double precision, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (double precision, double precision) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = int8mi, LEFTARG = bigint, RIGHTARG = bigint ); ALTER OPERATOR pg_catalog.- (bigint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (bigint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (bigint, bigint) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = int84mi, LEFTARG = bigint, RIGHTARG = integer ); ALTER OPERATOR pg_catalog.- (bigint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (bigint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (bigint, integer) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = int48mi, LEFTARG = integer, RIGHTARG = bigint ); ALTER OPERATOR pg_catalog.- (integer, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (integer, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (integer, bigint) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = point_sub, LEFTARG = point, RIGHTARG = point ); ALTER OPERATOR pg_catalog.- (point, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (point, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (point, point) IS 'subtract points (translate)'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = path_sub_pt, LEFTARG = path, RIGHTARG = point ); ALTER OPERATOR pg_catalog.- (path, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (path, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (path, point) IS 'subtract (translate path)'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = box_sub, LEFTARG = box, RIGHTARG = point ); ALTER OPERATOR pg_catalog.- (box, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (box, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (box, point) IS 'subtract point from box (translate)'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = int82mi, LEFTARG = bigint, RIGHTARG = smallint ); ALTER OPERATOR pg_catalog.- (bigint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (bigint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (bigint, smallint) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = int28mi, LEFTARG = smallint, RIGHTARG = bigint ); ALTER OPERATOR pg_catalog.- (smallint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (smallint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (smallint, bigint) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = cash_mi, LEFTARG = money, RIGHTARG = money ); ALTER OPERATOR pg_catalog.- (money, money) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (money, money); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (money, money) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = aclremove, LEFTARG = aclitem[], RIGHTARG = aclitem ); ALTER OPERATOR pg_catalog.- (aclitem[], aclitem) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (aclitem[], aclitem); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (aclitem[], aclitem) IS 'remove ACL item'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = date_mi_interval, LEFTARG = date, RIGHTARG = interval ); ALTER OPERATOR pg_catalog.- (date, interval) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (date, interval); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (date, interval) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = date_mi, LEFTARG = date, RIGHTARG = date ); ALTER OPERATOR pg_catalog.- (date, date) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (date, date); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (date, date) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = date_mii, LEFTARG = date, RIGHTARG = integer ); ALTER OPERATOR pg_catalog.- (date, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (date, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (date, integer) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = float48mi, LEFTARG = real, RIGHTARG = double precision ); ALTER OPERATOR pg_catalog.- (real, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (real, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (real, double precision) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = float84mi, LEFTARG = double precision, RIGHTARG = real ); ALTER OPERATOR pg_catalog.- (double precision, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (double precision, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (double precision, real) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = timestamptz_mi, LEFTARG = timestamp with time zone, RIGHTARG = timestamp with time zone ); ALTER OPERATOR pg_catalog.- (timestamp with time zone, timestamp with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (timestamp with time zone, timestamp with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (timestamp with time zone, timestamp with time zone) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = timestamptz_mi_interval, LEFTARG = timestamp with time zone, RIGHTARG = interval ); ALTER OPERATOR pg_catalog.- (timestamp with time zone, interval) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (timestamp with time zone, interval); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (timestamp with time zone, interval) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = interval_mi, LEFTARG = interval, RIGHTARG = interval ); ALTER OPERATOR pg_catalog.- (interval, interval) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (interval, interval); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (interval, interval) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = time_mi_time, LEFTARG = time without time zone, RIGHTARG = time without time zone ); ALTER OPERATOR pg_catalog.- (time without time zone, time without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (time without time zone, time without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (time without time zone, time without time zone) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = circle_sub_pt, LEFTARG = circle, RIGHTARG = point ); ALTER OPERATOR pg_catalog.- (circle, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (circle, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (circle, point) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = numeric_sub, LEFTARG = numeric, RIGHTARG = numeric ); ALTER OPERATOR pg_catalog.- (numeric, numeric) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (numeric, numeric); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (numeric, numeric) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = time_mi_interval, LEFTARG = time without time zone, RIGHTARG = interval ); ALTER OPERATOR pg_catalog.- (time without time zone, interval) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (time without time zone, interval); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (time without time zone, interval) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = timetz_mi_interval, LEFTARG = time with time zone, RIGHTARG = interval ); ALTER OPERATOR pg_catalog.- (time with time zone, interval) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (time with time zone, interval); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (time with time zone, interval) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = timestamp_mi, LEFTARG = timestamp without time zone, RIGHTARG = timestamp without time zone ); ALTER OPERATOR pg_catalog.- (timestamp without time zone, timestamp without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (timestamp without time zone, timestamp without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (timestamp without time zone, timestamp without time zone) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = timestamp_mi_interval, LEFTARG = timestamp without time zone, RIGHTARG = interval ); ALTER OPERATOR pg_catalog.- (timestamp without time zone, interval) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (timestamp without time zone, interval); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (timestamp without time zone, interval) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = inetmi_int8, LEFTARG = inet, RIGHTARG = bigint ); ALTER OPERATOR pg_catalog.- (inet, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (inet, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (inet, bigint) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = inetmi, LEFTARG = inet, RIGHTARG = inet ); ALTER OPERATOR pg_catalog.- (inet, inet) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (inet, inet); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (inet, inet) IS 'subtract'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = pg_lsn_mi, LEFTARG = pg_lsn, RIGHTARG = pg_lsn ); ALTER OPERATOR pg_catalog.- (pg_lsn, pg_lsn) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (pg_lsn, pg_lsn); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (pg_lsn, pg_lsn) IS 'minus'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = jsonb_delete, LEFTARG = jsonb, RIGHTARG = text ); ALTER OPERATOR pg_catalog.- (jsonb, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (jsonb, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (jsonb, text) IS 'delete object field'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = jsonb_delete, LEFTARG = jsonb, RIGHTARG = integer ); ALTER OPERATOR pg_catalog.- (jsonb, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (jsonb, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (jsonb, integer) IS 'delete array element'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = jsonb_delete, LEFTARG = jsonb, RIGHTARG = text[] ); ALTER OPERATOR pg_catalog.- (jsonb, text[]) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (jsonb, text[]); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (jsonb, text[]) IS 'delete object fields'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = range_minus, LEFTARG = anyrange, RIGHTARG = anyrange ); ALTER OPERATOR pg_catalog.- (anyrange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (anyrange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (anyrange, anyrange) IS 'range difference'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = multirange_minus, LEFTARG = anymultirange, RIGHTARG = anymultirange ); ALTER OPERATOR pg_catalog.- (anymultirange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (anymultirange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (anymultirange, anymultirange) IS 'multirange minus'; -- -- Name: -; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.- ( FUNCTION = pg_lsn_mii, LEFTARG = pg_lsn, RIGHTARG = numeric ); ALTER OPERATOR pg_catalog.- (pg_lsn, numeric) OWNER TO "SYSTEM"; -- -- Name: OPERATOR - (pg_lsn, numeric); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.- (pg_lsn, numeric) IS 'subtract'; -- -- Name: ->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.-> ( FUNCTION = jsonb_object_field, LEFTARG = jsonb, RIGHTARG = text ); ALTER OPERATOR pg_catalog.-> (jsonb, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR -> (jsonb, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.-> (jsonb, text) IS 'get jsonb object field'; -- -- Name: ->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.-> ( FUNCTION = jsonb_array_element, LEFTARG = jsonb, RIGHTARG = integer ); ALTER OPERATOR pg_catalog.-> (jsonb, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR -> (jsonb, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.-> (jsonb, integer) IS 'get jsonb array element'; -- -- Name: ->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.-> ( FUNCTION = json_object_field, LEFTARG = json, RIGHTARG = text ); ALTER OPERATOR pg_catalog.-> (json, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR -> (json, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.-> (json, text) IS 'get json object field'; -- -- Name: ->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.-> ( FUNCTION = json_array_element, LEFTARG = json, RIGHTARG = integer ); ALTER OPERATOR pg_catalog.-> (json, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR -> (json, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.-> (json, integer) IS 'get json array element'; -- -- Name: ->>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.->> ( FUNCTION = jsonb_object_field_text, LEFTARG = jsonb, RIGHTARG = text ); ALTER OPERATOR pg_catalog.->> (jsonb, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ->> (jsonb, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.->> (jsonb, text) IS 'get jsonb object field as text'; -- -- Name: ->>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.->> ( FUNCTION = jsonb_array_element_text, LEFTARG = jsonb, RIGHTARG = integer ); ALTER OPERATOR pg_catalog.->> (jsonb, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ->> (jsonb, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.->> (jsonb, integer) IS 'get jsonb array element as text'; -- -- Name: ->>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.->> ( FUNCTION = json_object_field_text, LEFTARG = json, RIGHTARG = text ); ALTER OPERATOR pg_catalog.->> (json, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ->> (json, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.->> (json, text) IS 'get json object field as text'; -- -- Name: ->>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.->> ( FUNCTION = json_array_element_text, LEFTARG = json, RIGHTARG = integer ); ALTER OPERATOR pg_catalog.->> (json, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ->> (json, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.->> (json, integer) IS 'get json array element as text'; -- -- Name: -|-; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.-|- ( FUNCTION = range_adjacent, LEFTARG = anyrange, RIGHTARG = anyrange, COMMUTATOR = OPERATOR(pg_catalog.-|-), RESTRICT = matchingsel, JOIN = matchingjoinsel ); ALTER OPERATOR pg_catalog.-|- (anyrange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR -|- (anyrange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.-|- (anyrange, anyrange) IS 'is adjacent to'; -- -- Name: -|-; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.-|- ( FUNCTION = range_adjacent_multirange, LEFTARG = anyrange, RIGHTARG = anymultirange, COMMUTATOR = OPERATOR(pg_catalog.-|-), RESTRICT = matchingsel, JOIN = matchingjoinsel ); ALTER OPERATOR pg_catalog.-|- (anyrange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR -|- (anyrange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.-|- (anyrange, anymultirange) IS 'is adjacent to'; -- -- Name: -|-; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.-|- ( FUNCTION = multirange_adjacent_range, LEFTARG = anymultirange, RIGHTARG = anyrange, COMMUTATOR = OPERATOR(pg_catalog.-|-), RESTRICT = matchingsel, JOIN = matchingjoinsel ); ALTER OPERATOR pg_catalog.-|- (anymultirange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR -|- (anymultirange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.-|- (anymultirange, anyrange) IS 'is adjacent to'; -- -- Name: -|-; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.-|- ( FUNCTION = multirange_adjacent_multirange, LEFTARG = anymultirange, RIGHTARG = anymultirange, COMMUTATOR = OPERATOR(pg_catalog.-|-), RESTRICT = matchingsel, JOIN = matchingjoinsel ); ALTER OPERATOR pg_catalog.-|- (anymultirange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR -|- (anymultirange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.-|- (anymultirange, anymultirange) IS 'is adjacent to'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = int2div, LEFTARG = smallint, RIGHTARG = smallint ); ALTER OPERATOR pg_catalog./ (smallint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (smallint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (smallint, smallint) IS 'divide'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = int4div, LEFTARG = integer, RIGHTARG = integer ); ALTER OPERATOR pg_catalog./ (integer, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (integer, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (integer, integer) IS 'divide'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = int24div, LEFTARG = smallint, RIGHTARG = integer ); ALTER OPERATOR pg_catalog./ (smallint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (smallint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (smallint, integer) IS 'divide'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = int42div, LEFTARG = integer, RIGHTARG = smallint ); ALTER OPERATOR pg_catalog./ (integer, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (integer, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (integer, smallint) IS 'divide'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = float4div, LEFTARG = real, RIGHTARG = real ); ALTER OPERATOR pg_catalog./ (real, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (real, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (real, real) IS 'divide'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = float8div, LEFTARG = double precision, RIGHTARG = double precision ); ALTER OPERATOR pg_catalog./ (double precision, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (double precision, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (double precision, double precision) IS 'divide'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = int8div, LEFTARG = bigint, RIGHTARG = bigint ); ALTER OPERATOR pg_catalog./ (bigint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (bigint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (bigint, bigint) IS 'divide'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = int84div, LEFTARG = bigint, RIGHTARG = integer ); ALTER OPERATOR pg_catalog./ (bigint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (bigint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (bigint, integer) IS 'divide'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = int48div, LEFTARG = integer, RIGHTARG = bigint ); ALTER OPERATOR pg_catalog./ (integer, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (integer, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (integer, bigint) IS 'divide'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = point_div, LEFTARG = point, RIGHTARG = point ); ALTER OPERATOR pg_catalog./ (point, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (point, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (point, point) IS 'divide points (scale/rotate)'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = path_div_pt, LEFTARG = path, RIGHTARG = point ); ALTER OPERATOR pg_catalog./ (path, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (path, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (path, point) IS 'divide (rotate/scale path)'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = box_div, LEFTARG = box, RIGHTARG = point ); ALTER OPERATOR pg_catalog./ (box, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (box, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (box, point) IS 'divide box by point (scale)'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = int82div, LEFTARG = bigint, RIGHTARG = smallint ); ALTER OPERATOR pg_catalog./ (bigint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (bigint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (bigint, smallint) IS 'divide'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = int28div, LEFTARG = smallint, RIGHTARG = bigint ); ALTER OPERATOR pg_catalog./ (smallint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (smallint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (smallint, bigint) IS 'divide'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = cash_div_flt4, LEFTARG = money, RIGHTARG = real ); ALTER OPERATOR pg_catalog./ (money, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (money, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (money, real) IS 'divide'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = cash_div_flt8, LEFTARG = money, RIGHTARG = double precision ); ALTER OPERATOR pg_catalog./ (money, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (money, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (money, double precision) IS 'divide'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = cash_div_int4, LEFTARG = money, RIGHTARG = integer ); ALTER OPERATOR pg_catalog./ (money, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (money, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (money, integer) IS 'divide'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = cash_div_int2, LEFTARG = money, RIGHTARG = smallint ); ALTER OPERATOR pg_catalog./ (money, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (money, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (money, smallint) IS 'divide'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = float48div, LEFTARG = real, RIGHTARG = double precision ); ALTER OPERATOR pg_catalog./ (real, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (real, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (real, double precision) IS 'divide'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = float84div, LEFTARG = double precision, RIGHTARG = real ); ALTER OPERATOR pg_catalog./ (double precision, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (double precision, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (double precision, real) IS 'divide'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = circle_div_pt, LEFTARG = circle, RIGHTARG = point ); ALTER OPERATOR pg_catalog./ (circle, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (circle, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (circle, point) IS 'divide'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = interval_div, LEFTARG = interval, RIGHTARG = double precision ); ALTER OPERATOR pg_catalog./ (interval, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (interval, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (interval, double precision) IS 'divide'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = numeric_div, LEFTARG = numeric, RIGHTARG = numeric ); ALTER OPERATOR pg_catalog./ (numeric, numeric) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (numeric, numeric); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (numeric, numeric) IS 'divide'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = cash_div_int8, LEFTARG = money, RIGHTARG = bigint ); ALTER OPERATOR pg_catalog./ (money, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (money, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (money, bigint) IS 'divide'; -- -- Name: /; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog./ ( FUNCTION = cash_div_cash, LEFTARG = money, RIGHTARG = money ); ALTER OPERATOR pg_catalog./ (money, money) OWNER TO "SYSTEM"; -- -- Name: OPERATOR / (money, money); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog./ (money, money) IS 'divide'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = int48lt, LEFTARG = integer, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (integer, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (integer, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (integer, bigint) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = boollt, LEFTARG = boolean, RIGHTARG = boolean, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (boolean, boolean) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (boolean, boolean); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (boolean, boolean) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = int2lt, LEFTARG = smallint, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (smallint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (smallint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (smallint, smallint) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = int4lt, LEFTARG = integer, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (integer, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (integer, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (integer, integer) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = namelttext, LEFTARG = name, RIGHTARG = text, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (name, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (name, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (name, text) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = textltname, LEFTARG = text, RIGHTARG = name, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (text, name) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (text, name); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (text, name) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = int8lt, LEFTARG = bigint, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (bigint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (bigint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (bigint, bigint) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = int84lt, LEFTARG = bigint, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (bigint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (bigint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (bigint, integer) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = box_lt, LEFTARG = box, RIGHTARG = box, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = areasel, JOIN = areajoinsel ); ALTER OPERATOR pg_catalog.< (box, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (box, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (box, box) IS 'less than by area'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = int24lt, LEFTARG = smallint, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (smallint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (smallint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (smallint, integer) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = int42lt, LEFTARG = integer, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (integer, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (integer, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (integer, smallint) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = oidlt, LEFTARG = oid, RIGHTARG = oid, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (oid, oid) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (oid, oid); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (oid, oid) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = float4lt, LEFTARG = real, RIGHTARG = real, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (real, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (real, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (real, real) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = charlt, LEFTARG = "char", RIGHTARG = "char", COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< ("char", "char") OWNER TO "SYSTEM"; -- -- Name: OPERATOR < ("char", "char"); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< ("char", "char") IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = oidvectorlt, LEFTARG = oidvector, RIGHTARG = oidvector, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (oidvector, oidvector) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (oidvector, oidvector); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (oidvector, oidvector) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = namelt, LEFTARG = name, RIGHTARG = name, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (name, name) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (name, name); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (name, name) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = text_lt, LEFTARG = text, RIGHTARG = text, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (text, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (text, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (text, text) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = float8lt, LEFTARG = double precision, RIGHTARG = double precision, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (double precision, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (double precision, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (double precision, double precision) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = path_n_lt, LEFTARG = path, RIGHTARG = path, COMMUTATOR = OPERATOR(pg_catalog.>) ); ALTER OPERATOR pg_catalog.< (path, path) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (path, path); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (path, path) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = cash_lt, LEFTARG = money, RIGHTARG = money, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (money, money) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (money, money); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (money, money) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = bpcharlt, LEFTARG = character, RIGHTARG = character, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (character, character) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (character, character); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (character, character) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = array_lt, LEFTARG = anyarray, RIGHTARG = anyarray, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (anyarray, anyarray) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (anyarray, anyarray); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (anyarray, anyarray) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = date_lt, LEFTARG = date, RIGHTARG = date, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (date, date) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (date, date); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (date, date) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = time_lt, LEFTARG = time without time zone, RIGHTARG = time without time zone, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (time without time zone, time without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (time without time zone, time without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (time without time zone, time without time zone) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = float48lt, LEFTARG = real, RIGHTARG = double precision, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (real, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (real, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (real, double precision) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = float84lt, LEFTARG = double precision, RIGHTARG = real, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (double precision, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (double precision, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (double precision, real) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = network_lt, LEFTARG = inet, RIGHTARG = inet, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (inet, inet) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (inet, inet); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (inet, inet) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = macaddr_lt, LEFTARG = macaddr, RIGHTARG = macaddr, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (macaddr, macaddr) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (macaddr, macaddr); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (macaddr, macaddr) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = timestamptz_lt, LEFTARG = timestamp with time zone, RIGHTARG = timestamp with time zone, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (timestamp with time zone, timestamp with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (timestamp with time zone, timestamp with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (timestamp with time zone, timestamp with time zone) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = interval_lt, LEFTARG = interval, RIGHTARG = interval, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (interval, interval) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (interval, interval); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (interval, interval) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = circle_lt, LEFTARG = circle, RIGHTARG = circle, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = areasel, JOIN = areajoinsel ); ALTER OPERATOR pg_catalog.< (circle, circle) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (circle, circle); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (circle, circle) IS 'less than by area'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = timetz_lt, LEFTARG = time with time zone, RIGHTARG = time with time zone, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (time with time zone, time with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (time with time zone, time with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (time with time zone, time with time zone) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = lseg_lt, LEFTARG = lseg, RIGHTARG = lseg, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=) ); ALTER OPERATOR pg_catalog.< (lseg, lseg) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (lseg, lseg); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (lseg, lseg) IS 'less than by length'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = numeric_lt, LEFTARG = numeric, RIGHTARG = numeric, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (numeric, numeric) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (numeric, numeric); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (numeric, numeric) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = bitlt, LEFTARG = bit, RIGHTARG = bit, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (bit, bit) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (bit, bit); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (bit, bit) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = varbitlt, LEFTARG = bit varying, RIGHTARG = bit varying, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (bit varying, bit varying) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (bit varying, bit varying); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (bit varying, bit varying) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = int28lt, LEFTARG = smallint, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (smallint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (smallint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (smallint, bigint) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = int82lt, LEFTARG = bigint, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (bigint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (bigint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (bigint, smallint) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = bytealt, LEFTARG = bytea, RIGHTARG = bytea, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (bytea, bytea) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (bytea, bytea); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (bytea, bytea) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = timestamp_lt, LEFTARG = timestamp without time zone, RIGHTARG = timestamp without time zone, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (timestamp without time zone, timestamp without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (timestamp without time zone, timestamp without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (timestamp without time zone, timestamp without time zone) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = date_lt_timestamp, LEFTARG = date, RIGHTARG = timestamp without time zone, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (date, timestamp without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (date, timestamp without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (date, timestamp without time zone) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = date_lt_timestamptz, LEFTARG = date, RIGHTARG = timestamp with time zone, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (date, timestamp with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (date, timestamp with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (date, timestamp with time zone) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = timestamp_lt_date, LEFTARG = timestamp without time zone, RIGHTARG = date, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (timestamp without time zone, date) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (timestamp without time zone, date); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (timestamp without time zone, date) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = timestamptz_lt_date, LEFTARG = timestamp with time zone, RIGHTARG = date, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (timestamp with time zone, date) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (timestamp with time zone, date); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (timestamp with time zone, date) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = timestamp_lt_timestamptz, LEFTARG = timestamp without time zone, RIGHTARG = timestamp with time zone, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (timestamp without time zone, timestamp with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (timestamp without time zone, timestamp with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (timestamp without time zone, timestamp with time zone) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = timestamptz_lt_timestamp, LEFTARG = timestamp with time zone, RIGHTARG = timestamp without time zone, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (timestamp with time zone, timestamp without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (timestamp with time zone, timestamp without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (timestamp with time zone, timestamp without time zone) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = tidlt, LEFTARG = tid, RIGHTARG = tid, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (tid, tid) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (tid, tid); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (tid, tid) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = multirange_lt, LEFTARG = anymultirange, RIGHTARG = anymultirange, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = multirangesel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (anymultirange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (anymultirange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (anymultirange, anymultirange) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = uuid_lt, LEFTARG = uuid, RIGHTARG = uuid, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (uuid, uuid) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (uuid, uuid); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (uuid, uuid) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = record_lt, LEFTARG = record, RIGHTARG = record, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (record, record) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (record, record); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (record, record) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = pg_lsn_lt, LEFTARG = pg_lsn, RIGHTARG = pg_lsn, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (pg_lsn, pg_lsn) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (pg_lsn, pg_lsn); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (pg_lsn, pg_lsn) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = jsonb_lt, LEFTARG = jsonb, RIGHTARG = jsonb, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (jsonb, jsonb) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (jsonb, jsonb); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (jsonb, jsonb) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = macaddr8_lt, LEFTARG = macaddr8, RIGHTARG = macaddr8, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (macaddr8, macaddr8) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (macaddr8, macaddr8); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (macaddr8, macaddr8) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = enum_lt, LEFTARG = anyenum, RIGHTARG = anyenum, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (anyenum, anyenum) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (anyenum, anyenum); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (anyenum, anyenum) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = tsvector_lt, LEFTARG = tsvector, RIGHTARG = tsvector, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (tsvector, tsvector) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (tsvector, tsvector); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (tsvector, tsvector) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = tsquery_lt, LEFTARG = tsquery, RIGHTARG = tsquery, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (tsquery, tsquery) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (tsquery, tsquery); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (tsquery, tsquery) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = range_lt, LEFTARG = anyrange, RIGHTARG = anyrange, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = rangesel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (anyrange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (anyrange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (anyrange, anyrange) IS 'less than'; -- -- Name: <; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.< ( FUNCTION = xid8lt, LEFTARG = xid8, RIGHTARG = xid8, COMMUTATOR = OPERATOR(pg_catalog.>), NEGATOR = OPERATOR(pg_catalog.>=), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.< (xid8, xid8) OWNER TO "SYSTEM"; -- -- Name: OPERATOR < (xid8, xid8); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.< (xid8, xid8) IS 'less than'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = point_distance, LEFTARG = point, RIGHTARG = point, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (point, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (point, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (point, point) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = dist_bp, LEFTARG = box, RIGHTARG = point, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (box, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (box, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (box, point) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = dist_pl, LEFTARG = point, RIGHTARG = line, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (point, line) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (point, line); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (point, line) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = dist_ps, LEFTARG = point, RIGHTARG = lseg, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (point, lseg) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (point, lseg); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (point, lseg) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = dist_pb, LEFTARG = point, RIGHTARG = box, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (point, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (point, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (point, box) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = dist_sl, LEFTARG = lseg, RIGHTARG = line, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (lseg, line) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (lseg, line); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (lseg, line) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = dist_sb, LEFTARG = lseg, RIGHTARG = box, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (lseg, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (lseg, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (lseg, box) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = dist_ppath, LEFTARG = point, RIGHTARG = path, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (point, path) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (point, path); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (point, path) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = box_distance, LEFTARG = box, RIGHTARG = box, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (box, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (box, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (box, box) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = path_distance, LEFTARG = path, RIGHTARG = path, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (path, path) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (path, path); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (path, path) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = line_distance, LEFTARG = line, RIGHTARG = line, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (line, line) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (line, line); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (line, line) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = lseg_distance, LEFTARG = lseg, RIGHTARG = lseg, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (lseg, lseg) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (lseg, lseg); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (lseg, lseg) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = poly_distance, LEFTARG = polygon, RIGHTARG = polygon, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (polygon, polygon) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (polygon, polygon); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (polygon, polygon) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = dist_lp, LEFTARG = line, RIGHTARG = point, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (line, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (line, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (line, point) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = dist_sp, LEFTARG = lseg, RIGHTARG = point, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (lseg, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (lseg, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (lseg, point) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = dist_ls, LEFTARG = line, RIGHTARG = lseg, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (line, lseg) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (line, lseg); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (line, lseg) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = dist_bs, LEFTARG = box, RIGHTARG = lseg, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (box, lseg) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (box, lseg); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (box, lseg) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = dist_pathp, LEFTARG = path, RIGHTARG = point, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (path, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (path, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (path, point) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = dist_polyc, LEFTARG = polygon, RIGHTARG = circle, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (polygon, circle) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (polygon, circle); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (polygon, circle) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = circle_distance, LEFTARG = circle, RIGHTARG = circle, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (circle, circle) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (circle, circle); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (circle, circle) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = dist_pc, LEFTARG = point, RIGHTARG = circle, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (point, circle) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (point, circle); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (point, circle) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = dist_cpoly, LEFTARG = circle, RIGHTARG = polygon, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (circle, polygon) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (circle, polygon); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (circle, polygon) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = dist_ppoly, LEFTARG = point, RIGHTARG = polygon, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (point, polygon) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (point, polygon); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (point, polygon) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = dist_polyp, LEFTARG = polygon, RIGHTARG = point, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (polygon, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (polygon, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (polygon, point) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = dist_cpoint, LEFTARG = circle, RIGHTARG = point, COMMUTATOR = OPERATOR(pg_catalog.<->) ); ALTER OPERATOR pg_catalog.<-> (circle, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (circle, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (circle, point) IS 'distance between'; -- -- Name: <->; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<-> ( FUNCTION = tsquery_phrase, LEFTARG = tsquery, RIGHTARG = tsquery ); ALTER OPERATOR pg_catalog.<-> (tsquery, tsquery) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <-> (tsquery, tsquery); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<-> (tsquery, tsquery) IS 'phrase-concatenate'; -- -- Name: <<; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<< ( FUNCTION = poly_left, LEFTARG = polygon, RIGHTARG = polygon, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.<< (polygon, polygon) OWNER TO "SYSTEM"; -- -- Name: OPERATOR << (polygon, polygon); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<< (polygon, polygon) IS 'is left of'; -- -- Name: <<; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<< ( FUNCTION = box_left, LEFTARG = box, RIGHTARG = box, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.<< (box, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR << (box, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<< (box, box) IS 'is left of'; -- -- Name: <<; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<< ( FUNCTION = point_left, LEFTARG = point, RIGHTARG = point, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.<< (point, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR << (point, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<< (point, point) IS 'is left of'; -- -- Name: <<; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<< ( FUNCTION = network_sub, LEFTARG = inet, RIGHTARG = inet, COMMUTATOR = OPERATOR(pg_catalog.>>), RESTRICT = networksel, JOIN = networkjoinsel ); ALTER OPERATOR pg_catalog.<< (inet, inet) OWNER TO "SYSTEM"; -- -- Name: OPERATOR << (inet, inet); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<< (inet, inet) IS 'is subnet'; -- -- Name: <<; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<< ( FUNCTION = circle_left, LEFTARG = circle, RIGHTARG = circle, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.<< (circle, circle) OWNER TO "SYSTEM"; -- -- Name: OPERATOR << (circle, circle); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<< (circle, circle) IS 'is left of'; -- -- Name: <<; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<< ( FUNCTION = bitshiftleft, LEFTARG = bit, RIGHTARG = integer ); ALTER OPERATOR pg_catalog.<< (bit, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR << (bit, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<< (bit, integer) IS 'bitwise shift left'; -- -- Name: <<; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<< ( FUNCTION = int2shl, LEFTARG = smallint, RIGHTARG = integer ); ALTER OPERATOR pg_catalog.<< (smallint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR << (smallint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<< (smallint, integer) IS 'bitwise shift left'; -- -- Name: <<; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<< ( FUNCTION = int4shl, LEFTARG = integer, RIGHTARG = integer ); ALTER OPERATOR pg_catalog.<< (integer, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR << (integer, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<< (integer, integer) IS 'bitwise shift left'; -- -- Name: <<; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<< ( FUNCTION = int8shl, LEFTARG = bigint, RIGHTARG = integer ); ALTER OPERATOR pg_catalog.<< (bigint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR << (bigint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<< (bigint, integer) IS 'bitwise shift left'; -- -- Name: <<; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<< ( FUNCTION = range_before, LEFTARG = anyrange, RIGHTARG = anyrange, COMMUTATOR = OPERATOR(pg_catalog.>>), RESTRICT = rangesel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.<< (anyrange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR << (anyrange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<< (anyrange, anyrange) IS 'is left of'; -- -- Name: <<; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<< ( FUNCTION = range_before_multirange, LEFTARG = anyrange, RIGHTARG = anymultirange, COMMUTATOR = OPERATOR(pg_catalog.>>), RESTRICT = multirangesel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.<< (anyrange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR << (anyrange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<< (anyrange, anymultirange) IS 'is left of'; -- -- Name: <<; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<< ( FUNCTION = multirange_before_range, LEFTARG = anymultirange, RIGHTARG = anyrange, COMMUTATOR = OPERATOR(pg_catalog.>>), RESTRICT = multirangesel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.<< (anymultirange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR << (anymultirange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<< (anymultirange, anyrange) IS 'is left of'; -- -- Name: <<; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<< ( FUNCTION = multirange_before_multirange, LEFTARG = anymultirange, RIGHTARG = anymultirange, COMMUTATOR = OPERATOR(pg_catalog.>>), RESTRICT = multirangesel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.<< (anymultirange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR << (anymultirange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<< (anymultirange, anymultirange) IS 'is left of'; -- -- Name: <<=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<<= ( FUNCTION = network_subeq, LEFTARG = inet, RIGHTARG = inet, COMMUTATOR = OPERATOR(pg_catalog.>>=), RESTRICT = networksel, JOIN = networkjoinsel ); ALTER OPERATOR pg_catalog.<<= (inet, inet) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <<= (inet, inet); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<<= (inet, inet) IS 'is subnet or equal'; -- -- Name: <<|; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<<| ( FUNCTION = circle_below, LEFTARG = circle, RIGHTARG = circle, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.<<| (circle, circle) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <<| (circle, circle); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<<| (circle, circle) IS 'is below'; -- -- Name: <<|; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<<| ( FUNCTION = box_below, LEFTARG = box, RIGHTARG = box, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.<<| (box, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <<| (box, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<<| (box, box) IS 'is below'; -- -- Name: <<|; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<<| ( FUNCTION = poly_below, LEFTARG = polygon, RIGHTARG = polygon, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.<<| (polygon, polygon) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <<| (polygon, polygon); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<<| (polygon, polygon) IS 'is below'; -- -- Name: <<|; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<<| ( FUNCTION = point_below, LEFTARG = point, RIGHTARG = point, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.<<| (point, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <<| (point, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<<| (point, point) IS 'is below'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = int48le, LEFTARG = integer, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (integer, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (integer, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (integer, bigint) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = nameletext, LEFTARG = name, RIGHTARG = text, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (name, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (name, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (name, text) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = textlename, LEFTARG = text, RIGHTARG = name, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (text, name) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (text, name); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (text, name) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = int8le, LEFTARG = bigint, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (bigint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (bigint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (bigint, bigint) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = int84le, LEFTARG = bigint, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (bigint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (bigint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (bigint, integer) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = box_le, LEFTARG = box, RIGHTARG = box, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = areasel, JOIN = areajoinsel ); ALTER OPERATOR pg_catalog.<= (box, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (box, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (box, box) IS 'less than or equal by area'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = int2le, LEFTARG = smallint, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (smallint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (smallint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (smallint, smallint) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = int4le, LEFTARG = integer, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (integer, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (integer, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (integer, integer) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = int24le, LEFTARG = smallint, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (smallint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (smallint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (smallint, integer) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = int42le, LEFTARG = integer, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (integer, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (integer, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (integer, smallint) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = oidle, LEFTARG = oid, RIGHTARG = oid, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (oid, oid) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (oid, oid); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (oid, oid) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = float4le, LEFTARG = real, RIGHTARG = real, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (real, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (real, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (real, real) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = charle, LEFTARG = "char", RIGHTARG = "char", COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= ("char", "char") OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= ("char", "char"); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= ("char", "char") IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = oidvectorle, LEFTARG = oidvector, RIGHTARG = oidvector, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (oidvector, oidvector) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (oidvector, oidvector); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (oidvector, oidvector) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = namele, LEFTARG = name, RIGHTARG = name, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (name, name) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (name, name); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (name, name) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = text_le, LEFTARG = text, RIGHTARG = text, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (text, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (text, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (text, text) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = float8le, LEFTARG = double precision, RIGHTARG = double precision, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (double precision, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (double precision, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (double precision, double precision) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = path_n_le, LEFTARG = path, RIGHTARG = path, COMMUTATOR = OPERATOR(pg_catalog.>=) ); ALTER OPERATOR pg_catalog.<= (path, path) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (path, path); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (path, path) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = cash_le, LEFTARG = money, RIGHTARG = money, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (money, money) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (money, money); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (money, money) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = bpcharle, LEFTARG = character, RIGHTARG = character, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (character, character) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (character, character); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (character, character) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = array_le, LEFTARG = anyarray, RIGHTARG = anyarray, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (anyarray, anyarray) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (anyarray, anyarray); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (anyarray, anyarray) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = date_le, LEFTARG = date, RIGHTARG = date, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (date, date) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (date, date); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (date, date) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = time_le, LEFTARG = time without time zone, RIGHTARG = time without time zone, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (time without time zone, time without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (time without time zone, time without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (time without time zone, time without time zone) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = float48le, LEFTARG = real, RIGHTARG = double precision, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (real, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (real, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (real, double precision) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = float84le, LEFTARG = double precision, RIGHTARG = real, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (double precision, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (double precision, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (double precision, real) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = network_le, LEFTARG = inet, RIGHTARG = inet, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (inet, inet) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (inet, inet); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (inet, inet) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = macaddr_le, LEFTARG = macaddr, RIGHTARG = macaddr, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (macaddr, macaddr) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (macaddr, macaddr); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (macaddr, macaddr) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = timestamptz_le, LEFTARG = timestamp with time zone, RIGHTARG = timestamp with time zone, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (timestamp with time zone, timestamp with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (timestamp with time zone, timestamp with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (timestamp with time zone, timestamp with time zone) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = interval_le, LEFTARG = interval, RIGHTARG = interval, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (interval, interval) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (interval, interval); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (interval, interval) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = circle_le, LEFTARG = circle, RIGHTARG = circle, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = areasel, JOIN = areajoinsel ); ALTER OPERATOR pg_catalog.<= (circle, circle) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (circle, circle); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (circle, circle) IS 'less than or equal by area'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = timetz_le, LEFTARG = time with time zone, RIGHTARG = time with time zone, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (time with time zone, time with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (time with time zone, time with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (time with time zone, time with time zone) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = lseg_le, LEFTARG = lseg, RIGHTARG = lseg, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>) ); ALTER OPERATOR pg_catalog.<= (lseg, lseg) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (lseg, lseg); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (lseg, lseg) IS 'less than or equal by length'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = boolle, LEFTARG = boolean, RIGHTARG = boolean, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (boolean, boolean) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (boolean, boolean); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (boolean, boolean) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = numeric_le, LEFTARG = numeric, RIGHTARG = numeric, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (numeric, numeric) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (numeric, numeric); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (numeric, numeric) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = bitle, LEFTARG = bit, RIGHTARG = bit, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (bit, bit) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (bit, bit); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (bit, bit) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = varbitle, LEFTARG = bit varying, RIGHTARG = bit varying, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (bit varying, bit varying) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (bit varying, bit varying); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (bit varying, bit varying) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = int28le, LEFTARG = smallint, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (smallint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (smallint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (smallint, bigint) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = int82le, LEFTARG = bigint, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (bigint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (bigint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (bigint, smallint) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = byteale, LEFTARG = bytea, RIGHTARG = bytea, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (bytea, bytea) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (bytea, bytea); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (bytea, bytea) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = timestamp_le, LEFTARG = timestamp without time zone, RIGHTARG = timestamp without time zone, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (timestamp without time zone, timestamp without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (timestamp without time zone, timestamp without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (timestamp without time zone, timestamp without time zone) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = date_le_timestamp, LEFTARG = date, RIGHTARG = timestamp without time zone, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (date, timestamp without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (date, timestamp without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (date, timestamp without time zone) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = date_le_timestamptz, LEFTARG = date, RIGHTARG = timestamp with time zone, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (date, timestamp with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (date, timestamp with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (date, timestamp with time zone) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = timestamp_le_date, LEFTARG = timestamp without time zone, RIGHTARG = date, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (timestamp without time zone, date) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (timestamp without time zone, date); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (timestamp without time zone, date) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = timestamptz_le_date, LEFTARG = timestamp with time zone, RIGHTARG = date, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (timestamp with time zone, date) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (timestamp with time zone, date); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (timestamp with time zone, date) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = timestamp_le_timestamptz, LEFTARG = timestamp without time zone, RIGHTARG = timestamp with time zone, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (timestamp without time zone, timestamp with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (timestamp without time zone, timestamp with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (timestamp without time zone, timestamp with time zone) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = timestamptz_le_timestamp, LEFTARG = timestamp with time zone, RIGHTARG = timestamp without time zone, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (timestamp with time zone, timestamp without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (timestamp with time zone, timestamp without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (timestamp with time zone, timestamp without time zone) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = tidle, LEFTARG = tid, RIGHTARG = tid, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (tid, tid) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (tid, tid); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (tid, tid) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = multirange_le, LEFTARG = anymultirange, RIGHTARG = anymultirange, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = multirangesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (anymultirange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (anymultirange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (anymultirange, anymultirange) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = uuid_le, LEFTARG = uuid, RIGHTARG = uuid, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (uuid, uuid) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (uuid, uuid); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (uuid, uuid) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = record_le, LEFTARG = record, RIGHTARG = record, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (record, record) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (record, record); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (record, record) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = pg_lsn_le, LEFTARG = pg_lsn, RIGHTARG = pg_lsn, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (pg_lsn, pg_lsn) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (pg_lsn, pg_lsn); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (pg_lsn, pg_lsn) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = jsonb_le, LEFTARG = jsonb, RIGHTARG = jsonb, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (jsonb, jsonb) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (jsonb, jsonb); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (jsonb, jsonb) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = macaddr8_le, LEFTARG = macaddr8, RIGHTARG = macaddr8, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (macaddr8, macaddr8) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (macaddr8, macaddr8); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (macaddr8, macaddr8) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = enum_le, LEFTARG = anyenum, RIGHTARG = anyenum, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (anyenum, anyenum) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (anyenum, anyenum); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (anyenum, anyenum) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = tsvector_le, LEFTARG = tsvector, RIGHTARG = tsvector, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (tsvector, tsvector) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (tsvector, tsvector); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (tsvector, tsvector) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = tsquery_le, LEFTARG = tsquery, RIGHTARG = tsquery, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (tsquery, tsquery) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (tsquery, tsquery); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (tsquery, tsquery) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = range_le, LEFTARG = anyrange, RIGHTARG = anyrange, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = rangesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (anyrange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (anyrange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (anyrange, anyrange) IS 'less than or equal'; -- -- Name: <=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<= ( FUNCTION = xid8le, LEFTARG = xid8, RIGHTARG = xid8, COMMUTATOR = OPERATOR(pg_catalog.>=), NEGATOR = OPERATOR(pg_catalog.>), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.<= (xid8, xid8) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <= (xid8, xid8); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<= (xid8, xid8) IS 'less than or equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = int48ne, LEFTARG = integer, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (integer, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (integer, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (integer, bigint) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = boolne, LEFTARG = boolean, RIGHTARG = boolean, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (boolean, boolean) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (boolean, boolean); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (boolean, boolean) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = namenetext, LEFTARG = name, RIGHTARG = text, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (name, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (name, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (name, text) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = textnename, LEFTARG = text, RIGHTARG = name, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (text, name) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (text, name); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (text, name) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = tidne, LEFTARG = tid, RIGHTARG = tid, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (tid, tid) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (tid, tid); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (tid, tid) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = int8ne, LEFTARG = bigint, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (bigint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (bigint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (bigint, bigint) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = int84ne, LEFTARG = bigint, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (bigint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (bigint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (bigint, integer) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = int4ne, LEFTARG = integer, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (integer, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (integer, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (integer, integer) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = int2ne, LEFTARG = smallint, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (smallint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (smallint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (smallint, smallint) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = textne, LEFTARG = text, RIGHTARG = text, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (text, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (text, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (text, text) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = int24ne, LEFTARG = smallint, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (smallint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (smallint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (smallint, integer) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = int42ne, LEFTARG = integer, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (integer, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (integer, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (integer, smallint) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = oidne, LEFTARG = oid, RIGHTARG = oid, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (oid, oid) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (oid, oid); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (oid, oid) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = float4ne, LEFTARG = real, RIGHTARG = real, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (real, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (real, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (real, real) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = charne, LEFTARG = "char", RIGHTARG = "char", COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> ("char", "char") OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> ("char", "char"); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> ("char", "char") IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = namene, LEFTARG = name, RIGHTARG = name, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (name, name) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (name, name); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (name, name) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = oidvectorne, LEFTARG = oidvector, RIGHTARG = oidvector, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (oidvector, oidvector) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (oidvector, oidvector); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (oidvector, oidvector) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = float8ne, LEFTARG = double precision, RIGHTARG = double precision, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (double precision, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (double precision, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (double precision, double precision) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = point_ne, LEFTARG = point, RIGHTARG = point, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.~=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (point, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (point, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (point, point) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = cash_ne, LEFTARG = money, RIGHTARG = money, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (money, money) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (money, money); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (money, money) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = bpcharne, LEFTARG = character, RIGHTARG = character, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (character, character) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (character, character); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (character, character) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = array_ne, LEFTARG = anyarray, RIGHTARG = anyarray, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (anyarray, anyarray) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (anyarray, anyarray); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (anyarray, anyarray) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = date_ne, LEFTARG = date, RIGHTARG = date, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (date, date) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (date, date); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (date, date) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = time_ne, LEFTARG = time without time zone, RIGHTARG = time without time zone, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (time without time zone, time without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (time without time zone, time without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (time without time zone, time without time zone) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = float48ne, LEFTARG = real, RIGHTARG = double precision, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (real, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (real, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (real, double precision) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = float84ne, LEFTARG = double precision, RIGHTARG = real, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (double precision, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (double precision, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (double precision, real) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = network_ne, LEFTARG = inet, RIGHTARG = inet, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (inet, inet) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (inet, inet); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (inet, inet) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = macaddr_ne, LEFTARG = macaddr, RIGHTARG = macaddr, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (macaddr, macaddr) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (macaddr, macaddr); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (macaddr, macaddr) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = timestamptz_ne, LEFTARG = timestamp with time zone, RIGHTARG = timestamp with time zone, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (timestamp with time zone, timestamp with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (timestamp with time zone, timestamp with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (timestamp with time zone, timestamp with time zone) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = interval_ne, LEFTARG = interval, RIGHTARG = interval, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (interval, interval) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (interval, interval); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (interval, interval) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = circle_ne, LEFTARG = circle, RIGHTARG = circle, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (circle, circle) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (circle, circle); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (circle, circle) IS 'not equal by area'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = timetz_ne, LEFTARG = time with time zone, RIGHTARG = time with time zone, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (time with time zone, time with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (time with time zone, time with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (time with time zone, time with time zone) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = lseg_ne, LEFTARG = lseg, RIGHTARG = lseg, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (lseg, lseg) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (lseg, lseg); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (lseg, lseg) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = numeric_ne, LEFTARG = numeric, RIGHTARG = numeric, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (numeric, numeric) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (numeric, numeric); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (numeric, numeric) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = bitne, LEFTARG = bit, RIGHTARG = bit, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (bit, bit) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (bit, bit); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (bit, bit) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = varbitne, LEFTARG = bit varying, RIGHTARG = bit varying, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (bit varying, bit varying) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (bit varying, bit varying); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (bit varying, bit varying) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = int28ne, LEFTARG = smallint, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (smallint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (smallint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (smallint, bigint) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = int82ne, LEFTARG = bigint, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (bigint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (bigint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (bigint, smallint) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = byteane, LEFTARG = bytea, RIGHTARG = bytea, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (bytea, bytea) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (bytea, bytea); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (bytea, bytea) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = timestamp_ne, LEFTARG = timestamp without time zone, RIGHTARG = timestamp without time zone, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (timestamp without time zone, timestamp without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (timestamp without time zone, timestamp without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (timestamp without time zone, timestamp without time zone) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = date_ne_timestamp, LEFTARG = date, RIGHTARG = timestamp without time zone, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (date, timestamp without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (date, timestamp without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (date, timestamp without time zone) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = date_ne_timestamptz, LEFTARG = date, RIGHTARG = timestamp with time zone, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (date, timestamp with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (date, timestamp with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (date, timestamp with time zone) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = timestamp_ne_date, LEFTARG = timestamp without time zone, RIGHTARG = date, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (timestamp without time zone, date) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (timestamp without time zone, date); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (timestamp without time zone, date) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = timestamptz_ne_date, LEFTARG = timestamp with time zone, RIGHTARG = date, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (timestamp with time zone, date) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (timestamp with time zone, date); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (timestamp with time zone, date) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = timestamp_ne_timestamptz, LEFTARG = timestamp without time zone, RIGHTARG = timestamp with time zone, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (timestamp without time zone, timestamp with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (timestamp without time zone, timestamp with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (timestamp without time zone, timestamp with time zone) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = timestamptz_ne_timestamp, LEFTARG = timestamp with time zone, RIGHTARG = timestamp without time zone, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (timestamp with time zone, timestamp without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (timestamp with time zone, timestamp without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (timestamp with time zone, timestamp without time zone) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = multirange_ne, LEFTARG = anymultirange, RIGHTARG = anymultirange, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (anymultirange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (anymultirange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (anymultirange, anymultirange) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = uuid_ne, LEFTARG = uuid, RIGHTARG = uuid, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (uuid, uuid) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (uuid, uuid); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (uuid, uuid) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = record_ne, LEFTARG = record, RIGHTARG = record, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (record, record) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (record, record); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (record, record) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = pg_lsn_ne, LEFTARG = pg_lsn, RIGHTARG = pg_lsn, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (pg_lsn, pg_lsn) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (pg_lsn, pg_lsn); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (pg_lsn, pg_lsn) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = jsonb_ne, LEFTARG = jsonb, RIGHTARG = jsonb, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (jsonb, jsonb) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (jsonb, jsonb); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (jsonb, jsonb) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = xidneq, LEFTARG = xid, RIGHTARG = xid, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (xid, xid) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (xid, xid); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (xid, xid) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = xidneqint4, LEFTARG = xid, RIGHTARG = integer, NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (xid, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (xid, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (xid, integer) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = macaddr8_ne, LEFTARG = macaddr8, RIGHTARG = macaddr8, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (macaddr8, macaddr8) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (macaddr8, macaddr8); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (macaddr8, macaddr8) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = enum_ne, LEFTARG = anyenum, RIGHTARG = anyenum, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (anyenum, anyenum) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (anyenum, anyenum); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (anyenum, anyenum) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = tsvector_ne, LEFTARG = tsvector, RIGHTARG = tsvector, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (tsvector, tsvector) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (tsvector, tsvector); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (tsvector, tsvector) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = tsquery_ne, LEFTARG = tsquery, RIGHTARG = tsquery, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (tsquery, tsquery) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (tsquery, tsquery); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (tsquery, tsquery) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = range_ne, LEFTARG = anyrange, RIGHTARG = anyrange, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (anyrange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (anyrange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (anyrange, anyrange) IS 'not equal'; -- -- Name: <>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<> ( FUNCTION = xid8ne, LEFTARG = xid8, RIGHTARG = xid8, COMMUTATOR = OPERATOR(pg_catalog.<>), NEGATOR = OPERATOR(pg_catalog.=), RESTRICT = neqsel, JOIN = neqjoinsel ); ALTER OPERATOR pg_catalog.<> (xid8, xid8) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <> (xid8, xid8); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<> (xid8, xid8) IS 'not equal'; -- -- Name: <@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<@ ( FUNCTION = poly_contained, LEFTARG = polygon, RIGHTARG = polygon, COMMUTATOR = OPERATOR(pg_catalog.@>), RESTRICT = contsel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.<@ (polygon, polygon) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <@ (polygon, polygon); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<@ (polygon, polygon) IS 'is contained by'; -- -- Name: <@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<@ ( FUNCTION = box_contained, LEFTARG = box, RIGHTARG = box, COMMUTATOR = OPERATOR(pg_catalog.@>), RESTRICT = contsel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.<@ (box, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <@ (box, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<@ (box, box) IS 'is contained by'; -- -- Name: <@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<@ ( FUNCTION = on_pb, LEFTARG = point, RIGHTARG = box, COMMUTATOR = OPERATOR(pg_catalog.@>), RESTRICT = contsel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.<@ (point, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <@ (point, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<@ (point, box) IS 'point inside box'; -- -- Name: <@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<@ ( FUNCTION = on_ppath, LEFTARG = point, RIGHTARG = path, COMMUTATOR = OPERATOR(pg_catalog.@>) ); ALTER OPERATOR pg_catalog.<@ (point, path) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <@ (point, path); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<@ (point, path) IS 'point within closed path, or point on open path'; -- -- Name: <@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<@ ( FUNCTION = pt_contained_poly, LEFTARG = point, RIGHTARG = polygon, COMMUTATOR = OPERATOR(pg_catalog.@>), RESTRICT = contsel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.<@ (point, polygon) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <@ (point, polygon); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<@ (point, polygon) IS 'is contained by'; -- -- Name: <@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<@ ( FUNCTION = pt_contained_circle, LEFTARG = point, RIGHTARG = circle, COMMUTATOR = OPERATOR(pg_catalog.@>), RESTRICT = contsel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.<@ (point, circle) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <@ (point, circle); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<@ (point, circle) IS 'is contained by'; -- -- Name: <@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<@ ( FUNCTION = circle_contained, LEFTARG = circle, RIGHTARG = circle, COMMUTATOR = OPERATOR(pg_catalog.@>), RESTRICT = contsel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.<@ (circle, circle) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <@ (circle, circle); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<@ (circle, circle) IS 'is contained by'; -- -- Name: <@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<@ ( FUNCTION = on_pl, LEFTARG = point, RIGHTARG = line ); ALTER OPERATOR pg_catalog.<@ (point, line) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <@ (point, line); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<@ (point, line) IS 'point on line'; -- -- Name: <@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<@ ( FUNCTION = on_ps, LEFTARG = point, RIGHTARG = lseg ); ALTER OPERATOR pg_catalog.<@ (point, lseg) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <@ (point, lseg); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<@ (point, lseg) IS 'is contained by'; -- -- Name: <@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<@ ( FUNCTION = on_sl, LEFTARG = lseg, RIGHTARG = line ); ALTER OPERATOR pg_catalog.<@ (lseg, line) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <@ (lseg, line); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<@ (lseg, line) IS 'lseg on line'; -- -- Name: <@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<@ ( FUNCTION = on_sb, LEFTARG = lseg, RIGHTARG = box ); ALTER OPERATOR pg_catalog.<@ (lseg, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <@ (lseg, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<@ (lseg, box) IS 'is contained by'; -- -- Name: <@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<@ ( FUNCTION = arraycontained, LEFTARG = anyarray, RIGHTARG = anyarray, COMMUTATOR = OPERATOR(pg_catalog.@>), RESTRICT = arraycontsel, JOIN = arraycontjoinsel ); ALTER OPERATOR pg_catalog.<@ (anyarray, anyarray) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <@ (anyarray, anyarray); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<@ (anyarray, anyarray) IS 'is contained by'; -- -- Name: <@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<@ ( FUNCTION = elem_contained_by_multirange, LEFTARG = anyelement, RIGHTARG = anymultirange, COMMUTATOR = OPERATOR(pg_catalog.@>), RESTRICT = multirangesel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.<@ (anyelement, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <@ (anyelement, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<@ (anyelement, anymultirange) IS 'is contained by'; -- -- Name: <@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<@ ( FUNCTION = range_contained_by_multirange, LEFTARG = anyrange, RIGHTARG = anymultirange, COMMUTATOR = OPERATOR(pg_catalog.@>), RESTRICT = multirangesel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.<@ (anyrange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <@ (anyrange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<@ (anyrange, anymultirange) IS 'is contained by'; -- -- Name: <@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<@ ( FUNCTION = multirange_contained_by_multirange, LEFTARG = anymultirange, RIGHTARG = anymultirange, COMMUTATOR = OPERATOR(pg_catalog.@>), RESTRICT = multirangesel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.<@ (anymultirange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <@ (anymultirange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<@ (anymultirange, anymultirange) IS 'is contained by'; -- -- Name: <@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<@ ( FUNCTION = jsonb_contained, LEFTARG = jsonb, RIGHTARG = jsonb, COMMUTATOR = OPERATOR(pg_catalog.@>), RESTRICT = matchingsel, JOIN = matchingjoinsel ); ALTER OPERATOR pg_catalog.<@ (jsonb, jsonb) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <@ (jsonb, jsonb); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<@ (jsonb, jsonb) IS 'is contained by'; -- -- Name: <@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<@ ( FUNCTION = tsq_mcontained, LEFTARG = tsquery, RIGHTARG = tsquery, COMMUTATOR = OPERATOR(pg_catalog.@>), RESTRICT = matchingsel, JOIN = matchingjoinsel ); ALTER OPERATOR pg_catalog.<@ (tsquery, tsquery) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <@ (tsquery, tsquery); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<@ (tsquery, tsquery) IS 'is contained by'; -- -- Name: <@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<@ ( FUNCTION = elem_contained_by_range, LEFTARG = anyelement, RIGHTARG = anyrange, COMMUTATOR = OPERATOR(pg_catalog.@>), RESTRICT = rangesel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.<@ (anyelement, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <@ (anyelement, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<@ (anyelement, anyrange) IS 'is contained by'; -- -- Name: <@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<@ ( FUNCTION = range_contained_by, LEFTARG = anyrange, RIGHTARG = anyrange, COMMUTATOR = OPERATOR(pg_catalog.@>), RESTRICT = rangesel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.<@ (anyrange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <@ (anyrange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<@ (anyrange, anyrange) IS 'is contained by'; -- -- Name: <@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<@ ( FUNCTION = multirange_contained_by_range, LEFTARG = anymultirange, RIGHTARG = anyrange, COMMUTATOR = OPERATOR(pg_catalog.@>), RESTRICT = multirangesel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.<@ (anymultirange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <@ (anymultirange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<@ (anymultirange, anyrange) IS 'is contained by'; -- -- Name: <^; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<^ ( FUNCTION = point_below, LEFTARG = point, RIGHTARG = point, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.<^ (point, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <^ (point, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<^ (point, point) IS 'deprecated, use <<| instead'; -- -- Name: <^; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.<^ ( FUNCTION = box_below_eq, LEFTARG = box, RIGHTARG = box, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.<^ (box, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR <^ (box, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.<^ (box, box) IS 'is below (allows touching)'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = int48eq, LEFTARG = integer, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (integer, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (integer, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (integer, bigint) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = booleq, LEFTARG = boolean, RIGHTARG = boolean, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (boolean, boolean) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (boolean, boolean); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (boolean, boolean) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = chareq, LEFTARG = "char", RIGHTARG = "char", COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= ("char", "char") OWNER TO "SYSTEM"; -- -- Name: OPERATOR = ("char", "char"); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= ("char", "char") IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = nameeq, LEFTARG = name, RIGHTARG = name, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (name, name) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (name, name); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (name, name) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = int2eq, LEFTARG = smallint, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (smallint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (smallint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (smallint, smallint) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = int4eq, LEFTARG = integer, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (integer, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (integer, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (integer, integer) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = texteq, LEFTARG = text, RIGHTARG = text, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (text, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (text, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (text, text) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = nameeqtext, LEFTARG = name, RIGHTARG = text, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (name, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (name, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (name, text) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = texteqname, LEFTARG = text, RIGHTARG = name, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (text, name) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (text, name); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (text, name) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = xideq, LEFTARG = xid, RIGHTARG = xid, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (xid, xid) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (xid, xid); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (xid, xid) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = xideqint4, LEFTARG = xid, RIGHTARG = integer, NEGATOR = OPERATOR(pg_catalog.<>), RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (xid, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (xid, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (xid, integer) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = cideq, LEFTARG = cid, RIGHTARG = cid, COMMUTATOR = OPERATOR(pg_catalog.=), HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (cid, cid) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (cid, cid); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (cid, cid) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = tideq, LEFTARG = tid, RIGHTARG = tid, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (tid, tid) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (tid, tid); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (tid, tid) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = int8eq, LEFTARG = bigint, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (bigint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (bigint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (bigint, bigint) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = int84eq, LEFTARG = bigint, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (bigint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (bigint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (bigint, integer) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = box_eq, LEFTARG = box, RIGHTARG = box, COMMUTATOR = OPERATOR(pg_catalog.=), RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (box, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (box, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (box, box) IS 'equal by area'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = int24eq, LEFTARG = smallint, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (smallint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (smallint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (smallint, integer) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = int42eq, LEFTARG = integer, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (integer, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (integer, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (integer, smallint) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = oideq, LEFTARG = oid, RIGHTARG = oid, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (oid, oid) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (oid, oid); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (oid, oid) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = float4eq, LEFTARG = real, RIGHTARG = real, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (real, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (real, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (real, real) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = oidvectoreq, LEFTARG = oidvector, RIGHTARG = oidvector, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (oidvector, oidvector) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (oidvector, oidvector); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (oidvector, oidvector) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = float8eq, LEFTARG = double precision, RIGHTARG = double precision, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (double precision, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (double precision, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (double precision, double precision) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = path_n_eq, LEFTARG = path, RIGHTARG = path, COMMUTATOR = OPERATOR(pg_catalog.=), RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (path, path) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (path, path); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (path, path) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = cash_eq, LEFTARG = money, RIGHTARG = money, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (money, money) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (money, money); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (money, money) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = aclitemeq, LEFTARG = aclitem, RIGHTARG = aclitem, COMMUTATOR = OPERATOR(pg_catalog.=), HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (aclitem, aclitem) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (aclitem, aclitem); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (aclitem, aclitem) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = bpchareq, LEFTARG = character, RIGHTARG = character, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (character, character) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (character, character); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (character, character) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = array_eq, LEFTARG = anyarray, RIGHTARG = anyarray, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (anyarray, anyarray) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (anyarray, anyarray); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (anyarray, anyarray) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = date_eq, LEFTARG = date, RIGHTARG = date, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (date, date) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (date, date); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (date, date) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = time_eq, LEFTARG = time without time zone, RIGHTARG = time without time zone, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (time without time zone, time without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (time without time zone, time without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (time without time zone, time without time zone) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = float48eq, LEFTARG = real, RIGHTARG = double precision, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (real, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (real, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (real, double precision) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = float84eq, LEFTARG = double precision, RIGHTARG = real, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (double precision, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (double precision, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (double precision, real) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = network_eq, LEFTARG = inet, RIGHTARG = inet, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (inet, inet) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (inet, inet); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (inet, inet) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = macaddr_eq, LEFTARG = macaddr, RIGHTARG = macaddr, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (macaddr, macaddr) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (macaddr, macaddr); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (macaddr, macaddr) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = timestamptz_eq, LEFTARG = timestamp with time zone, RIGHTARG = timestamp with time zone, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (timestamp with time zone, timestamp with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (timestamp with time zone, timestamp with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (timestamp with time zone, timestamp with time zone) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = interval_eq, LEFTARG = interval, RIGHTARG = interval, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (interval, interval) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (interval, interval); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (interval, interval) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = circle_eq, LEFTARG = circle, RIGHTARG = circle, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (circle, circle) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (circle, circle); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (circle, circle) IS 'equal by area'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = lseg_eq, LEFTARG = lseg, RIGHTARG = lseg, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (lseg, lseg) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (lseg, lseg); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (lseg, lseg) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = timetz_eq, LEFTARG = time with time zone, RIGHTARG = time with time zone, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (time with time zone, time with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (time with time zone, time with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (time with time zone, time with time zone) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = line_eq, LEFTARG = line, RIGHTARG = line, COMMUTATOR = OPERATOR(pg_catalog.=), RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (line, line) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (line, line); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (line, line) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = numeric_eq, LEFTARG = numeric, RIGHTARG = numeric, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (numeric, numeric) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (numeric, numeric); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (numeric, numeric) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = biteq, LEFTARG = bit, RIGHTARG = bit, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (bit, bit) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (bit, bit); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (bit, bit) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = varbiteq, LEFTARG = bit varying, RIGHTARG = bit varying, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (bit varying, bit varying) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (bit varying, bit varying); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (bit varying, bit varying) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = int28eq, LEFTARG = smallint, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (smallint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (smallint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (smallint, bigint) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = int82eq, LEFTARG = bigint, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (bigint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (bigint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (bigint, smallint) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = byteaeq, LEFTARG = bytea, RIGHTARG = bytea, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (bytea, bytea) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (bytea, bytea); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (bytea, bytea) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = timestamp_eq, LEFTARG = timestamp without time zone, RIGHTARG = timestamp without time zone, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (timestamp without time zone, timestamp without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (timestamp without time zone, timestamp without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (timestamp without time zone, timestamp without time zone) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = date_eq_timestamp, LEFTARG = date, RIGHTARG = timestamp without time zone, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (date, timestamp without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (date, timestamp without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (date, timestamp without time zone) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = date_eq_timestamptz, LEFTARG = date, RIGHTARG = timestamp with time zone, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (date, timestamp with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (date, timestamp with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (date, timestamp with time zone) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = timestamp_eq_date, LEFTARG = timestamp without time zone, RIGHTARG = date, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (timestamp without time zone, date) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (timestamp without time zone, date); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (timestamp without time zone, date) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = timestamptz_eq_date, LEFTARG = timestamp with time zone, RIGHTARG = date, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (timestamp with time zone, date) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (timestamp with time zone, date); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (timestamp with time zone, date) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = timestamp_eq_timestamptz, LEFTARG = timestamp without time zone, RIGHTARG = timestamp with time zone, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (timestamp without time zone, timestamp with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (timestamp without time zone, timestamp with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (timestamp without time zone, timestamp with time zone) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = timestamptz_eq_timestamp, LEFTARG = timestamp with time zone, RIGHTARG = timestamp without time zone, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (timestamp with time zone, timestamp without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (timestamp with time zone, timestamp without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (timestamp with time zone, timestamp without time zone) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = multirange_eq, LEFTARG = anymultirange, RIGHTARG = anymultirange, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (anymultirange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (anymultirange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (anymultirange, anymultirange) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = uuid_eq, LEFTARG = uuid, RIGHTARG = uuid, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (uuid, uuid) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (uuid, uuid); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (uuid, uuid) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = record_eq, LEFTARG = record, RIGHTARG = record, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (record, record) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (record, record); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (record, record) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = pg_lsn_eq, LEFTARG = pg_lsn, RIGHTARG = pg_lsn, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (pg_lsn, pg_lsn) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (pg_lsn, pg_lsn); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (pg_lsn, pg_lsn) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = jsonb_eq, LEFTARG = jsonb, RIGHTARG = jsonb, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (jsonb, jsonb) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (jsonb, jsonb); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (jsonb, jsonb) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = macaddr8_eq, LEFTARG = macaddr8, RIGHTARG = macaddr8, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (macaddr8, macaddr8) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (macaddr8, macaddr8); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (macaddr8, macaddr8) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = enum_eq, LEFTARG = anyenum, RIGHTARG = anyenum, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (anyenum, anyenum) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (anyenum, anyenum); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (anyenum, anyenum) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = tsvector_eq, LEFTARG = tsvector, RIGHTARG = tsvector, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (tsvector, tsvector) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (tsvector, tsvector); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (tsvector, tsvector) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = tsquery_eq, LEFTARG = tsquery, RIGHTARG = tsquery, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (tsquery, tsquery) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (tsquery, tsquery); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (tsquery, tsquery) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = range_eq, LEFTARG = anyrange, RIGHTARG = anyrange, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (anyrange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (anyrange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (anyrange, anyrange) IS 'equal'; -- -- Name: =; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.= ( FUNCTION = xid8eq, LEFTARG = xid8, RIGHTARG = xid8, COMMUTATOR = OPERATOR(pg_catalog.=), NEGATOR = OPERATOR(pg_catalog.<>), MERGES, HASHES, RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.= (xid8, xid8) OWNER TO "SYSTEM"; -- -- Name: OPERATOR = (xid8, xid8); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.= (xid8, xid8) IS 'equal'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = boolgt, LEFTARG = boolean, RIGHTARG = boolean, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (boolean, boolean) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (boolean, boolean); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (boolean, boolean) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = int48gt, LEFTARG = integer, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (integer, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (integer, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (integer, bigint) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = namegttext, LEFTARG = name, RIGHTARG = text, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (name, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (name, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (name, text) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = textgtname, LEFTARG = text, RIGHTARG = name, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (text, name) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (text, name); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (text, name) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = int8gt, LEFTARG = bigint, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (bigint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (bigint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (bigint, bigint) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = int84gt, LEFTARG = bigint, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (bigint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (bigint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (bigint, integer) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = box_gt, LEFTARG = box, RIGHTARG = box, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = areasel, JOIN = areajoinsel ); ALTER OPERATOR pg_catalog.> (box, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (box, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (box, box) IS 'greater than by area'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = int2gt, LEFTARG = smallint, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (smallint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (smallint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (smallint, smallint) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = int4gt, LEFTARG = integer, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (integer, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (integer, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (integer, integer) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = int24gt, LEFTARG = smallint, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (smallint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (smallint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (smallint, integer) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = int42gt, LEFTARG = integer, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (integer, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (integer, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (integer, smallint) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = oidgt, LEFTARG = oid, RIGHTARG = oid, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (oid, oid) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (oid, oid); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (oid, oid) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = float4gt, LEFTARG = real, RIGHTARG = real, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (real, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (real, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (real, real) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = chargt, LEFTARG = "char", RIGHTARG = "char", COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> ("char", "char") OWNER TO "SYSTEM"; -- -- Name: OPERATOR > ("char", "char"); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> ("char", "char") IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = oidvectorgt, LEFTARG = oidvector, RIGHTARG = oidvector, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (oidvector, oidvector) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (oidvector, oidvector); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (oidvector, oidvector) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = namegt, LEFTARG = name, RIGHTARG = name, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (name, name) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (name, name); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (name, name) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = text_gt, LEFTARG = text, RIGHTARG = text, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (text, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (text, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (text, text) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = float8gt, LEFTARG = double precision, RIGHTARG = double precision, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (double precision, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (double precision, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (double precision, double precision) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = path_n_gt, LEFTARG = path, RIGHTARG = path, COMMUTATOR = OPERATOR(pg_catalog.<) ); ALTER OPERATOR pg_catalog.> (path, path) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (path, path); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (path, path) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = cash_gt, LEFTARG = money, RIGHTARG = money, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (money, money) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (money, money); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (money, money) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = bpchargt, LEFTARG = character, RIGHTARG = character, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (character, character) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (character, character); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (character, character) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = array_gt, LEFTARG = anyarray, RIGHTARG = anyarray, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (anyarray, anyarray) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (anyarray, anyarray); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (anyarray, anyarray) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = date_gt, LEFTARG = date, RIGHTARG = date, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (date, date) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (date, date); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (date, date) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = time_gt, LEFTARG = time without time zone, RIGHTARG = time without time zone, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (time without time zone, time without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (time without time zone, time without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (time without time zone, time without time zone) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = float48gt, LEFTARG = real, RIGHTARG = double precision, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (real, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (real, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (real, double precision) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = float84gt, LEFTARG = double precision, RIGHTARG = real, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (double precision, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (double precision, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (double precision, real) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = network_gt, LEFTARG = inet, RIGHTARG = inet, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (inet, inet) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (inet, inet); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (inet, inet) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = macaddr_gt, LEFTARG = macaddr, RIGHTARG = macaddr, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (macaddr, macaddr) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (macaddr, macaddr); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (macaddr, macaddr) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = timestamptz_gt, LEFTARG = timestamp with time zone, RIGHTARG = timestamp with time zone, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (timestamp with time zone, timestamp with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (timestamp with time zone, timestamp with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (timestamp with time zone, timestamp with time zone) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = interval_gt, LEFTARG = interval, RIGHTARG = interval, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (interval, interval) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (interval, interval); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (interval, interval) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = circle_gt, LEFTARG = circle, RIGHTARG = circle, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = areasel, JOIN = areajoinsel ); ALTER OPERATOR pg_catalog.> (circle, circle) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (circle, circle); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (circle, circle) IS 'greater than by area'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = timetz_gt, LEFTARG = time with time zone, RIGHTARG = time with time zone, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (time with time zone, time with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (time with time zone, time with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (time with time zone, time with time zone) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = lseg_gt, LEFTARG = lseg, RIGHTARG = lseg, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=) ); ALTER OPERATOR pg_catalog.> (lseg, lseg) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (lseg, lseg); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (lseg, lseg) IS 'greater than by length'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = numeric_gt, LEFTARG = numeric, RIGHTARG = numeric, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (numeric, numeric) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (numeric, numeric); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (numeric, numeric) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = bitgt, LEFTARG = bit, RIGHTARG = bit, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (bit, bit) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (bit, bit); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (bit, bit) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = varbitgt, LEFTARG = bit varying, RIGHTARG = bit varying, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (bit varying, bit varying) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (bit varying, bit varying); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (bit varying, bit varying) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = int28gt, LEFTARG = smallint, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (smallint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (smallint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (smallint, bigint) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = int82gt, LEFTARG = bigint, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (bigint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (bigint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (bigint, smallint) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = byteagt, LEFTARG = bytea, RIGHTARG = bytea, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (bytea, bytea) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (bytea, bytea); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (bytea, bytea) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = timestamp_gt, LEFTARG = timestamp without time zone, RIGHTARG = timestamp without time zone, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (timestamp without time zone, timestamp without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (timestamp without time zone, timestamp without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (timestamp without time zone, timestamp without time zone) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = date_gt_timestamp, LEFTARG = date, RIGHTARG = timestamp without time zone, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (date, timestamp without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (date, timestamp without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (date, timestamp without time zone) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = date_gt_timestamptz, LEFTARG = date, RIGHTARG = timestamp with time zone, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (date, timestamp with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (date, timestamp with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (date, timestamp with time zone) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = timestamp_gt_date, LEFTARG = timestamp without time zone, RIGHTARG = date, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (timestamp without time zone, date) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (timestamp without time zone, date); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (timestamp without time zone, date) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = timestamptz_gt_date, LEFTARG = timestamp with time zone, RIGHTARG = date, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (timestamp with time zone, date) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (timestamp with time zone, date); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (timestamp with time zone, date) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = timestamp_gt_timestamptz, LEFTARG = timestamp without time zone, RIGHTARG = timestamp with time zone, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (timestamp without time zone, timestamp with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (timestamp without time zone, timestamp with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (timestamp without time zone, timestamp with time zone) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = timestamptz_gt_timestamp, LEFTARG = timestamp with time zone, RIGHTARG = timestamp without time zone, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (timestamp with time zone, timestamp without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (timestamp with time zone, timestamp without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (timestamp with time zone, timestamp without time zone) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = tidgt, LEFTARG = tid, RIGHTARG = tid, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (tid, tid) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (tid, tid); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (tid, tid) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = multirange_gt, LEFTARG = anymultirange, RIGHTARG = anymultirange, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = multirangesel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (anymultirange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (anymultirange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (anymultirange, anymultirange) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = uuid_gt, LEFTARG = uuid, RIGHTARG = uuid, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (uuid, uuid) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (uuid, uuid); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (uuid, uuid) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = record_gt, LEFTARG = record, RIGHTARG = record, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (record, record) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (record, record); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (record, record) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = pg_lsn_gt, LEFTARG = pg_lsn, RIGHTARG = pg_lsn, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (pg_lsn, pg_lsn) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (pg_lsn, pg_lsn); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (pg_lsn, pg_lsn) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = jsonb_gt, LEFTARG = jsonb, RIGHTARG = jsonb, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (jsonb, jsonb) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (jsonb, jsonb); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (jsonb, jsonb) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = macaddr8_gt, LEFTARG = macaddr8, RIGHTARG = macaddr8, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (macaddr8, macaddr8) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (macaddr8, macaddr8); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (macaddr8, macaddr8) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = enum_gt, LEFTARG = anyenum, RIGHTARG = anyenum, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (anyenum, anyenum) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (anyenum, anyenum); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (anyenum, anyenum) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = tsvector_gt, LEFTARG = tsvector, RIGHTARG = tsvector, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (tsvector, tsvector) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (tsvector, tsvector); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (tsvector, tsvector) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = tsquery_gt, LEFTARG = tsquery, RIGHTARG = tsquery, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (tsquery, tsquery) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (tsquery, tsquery); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (tsquery, tsquery) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = range_gt, LEFTARG = anyrange, RIGHTARG = anyrange, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = rangesel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (anyrange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (anyrange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (anyrange, anyrange) IS 'greater than'; -- -- Name: >; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.> ( FUNCTION = xid8gt, LEFTARG = xid8, RIGHTARG = xid8, COMMUTATOR = OPERATOR(pg_catalog.<), NEGATOR = OPERATOR(pg_catalog.<=), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.> (xid8, xid8) OWNER TO "SYSTEM"; -- -- Name: OPERATOR > (xid8, xid8); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.> (xid8, xid8) IS 'greater than'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = int48ge, LEFTARG = integer, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (integer, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (integer, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (integer, bigint) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = namegetext, LEFTARG = name, RIGHTARG = text, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (name, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (name, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (name, text) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = textgename, LEFTARG = text, RIGHTARG = name, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (text, name) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (text, name); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (text, name) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = int8ge, LEFTARG = bigint, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (bigint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (bigint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (bigint, bigint) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = int84ge, LEFTARG = bigint, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (bigint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (bigint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (bigint, integer) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = box_ge, LEFTARG = box, RIGHTARG = box, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = areasel, JOIN = areajoinsel ); ALTER OPERATOR pg_catalog.>= (box, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (box, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (box, box) IS 'greater than or equal by area'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = int2ge, LEFTARG = smallint, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (smallint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (smallint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (smallint, smallint) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = int4ge, LEFTARG = integer, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (integer, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (integer, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (integer, integer) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = int24ge, LEFTARG = smallint, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (smallint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (smallint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (smallint, integer) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = int42ge, LEFTARG = integer, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (integer, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (integer, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (integer, smallint) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = oidge, LEFTARG = oid, RIGHTARG = oid, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (oid, oid) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (oid, oid); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (oid, oid) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = float4ge, LEFTARG = real, RIGHTARG = real, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (real, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (real, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (real, real) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = charge, LEFTARG = "char", RIGHTARG = "char", COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= ("char", "char") OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= ("char", "char"); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= ("char", "char") IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = oidvectorge, LEFTARG = oidvector, RIGHTARG = oidvector, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (oidvector, oidvector) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (oidvector, oidvector); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (oidvector, oidvector) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = namege, LEFTARG = name, RIGHTARG = name, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (name, name) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (name, name); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (name, name) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = text_ge, LEFTARG = text, RIGHTARG = text, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (text, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (text, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (text, text) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = float8ge, LEFTARG = double precision, RIGHTARG = double precision, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (double precision, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (double precision, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (double precision, double precision) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = path_n_ge, LEFTARG = path, RIGHTARG = path, COMMUTATOR = OPERATOR(pg_catalog.<=) ); ALTER OPERATOR pg_catalog.>= (path, path) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (path, path); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (path, path) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = cash_ge, LEFTARG = money, RIGHTARG = money, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (money, money) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (money, money); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (money, money) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = bpcharge, LEFTARG = character, RIGHTARG = character, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (character, character) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (character, character); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (character, character) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = array_ge, LEFTARG = anyarray, RIGHTARG = anyarray, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (anyarray, anyarray) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (anyarray, anyarray); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (anyarray, anyarray) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = date_ge, LEFTARG = date, RIGHTARG = date, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (date, date) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (date, date); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (date, date) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = time_ge, LEFTARG = time without time zone, RIGHTARG = time without time zone, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (time without time zone, time without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (time without time zone, time without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (time without time zone, time without time zone) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = float48ge, LEFTARG = real, RIGHTARG = double precision, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (real, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (real, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (real, double precision) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = float84ge, LEFTARG = double precision, RIGHTARG = real, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (double precision, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (double precision, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (double precision, real) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = network_ge, LEFTARG = inet, RIGHTARG = inet, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (inet, inet) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (inet, inet); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (inet, inet) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = macaddr_ge, LEFTARG = macaddr, RIGHTARG = macaddr, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (macaddr, macaddr) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (macaddr, macaddr); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (macaddr, macaddr) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = timestamptz_ge, LEFTARG = timestamp with time zone, RIGHTARG = timestamp with time zone, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (timestamp with time zone, timestamp with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (timestamp with time zone, timestamp with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (timestamp with time zone, timestamp with time zone) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = interval_ge, LEFTARG = interval, RIGHTARG = interval, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (interval, interval) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (interval, interval); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (interval, interval) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = circle_ge, LEFTARG = circle, RIGHTARG = circle, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = areasel, JOIN = areajoinsel ); ALTER OPERATOR pg_catalog.>= (circle, circle) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (circle, circle); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (circle, circle) IS 'greater than or equal by area'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = timetz_ge, LEFTARG = time with time zone, RIGHTARG = time with time zone, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (time with time zone, time with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (time with time zone, time with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (time with time zone, time with time zone) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = lseg_ge, LEFTARG = lseg, RIGHTARG = lseg, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<) ); ALTER OPERATOR pg_catalog.>= (lseg, lseg) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (lseg, lseg); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (lseg, lseg) IS 'greater than or equal by length'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = boolge, LEFTARG = boolean, RIGHTARG = boolean, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (boolean, boolean) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (boolean, boolean); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (boolean, boolean) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = numeric_ge, LEFTARG = numeric, RIGHTARG = numeric, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (numeric, numeric) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (numeric, numeric); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (numeric, numeric) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = bitge, LEFTARG = bit, RIGHTARG = bit, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (bit, bit) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (bit, bit); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (bit, bit) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = varbitge, LEFTARG = bit varying, RIGHTARG = bit varying, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (bit varying, bit varying) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (bit varying, bit varying); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (bit varying, bit varying) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = int28ge, LEFTARG = smallint, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (smallint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (smallint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (smallint, bigint) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = int82ge, LEFTARG = bigint, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (bigint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (bigint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (bigint, smallint) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = byteage, LEFTARG = bytea, RIGHTARG = bytea, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (bytea, bytea) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (bytea, bytea); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (bytea, bytea) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = timestamp_ge, LEFTARG = timestamp without time zone, RIGHTARG = timestamp without time zone, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (timestamp without time zone, timestamp without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (timestamp without time zone, timestamp without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (timestamp without time zone, timestamp without time zone) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = date_ge_timestamp, LEFTARG = date, RIGHTARG = timestamp without time zone, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (date, timestamp without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (date, timestamp without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (date, timestamp without time zone) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = date_ge_timestamptz, LEFTARG = date, RIGHTARG = timestamp with time zone, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (date, timestamp with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (date, timestamp with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (date, timestamp with time zone) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = timestamp_ge_date, LEFTARG = timestamp without time zone, RIGHTARG = date, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (timestamp without time zone, date) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (timestamp without time zone, date); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (timestamp without time zone, date) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = timestamptz_ge_date, LEFTARG = timestamp with time zone, RIGHTARG = date, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (timestamp with time zone, date) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (timestamp with time zone, date); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (timestamp with time zone, date) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = timestamp_ge_timestamptz, LEFTARG = timestamp without time zone, RIGHTARG = timestamp with time zone, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (timestamp without time zone, timestamp with time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (timestamp without time zone, timestamp with time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (timestamp without time zone, timestamp with time zone) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = timestamptz_ge_timestamp, LEFTARG = timestamp with time zone, RIGHTARG = timestamp without time zone, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (timestamp with time zone, timestamp without time zone) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (timestamp with time zone, timestamp without time zone); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (timestamp with time zone, timestamp without time zone) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = tidge, LEFTARG = tid, RIGHTARG = tid, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (tid, tid) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (tid, tid); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (tid, tid) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = multirange_ge, LEFTARG = anymultirange, RIGHTARG = anymultirange, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = multirangesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (anymultirange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (anymultirange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (anymultirange, anymultirange) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = uuid_ge, LEFTARG = uuid, RIGHTARG = uuid, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (uuid, uuid) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (uuid, uuid); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (uuid, uuid) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = record_ge, LEFTARG = record, RIGHTARG = record, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (record, record) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (record, record); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (record, record) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = pg_lsn_ge, LEFTARG = pg_lsn, RIGHTARG = pg_lsn, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (pg_lsn, pg_lsn) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (pg_lsn, pg_lsn); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (pg_lsn, pg_lsn) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = jsonb_ge, LEFTARG = jsonb, RIGHTARG = jsonb, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (jsonb, jsonb) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (jsonb, jsonb); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (jsonb, jsonb) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = macaddr8_ge, LEFTARG = macaddr8, RIGHTARG = macaddr8, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (macaddr8, macaddr8) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (macaddr8, macaddr8); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (macaddr8, macaddr8) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = enum_ge, LEFTARG = anyenum, RIGHTARG = anyenum, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (anyenum, anyenum) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (anyenum, anyenum); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (anyenum, anyenum) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = tsvector_ge, LEFTARG = tsvector, RIGHTARG = tsvector, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (tsvector, tsvector) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (tsvector, tsvector); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (tsvector, tsvector) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = tsquery_ge, LEFTARG = tsquery, RIGHTARG = tsquery, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (tsquery, tsquery) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (tsquery, tsquery); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (tsquery, tsquery) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = range_ge, LEFTARG = anyrange, RIGHTARG = anyrange, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = rangesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (anyrange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (anyrange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (anyrange, anyrange) IS 'greater than or equal'; -- -- Name: >=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>= ( FUNCTION = xid8ge, LEFTARG = xid8, RIGHTARG = xid8, COMMUTATOR = OPERATOR(pg_catalog.<=), NEGATOR = OPERATOR(pg_catalog.<), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.>= (xid8, xid8) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >= (xid8, xid8); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>= (xid8, xid8) IS 'greater than or equal'; -- -- Name: >>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>> ( FUNCTION = poly_right, LEFTARG = polygon, RIGHTARG = polygon, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.>> (polygon, polygon) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >> (polygon, polygon); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>> (polygon, polygon) IS 'is right of'; -- -- Name: >>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>> ( FUNCTION = box_right, LEFTARG = box, RIGHTARG = box, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.>> (box, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >> (box, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>> (box, box) IS 'is right of'; -- -- Name: >>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>> ( FUNCTION = point_right, LEFTARG = point, RIGHTARG = point, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.>> (point, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >> (point, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>> (point, point) IS 'is right of'; -- -- Name: >>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>> ( FUNCTION = network_sup, LEFTARG = inet, RIGHTARG = inet, COMMUTATOR = OPERATOR(pg_catalog.<<), RESTRICT = networksel, JOIN = networkjoinsel ); ALTER OPERATOR pg_catalog.>> (inet, inet) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >> (inet, inet); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>> (inet, inet) IS 'is supernet'; -- -- Name: >>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>> ( FUNCTION = circle_right, LEFTARG = circle, RIGHTARG = circle, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.>> (circle, circle) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >> (circle, circle); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>> (circle, circle) IS 'is right of'; -- -- Name: >>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>> ( FUNCTION = bitshiftright, LEFTARG = bit, RIGHTARG = integer ); ALTER OPERATOR pg_catalog.>> (bit, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >> (bit, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>> (bit, integer) IS 'bitwise shift right'; -- -- Name: >>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>> ( FUNCTION = int2shr, LEFTARG = smallint, RIGHTARG = integer ); ALTER OPERATOR pg_catalog.>> (smallint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >> (smallint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>> (smallint, integer) IS 'bitwise shift right'; -- -- Name: >>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>> ( FUNCTION = int4shr, LEFTARG = integer, RIGHTARG = integer ); ALTER OPERATOR pg_catalog.>> (integer, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >> (integer, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>> (integer, integer) IS 'bitwise shift right'; -- -- Name: >>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>> ( FUNCTION = int8shr, LEFTARG = bigint, RIGHTARG = integer ); ALTER OPERATOR pg_catalog.>> (bigint, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >> (bigint, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>> (bigint, integer) IS 'bitwise shift right'; -- -- Name: >>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>> ( FUNCTION = range_after, LEFTARG = anyrange, RIGHTARG = anyrange, COMMUTATOR = OPERATOR(pg_catalog.<<), RESTRICT = rangesel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.>> (anyrange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >> (anyrange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>> (anyrange, anyrange) IS 'is right of'; -- -- Name: >>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>> ( FUNCTION = range_after_multirange, LEFTARG = anyrange, RIGHTARG = anymultirange, COMMUTATOR = OPERATOR(pg_catalog.<<), RESTRICT = multirangesel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.>> (anyrange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >> (anyrange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>> (anyrange, anymultirange) IS 'is right of'; -- -- Name: >>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>> ( FUNCTION = multirange_after_range, LEFTARG = anymultirange, RIGHTARG = anyrange, COMMUTATOR = OPERATOR(pg_catalog.<<), RESTRICT = multirangesel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.>> (anymultirange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >> (anymultirange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>> (anymultirange, anyrange) IS 'is right of'; -- -- Name: >>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>> ( FUNCTION = multirange_after_multirange, LEFTARG = anymultirange, RIGHTARG = anymultirange, COMMUTATOR = OPERATOR(pg_catalog.<<), RESTRICT = multirangesel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.>> (anymultirange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >> (anymultirange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>> (anymultirange, anymultirange) IS 'is right of'; -- -- Name: >>=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>>= ( FUNCTION = network_supeq, LEFTARG = inet, RIGHTARG = inet, COMMUTATOR = OPERATOR(pg_catalog.<<=), RESTRICT = networksel, JOIN = networkjoinsel ); ALTER OPERATOR pg_catalog.>>= (inet, inet) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >>= (inet, inet); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>>= (inet, inet) IS 'is supernet or equal'; -- -- Name: >^; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>^ ( FUNCTION = point_above, LEFTARG = point, RIGHTARG = point, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.>^ (point, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >^ (point, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>^ (point, point) IS 'deprecated, use |>> instead'; -- -- Name: >^; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.>^ ( FUNCTION = box_above_eq, LEFTARG = box, RIGHTARG = box, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.>^ (box, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR >^ (box, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.>^ (box, box) IS 'is above (allows touching)'; -- -- Name: ?; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.? ( FUNCTION = jsonb_exists, LEFTARG = jsonb, RIGHTARG = text, RESTRICT = matchingsel, JOIN = matchingjoinsel ); ALTER OPERATOR pg_catalog.? (jsonb, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ? (jsonb, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.? (jsonb, text) IS 'key exists'; -- -- Name: ?#; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.?# ( FUNCTION = path_inter, LEFTARG = path, RIGHTARG = path ); ALTER OPERATOR pg_catalog.?# (path, path) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ?# (path, path); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.?# (path, path) IS 'intersect'; -- -- Name: ?#; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.?# ( FUNCTION = box_overlap, LEFTARG = box, RIGHTARG = box, RESTRICT = areasel, JOIN = areajoinsel ); ALTER OPERATOR pg_catalog.?# (box, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ?# (box, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.?# (box, box) IS 'deprecated, use && instead'; -- -- Name: ?#; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.?# ( FUNCTION = lseg_intersect, LEFTARG = lseg, RIGHTARG = lseg, COMMUTATOR = OPERATOR(pg_catalog.?#) ); ALTER OPERATOR pg_catalog.?# (lseg, lseg) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ?# (lseg, lseg); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.?# (lseg, lseg) IS 'intersect'; -- -- Name: ?#; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.?# ( FUNCTION = inter_sl, LEFTARG = lseg, RIGHTARG = line ); ALTER OPERATOR pg_catalog.?# (lseg, line) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ?# (lseg, line); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.?# (lseg, line) IS 'intersect'; -- -- Name: ?#; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.?# ( FUNCTION = inter_sb, LEFTARG = lseg, RIGHTARG = box ); ALTER OPERATOR pg_catalog.?# (lseg, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ?# (lseg, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.?# (lseg, box) IS 'intersect'; -- -- Name: ?#; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.?# ( FUNCTION = inter_lb, LEFTARG = line, RIGHTARG = box ); ALTER OPERATOR pg_catalog.?# (line, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ?# (line, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.?# (line, box) IS 'intersect'; -- -- Name: ?#; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.?# ( FUNCTION = line_intersect, LEFTARG = line, RIGHTARG = line, COMMUTATOR = OPERATOR(pg_catalog.?#) ); ALTER OPERATOR pg_catalog.?# (line, line) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ?# (line, line); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.?# (line, line) IS 'intersect'; -- -- Name: ?&; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.?& ( FUNCTION = jsonb_exists_all, LEFTARG = jsonb, RIGHTARG = text[], RESTRICT = matchingsel, JOIN = matchingjoinsel ); ALTER OPERATOR pg_catalog.?& (jsonb, text[]) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ?& (jsonb, text[]); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.?& (jsonb, text[]) IS 'all keys exist'; -- -- Name: ?-; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.?- ( FUNCTION = lseg_horizontal, RIGHTARG = lseg ); ALTER OPERATOR pg_catalog.?- (NONE, lseg) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ?- (NONE, lseg); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.?- (NONE, lseg) IS 'horizontal'; -- -- Name: ?-; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.?- ( FUNCTION = line_horizontal, RIGHTARG = line ); ALTER OPERATOR pg_catalog.?- (NONE, line) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ?- (NONE, line); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.?- (NONE, line) IS 'horizontal'; -- -- Name: ?-; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.?- ( FUNCTION = point_horiz, LEFTARG = point, RIGHTARG = point, COMMUTATOR = OPERATOR(pg_catalog.?-) ); ALTER OPERATOR pg_catalog.?- (point, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ?- (point, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.?- (point, point) IS 'horizontally aligned'; -- -- Name: ?-|; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.?-| ( FUNCTION = lseg_perp, LEFTARG = lseg, RIGHTARG = lseg, COMMUTATOR = OPERATOR(pg_catalog.?-|) ); ALTER OPERATOR pg_catalog.?-| (lseg, lseg) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ?-| (lseg, lseg); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.?-| (lseg, lseg) IS 'perpendicular'; -- -- Name: ?-|; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.?-| ( FUNCTION = line_perp, LEFTARG = line, RIGHTARG = line, COMMUTATOR = OPERATOR(pg_catalog.?-|) ); ALTER OPERATOR pg_catalog.?-| (line, line) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ?-| (line, line); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.?-| (line, line) IS 'perpendicular'; -- -- Name: ?|; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.?| ( FUNCTION = lseg_vertical, RIGHTARG = lseg ); ALTER OPERATOR pg_catalog.?| (NONE, lseg) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ?| (NONE, lseg); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.?| (NONE, lseg) IS 'vertical'; -- -- Name: ?|; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.?| ( FUNCTION = line_vertical, RIGHTARG = line ); ALTER OPERATOR pg_catalog.?| (NONE, line) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ?| (NONE, line); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.?| (NONE, line) IS 'vertical'; -- -- Name: ?|; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.?| ( FUNCTION = point_vert, LEFTARG = point, RIGHTARG = point, COMMUTATOR = OPERATOR(pg_catalog.?|) ); ALTER OPERATOR pg_catalog.?| (point, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ?| (point, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.?| (point, point) IS 'vertically aligned'; -- -- Name: ?|; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.?| ( FUNCTION = jsonb_exists_any, LEFTARG = jsonb, RIGHTARG = text[], RESTRICT = matchingsel, JOIN = matchingjoinsel ); ALTER OPERATOR pg_catalog.?| (jsonb, text[]) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ?| (jsonb, text[]); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.?| (jsonb, text[]) IS 'any key exists'; -- -- Name: ?||; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.?|| ( FUNCTION = lseg_parallel, LEFTARG = lseg, RIGHTARG = lseg, COMMUTATOR = OPERATOR(pg_catalog.?||) ); ALTER OPERATOR pg_catalog.?|| (lseg, lseg) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ?|| (lseg, lseg); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.?|| (lseg, lseg) IS 'parallel'; -- -- Name: ?||; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.?|| ( FUNCTION = line_parallel, LEFTARG = line, RIGHTARG = line, COMMUTATOR = OPERATOR(pg_catalog.?||) ); ALTER OPERATOR pg_catalog.?|| (line, line) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ?|| (line, line); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.?|| (line, line) IS 'parallel'; -- -- Name: @; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@ ( FUNCTION = int8abs, RIGHTARG = bigint ); ALTER OPERATOR pg_catalog.@ (NONE, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @ (NONE, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@ (NONE, bigint) IS 'absolute value'; -- -- Name: @; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@ ( FUNCTION = float4abs, RIGHTARG = real ); ALTER OPERATOR pg_catalog.@ (NONE, real) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @ (NONE, real); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@ (NONE, real) IS 'absolute value'; -- -- Name: @; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@ ( FUNCTION = float8abs, RIGHTARG = double precision ); ALTER OPERATOR pg_catalog.@ (NONE, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @ (NONE, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@ (NONE, double precision) IS 'absolute value'; -- -- Name: @; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@ ( FUNCTION = int2abs, RIGHTARG = smallint ); ALTER OPERATOR pg_catalog.@ (NONE, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @ (NONE, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@ (NONE, smallint) IS 'absolute value'; -- -- Name: @; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@ ( FUNCTION = int4abs, RIGHTARG = integer ); ALTER OPERATOR pg_catalog.@ (NONE, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @ (NONE, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@ (NONE, integer) IS 'absolute value'; -- -- Name: @; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@ ( FUNCTION = numeric_abs, RIGHTARG = numeric ); ALTER OPERATOR pg_catalog.@ (NONE, numeric) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @ (NONE, numeric); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@ (NONE, numeric) IS 'absolute value'; -- -- Name: @-@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@-@ ( FUNCTION = path_length, RIGHTARG = path ); ALTER OPERATOR pg_catalog.@-@ (NONE, path) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @-@ (NONE, path); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@-@ (NONE, path) IS 'sum of path segment lengths'; -- -- Name: @-@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@-@ ( FUNCTION = lseg_length, RIGHTARG = lseg ); ALTER OPERATOR pg_catalog.@-@ (NONE, lseg) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @-@ (NONE, lseg); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@-@ (NONE, lseg) IS 'distance between endpoints'; -- -- Name: @>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@> ( FUNCTION = box_contain_pt, LEFTARG = box, RIGHTARG = point, COMMUTATOR = OPERATOR(pg_catalog.<@), RESTRICT = contsel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.@> (box, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @> (box, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@> (box, point) IS 'contains'; -- -- Name: @>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@> ( FUNCTION = poly_contain, LEFTARG = polygon, RIGHTARG = polygon, COMMUTATOR = OPERATOR(pg_catalog.<@), RESTRICT = contsel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.@> (polygon, polygon) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @> (polygon, polygon); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@> (polygon, polygon) IS 'contains'; -- -- Name: @>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@> ( FUNCTION = box_contain, LEFTARG = box, RIGHTARG = box, COMMUTATOR = OPERATOR(pg_catalog.<@), RESTRICT = contsel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.@> (box, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @> (box, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@> (box, box) IS 'contains'; -- -- Name: @>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@> ( FUNCTION = path_contain_pt, LEFTARG = path, RIGHTARG = point, COMMUTATOR = OPERATOR(pg_catalog.<@) ); ALTER OPERATOR pg_catalog.@> (path, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @> (path, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@> (path, point) IS 'contains'; -- -- Name: @>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@> ( FUNCTION = poly_contain_pt, LEFTARG = polygon, RIGHTARG = point, COMMUTATOR = OPERATOR(pg_catalog.<@), RESTRICT = contsel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.@> (polygon, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @> (polygon, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@> (polygon, point) IS 'contains'; -- -- Name: @>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@> ( FUNCTION = circle_contain_pt, LEFTARG = circle, RIGHTARG = point, COMMUTATOR = OPERATOR(pg_catalog.<@), RESTRICT = contsel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.@> (circle, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @> (circle, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@> (circle, point) IS 'contains'; -- -- Name: @>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@> ( FUNCTION = aclcontains, LEFTARG = aclitem[], RIGHTARG = aclitem ); ALTER OPERATOR pg_catalog.@> (aclitem[], aclitem) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @> (aclitem[], aclitem); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@> (aclitem[], aclitem) IS 'contains'; -- -- Name: @>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@> ( FUNCTION = circle_contain, LEFTARG = circle, RIGHTARG = circle, COMMUTATOR = OPERATOR(pg_catalog.<@), RESTRICT = contsel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.@> (circle, circle) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @> (circle, circle); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@> (circle, circle) IS 'contains'; -- -- Name: @>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@> ( FUNCTION = arraycontains, LEFTARG = anyarray, RIGHTARG = anyarray, COMMUTATOR = OPERATOR(pg_catalog.<@), RESTRICT = arraycontsel, JOIN = arraycontjoinsel ); ALTER OPERATOR pg_catalog.@> (anyarray, anyarray) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @> (anyarray, anyarray); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@> (anyarray, anyarray) IS 'contains'; -- -- Name: @>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@> ( FUNCTION = multirange_contains_elem, LEFTARG = anymultirange, RIGHTARG = anyelement, COMMUTATOR = OPERATOR(pg_catalog.<@), RESTRICT = multirangesel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.@> (anymultirange, anyelement) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @> (anymultirange, anyelement); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@> (anymultirange, anyelement) IS 'contains'; -- -- Name: @>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@> ( FUNCTION = multirange_contains_range, LEFTARG = anymultirange, RIGHTARG = anyrange, COMMUTATOR = OPERATOR(pg_catalog.<@), RESTRICT = multirangesel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.@> (anymultirange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @> (anymultirange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@> (anymultirange, anyrange) IS 'contains'; -- -- Name: @>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@> ( FUNCTION = multirange_contains_multirange, LEFTARG = anymultirange, RIGHTARG = anymultirange, COMMUTATOR = OPERATOR(pg_catalog.<@), RESTRICT = multirangesel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.@> (anymultirange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @> (anymultirange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@> (anymultirange, anymultirange) IS 'contains'; -- -- Name: @>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@> ( FUNCTION = jsonb_contains, LEFTARG = jsonb, RIGHTARG = jsonb, COMMUTATOR = OPERATOR(pg_catalog.<@), RESTRICT = matchingsel, JOIN = matchingjoinsel ); ALTER OPERATOR pg_catalog.@> (jsonb, jsonb) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @> (jsonb, jsonb); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@> (jsonb, jsonb) IS 'contains'; -- -- Name: @>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@> ( FUNCTION = tsq_mcontains, LEFTARG = tsquery, RIGHTARG = tsquery, COMMUTATOR = OPERATOR(pg_catalog.<@), RESTRICT = matchingsel, JOIN = matchingjoinsel ); ALTER OPERATOR pg_catalog.@> (tsquery, tsquery) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @> (tsquery, tsquery); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@> (tsquery, tsquery) IS 'contains'; -- -- Name: @>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@> ( FUNCTION = range_contains_elem, LEFTARG = anyrange, RIGHTARG = anyelement, COMMUTATOR = OPERATOR(pg_catalog.<@), RESTRICT = rangesel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.@> (anyrange, anyelement) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @> (anyrange, anyelement); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@> (anyrange, anyelement) IS 'contains'; -- -- Name: @>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@> ( FUNCTION = range_contains, LEFTARG = anyrange, RIGHTARG = anyrange, COMMUTATOR = OPERATOR(pg_catalog.<@), RESTRICT = rangesel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.@> (anyrange, anyrange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @> (anyrange, anyrange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@> (anyrange, anyrange) IS 'contains'; -- -- Name: @>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@> ( FUNCTION = range_contains_multirange, LEFTARG = anyrange, RIGHTARG = anymultirange, COMMUTATOR = OPERATOR(pg_catalog.<@), RESTRICT = multirangesel, JOIN = contjoinsel ); ALTER OPERATOR pg_catalog.@> (anyrange, anymultirange) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @> (anyrange, anymultirange); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@> (anyrange, anymultirange) IS 'contains'; -- -- Name: @?; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@? ( FUNCTION = jsonb_path_exists_opr, LEFTARG = jsonb, RIGHTARG = jsonpath, RESTRICT = matchingsel, JOIN = matchingjoinsel ); ALTER OPERATOR pg_catalog.@? (jsonb, jsonpath) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @? (jsonb, jsonpath); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@? (jsonb, jsonpath) IS 'jsonpath exists'; -- -- Name: @@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@@ ( FUNCTION = box_center, RIGHTARG = box ); ALTER OPERATOR pg_catalog.@@ (NONE, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @@ (NONE, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@@ (NONE, box) IS 'center of'; -- -- Name: @@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@@ ( FUNCTION = lseg_center, RIGHTARG = lseg ); ALTER OPERATOR pg_catalog.@@ (NONE, lseg) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @@ (NONE, lseg); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@@ (NONE, lseg) IS 'center of'; -- -- Name: @@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@@ ( FUNCTION = poly_center, RIGHTARG = polygon ); ALTER OPERATOR pg_catalog.@@ (NONE, polygon) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @@ (NONE, polygon); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@@ (NONE, polygon) IS 'center of'; -- -- Name: @@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@@ ( FUNCTION = circle_center, RIGHTARG = circle ); ALTER OPERATOR pg_catalog.@@ (NONE, circle) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @@ (NONE, circle); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@@ (NONE, circle) IS 'center of'; -- -- Name: @@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@@ ( FUNCTION = ts_match_vq, LEFTARG = tsvector, RIGHTARG = tsquery, COMMUTATOR = OPERATOR(pg_catalog.@@), RESTRICT = tsmatchsel, JOIN = tsmatchjoinsel ); ALTER OPERATOR pg_catalog.@@ (tsvector, tsquery) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @@ (tsvector, tsquery); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@@ (tsvector, tsquery) IS 'text search match'; -- -- Name: @@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@@ ( FUNCTION = ts_match_qv, LEFTARG = tsquery, RIGHTARG = tsvector, COMMUTATOR = OPERATOR(pg_catalog.@@), RESTRICT = tsmatchsel, JOIN = tsmatchjoinsel ); ALTER OPERATOR pg_catalog.@@ (tsquery, tsvector) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @@ (tsquery, tsvector); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@@ (tsquery, tsvector) IS 'text search match'; -- -- Name: @@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@@ ( FUNCTION = ts_match_tt, LEFTARG = text, RIGHTARG = text, RESTRICT = matchingsel, JOIN = matchingjoinsel ); ALTER OPERATOR pg_catalog.@@ (text, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @@ (text, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@@ (text, text) IS 'text search match'; -- -- Name: @@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@@ ( FUNCTION = ts_match_tq, LEFTARG = text, RIGHTARG = tsquery, RESTRICT = matchingsel, JOIN = matchingjoinsel ); ALTER OPERATOR pg_catalog.@@ (text, tsquery) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @@ (text, tsquery); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@@ (text, tsquery) IS 'text search match'; -- -- Name: @@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@@ ( FUNCTION = jsonb_path_match_opr, LEFTARG = jsonb, RIGHTARG = jsonpath, RESTRICT = matchingsel, JOIN = matchingjoinsel ); ALTER OPERATOR pg_catalog.@@ (jsonb, jsonpath) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @@ (jsonb, jsonpath); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@@ (jsonb, jsonpath) IS 'jsonpath match'; -- -- Name: @@@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@@@ ( FUNCTION = ts_match_vq, LEFTARG = tsvector, RIGHTARG = tsquery, COMMUTATOR = OPERATOR(pg_catalog.@@@), RESTRICT = tsmatchsel, JOIN = tsmatchjoinsel ); ALTER OPERATOR pg_catalog.@@@ (tsvector, tsquery) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @@@ (tsvector, tsquery); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@@@ (tsvector, tsquery) IS 'deprecated, use @@ instead'; -- -- Name: @@@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.@@@ ( FUNCTION = ts_match_qv, LEFTARG = tsquery, RIGHTARG = tsvector, COMMUTATOR = OPERATOR(pg_catalog.@@@), RESTRICT = tsmatchsel, JOIN = tsmatchjoinsel ); ALTER OPERATOR pg_catalog.@@@ (tsquery, tsvector) OWNER TO "SYSTEM"; -- -- Name: OPERATOR @@@ (tsquery, tsvector); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.@@@ (tsquery, tsvector) IS 'deprecated, use @@ instead'; -- -- Name: ^; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.^ ( FUNCTION = dpow, LEFTARG = double precision, RIGHTARG = double precision ); ALTER OPERATOR pg_catalog.^ (double precision, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ^ (double precision, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.^ (double precision, double precision) IS 'exponentiation'; -- -- Name: ^; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.^ ( FUNCTION = numeric_power, LEFTARG = numeric, RIGHTARG = numeric ); ALTER OPERATOR pg_catalog.^ (numeric, numeric) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ^ (numeric, numeric); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.^ (numeric, numeric) IS 'exponentiation'; -- -- Name: ^@; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.^@ ( FUNCTION = starts_with, LEFTARG = text, RIGHTARG = text, RESTRICT = prefixsel, JOIN = prefixjoinsel ); ALTER OPERATOR pg_catalog.^@ (text, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ^@ (text, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.^@ (text, text) IS 'starts with'; -- -- Name: |; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.| ( FUNCTION = bitor, LEFTARG = bit, RIGHTARG = bit, COMMUTATOR = OPERATOR(pg_catalog.|) ); ALTER OPERATOR pg_catalog.| (bit, bit) OWNER TO "SYSTEM"; -- -- Name: OPERATOR | (bit, bit); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.| (bit, bit) IS 'bitwise or'; -- -- Name: |; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.| ( FUNCTION = int2or, LEFTARG = smallint, RIGHTARG = smallint, COMMUTATOR = OPERATOR(pg_catalog.|) ); ALTER OPERATOR pg_catalog.| (smallint, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR | (smallint, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.| (smallint, smallint) IS 'bitwise or'; -- -- Name: |; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.| ( FUNCTION = int4or, LEFTARG = integer, RIGHTARG = integer, COMMUTATOR = OPERATOR(pg_catalog.|) ); ALTER OPERATOR pg_catalog.| (integer, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR | (integer, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.| (integer, integer) IS 'bitwise or'; -- -- Name: |; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.| ( FUNCTION = int8or, LEFTARG = bigint, RIGHTARG = bigint, COMMUTATOR = OPERATOR(pg_catalog.|) ); ALTER OPERATOR pg_catalog.| (bigint, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR | (bigint, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.| (bigint, bigint) IS 'bitwise or'; -- -- Name: |; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.| ( FUNCTION = inetor, LEFTARG = inet, RIGHTARG = inet ); ALTER OPERATOR pg_catalog.| (inet, inet) OWNER TO "SYSTEM"; -- -- Name: OPERATOR | (inet, inet); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.| (inet, inet) IS 'bitwise or'; -- -- Name: |; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.| ( FUNCTION = macaddr_or, LEFTARG = macaddr, RIGHTARG = macaddr ); ALTER OPERATOR pg_catalog.| (macaddr, macaddr) OWNER TO "SYSTEM"; -- -- Name: OPERATOR | (macaddr, macaddr); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.| (macaddr, macaddr) IS 'bitwise or'; -- -- Name: |; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.| ( FUNCTION = macaddr8_or, LEFTARG = macaddr8, RIGHTARG = macaddr8 ); ALTER OPERATOR pg_catalog.| (macaddr8, macaddr8) OWNER TO "SYSTEM"; -- -- Name: OPERATOR | (macaddr8, macaddr8); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.| (macaddr8, macaddr8) IS 'bitwise or'; -- -- Name: |&>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.|&> ( FUNCTION = box_overabove, LEFTARG = box, RIGHTARG = box, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.|&> (box, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR |&> (box, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.|&> (box, box) IS 'overlaps or is above'; -- -- Name: |&>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.|&> ( FUNCTION = poly_overabove, LEFTARG = polygon, RIGHTARG = polygon, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.|&> (polygon, polygon) OWNER TO "SYSTEM"; -- -- Name: OPERATOR |&> (polygon, polygon); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.|&> (polygon, polygon) IS 'overlaps or is above'; -- -- Name: |&>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.|&> ( FUNCTION = circle_overabove, LEFTARG = circle, RIGHTARG = circle, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.|&> (circle, circle) OWNER TO "SYSTEM"; -- -- Name: OPERATOR |&> (circle, circle); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.|&> (circle, circle) IS 'overlaps or is above'; -- -- Name: |/; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.|/ ( FUNCTION = dsqrt, RIGHTARG = double precision ); ALTER OPERATOR pg_catalog.|/ (NONE, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR |/ (NONE, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.|/ (NONE, double precision) IS 'square root'; -- -- Name: |>>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.|>> ( FUNCTION = circle_above, LEFTARG = circle, RIGHTARG = circle, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.|>> (circle, circle) OWNER TO "SYSTEM"; -- -- Name: OPERATOR |>> (circle, circle); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.|>> (circle, circle) IS 'is above'; -- -- Name: |>>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.|>> ( FUNCTION = box_above, LEFTARG = box, RIGHTARG = box, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.|>> (box, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR |>> (box, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.|>> (box, box) IS 'is above'; -- -- Name: |>>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.|>> ( FUNCTION = poly_above, LEFTARG = polygon, RIGHTARG = polygon, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.|>> (polygon, polygon) OWNER TO "SYSTEM"; -- -- Name: OPERATOR |>> (polygon, polygon); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.|>> (polygon, polygon) IS 'is above'; -- -- Name: |>>; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.|>> ( FUNCTION = point_above, LEFTARG = point, RIGHTARG = point, RESTRICT = positionsel, JOIN = positionjoinsel ); ALTER OPERATOR pg_catalog.|>> (point, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR |>> (point, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.|>> (point, point) IS 'is above'; -- -- Name: ||; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.|| ( FUNCTION = array_append, LEFTARG = anycompatiblearray, RIGHTARG = anycompatible ); ALTER OPERATOR pg_catalog.|| (anycompatiblearray, anycompatible) OWNER TO "SYSTEM"; -- -- Name: OPERATOR || (anycompatiblearray, anycompatible); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.|| (anycompatiblearray, anycompatible) IS 'append element onto end of array'; -- -- Name: ||; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.|| ( FUNCTION = array_prepend, LEFTARG = anycompatible, RIGHTARG = anycompatiblearray ); ALTER OPERATOR pg_catalog.|| (anycompatible, anycompatiblearray) OWNER TO "SYSTEM"; -- -- Name: OPERATOR || (anycompatible, anycompatiblearray); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.|| (anycompatible, anycompatiblearray) IS 'prepend element onto front of array'; -- -- Name: ||; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.|| ( FUNCTION = array_cat, LEFTARG = anycompatiblearray, RIGHTARG = anycompatiblearray ); ALTER OPERATOR pg_catalog.|| (anycompatiblearray, anycompatiblearray) OWNER TO "SYSTEM"; -- -- Name: OPERATOR || (anycompatiblearray, anycompatiblearray); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.|| (anycompatiblearray, anycompatiblearray) IS 'concatenate'; -- -- Name: ||; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.|| ( FUNCTION = textcat, LEFTARG = text, RIGHTARG = text ); ALTER OPERATOR pg_catalog.|| (text, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR || (text, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.|| (text, text) IS 'concatenate'; -- -- Name: ||; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.|| ( FUNCTION = bitcat, LEFTARG = bit varying, RIGHTARG = bit varying ); ALTER OPERATOR pg_catalog.|| (bit varying, bit varying) OWNER TO "SYSTEM"; -- -- Name: OPERATOR || (bit varying, bit varying); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.|| (bit varying, bit varying) IS 'concatenate'; -- -- Name: ||; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.|| ( FUNCTION = byteacat, LEFTARG = bytea, RIGHTARG = bytea ); ALTER OPERATOR pg_catalog.|| (bytea, bytea) OWNER TO "SYSTEM"; -- -- Name: OPERATOR || (bytea, bytea); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.|| (bytea, bytea) IS 'concatenate'; -- -- Name: ||; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.|| ( FUNCTION = textanycat, LEFTARG = text, RIGHTARG = anynonarray ); ALTER OPERATOR pg_catalog.|| (text, anynonarray) OWNER TO "SYSTEM"; -- -- Name: OPERATOR || (text, anynonarray); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.|| (text, anynonarray) IS 'concatenate'; -- -- Name: ||; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.|| ( FUNCTION = anytextcat, LEFTARG = anynonarray, RIGHTARG = text ); ALTER OPERATOR pg_catalog.|| (anynonarray, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR || (anynonarray, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.|| (anynonarray, text) IS 'concatenate'; -- -- Name: ||; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.|| ( FUNCTION = jsonb_concat, LEFTARG = jsonb, RIGHTARG = jsonb ); ALTER OPERATOR pg_catalog.|| (jsonb, jsonb) OWNER TO "SYSTEM"; -- -- Name: OPERATOR || (jsonb, jsonb); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.|| (jsonb, jsonb) IS 'concatenate'; -- -- Name: ||; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.|| ( FUNCTION = tsvector_concat, LEFTARG = tsvector, RIGHTARG = tsvector ); ALTER OPERATOR pg_catalog.|| (tsvector, tsvector) OWNER TO "SYSTEM"; -- -- Name: OPERATOR || (tsvector, tsvector); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.|| (tsvector, tsvector) IS 'concatenate'; -- -- Name: ||; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.|| ( FUNCTION = tsquery_or, LEFTARG = tsquery, RIGHTARG = tsquery ); ALTER OPERATOR pg_catalog.|| (tsquery, tsquery) OWNER TO "SYSTEM"; -- -- Name: OPERATOR || (tsquery, tsquery); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.|| (tsquery, tsquery) IS 'OR-concatenate'; -- -- Name: ||/; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.||/ ( FUNCTION = dcbrt, RIGHTARG = double precision ); ALTER OPERATOR pg_catalog.||/ (NONE, double precision) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ||/ (NONE, double precision); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.||/ (NONE, double precision) IS 'cube root'; -- -- Name: ~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~ ( FUNCTION = bitnot, RIGHTARG = bit ); ALTER OPERATOR pg_catalog.~ (NONE, bit) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~ (NONE, bit); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~ (NONE, bit) IS 'bitwise not'; -- -- Name: ~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~ ( FUNCTION = int2not, RIGHTARG = smallint ); ALTER OPERATOR pg_catalog.~ (NONE, smallint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~ (NONE, smallint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~ (NONE, smallint) IS 'bitwise not'; -- -- Name: ~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~ ( FUNCTION = int4not, RIGHTARG = integer ); ALTER OPERATOR pg_catalog.~ (NONE, integer) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~ (NONE, integer); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~ (NONE, integer) IS 'bitwise not'; -- -- Name: ~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~ ( FUNCTION = int8not, RIGHTARG = bigint ); ALTER OPERATOR pg_catalog.~ (NONE, bigint) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~ (NONE, bigint); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~ (NONE, bigint) IS 'bitwise not'; -- -- Name: ~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~ ( FUNCTION = inetnot, RIGHTARG = inet ); ALTER OPERATOR pg_catalog.~ (NONE, inet) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~ (NONE, inet); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~ (NONE, inet) IS 'bitwise not'; -- -- Name: ~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~ ( FUNCTION = macaddr_not, RIGHTARG = macaddr ); ALTER OPERATOR pg_catalog.~ (NONE, macaddr) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~ (NONE, macaddr); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~ (NONE, macaddr) IS 'bitwise not'; -- -- Name: ~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~ ( FUNCTION = macaddr8_not, RIGHTARG = macaddr8 ); ALTER OPERATOR pg_catalog.~ (NONE, macaddr8) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~ (NONE, macaddr8); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~ (NONE, macaddr8) IS 'bitwise not'; -- -- Name: ~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~ ( FUNCTION = nameregexeq, LEFTARG = name, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.!~), RESTRICT = regexeqsel, JOIN = regexeqjoinsel ); ALTER OPERATOR pg_catalog.~ (name, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~ (name, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~ (name, text) IS 'matches regular expression, case-sensitive'; -- -- Name: ~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~ ( FUNCTION = textregexeq, LEFTARG = text, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.!~), RESTRICT = regexeqsel, JOIN = regexeqjoinsel ); ALTER OPERATOR pg_catalog.~ (text, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~ (text, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~ (text, text) IS 'matches regular expression, case-sensitive'; -- -- Name: ~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~ ( FUNCTION = bpcharregexeq, LEFTARG = character, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.!~), RESTRICT = regexeqsel, JOIN = regexeqjoinsel ); ALTER OPERATOR pg_catalog.~ (character, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~ (character, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~ (character, text) IS 'matches regular expression, case-sensitive'; -- -- Name: ~*; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~* ( FUNCTION = nameicregexeq, LEFTARG = name, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.!~*), RESTRICT = icregexeqsel, JOIN = icregexeqjoinsel ); ALTER OPERATOR pg_catalog.~* (name, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~* (name, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~* (name, text) IS 'matches regular expression, case-insensitive'; -- -- Name: ~*; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~* ( FUNCTION = texticregexeq, LEFTARG = text, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.!~*), RESTRICT = icregexeqsel, JOIN = icregexeqjoinsel ); ALTER OPERATOR pg_catalog.~* (text, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~* (text, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~* (text, text) IS 'matches regular expression, case-insensitive'; -- -- Name: ~*; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~* ( FUNCTION = bpcharicregexeq, LEFTARG = character, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.!~*), RESTRICT = icregexeqsel, JOIN = icregexeqjoinsel ); ALTER OPERATOR pg_catalog.~* (character, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~* (character, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~* (character, text) IS 'matches regular expression, case-insensitive'; -- -- Name: ~<=~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~<=~ ( FUNCTION = text_pattern_le, LEFTARG = text, RIGHTARG = text, COMMUTATOR = OPERATOR(pg_catalog.~>=~), NEGATOR = OPERATOR(pg_catalog.~>~), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.~<=~ (text, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~<=~ (text, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~<=~ (text, text) IS 'less than or equal'; -- -- Name: ~<=~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~<=~ ( FUNCTION = bpchar_pattern_le, LEFTARG = character, RIGHTARG = character, COMMUTATOR = OPERATOR(pg_catalog.~>=~), NEGATOR = OPERATOR(pg_catalog.~>~), RESTRICT = scalarlesel, JOIN = scalarlejoinsel ); ALTER OPERATOR pg_catalog.~<=~ (character, character) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~<=~ (character, character); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~<=~ (character, character) IS 'less than or equal'; -- -- Name: ~<~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~<~ ( FUNCTION = text_pattern_lt, LEFTARG = text, RIGHTARG = text, COMMUTATOR = OPERATOR(pg_catalog.~>~), NEGATOR = OPERATOR(pg_catalog.~>=~), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.~<~ (text, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~<~ (text, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~<~ (text, text) IS 'less than'; -- -- Name: ~<~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~<~ ( FUNCTION = bpchar_pattern_lt, LEFTARG = character, RIGHTARG = character, COMMUTATOR = OPERATOR(pg_catalog.~>~), NEGATOR = OPERATOR(pg_catalog.~>=~), RESTRICT = scalarltsel, JOIN = scalarltjoinsel ); ALTER OPERATOR pg_catalog.~<~ (character, character) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~<~ (character, character); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~<~ (character, character) IS 'less than'; -- -- Name: ~=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~= ( FUNCTION = poly_same, LEFTARG = polygon, RIGHTARG = polygon, COMMUTATOR = OPERATOR(pg_catalog.~=), RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.~= (polygon, polygon) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~= (polygon, polygon); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~= (polygon, polygon) IS 'same as'; -- -- Name: ~=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~= ( FUNCTION = box_same, LEFTARG = box, RIGHTARG = box, COMMUTATOR = OPERATOR(pg_catalog.~=), RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.~= (box, box) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~= (box, box); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~= (box, box) IS 'same as'; -- -- Name: ~=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~= ( FUNCTION = point_eq, LEFTARG = point, RIGHTARG = point, COMMUTATOR = OPERATOR(pg_catalog.~=), NEGATOR = OPERATOR(pg_catalog.<>), RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.~= (point, point) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~= (point, point); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~= (point, point) IS 'same as'; -- -- Name: ~=; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~= ( FUNCTION = circle_same, LEFTARG = circle, RIGHTARG = circle, COMMUTATOR = OPERATOR(pg_catalog.~=), RESTRICT = eqsel, JOIN = eqjoinsel ); ALTER OPERATOR pg_catalog.~= (circle, circle) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~= (circle, circle); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~= (circle, circle) IS 'same as'; -- -- Name: ~>=~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~>=~ ( FUNCTION = text_pattern_ge, LEFTARG = text, RIGHTARG = text, COMMUTATOR = OPERATOR(pg_catalog.~<=~), NEGATOR = OPERATOR(pg_catalog.~<~), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.~>=~ (text, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~>=~ (text, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~>=~ (text, text) IS 'greater than or equal'; -- -- Name: ~>=~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~>=~ ( FUNCTION = bpchar_pattern_ge, LEFTARG = character, RIGHTARG = character, COMMUTATOR = OPERATOR(pg_catalog.~<=~), NEGATOR = OPERATOR(pg_catalog.~<~), RESTRICT = scalargesel, JOIN = scalargejoinsel ); ALTER OPERATOR pg_catalog.~>=~ (character, character) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~>=~ (character, character); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~>=~ (character, character) IS 'greater than or equal'; -- -- Name: ~>~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~>~ ( FUNCTION = text_pattern_gt, LEFTARG = text, RIGHTARG = text, COMMUTATOR = OPERATOR(pg_catalog.~<~), NEGATOR = OPERATOR(pg_catalog.~<=~), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.~>~ (text, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~>~ (text, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~>~ (text, text) IS 'greater than'; -- -- Name: ~>~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~>~ ( FUNCTION = bpchar_pattern_gt, LEFTARG = character, RIGHTARG = character, COMMUTATOR = OPERATOR(pg_catalog.~<~), NEGATOR = OPERATOR(pg_catalog.~<=~), RESTRICT = scalargtsel, JOIN = scalargtjoinsel ); ALTER OPERATOR pg_catalog.~>~ (character, character) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~>~ (character, character); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~>~ (character, character) IS 'greater than'; -- -- Name: ~~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~~ ( FUNCTION = namelike, LEFTARG = name, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.!~~), RESTRICT = likesel, JOIN = likejoinsel ); ALTER OPERATOR pg_catalog.~~ (name, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~~ (name, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~~ (name, text) IS 'matches LIKE expression'; -- -- Name: ~~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~~ ( FUNCTION = textlike, LEFTARG = text, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.!~~), RESTRICT = likesel, JOIN = likejoinsel ); ALTER OPERATOR pg_catalog.~~ (text, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~~ (text, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~~ (text, text) IS 'matches LIKE expression'; -- -- Name: ~~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~~ ( FUNCTION = bpcharlike, LEFTARG = character, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.!~~), RESTRICT = likesel, JOIN = likejoinsel ); ALTER OPERATOR pg_catalog.~~ (character, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~~ (character, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~~ (character, text) IS 'matches LIKE expression'; -- -- Name: ~~; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~~ ( FUNCTION = bytealike, LEFTARG = bytea, RIGHTARG = bytea, NEGATOR = OPERATOR(pg_catalog.!~~), RESTRICT = likesel, JOIN = likejoinsel ); ALTER OPERATOR pg_catalog.~~ (bytea, bytea) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~~ (bytea, bytea); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~~ (bytea, bytea) IS 'matches LIKE expression'; -- -- Name: ~~*; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~~* ( FUNCTION = nameiclike, LEFTARG = name, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.!~~*), RESTRICT = iclikesel, JOIN = iclikejoinsel ); ALTER OPERATOR pg_catalog.~~* (name, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~~* (name, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~~* (name, text) IS 'matches LIKE expression, case-insensitive'; -- -- Name: ~~*; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~~* ( FUNCTION = texticlike, LEFTARG = text, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.!~~*), RESTRICT = iclikesel, JOIN = iclikejoinsel ); ALTER OPERATOR pg_catalog.~~* (text, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~~* (text, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~~* (text, text) IS 'matches LIKE expression, case-insensitive'; -- -- Name: ~~*; Type: OPERATOR; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR pg_catalog.~~* ( FUNCTION = bpchariclike, LEFTARG = character, RIGHTARG = text, NEGATOR = OPERATOR(pg_catalog.!~~*), RESTRICT = iclikesel, JOIN = iclikejoinsel ); ALTER OPERATOR pg_catalog.~~* (character, text) OWNER TO "SYSTEM"; -- -- Name: OPERATOR ~~* (character, text); Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON OPERATOR pg_catalog.~~* (character, text) IS 'matches LIKE expression, case-insensitive'; -- -- Name: aclitem_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.aclitem_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.aclitem_ops USING hash OWNER TO "SYSTEM"; -- -- Name: aclitem_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.aclitem_ops DEFAULT FOR TYPE aclitem USING hash FAMILY pg_catalog.aclitem_ops AS STORAGE aclitem; ALTER OPERATOR CLASS pg_catalog.aclitem_ops USING hash OWNER TO "SYSTEM"; -- -- Name: array_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.array_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.array_ops USING btree OWNER TO "SYSTEM"; -- -- Name: array_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.array_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.array_ops USING hash OWNER TO "SYSTEM"; -- -- Name: array_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.array_ops USING gin; ALTER OPERATOR FAMILY pg_catalog.array_ops USING gin OWNER TO "SYSTEM"; -- -- Name: array_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.array_ops DEFAULT FOR TYPE anyarray USING btree FAMILY pg_catalog.array_ops AS STORAGE anyarray; ALTER OPERATOR CLASS pg_catalog.array_ops USING btree OWNER TO "SYSTEM"; -- -- Name: array_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.array_ops DEFAULT FOR TYPE anyarray USING hash FAMILY pg_catalog.array_ops AS STORAGE anyarray; ALTER OPERATOR CLASS pg_catalog.array_ops USING hash OWNER TO "SYSTEM"; -- -- Name: array_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.array_ops DEFAULT FOR TYPE anyarray USING gin FAMILY pg_catalog.array_ops AS STORAGE anyelement; ALTER OPERATOR CLASS pg_catalog.array_ops USING gin OWNER TO "SYSTEM"; -- -- Name: bit_minmax_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.bit_minmax_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.bit_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: bit_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.bit_minmax_ops DEFAULT FOR TYPE bit USING brin FAMILY pg_catalog.bit_minmax_ops AS STORAGE bit; ALTER OPERATOR CLASS pg_catalog.bit_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: bit_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.bit_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.bit_ops USING btree OWNER TO "SYSTEM"; -- -- Name: bit_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.bit_ops DEFAULT FOR TYPE bit USING btree FAMILY pg_catalog.bit_ops AS STORAGE bit; ALTER OPERATOR CLASS pg_catalog.bit_ops USING btree OWNER TO "SYSTEM"; -- -- Name: bool_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.bool_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.bool_ops USING btree OWNER TO "SYSTEM"; -- -- Name: bool_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.bool_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.bool_ops USING hash OWNER TO "SYSTEM"; -- -- Name: bool_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.bool_ops DEFAULT FOR TYPE boolean USING btree FAMILY pg_catalog.bool_ops AS STORAGE boolean; ALTER OPERATOR CLASS pg_catalog.bool_ops USING btree OWNER TO "SYSTEM"; -- -- Name: bool_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.bool_ops DEFAULT FOR TYPE boolean USING hash FAMILY pg_catalog.bool_ops AS STORAGE boolean; ALTER OPERATOR CLASS pg_catalog.bool_ops USING hash OWNER TO "SYSTEM"; -- -- Name: box_inclusion_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.box_inclusion_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.box_inclusion_ops USING brin OWNER TO "SYSTEM"; -- -- Name: box_inclusion_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.box_inclusion_ops DEFAULT FOR TYPE box USING brin FAMILY pg_catalog.box_inclusion_ops AS STORAGE box; ALTER OPERATOR CLASS pg_catalog.box_inclusion_ops USING brin OWNER TO "SYSTEM"; -- -- Name: box_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.box_ops USING gist; ALTER OPERATOR FAMILY pg_catalog.box_ops USING gist OWNER TO "SYSTEM"; -- -- Name: box_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.box_ops USING spgist; ALTER OPERATOR FAMILY pg_catalog.box_ops USING spgist OWNER TO "SYSTEM"; -- -- Name: box_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.box_ops DEFAULT FOR TYPE box USING gist FAMILY pg_catalog.box_ops AS STORAGE box; ALTER OPERATOR CLASS pg_catalog.box_ops USING gist OWNER TO "SYSTEM"; -- -- Name: box_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.box_ops DEFAULT FOR TYPE box USING spgist FAMILY pg_catalog.box_ops AS STORAGE box; ALTER OPERATOR CLASS pg_catalog.box_ops USING spgist OWNER TO "SYSTEM"; -- -- Name: bpchar_bloom_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.bpchar_bloom_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.bpchar_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: bpchar_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.bpchar_bloom_ops FOR TYPE character USING brin FAMILY pg_catalog.bpchar_bloom_ops AS STORAGE character; ALTER OPERATOR CLASS pg_catalog.bpchar_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: bpchar_minmax_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.bpchar_minmax_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.bpchar_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: bpchar_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.bpchar_minmax_ops DEFAULT FOR TYPE character USING brin FAMILY pg_catalog.bpchar_minmax_ops AS STORAGE character; ALTER OPERATOR CLASS pg_catalog.bpchar_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: bpchar_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.bpchar_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.bpchar_ops USING btree OWNER TO "SYSTEM"; -- -- Name: bpchar_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.bpchar_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.bpchar_ops USING hash OWNER TO "SYSTEM"; -- -- Name: bpchar_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.bpchar_ops DEFAULT FOR TYPE character USING btree FAMILY pg_catalog.bpchar_ops AS STORAGE character; ALTER OPERATOR CLASS pg_catalog.bpchar_ops USING btree OWNER TO "SYSTEM"; -- -- Name: bpchar_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.bpchar_ops DEFAULT FOR TYPE character USING hash FAMILY pg_catalog.bpchar_ops AS STORAGE character; ALTER OPERATOR CLASS pg_catalog.bpchar_ops USING hash OWNER TO "SYSTEM"; -- -- Name: bpchar_pattern_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.bpchar_pattern_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.bpchar_pattern_ops USING btree OWNER TO "SYSTEM"; -- -- Name: bpchar_pattern_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.bpchar_pattern_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.bpchar_pattern_ops USING hash OWNER TO "SYSTEM"; -- -- Name: bpchar_pattern_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.bpchar_pattern_ops FOR TYPE character USING btree FAMILY pg_catalog.bpchar_pattern_ops AS STORAGE character; ALTER OPERATOR CLASS pg_catalog.bpchar_pattern_ops USING btree OWNER TO "SYSTEM"; -- -- Name: bpchar_pattern_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.bpchar_pattern_ops FOR TYPE character USING hash FAMILY pg_catalog.bpchar_pattern_ops AS STORAGE character; ALTER OPERATOR CLASS pg_catalog.bpchar_pattern_ops USING hash OWNER TO "SYSTEM"; -- -- Name: bytea_bloom_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.bytea_bloom_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.bytea_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: bytea_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.bytea_bloom_ops FOR TYPE bytea USING brin FAMILY pg_catalog.bytea_bloom_ops AS STORAGE bytea; ALTER OPERATOR CLASS pg_catalog.bytea_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: bytea_minmax_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.bytea_minmax_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.bytea_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: bytea_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.bytea_minmax_ops DEFAULT FOR TYPE bytea USING brin FAMILY pg_catalog.bytea_minmax_ops AS STORAGE bytea; ALTER OPERATOR CLASS pg_catalog.bytea_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: bytea_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.bytea_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.bytea_ops USING btree OWNER TO "SYSTEM"; -- -- Name: bytea_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.bytea_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.bytea_ops USING hash OWNER TO "SYSTEM"; -- -- Name: bytea_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.bytea_ops DEFAULT FOR TYPE bytea USING btree FAMILY pg_catalog.bytea_ops AS STORAGE bytea; ALTER OPERATOR CLASS pg_catalog.bytea_ops USING btree OWNER TO "SYSTEM"; -- -- Name: bytea_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.bytea_ops DEFAULT FOR TYPE bytea USING hash FAMILY pg_catalog.bytea_ops AS STORAGE bytea; ALTER OPERATOR CLASS pg_catalog.bytea_ops USING hash OWNER TO "SYSTEM"; -- -- Name: char_bloom_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.char_bloom_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.char_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: char_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.char_bloom_ops FOR TYPE "char" USING brin FAMILY pg_catalog.char_bloom_ops AS STORAGE "char"; ALTER OPERATOR CLASS pg_catalog.char_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: char_minmax_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.char_minmax_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.char_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: char_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.char_minmax_ops DEFAULT FOR TYPE "char" USING brin FAMILY pg_catalog.char_minmax_ops AS STORAGE "char"; ALTER OPERATOR CLASS pg_catalog.char_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: char_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.char_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.char_ops USING btree OWNER TO "SYSTEM"; -- -- Name: char_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.char_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.char_ops USING hash OWNER TO "SYSTEM"; -- -- Name: char_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.char_ops DEFAULT FOR TYPE "char" USING btree FAMILY pg_catalog.char_ops AS STORAGE "char"; ALTER OPERATOR CLASS pg_catalog.char_ops USING btree OWNER TO "SYSTEM"; -- -- Name: char_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.char_ops DEFAULT FOR TYPE "char" USING hash FAMILY pg_catalog.char_ops AS STORAGE "char"; ALTER OPERATOR CLASS pg_catalog.char_ops USING hash OWNER TO "SYSTEM"; -- -- Name: cid_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.cid_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.cid_ops USING hash OWNER TO "SYSTEM"; -- -- Name: cid_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.cid_ops DEFAULT FOR TYPE cid USING hash FAMILY pg_catalog.cid_ops AS STORAGE cid; ALTER OPERATOR CLASS pg_catalog.cid_ops USING hash OWNER TO "SYSTEM"; -- -- Name: cidr_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.cidr_ops FOR TYPE inet USING btree FAMILY pg_catalog.network_ops AS STORAGE inet; ALTER OPERATOR CLASS pg_catalog.cidr_ops USING btree OWNER TO "SYSTEM"; -- -- Name: cidr_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.cidr_ops FOR TYPE inet USING hash FAMILY pg_catalog.network_ops AS STORAGE inet; ALTER OPERATOR CLASS pg_catalog.cidr_ops USING hash OWNER TO "SYSTEM"; -- -- Name: circle_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.circle_ops USING gist; ALTER OPERATOR FAMILY pg_catalog.circle_ops USING gist OWNER TO "SYSTEM"; -- -- Name: circle_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.circle_ops DEFAULT FOR TYPE circle USING gist FAMILY pg_catalog.circle_ops AS STORAGE box; ALTER OPERATOR CLASS pg_catalog.circle_ops USING gist OWNER TO "SYSTEM"; -- -- Name: date_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.date_bloom_ops FOR TYPE date USING brin FAMILY pg_catalog.datetime_bloom_ops AS STORAGE date; ALTER OPERATOR CLASS pg_catalog.date_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: date_minmax_multi_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.date_minmax_multi_ops FOR TYPE date USING brin FAMILY pg_catalog.datetime_minmax_multi_ops AS STORAGE date; ALTER OPERATOR CLASS pg_catalog.date_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: date_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.date_minmax_ops DEFAULT FOR TYPE date USING brin FAMILY pg_catalog.datetime_minmax_ops AS STORAGE date; ALTER OPERATOR CLASS pg_catalog.date_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: date_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.date_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.date_ops USING hash OWNER TO "SYSTEM"; -- -- Name: date_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.date_ops DEFAULT FOR TYPE date USING btree FAMILY pg_catalog.datetime_ops AS STORAGE date; ALTER OPERATOR CLASS pg_catalog.date_ops USING btree OWNER TO "SYSTEM"; -- -- Name: date_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.date_ops DEFAULT FOR TYPE date USING hash FAMILY pg_catalog.date_ops AS STORAGE date; ALTER OPERATOR CLASS pg_catalog.date_ops USING hash OWNER TO "SYSTEM"; -- -- Name: datetime_bloom_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.datetime_bloom_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.datetime_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: datetime_minmax_multi_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.datetime_minmax_multi_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.datetime_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: datetime_minmax_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.datetime_minmax_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.datetime_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: datetime_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.datetime_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.datetime_ops USING btree OWNER TO "SYSTEM"; -- -- Name: enum_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.enum_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.enum_ops USING btree OWNER TO "SYSTEM"; -- -- Name: enum_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.enum_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.enum_ops USING hash OWNER TO "SYSTEM"; -- -- Name: enum_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.enum_ops DEFAULT FOR TYPE anyenum USING btree FAMILY pg_catalog.enum_ops AS STORAGE anyenum; ALTER OPERATOR CLASS pg_catalog.enum_ops USING btree OWNER TO "SYSTEM"; -- -- Name: enum_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.enum_ops DEFAULT FOR TYPE anyenum USING hash FAMILY pg_catalog.enum_ops AS STORAGE anyenum; ALTER OPERATOR CLASS pg_catalog.enum_ops USING hash OWNER TO "SYSTEM"; -- -- Name: float4_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.float4_bloom_ops FOR TYPE real USING brin FAMILY pg_catalog.float_bloom_ops AS STORAGE real; ALTER OPERATOR CLASS pg_catalog.float4_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: float4_minmax_multi_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.float4_minmax_multi_ops FOR TYPE real USING brin FAMILY pg_catalog.float_minmax_multi_ops AS STORAGE real; ALTER OPERATOR CLASS pg_catalog.float4_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: float4_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.float4_minmax_ops DEFAULT FOR TYPE real USING brin FAMILY pg_catalog.float_minmax_ops AS STORAGE real; ALTER OPERATOR CLASS pg_catalog.float4_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: float4_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.float4_ops DEFAULT FOR TYPE real USING btree FAMILY pg_catalog.float_ops AS STORAGE real; ALTER OPERATOR CLASS pg_catalog.float4_ops USING btree OWNER TO "SYSTEM"; -- -- Name: float4_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.float4_ops DEFAULT FOR TYPE real USING hash FAMILY pg_catalog.float_ops AS STORAGE real; ALTER OPERATOR CLASS pg_catalog.float4_ops USING hash OWNER TO "SYSTEM"; -- -- Name: float8_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.float8_bloom_ops FOR TYPE double precision USING brin FAMILY pg_catalog.float_bloom_ops AS STORAGE double precision; ALTER OPERATOR CLASS pg_catalog.float8_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: float8_minmax_multi_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.float8_minmax_multi_ops FOR TYPE double precision USING brin FAMILY pg_catalog.float_minmax_multi_ops AS STORAGE double precision; ALTER OPERATOR CLASS pg_catalog.float8_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: float8_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.float8_minmax_ops DEFAULT FOR TYPE double precision USING brin FAMILY pg_catalog.float_minmax_ops AS STORAGE double precision; ALTER OPERATOR CLASS pg_catalog.float8_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: float8_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.float8_ops DEFAULT FOR TYPE double precision USING btree FAMILY pg_catalog.float_ops AS STORAGE double precision; ALTER OPERATOR CLASS pg_catalog.float8_ops USING btree OWNER TO "SYSTEM"; -- -- Name: float8_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.float8_ops DEFAULT FOR TYPE double precision USING hash FAMILY pg_catalog.float_ops AS STORAGE double precision; ALTER OPERATOR CLASS pg_catalog.float8_ops USING hash OWNER TO "SYSTEM"; -- -- Name: float_bloom_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.float_bloom_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.float_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: float_minmax_multi_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.float_minmax_multi_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.float_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: float_minmax_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.float_minmax_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.float_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: float_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.float_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.float_ops USING btree OWNER TO "SYSTEM"; -- -- Name: float_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.float_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.float_ops USING hash OWNER TO "SYSTEM"; -- -- Name: inet_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.inet_bloom_ops FOR TYPE inet USING brin FAMILY pg_catalog.network_bloom_ops AS STORAGE inet; ALTER OPERATOR CLASS pg_catalog.inet_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: inet_inclusion_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.inet_inclusion_ops DEFAULT FOR TYPE inet USING brin FAMILY pg_catalog.network_inclusion_ops AS STORAGE inet; ALTER OPERATOR CLASS pg_catalog.inet_inclusion_ops USING brin OWNER TO "SYSTEM"; -- -- Name: inet_minmax_multi_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.inet_minmax_multi_ops FOR TYPE inet USING brin FAMILY pg_catalog.network_minmax_multi_ops AS STORAGE inet; ALTER OPERATOR CLASS pg_catalog.inet_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: inet_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.inet_minmax_ops FOR TYPE inet USING brin FAMILY pg_catalog.network_minmax_ops AS STORAGE inet; ALTER OPERATOR CLASS pg_catalog.inet_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: inet_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.inet_ops DEFAULT FOR TYPE inet USING btree FAMILY pg_catalog.network_ops AS STORAGE inet; ALTER OPERATOR CLASS pg_catalog.inet_ops USING btree OWNER TO "SYSTEM"; -- -- Name: inet_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.inet_ops DEFAULT FOR TYPE inet USING hash FAMILY pg_catalog.network_ops AS STORAGE inet; ALTER OPERATOR CLASS pg_catalog.inet_ops USING hash OWNER TO "SYSTEM"; -- -- Name: inet_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.inet_ops FOR TYPE inet USING gist FAMILY pg_catalog.network_ops AS STORAGE inet; ALTER OPERATOR CLASS pg_catalog.inet_ops USING gist OWNER TO "SYSTEM"; -- -- Name: inet_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.inet_ops DEFAULT FOR TYPE inet USING spgist FAMILY pg_catalog.network_ops AS STORAGE inet; ALTER OPERATOR CLASS pg_catalog.inet_ops USING spgist OWNER TO "SYSTEM"; -- -- Name: int2_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.int2_bloom_ops FOR TYPE smallint USING brin FAMILY pg_catalog.integer_bloom_ops AS STORAGE smallint; ALTER OPERATOR CLASS pg_catalog.int2_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: int2_minmax_multi_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.int2_minmax_multi_ops FOR TYPE smallint USING brin FAMILY pg_catalog.integer_minmax_multi_ops AS STORAGE smallint; ALTER OPERATOR CLASS pg_catalog.int2_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: int2_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.int2_minmax_ops DEFAULT FOR TYPE smallint USING brin FAMILY pg_catalog.integer_minmax_ops AS STORAGE smallint; ALTER OPERATOR CLASS pg_catalog.int2_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: int2_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.int2_ops DEFAULT FOR TYPE smallint USING btree FAMILY pg_catalog.integer_ops AS STORAGE smallint; ALTER OPERATOR CLASS pg_catalog.int2_ops USING btree OWNER TO "SYSTEM"; -- -- Name: int2_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.int2_ops DEFAULT FOR TYPE smallint USING hash FAMILY pg_catalog.integer_ops AS STORAGE smallint; ALTER OPERATOR CLASS pg_catalog.int2_ops USING hash OWNER TO "SYSTEM"; -- -- Name: int4_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.int4_bloom_ops FOR TYPE integer USING brin FAMILY pg_catalog.integer_bloom_ops AS STORAGE integer; ALTER OPERATOR CLASS pg_catalog.int4_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: int4_minmax_multi_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.int4_minmax_multi_ops FOR TYPE integer USING brin FAMILY pg_catalog.integer_minmax_multi_ops AS STORAGE integer; ALTER OPERATOR CLASS pg_catalog.int4_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: int4_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.int4_minmax_ops DEFAULT FOR TYPE integer USING brin FAMILY pg_catalog.integer_minmax_ops AS STORAGE integer; ALTER OPERATOR CLASS pg_catalog.int4_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: int4_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.int4_ops DEFAULT FOR TYPE integer USING btree FAMILY pg_catalog.integer_ops AS STORAGE integer; ALTER OPERATOR CLASS pg_catalog.int4_ops USING btree OWNER TO "SYSTEM"; -- -- Name: int4_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.int4_ops DEFAULT FOR TYPE integer USING hash FAMILY pg_catalog.integer_ops AS STORAGE integer; ALTER OPERATOR CLASS pg_catalog.int4_ops USING hash OWNER TO "SYSTEM"; -- -- Name: int8_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.int8_bloom_ops FOR TYPE bigint USING brin FAMILY pg_catalog.integer_bloom_ops AS STORAGE bigint; ALTER OPERATOR CLASS pg_catalog.int8_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: int8_minmax_multi_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.int8_minmax_multi_ops FOR TYPE bigint USING brin FAMILY pg_catalog.integer_minmax_multi_ops AS STORAGE bigint; ALTER OPERATOR CLASS pg_catalog.int8_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: int8_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.int8_minmax_ops DEFAULT FOR TYPE bigint USING brin FAMILY pg_catalog.integer_minmax_ops AS STORAGE bigint; ALTER OPERATOR CLASS pg_catalog.int8_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: int8_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.int8_ops DEFAULT FOR TYPE bigint USING btree FAMILY pg_catalog.integer_ops AS STORAGE bigint; ALTER OPERATOR CLASS pg_catalog.int8_ops USING btree OWNER TO "SYSTEM"; -- -- Name: int8_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.int8_ops DEFAULT FOR TYPE bigint USING hash FAMILY pg_catalog.integer_ops AS STORAGE bigint; ALTER OPERATOR CLASS pg_catalog.int8_ops USING hash OWNER TO "SYSTEM"; -- -- Name: integer_bloom_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.integer_bloom_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.integer_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: integer_minmax_multi_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.integer_minmax_multi_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.integer_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: integer_minmax_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.integer_minmax_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.integer_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: integer_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.integer_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.integer_ops USING btree OWNER TO "SYSTEM"; -- -- Name: integer_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.integer_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.integer_ops USING hash OWNER TO "SYSTEM"; -- -- Name: interval_bloom_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.interval_bloom_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.interval_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: interval_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.interval_bloom_ops FOR TYPE interval USING brin FAMILY pg_catalog.interval_bloom_ops AS STORAGE interval; ALTER OPERATOR CLASS pg_catalog.interval_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: interval_minmax_multi_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.interval_minmax_multi_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.interval_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: interval_minmax_multi_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.interval_minmax_multi_ops FOR TYPE interval USING brin FAMILY pg_catalog.interval_minmax_multi_ops AS STORAGE interval; ALTER OPERATOR CLASS pg_catalog.interval_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: interval_minmax_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.interval_minmax_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.interval_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: interval_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.interval_minmax_ops DEFAULT FOR TYPE interval USING brin FAMILY pg_catalog.interval_minmax_ops AS STORAGE interval; ALTER OPERATOR CLASS pg_catalog.interval_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: interval_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.interval_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.interval_ops USING btree OWNER TO "SYSTEM"; -- -- Name: interval_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.interval_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.interval_ops USING hash OWNER TO "SYSTEM"; -- -- Name: interval_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.interval_ops DEFAULT FOR TYPE interval USING btree FAMILY pg_catalog.interval_ops AS STORAGE interval; ALTER OPERATOR CLASS pg_catalog.interval_ops USING btree OWNER TO "SYSTEM"; -- -- Name: interval_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.interval_ops DEFAULT FOR TYPE interval USING hash FAMILY pg_catalog.interval_ops AS STORAGE interval; ALTER OPERATOR CLASS pg_catalog.interval_ops USING hash OWNER TO "SYSTEM"; -- -- Name: jsonb_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.jsonb_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.jsonb_ops USING btree OWNER TO "SYSTEM"; -- -- Name: jsonb_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.jsonb_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.jsonb_ops USING hash OWNER TO "SYSTEM"; -- -- Name: jsonb_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.jsonb_ops USING gin; ALTER OPERATOR FAMILY pg_catalog.jsonb_ops USING gin OWNER TO "SYSTEM"; -- -- Name: jsonb_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.jsonb_ops DEFAULT FOR TYPE jsonb USING btree FAMILY pg_catalog.jsonb_ops AS STORAGE jsonb; ALTER OPERATOR CLASS pg_catalog.jsonb_ops USING btree OWNER TO "SYSTEM"; -- -- Name: jsonb_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.jsonb_ops DEFAULT FOR TYPE jsonb USING hash FAMILY pg_catalog.jsonb_ops AS STORAGE jsonb; ALTER OPERATOR CLASS pg_catalog.jsonb_ops USING hash OWNER TO "SYSTEM"; -- -- Name: jsonb_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.jsonb_ops DEFAULT FOR TYPE jsonb USING gin FAMILY pg_catalog.jsonb_ops AS STORAGE text; ALTER OPERATOR CLASS pg_catalog.jsonb_ops USING gin OWNER TO "SYSTEM"; -- -- Name: jsonb_path_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.jsonb_path_ops USING gin; ALTER OPERATOR FAMILY pg_catalog.jsonb_path_ops USING gin OWNER TO "SYSTEM"; -- -- Name: jsonb_path_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.jsonb_path_ops FOR TYPE jsonb USING gin FAMILY pg_catalog.jsonb_path_ops AS STORAGE integer; ALTER OPERATOR CLASS pg_catalog.jsonb_path_ops USING gin OWNER TO "SYSTEM"; -- -- Name: kd_point_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.kd_point_ops USING spgist; ALTER OPERATOR FAMILY pg_catalog.kd_point_ops USING spgist OWNER TO "SYSTEM"; -- -- Name: kd_point_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.kd_point_ops FOR TYPE point USING spgist FAMILY pg_catalog.kd_point_ops AS STORAGE point; ALTER OPERATOR CLASS pg_catalog.kd_point_ops USING spgist OWNER TO "SYSTEM"; -- -- Name: macaddr8_bloom_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.macaddr8_bloom_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.macaddr8_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: macaddr8_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.macaddr8_bloom_ops FOR TYPE macaddr8 USING brin FAMILY pg_catalog.macaddr8_bloom_ops AS STORAGE macaddr8; ALTER OPERATOR CLASS pg_catalog.macaddr8_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: macaddr8_minmax_multi_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.macaddr8_minmax_multi_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.macaddr8_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: macaddr8_minmax_multi_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.macaddr8_minmax_multi_ops FOR TYPE macaddr8 USING brin FAMILY pg_catalog.macaddr8_minmax_multi_ops AS STORAGE macaddr8; ALTER OPERATOR CLASS pg_catalog.macaddr8_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: macaddr8_minmax_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.macaddr8_minmax_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.macaddr8_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: macaddr8_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.macaddr8_minmax_ops DEFAULT FOR TYPE macaddr8 USING brin FAMILY pg_catalog.macaddr8_minmax_ops AS STORAGE macaddr8; ALTER OPERATOR CLASS pg_catalog.macaddr8_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: macaddr8_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.macaddr8_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.macaddr8_ops USING btree OWNER TO "SYSTEM"; -- -- Name: macaddr8_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.macaddr8_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.macaddr8_ops USING hash OWNER TO "SYSTEM"; -- -- Name: macaddr8_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.macaddr8_ops DEFAULT FOR TYPE macaddr8 USING btree FAMILY pg_catalog.macaddr8_ops AS STORAGE macaddr8; ALTER OPERATOR CLASS pg_catalog.macaddr8_ops USING btree OWNER TO "SYSTEM"; -- -- Name: macaddr8_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.macaddr8_ops DEFAULT FOR TYPE macaddr8 USING hash FAMILY pg_catalog.macaddr8_ops AS STORAGE macaddr8; ALTER OPERATOR CLASS pg_catalog.macaddr8_ops USING hash OWNER TO "SYSTEM"; -- -- Name: macaddr_bloom_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.macaddr_bloom_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.macaddr_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: macaddr_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.macaddr_bloom_ops FOR TYPE macaddr USING brin FAMILY pg_catalog.macaddr_bloom_ops AS STORAGE macaddr; ALTER OPERATOR CLASS pg_catalog.macaddr_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: macaddr_minmax_multi_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.macaddr_minmax_multi_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.macaddr_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: macaddr_minmax_multi_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.macaddr_minmax_multi_ops FOR TYPE macaddr USING brin FAMILY pg_catalog.macaddr_minmax_multi_ops AS STORAGE macaddr; ALTER OPERATOR CLASS pg_catalog.macaddr_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: macaddr_minmax_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.macaddr_minmax_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.macaddr_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: macaddr_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.macaddr_minmax_ops DEFAULT FOR TYPE macaddr USING brin FAMILY pg_catalog.macaddr_minmax_ops AS STORAGE macaddr; ALTER OPERATOR CLASS pg_catalog.macaddr_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: macaddr_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.macaddr_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.macaddr_ops USING btree OWNER TO "SYSTEM"; -- -- Name: macaddr_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.macaddr_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.macaddr_ops USING hash OWNER TO "SYSTEM"; -- -- Name: macaddr_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.macaddr_ops DEFAULT FOR TYPE macaddr USING btree FAMILY pg_catalog.macaddr_ops AS STORAGE macaddr; ALTER OPERATOR CLASS pg_catalog.macaddr_ops USING btree OWNER TO "SYSTEM"; -- -- Name: macaddr_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.macaddr_ops DEFAULT FOR TYPE macaddr USING hash FAMILY pg_catalog.macaddr_ops AS STORAGE macaddr; ALTER OPERATOR CLASS pg_catalog.macaddr_ops USING hash OWNER TO "SYSTEM"; -- -- Name: money_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.money_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.money_ops USING btree OWNER TO "SYSTEM"; -- -- Name: money_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.money_ops DEFAULT FOR TYPE money USING btree FAMILY pg_catalog.money_ops AS STORAGE money; ALTER OPERATOR CLASS pg_catalog.money_ops USING btree OWNER TO "SYSTEM"; -- -- Name: multirange_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.multirange_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.multirange_ops USING btree OWNER TO "SYSTEM"; -- -- Name: multirange_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.multirange_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.multirange_ops USING hash OWNER TO "SYSTEM"; -- -- Name: multirange_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.multirange_ops USING gist; ALTER OPERATOR FAMILY pg_catalog.multirange_ops USING gist OWNER TO "SYSTEM"; -- -- Name: multirange_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.multirange_ops DEFAULT FOR TYPE anymultirange USING btree FAMILY pg_catalog.multirange_ops AS STORAGE anymultirange; ALTER OPERATOR CLASS pg_catalog.multirange_ops USING btree OWNER TO "SYSTEM"; -- -- Name: multirange_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.multirange_ops DEFAULT FOR TYPE anymultirange USING hash FAMILY pg_catalog.multirange_ops AS STORAGE anymultirange; ALTER OPERATOR CLASS pg_catalog.multirange_ops USING hash OWNER TO "SYSTEM"; -- -- Name: multirange_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.multirange_ops DEFAULT FOR TYPE anymultirange USING gist FAMILY pg_catalog.multirange_ops AS STORAGE anyrange; ALTER OPERATOR CLASS pg_catalog.multirange_ops USING gist OWNER TO "SYSTEM"; -- -- Name: name_bloom_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.name_bloom_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.name_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: name_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.name_bloom_ops FOR TYPE name USING brin FAMILY pg_catalog.name_bloom_ops AS STORAGE name; ALTER OPERATOR CLASS pg_catalog.name_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: name_minmax_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.name_minmax_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.name_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: name_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.name_minmax_ops DEFAULT FOR TYPE name USING brin FAMILY pg_catalog.name_minmax_ops AS STORAGE name; ALTER OPERATOR CLASS pg_catalog.name_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: name_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.name_ops DEFAULT FOR TYPE name USING btree FAMILY pg_catalog.text_ops AS STORAGE cstring; ALTER OPERATOR CLASS pg_catalog.name_ops USING btree OWNER TO "SYSTEM"; -- -- Name: name_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.name_ops DEFAULT FOR TYPE name USING hash FAMILY pg_catalog.text_ops AS STORAGE name; ALTER OPERATOR CLASS pg_catalog.name_ops USING hash OWNER TO "SYSTEM"; -- -- Name: network_bloom_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.network_bloom_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.network_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: network_inclusion_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.network_inclusion_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.network_inclusion_ops USING brin OWNER TO "SYSTEM"; -- -- Name: network_minmax_multi_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.network_minmax_multi_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.network_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: network_minmax_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.network_minmax_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.network_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: network_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.network_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.network_ops USING btree OWNER TO "SYSTEM"; -- -- Name: network_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.network_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.network_ops USING hash OWNER TO "SYSTEM"; -- -- Name: network_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.network_ops USING gist; ALTER OPERATOR FAMILY pg_catalog.network_ops USING gist OWNER TO "SYSTEM"; -- -- Name: network_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.network_ops USING spgist; ALTER OPERATOR FAMILY pg_catalog.network_ops USING spgist OWNER TO "SYSTEM"; -- -- Name: numeric_bloom_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.numeric_bloom_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.numeric_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: numeric_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.numeric_bloom_ops FOR TYPE numeric USING brin FAMILY pg_catalog.numeric_bloom_ops AS STORAGE numeric; ALTER OPERATOR CLASS pg_catalog.numeric_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: numeric_minmax_multi_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.numeric_minmax_multi_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.numeric_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: numeric_minmax_multi_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.numeric_minmax_multi_ops FOR TYPE numeric USING brin FAMILY pg_catalog.numeric_minmax_multi_ops AS STORAGE numeric; ALTER OPERATOR CLASS pg_catalog.numeric_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: numeric_minmax_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.numeric_minmax_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.numeric_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: numeric_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.numeric_minmax_ops DEFAULT FOR TYPE numeric USING brin FAMILY pg_catalog.numeric_minmax_ops AS STORAGE numeric; ALTER OPERATOR CLASS pg_catalog.numeric_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: numeric_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.numeric_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.numeric_ops USING btree OWNER TO "SYSTEM"; -- -- Name: numeric_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.numeric_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.numeric_ops USING hash OWNER TO "SYSTEM"; -- -- Name: numeric_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.numeric_ops DEFAULT FOR TYPE numeric USING btree FAMILY pg_catalog.numeric_ops AS STORAGE numeric; ALTER OPERATOR CLASS pg_catalog.numeric_ops USING btree OWNER TO "SYSTEM"; -- -- Name: numeric_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.numeric_ops DEFAULT FOR TYPE numeric USING hash FAMILY pg_catalog.numeric_ops AS STORAGE numeric; ALTER OPERATOR CLASS pg_catalog.numeric_ops USING hash OWNER TO "SYSTEM"; -- -- Name: oid_bloom_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.oid_bloom_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.oid_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: oid_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.oid_bloom_ops FOR TYPE oid USING brin FAMILY pg_catalog.oid_bloom_ops AS STORAGE oid; ALTER OPERATOR CLASS pg_catalog.oid_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: oid_minmax_multi_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.oid_minmax_multi_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.oid_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: oid_minmax_multi_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.oid_minmax_multi_ops FOR TYPE oid USING brin FAMILY pg_catalog.oid_minmax_multi_ops AS STORAGE oid; ALTER OPERATOR CLASS pg_catalog.oid_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: oid_minmax_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.oid_minmax_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.oid_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: oid_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.oid_minmax_ops DEFAULT FOR TYPE oid USING brin FAMILY pg_catalog.oid_minmax_ops AS STORAGE oid; ALTER OPERATOR CLASS pg_catalog.oid_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: oid_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.oid_ops DEFAULT FOR TYPE oid USING btree FAMILY pg_catalog.oid_ops AS STORAGE oid; ALTER OPERATOR CLASS pg_catalog.oid_ops USING btree OWNER TO "SYSTEM"; -- -- Name: oid_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.oid_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.oid_ops USING btree OWNER TO "SYSTEM"; -- -- Name: oid_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.oid_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.oid_ops USING hash OWNER TO "SYSTEM"; -- -- Name: oid_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.oid_ops DEFAULT FOR TYPE oid USING hash FAMILY pg_catalog.oid_ops AS STORAGE oid; ALTER OPERATOR CLASS pg_catalog.oid_ops USING hash OWNER TO "SYSTEM"; -- -- Name: oidvector_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.oidvector_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.oidvector_ops USING btree OWNER TO "SYSTEM"; -- -- Name: oidvector_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.oidvector_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.oidvector_ops USING hash OWNER TO "SYSTEM"; -- -- Name: oidvector_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.oidvector_ops DEFAULT FOR TYPE oidvector USING btree FAMILY pg_catalog.oidvector_ops AS STORAGE oidvector; ALTER OPERATOR CLASS pg_catalog.oidvector_ops USING btree OWNER TO "SYSTEM"; -- -- Name: oidvector_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.oidvector_ops DEFAULT FOR TYPE oidvector USING hash FAMILY pg_catalog.oidvector_ops AS STORAGE oidvector; ALTER OPERATOR CLASS pg_catalog.oidvector_ops USING hash OWNER TO "SYSTEM"; -- -- Name: pg_lsn_bloom_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.pg_lsn_bloom_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.pg_lsn_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: pg_lsn_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.pg_lsn_bloom_ops FOR TYPE pg_lsn USING brin FAMILY pg_catalog.pg_lsn_bloom_ops AS STORAGE pg_lsn; ALTER OPERATOR CLASS pg_catalog.pg_lsn_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: pg_lsn_minmax_multi_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.pg_lsn_minmax_multi_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.pg_lsn_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: pg_lsn_minmax_multi_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.pg_lsn_minmax_multi_ops FOR TYPE pg_lsn USING brin FAMILY pg_catalog.pg_lsn_minmax_multi_ops AS STORAGE pg_lsn; ALTER OPERATOR CLASS pg_catalog.pg_lsn_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: pg_lsn_minmax_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.pg_lsn_minmax_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.pg_lsn_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: pg_lsn_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.pg_lsn_minmax_ops DEFAULT FOR TYPE pg_lsn USING brin FAMILY pg_catalog.pg_lsn_minmax_ops AS STORAGE pg_lsn; ALTER OPERATOR CLASS pg_catalog.pg_lsn_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: pg_lsn_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.pg_lsn_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.pg_lsn_ops USING btree OWNER TO "SYSTEM"; -- -- Name: pg_lsn_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.pg_lsn_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.pg_lsn_ops USING hash OWNER TO "SYSTEM"; -- -- Name: pg_lsn_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.pg_lsn_ops DEFAULT FOR TYPE pg_lsn USING btree FAMILY pg_catalog.pg_lsn_ops AS STORAGE pg_lsn; ALTER OPERATOR CLASS pg_catalog.pg_lsn_ops USING btree OWNER TO "SYSTEM"; -- -- Name: pg_lsn_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.pg_lsn_ops DEFAULT FOR TYPE pg_lsn USING hash FAMILY pg_catalog.pg_lsn_ops AS STORAGE pg_lsn; ALTER OPERATOR CLASS pg_catalog.pg_lsn_ops USING hash OWNER TO "SYSTEM"; -- -- Name: point_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.point_ops USING gist; ALTER OPERATOR FAMILY pg_catalog.point_ops USING gist OWNER TO "SYSTEM"; -- -- Name: point_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.point_ops DEFAULT FOR TYPE point USING gist FAMILY pg_catalog.point_ops AS STORAGE box; ALTER OPERATOR CLASS pg_catalog.point_ops USING gist OWNER TO "SYSTEM"; -- -- Name: poly_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.poly_ops USING gist; ALTER OPERATOR FAMILY pg_catalog.poly_ops USING gist OWNER TO "SYSTEM"; -- -- Name: poly_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.poly_ops USING spgist; ALTER OPERATOR FAMILY pg_catalog.poly_ops USING spgist OWNER TO "SYSTEM"; -- -- Name: poly_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.poly_ops DEFAULT FOR TYPE polygon USING gist FAMILY pg_catalog.poly_ops AS STORAGE box; ALTER OPERATOR CLASS pg_catalog.poly_ops USING gist OWNER TO "SYSTEM"; -- -- Name: poly_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.poly_ops DEFAULT FOR TYPE polygon USING spgist FAMILY pg_catalog.poly_ops AS STORAGE box; ALTER OPERATOR CLASS pg_catalog.poly_ops USING spgist OWNER TO "SYSTEM"; -- -- Name: quad_point_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.quad_point_ops USING spgist; ALTER OPERATOR FAMILY pg_catalog.quad_point_ops USING spgist OWNER TO "SYSTEM"; -- -- Name: quad_point_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.quad_point_ops DEFAULT FOR TYPE point USING spgist FAMILY pg_catalog.quad_point_ops AS STORAGE point; ALTER OPERATOR CLASS pg_catalog.quad_point_ops USING spgist OWNER TO "SYSTEM"; -- -- Name: range_inclusion_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.range_inclusion_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.range_inclusion_ops USING brin OWNER TO "SYSTEM"; -- -- Name: range_inclusion_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.range_inclusion_ops DEFAULT FOR TYPE anyrange USING brin FAMILY pg_catalog.range_inclusion_ops AS STORAGE anyrange; ALTER OPERATOR CLASS pg_catalog.range_inclusion_ops USING brin OWNER TO "SYSTEM"; -- -- Name: range_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.range_ops USING spgist; ALTER OPERATOR FAMILY pg_catalog.range_ops USING spgist OWNER TO "SYSTEM"; -- -- Name: range_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.range_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.range_ops USING btree OWNER TO "SYSTEM"; -- -- Name: range_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.range_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.range_ops USING hash OWNER TO "SYSTEM"; -- -- Name: range_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.range_ops USING gist; ALTER OPERATOR FAMILY pg_catalog.range_ops USING gist OWNER TO "SYSTEM"; -- -- Name: range_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.range_ops DEFAULT FOR TYPE anyrange USING btree FAMILY pg_catalog.range_ops AS STORAGE anyrange; ALTER OPERATOR CLASS pg_catalog.range_ops USING btree OWNER TO "SYSTEM"; -- -- Name: range_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.range_ops DEFAULT FOR TYPE anyrange USING hash FAMILY pg_catalog.range_ops AS STORAGE anyrange; ALTER OPERATOR CLASS pg_catalog.range_ops USING hash OWNER TO "SYSTEM"; -- -- Name: range_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.range_ops DEFAULT FOR TYPE anyrange USING gist FAMILY pg_catalog.range_ops AS STORAGE anyrange; ALTER OPERATOR CLASS pg_catalog.range_ops USING gist OWNER TO "SYSTEM"; -- -- Name: range_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.range_ops DEFAULT FOR TYPE anyrange USING spgist FAMILY pg_catalog.range_ops AS STORAGE anyrange; ALTER OPERATOR CLASS pg_catalog.range_ops USING spgist OWNER TO "SYSTEM"; -- -- Name: record_image_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.record_image_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.record_image_ops USING btree OWNER TO "SYSTEM"; -- -- Name: record_image_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.record_image_ops FOR TYPE record USING btree FAMILY pg_catalog.record_image_ops AS STORAGE record; ALTER OPERATOR CLASS pg_catalog.record_image_ops USING btree OWNER TO "SYSTEM"; -- -- Name: record_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.record_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.record_ops USING btree OWNER TO "SYSTEM"; -- -- Name: record_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.record_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.record_ops USING hash OWNER TO "SYSTEM"; -- -- Name: record_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.record_ops DEFAULT FOR TYPE record USING btree FAMILY pg_catalog.record_ops AS STORAGE record; ALTER OPERATOR CLASS pg_catalog.record_ops USING btree OWNER TO "SYSTEM"; -- -- Name: record_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.record_ops DEFAULT FOR TYPE record USING hash FAMILY pg_catalog.record_ops AS STORAGE record; ALTER OPERATOR CLASS pg_catalog.record_ops USING hash OWNER TO "SYSTEM"; -- -- Name: text_bloom_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.text_bloom_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.text_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: text_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.text_bloom_ops FOR TYPE text USING brin FAMILY pg_catalog.text_bloom_ops AS STORAGE text; ALTER OPERATOR CLASS pg_catalog.text_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: text_minmax_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.text_minmax_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.text_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: text_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.text_minmax_ops DEFAULT FOR TYPE text USING brin FAMILY pg_catalog.text_minmax_ops AS STORAGE text; ALTER OPERATOR CLASS pg_catalog.text_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: text_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.text_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.text_ops USING btree OWNER TO "SYSTEM"; -- -- Name: text_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.text_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.text_ops USING hash OWNER TO "SYSTEM"; -- -- Name: text_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.text_ops DEFAULT FOR TYPE text USING btree FAMILY pg_catalog.text_ops AS STORAGE text; ALTER OPERATOR CLASS pg_catalog.text_ops USING btree OWNER TO "SYSTEM"; -- -- Name: text_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.text_ops USING spgist; ALTER OPERATOR FAMILY pg_catalog.text_ops USING spgist OWNER TO "SYSTEM"; -- -- Name: text_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.text_ops DEFAULT FOR TYPE text USING hash FAMILY pg_catalog.text_ops AS STORAGE text; ALTER OPERATOR CLASS pg_catalog.text_ops USING hash OWNER TO "SYSTEM"; -- -- Name: text_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.text_ops DEFAULT FOR TYPE text USING spgist FAMILY pg_catalog.text_ops AS STORAGE text; ALTER OPERATOR CLASS pg_catalog.text_ops USING spgist OWNER TO "SYSTEM"; -- -- Name: text_pattern_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.text_pattern_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.text_pattern_ops USING btree OWNER TO "SYSTEM"; -- -- Name: text_pattern_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.text_pattern_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.text_pattern_ops USING hash OWNER TO "SYSTEM"; -- -- Name: text_pattern_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.text_pattern_ops FOR TYPE text USING btree FAMILY pg_catalog.text_pattern_ops AS STORAGE text; ALTER OPERATOR CLASS pg_catalog.text_pattern_ops USING btree OWNER TO "SYSTEM"; -- -- Name: text_pattern_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.text_pattern_ops FOR TYPE text USING hash FAMILY pg_catalog.text_pattern_ops AS STORAGE text; ALTER OPERATOR CLASS pg_catalog.text_pattern_ops USING hash OWNER TO "SYSTEM"; -- -- Name: tid_bloom_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.tid_bloom_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.tid_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: tid_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.tid_bloom_ops FOR TYPE tid USING brin FAMILY pg_catalog.tid_bloom_ops AS STORAGE tid; ALTER OPERATOR CLASS pg_catalog.tid_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: tid_minmax_multi_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.tid_minmax_multi_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.tid_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: tid_minmax_multi_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.tid_minmax_multi_ops FOR TYPE tid USING brin FAMILY pg_catalog.tid_minmax_multi_ops AS STORAGE tid; ALTER OPERATOR CLASS pg_catalog.tid_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: tid_minmax_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.tid_minmax_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.tid_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: tid_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.tid_minmax_ops DEFAULT FOR TYPE tid USING brin FAMILY pg_catalog.tid_minmax_ops AS STORAGE tid; ALTER OPERATOR CLASS pg_catalog.tid_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: tid_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.tid_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.tid_ops USING hash OWNER TO "SYSTEM"; -- -- Name: tid_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.tid_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.tid_ops USING btree OWNER TO "SYSTEM"; -- -- Name: tid_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.tid_ops DEFAULT FOR TYPE tid USING btree FAMILY pg_catalog.tid_ops AS STORAGE tid; ALTER OPERATOR CLASS pg_catalog.tid_ops USING btree OWNER TO "SYSTEM"; -- -- Name: tid_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.tid_ops DEFAULT FOR TYPE tid USING hash FAMILY pg_catalog.tid_ops AS STORAGE tid; ALTER OPERATOR CLASS pg_catalog.tid_ops USING hash OWNER TO "SYSTEM"; -- -- Name: time_bloom_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.time_bloom_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.time_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: time_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.time_bloom_ops FOR TYPE time without time zone USING brin FAMILY pg_catalog.time_bloom_ops AS STORAGE time without time zone; ALTER OPERATOR CLASS pg_catalog.time_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: time_minmax_multi_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.time_minmax_multi_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.time_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: time_minmax_multi_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.time_minmax_multi_ops FOR TYPE time without time zone USING brin FAMILY pg_catalog.time_minmax_multi_ops AS STORAGE time without time zone; ALTER OPERATOR CLASS pg_catalog.time_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: time_minmax_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.time_minmax_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.time_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: time_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.time_minmax_ops DEFAULT FOR TYPE time without time zone USING brin FAMILY pg_catalog.time_minmax_ops AS STORAGE time without time zone; ALTER OPERATOR CLASS pg_catalog.time_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: time_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.time_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.time_ops USING btree OWNER TO "SYSTEM"; -- -- Name: time_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.time_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.time_ops USING hash OWNER TO "SYSTEM"; -- -- Name: time_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.time_ops DEFAULT FOR TYPE time without time zone USING btree FAMILY pg_catalog.time_ops AS STORAGE time without time zone; ALTER OPERATOR CLASS pg_catalog.time_ops USING btree OWNER TO "SYSTEM"; -- -- Name: time_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.time_ops DEFAULT FOR TYPE time without time zone USING hash FAMILY pg_catalog.time_ops AS STORAGE time without time zone; ALTER OPERATOR CLASS pg_catalog.time_ops USING hash OWNER TO "SYSTEM"; -- -- Name: timestamp_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.timestamp_bloom_ops FOR TYPE timestamp without time zone USING brin FAMILY pg_catalog.datetime_bloom_ops AS STORAGE timestamp without time zone; ALTER OPERATOR CLASS pg_catalog.timestamp_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: timestamp_minmax_multi_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.timestamp_minmax_multi_ops FOR TYPE timestamp without time zone USING brin FAMILY pg_catalog.datetime_minmax_multi_ops AS STORAGE timestamp without time zone; ALTER OPERATOR CLASS pg_catalog.timestamp_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: timestamp_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.timestamp_minmax_ops DEFAULT FOR TYPE timestamp without time zone USING brin FAMILY pg_catalog.datetime_minmax_ops AS STORAGE timestamp without time zone; ALTER OPERATOR CLASS pg_catalog.timestamp_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: timestamp_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.timestamp_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.timestamp_ops USING hash OWNER TO "SYSTEM"; -- -- Name: timestamp_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.timestamp_ops DEFAULT FOR TYPE timestamp without time zone USING btree FAMILY pg_catalog.datetime_ops AS STORAGE timestamp without time zone; ALTER OPERATOR CLASS pg_catalog.timestamp_ops USING btree OWNER TO "SYSTEM"; -- -- Name: timestamp_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.timestamp_ops DEFAULT FOR TYPE timestamp without time zone USING hash FAMILY pg_catalog.timestamp_ops AS STORAGE timestamp without time zone; ALTER OPERATOR CLASS pg_catalog.timestamp_ops USING hash OWNER TO "SYSTEM"; -- -- Name: timestamptz_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.timestamptz_bloom_ops FOR TYPE timestamp with time zone USING brin FAMILY pg_catalog.datetime_bloom_ops AS STORAGE timestamp with time zone; ALTER OPERATOR CLASS pg_catalog.timestamptz_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: timestamptz_minmax_multi_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.timestamptz_minmax_multi_ops FOR TYPE timestamp with time zone USING brin FAMILY pg_catalog.datetime_minmax_multi_ops AS STORAGE timestamp with time zone; ALTER OPERATOR CLASS pg_catalog.timestamptz_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: timestamptz_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.timestamptz_minmax_ops DEFAULT FOR TYPE timestamp with time zone USING brin FAMILY pg_catalog.datetime_minmax_ops AS STORAGE timestamp with time zone; ALTER OPERATOR CLASS pg_catalog.timestamptz_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: timestamptz_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.timestamptz_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.timestamptz_ops USING hash OWNER TO "SYSTEM"; -- -- Name: timestamptz_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.timestamptz_ops DEFAULT FOR TYPE timestamp with time zone USING btree FAMILY pg_catalog.datetime_ops AS STORAGE timestamp with time zone; ALTER OPERATOR CLASS pg_catalog.timestamptz_ops USING btree OWNER TO "SYSTEM"; -- -- Name: timestamptz_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.timestamptz_ops DEFAULT FOR TYPE timestamp with time zone USING hash FAMILY pg_catalog.timestamptz_ops AS STORAGE timestamp with time zone; ALTER OPERATOR CLASS pg_catalog.timestamptz_ops USING hash OWNER TO "SYSTEM"; -- -- Name: timetz_bloom_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.timetz_bloom_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.timetz_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: timetz_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.timetz_bloom_ops FOR TYPE time with time zone USING brin FAMILY pg_catalog.timetz_bloom_ops AS STORAGE time with time zone; ALTER OPERATOR CLASS pg_catalog.timetz_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: timetz_minmax_multi_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.timetz_minmax_multi_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.timetz_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: timetz_minmax_multi_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.timetz_minmax_multi_ops FOR TYPE time with time zone USING brin FAMILY pg_catalog.timetz_minmax_multi_ops AS STORAGE time with time zone; ALTER OPERATOR CLASS pg_catalog.timetz_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: timetz_minmax_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.timetz_minmax_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.timetz_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: timetz_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.timetz_minmax_ops DEFAULT FOR TYPE time with time zone USING brin FAMILY pg_catalog.timetz_minmax_ops AS STORAGE time with time zone; ALTER OPERATOR CLASS pg_catalog.timetz_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: timetz_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.timetz_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.timetz_ops USING btree OWNER TO "SYSTEM"; -- -- Name: timetz_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.timetz_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.timetz_ops USING hash OWNER TO "SYSTEM"; -- -- Name: timetz_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.timetz_ops DEFAULT FOR TYPE time with time zone USING btree FAMILY pg_catalog.timetz_ops AS STORAGE time with time zone; ALTER OPERATOR CLASS pg_catalog.timetz_ops USING btree OWNER TO "SYSTEM"; -- -- Name: timetz_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.timetz_ops DEFAULT FOR TYPE time with time zone USING hash FAMILY pg_catalog.timetz_ops AS STORAGE time with time zone; ALTER OPERATOR CLASS pg_catalog.timetz_ops USING hash OWNER TO "SYSTEM"; -- -- Name: tsquery_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.tsquery_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.tsquery_ops USING btree OWNER TO "SYSTEM"; -- -- Name: tsquery_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.tsquery_ops USING gist; ALTER OPERATOR FAMILY pg_catalog.tsquery_ops USING gist OWNER TO "SYSTEM"; -- -- Name: tsquery_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.tsquery_ops DEFAULT FOR TYPE tsquery USING btree FAMILY pg_catalog.tsquery_ops AS STORAGE tsquery; ALTER OPERATOR CLASS pg_catalog.tsquery_ops USING btree OWNER TO "SYSTEM"; -- -- Name: tsquery_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.tsquery_ops DEFAULT FOR TYPE tsquery USING gist FAMILY pg_catalog.tsquery_ops AS STORAGE bigint; ALTER OPERATOR CLASS pg_catalog.tsquery_ops USING gist OWNER TO "SYSTEM"; -- -- Name: tsvector_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.tsvector_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.tsvector_ops USING btree OWNER TO "SYSTEM"; -- -- Name: tsvector_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.tsvector_ops USING gist; ALTER OPERATOR FAMILY pg_catalog.tsvector_ops USING gist OWNER TO "SYSTEM"; -- -- Name: tsvector_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.tsvector_ops USING gin; ALTER OPERATOR FAMILY pg_catalog.tsvector_ops USING gin OWNER TO "SYSTEM"; -- -- Name: tsvector_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.tsvector_ops DEFAULT FOR TYPE tsvector USING btree FAMILY pg_catalog.tsvector_ops AS STORAGE tsvector; ALTER OPERATOR CLASS pg_catalog.tsvector_ops USING btree OWNER TO "SYSTEM"; -- -- Name: tsvector_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.tsvector_ops DEFAULT FOR TYPE tsvector USING gist FAMILY pg_catalog.tsvector_ops AS STORAGE gtsvector; ALTER OPERATOR CLASS pg_catalog.tsvector_ops USING gist OWNER TO "SYSTEM"; -- -- Name: tsvector_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.tsvector_ops DEFAULT FOR TYPE tsvector USING gin FAMILY pg_catalog.tsvector_ops AS STORAGE text; ALTER OPERATOR CLASS pg_catalog.tsvector_ops USING gin OWNER TO "SYSTEM"; -- -- Name: uuid_bloom_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.uuid_bloom_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.uuid_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: uuid_bloom_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.uuid_bloom_ops FOR TYPE uuid USING brin FAMILY pg_catalog.uuid_bloom_ops AS STORAGE uuid; ALTER OPERATOR CLASS pg_catalog.uuid_bloom_ops USING brin OWNER TO "SYSTEM"; -- -- Name: uuid_minmax_multi_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.uuid_minmax_multi_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.uuid_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: uuid_minmax_multi_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.uuid_minmax_multi_ops FOR TYPE uuid USING brin FAMILY pg_catalog.uuid_minmax_multi_ops AS STORAGE uuid; ALTER OPERATOR CLASS pg_catalog.uuid_minmax_multi_ops USING brin OWNER TO "SYSTEM"; -- -- Name: uuid_minmax_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.uuid_minmax_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.uuid_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: uuid_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.uuid_minmax_ops DEFAULT FOR TYPE uuid USING brin FAMILY pg_catalog.uuid_minmax_ops AS STORAGE uuid; ALTER OPERATOR CLASS pg_catalog.uuid_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: uuid_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.uuid_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.uuid_ops USING btree OWNER TO "SYSTEM"; -- -- Name: uuid_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.uuid_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.uuid_ops USING hash OWNER TO "SYSTEM"; -- -- Name: uuid_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.uuid_ops DEFAULT FOR TYPE uuid USING btree FAMILY pg_catalog.uuid_ops AS STORAGE uuid; ALTER OPERATOR CLASS pg_catalog.uuid_ops USING btree OWNER TO "SYSTEM"; -- -- Name: uuid_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.uuid_ops DEFAULT FOR TYPE uuid USING hash FAMILY pg_catalog.uuid_ops AS STORAGE uuid; ALTER OPERATOR CLASS pg_catalog.uuid_ops USING hash OWNER TO "SYSTEM"; -- -- Name: varbit_minmax_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.varbit_minmax_ops USING brin; ALTER OPERATOR FAMILY pg_catalog.varbit_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: varbit_minmax_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.varbit_minmax_ops DEFAULT FOR TYPE bit varying USING brin FAMILY pg_catalog.varbit_minmax_ops AS STORAGE bit varying; ALTER OPERATOR CLASS pg_catalog.varbit_minmax_ops USING brin OWNER TO "SYSTEM"; -- -- Name: varbit_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.varbit_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.varbit_ops USING btree OWNER TO "SYSTEM"; -- -- Name: varbit_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.varbit_ops DEFAULT FOR TYPE bit varying USING btree FAMILY pg_catalog.varbit_ops AS STORAGE bit varying; ALTER OPERATOR CLASS pg_catalog.varbit_ops USING btree OWNER TO "SYSTEM"; -- -- Name: varchar_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.varchar_ops FOR TYPE text USING btree FAMILY pg_catalog.text_ops AS STORAGE text; ALTER OPERATOR CLASS pg_catalog.varchar_ops USING btree OWNER TO "SYSTEM"; -- -- Name: varchar_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.varchar_ops FOR TYPE text USING hash FAMILY pg_catalog.text_ops AS STORAGE text; ALTER OPERATOR CLASS pg_catalog.varchar_ops USING hash OWNER TO "SYSTEM"; -- -- Name: varchar_pattern_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.varchar_pattern_ops FOR TYPE text USING btree FAMILY pg_catalog.text_pattern_ops AS STORAGE text; ALTER OPERATOR CLASS pg_catalog.varchar_pattern_ops USING btree OWNER TO "SYSTEM"; -- -- Name: varchar_pattern_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.varchar_pattern_ops FOR TYPE text USING hash FAMILY pg_catalog.text_pattern_ops AS STORAGE text; ALTER OPERATOR CLASS pg_catalog.varchar_pattern_ops USING hash OWNER TO "SYSTEM"; -- -- Name: xid8_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.xid8_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.xid8_ops USING hash OWNER TO "SYSTEM"; -- -- Name: xid8_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.xid8_ops USING btree; ALTER OPERATOR FAMILY pg_catalog.xid8_ops USING btree OWNER TO "SYSTEM"; -- -- Name: xid8_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.xid8_ops DEFAULT FOR TYPE xid8 USING hash FAMILY pg_catalog.xid8_ops AS STORAGE xid8; ALTER OPERATOR CLASS pg_catalog.xid8_ops USING hash OWNER TO "SYSTEM"; -- -- Name: xid8_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.xid8_ops DEFAULT FOR TYPE xid8 USING btree FAMILY pg_catalog.xid8_ops AS STORAGE xid8; ALTER OPERATOR CLASS pg_catalog.xid8_ops USING btree OWNER TO "SYSTEM"; -- -- Name: xid_ops; Type: OPERATOR FAMILY; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR FAMILY pg_catalog.xid_ops USING hash; ALTER OPERATOR FAMILY pg_catalog.xid_ops USING hash OWNER TO "SYSTEM"; -- -- Name: xid_ops; Type: OPERATOR CLASS; Schema: pg_catalog; Owner: SYSTEM -- CREATE OPERATOR CLASS pg_catalog.xid_ops DEFAULT FOR TYPE xid USING hash FAMILY pg_catalog.xid_ops AS STORAGE xid; ALTER OPERATOR CLASS pg_catalog.xid_ops USING hash OWNER TO "SYSTEM"; -- -- Name: big5_to_euc_tw; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.big5_to_euc_tw FOR 'BIG5' TO 'EUC_TW' FROM big5_to_euc_tw; ALTER CONVERSION pg_catalog.big5_to_euc_tw OWNER TO "SYSTEM"; -- -- Name: CONVERSION big5_to_euc_tw; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.big5_to_euc_tw IS 'conversion for BIG5 to EUC_TW'; -- -- Name: big5_to_mic; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.big5_to_mic FOR 'BIG5' TO 'MULE_INTERNAL' FROM big5_to_mic; ALTER CONVERSION pg_catalog.big5_to_mic OWNER TO "SYSTEM"; -- -- Name: CONVERSION big5_to_mic; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.big5_to_mic IS 'conversion for BIG5 to MULE_INTERNAL'; -- -- Name: big5_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.big5_to_utf8 FOR 'BIG5' TO 'UTF8' FROM big5_to_utf8; ALTER CONVERSION pg_catalog.big5_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION big5_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.big5_to_utf8 IS 'conversion for BIG5 to UTF8'; -- -- Name: euc_cn_to_mic; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.euc_cn_to_mic FOR 'EUC_CN' TO 'MULE_INTERNAL' FROM euc_cn_to_mic; ALTER CONVERSION pg_catalog.euc_cn_to_mic OWNER TO "SYSTEM"; -- -- Name: CONVERSION euc_cn_to_mic; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.euc_cn_to_mic IS 'conversion for EUC_CN to MULE_INTERNAL'; -- -- Name: euc_cn_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.euc_cn_to_utf8 FOR 'EUC_CN' TO 'UTF8' FROM euc_cn_to_utf8; ALTER CONVERSION pg_catalog.euc_cn_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION euc_cn_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.euc_cn_to_utf8 IS 'conversion for EUC_CN to UTF8'; -- -- Name: euc_jis_2004_to_shift_jis_2004; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.euc_jis_2004_to_shift_jis_2004 FOR 'EUC_JIS_2004' TO 'SHIFT_JIS_2004' FROM euc_jis_2004_to_shift_jis_2004; ALTER CONVERSION pg_catalog.euc_jis_2004_to_shift_jis_2004 OWNER TO "SYSTEM"; -- -- Name: CONVERSION euc_jis_2004_to_shift_jis_2004; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.euc_jis_2004_to_shift_jis_2004 IS 'conversion for EUC_JIS_2004 to SHIFT_JIS_2004'; -- -- Name: euc_jis_2004_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.euc_jis_2004_to_utf8 FOR 'EUC_JIS_2004' TO 'UTF8' FROM euc_jis_2004_to_utf8; ALTER CONVERSION pg_catalog.euc_jis_2004_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION euc_jis_2004_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.euc_jis_2004_to_utf8 IS 'conversion for EUC_JIS_2004 to UTF8'; -- -- Name: euc_jp_to_mic; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.euc_jp_to_mic FOR 'EUC_JP' TO 'MULE_INTERNAL' FROM euc_jp_to_mic; ALTER CONVERSION pg_catalog.euc_jp_to_mic OWNER TO "SYSTEM"; -- -- Name: CONVERSION euc_jp_to_mic; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.euc_jp_to_mic IS 'conversion for EUC_JP to MULE_INTERNAL'; -- -- Name: euc_jp_to_sjis; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.euc_jp_to_sjis FOR 'EUC_JP' TO 'SJIS' FROM euc_jp_to_sjis; ALTER CONVERSION pg_catalog.euc_jp_to_sjis OWNER TO "SYSTEM"; -- -- Name: CONVERSION euc_jp_to_sjis; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.euc_jp_to_sjis IS 'conversion for EUC_JP to SJIS'; -- -- Name: euc_jp_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.euc_jp_to_utf8 FOR 'EUC_JP' TO 'UTF8' FROM euc_jp_to_utf8; ALTER CONVERSION pg_catalog.euc_jp_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION euc_jp_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.euc_jp_to_utf8 IS 'conversion for EUC_JP to UTF8'; -- -- Name: euc_kr_to_mic; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.euc_kr_to_mic FOR 'EUC_KR' TO 'MULE_INTERNAL' FROM euc_kr_to_mic; ALTER CONVERSION pg_catalog.euc_kr_to_mic OWNER TO "SYSTEM"; -- -- Name: CONVERSION euc_kr_to_mic; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.euc_kr_to_mic IS 'conversion for EUC_KR to MULE_INTERNAL'; -- -- Name: euc_kr_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.euc_kr_to_utf8 FOR 'EUC_KR' TO 'UTF8' FROM euc_kr_to_utf8; ALTER CONVERSION pg_catalog.euc_kr_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION euc_kr_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.euc_kr_to_utf8 IS 'conversion for EUC_KR to UTF8'; -- -- Name: euc_tw_to_big5; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.euc_tw_to_big5 FOR 'EUC_TW' TO 'BIG5' FROM euc_tw_to_big5; ALTER CONVERSION pg_catalog.euc_tw_to_big5 OWNER TO "SYSTEM"; -- -- Name: CONVERSION euc_tw_to_big5; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.euc_tw_to_big5 IS 'conversion for EUC_TW to BIG5'; -- -- Name: euc_tw_to_mic; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.euc_tw_to_mic FOR 'EUC_TW' TO 'MULE_INTERNAL' FROM euc_tw_to_mic; ALTER CONVERSION pg_catalog.euc_tw_to_mic OWNER TO "SYSTEM"; -- -- Name: CONVERSION euc_tw_to_mic; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.euc_tw_to_mic IS 'conversion for EUC_TW to MULE_INTERNAL'; -- -- Name: euc_tw_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.euc_tw_to_utf8 FOR 'EUC_TW' TO 'UTF8' FROM euc_tw_to_utf8; ALTER CONVERSION pg_catalog.euc_tw_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION euc_tw_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.euc_tw_to_utf8 IS 'conversion for EUC_TW to UTF8'; -- -- Name: gb18030_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.gb18030_to_utf8 FOR 'GB18030' TO 'UTF8' FROM gb18030_to_utf8; ALTER CONVERSION pg_catalog.gb18030_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION gb18030_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.gb18030_to_utf8 IS 'conversion for GB18030 to UTF8'; -- -- Name: gbk_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.gbk_to_utf8 FOR 'GBK' TO 'UTF8' FROM gbk_to_utf8; ALTER CONVERSION pg_catalog.gbk_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION gbk_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.gbk_to_utf8 IS 'conversion for GBK to UTF8'; -- -- Name: iso_8859_10_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.iso_8859_10_to_utf8 FOR 'LATIN6' TO 'UTF8' FROM iso8859_to_utf8; ALTER CONVERSION pg_catalog.iso_8859_10_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION iso_8859_10_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.iso_8859_10_to_utf8 IS 'conversion for LATIN6 to UTF8'; -- -- Name: iso_8859_13_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.iso_8859_13_to_utf8 FOR 'LATIN7' TO 'UTF8' FROM iso8859_to_utf8; ALTER CONVERSION pg_catalog.iso_8859_13_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION iso_8859_13_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.iso_8859_13_to_utf8 IS 'conversion for LATIN7 to UTF8'; -- -- Name: iso_8859_14_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.iso_8859_14_to_utf8 FOR 'LATIN8' TO 'UTF8' FROM iso8859_to_utf8; ALTER CONVERSION pg_catalog.iso_8859_14_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION iso_8859_14_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.iso_8859_14_to_utf8 IS 'conversion for LATIN8 to UTF8'; -- -- Name: iso_8859_15_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.iso_8859_15_to_utf8 FOR 'LATIN9' TO 'UTF8' FROM iso8859_to_utf8; ALTER CONVERSION pg_catalog.iso_8859_15_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION iso_8859_15_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.iso_8859_15_to_utf8 IS 'conversion for LATIN9 to UTF8'; -- -- Name: iso_8859_16_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.iso_8859_16_to_utf8 FOR 'LATIN10' TO 'UTF8' FROM iso8859_to_utf8; ALTER CONVERSION pg_catalog.iso_8859_16_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION iso_8859_16_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.iso_8859_16_to_utf8 IS 'conversion for LATIN10 to UTF8'; -- -- Name: iso_8859_1_to_mic; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.iso_8859_1_to_mic FOR 'LATIN1' TO 'MULE_INTERNAL' FROM latin1_to_mic; ALTER CONVERSION pg_catalog.iso_8859_1_to_mic OWNER TO "SYSTEM"; -- -- Name: CONVERSION iso_8859_1_to_mic; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.iso_8859_1_to_mic IS 'conversion for LATIN1 to MULE_INTERNAL'; -- -- Name: iso_8859_1_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.iso_8859_1_to_utf8 FOR 'LATIN1' TO 'UTF8' FROM iso8859_1_to_utf8; ALTER CONVERSION pg_catalog.iso_8859_1_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION iso_8859_1_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.iso_8859_1_to_utf8 IS 'conversion for LATIN1 to UTF8'; -- -- Name: iso_8859_2_to_mic; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.iso_8859_2_to_mic FOR 'LATIN2' TO 'MULE_INTERNAL' FROM latin2_to_mic; ALTER CONVERSION pg_catalog.iso_8859_2_to_mic OWNER TO "SYSTEM"; -- -- Name: CONVERSION iso_8859_2_to_mic; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.iso_8859_2_to_mic IS 'conversion for LATIN2 to MULE_INTERNAL'; -- -- Name: iso_8859_2_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.iso_8859_2_to_utf8 FOR 'LATIN2' TO 'UTF8' FROM iso8859_to_utf8; ALTER CONVERSION pg_catalog.iso_8859_2_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION iso_8859_2_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.iso_8859_2_to_utf8 IS 'conversion for LATIN2 to UTF8'; -- -- Name: iso_8859_2_to_windows_1250; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.iso_8859_2_to_windows_1250 FOR 'LATIN2' TO 'WIN1250' FROM latin2_to_win1250; ALTER CONVERSION pg_catalog.iso_8859_2_to_windows_1250 OWNER TO "SYSTEM"; -- -- Name: CONVERSION iso_8859_2_to_windows_1250; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.iso_8859_2_to_windows_1250 IS 'conversion for LATIN2 to WIN1250'; -- -- Name: iso_8859_3_to_mic; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.iso_8859_3_to_mic FOR 'LATIN3' TO 'MULE_INTERNAL' FROM latin3_to_mic; ALTER CONVERSION pg_catalog.iso_8859_3_to_mic OWNER TO "SYSTEM"; -- -- Name: CONVERSION iso_8859_3_to_mic; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.iso_8859_3_to_mic IS 'conversion for LATIN3 to MULE_INTERNAL'; -- -- Name: iso_8859_3_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.iso_8859_3_to_utf8 FOR 'LATIN3' TO 'UTF8' FROM iso8859_to_utf8; ALTER CONVERSION pg_catalog.iso_8859_3_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION iso_8859_3_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.iso_8859_3_to_utf8 IS 'conversion for LATIN3 to UTF8'; -- -- Name: iso_8859_4_to_mic; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.iso_8859_4_to_mic FOR 'LATIN4' TO 'MULE_INTERNAL' FROM latin4_to_mic; ALTER CONVERSION pg_catalog.iso_8859_4_to_mic OWNER TO "SYSTEM"; -- -- Name: CONVERSION iso_8859_4_to_mic; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.iso_8859_4_to_mic IS 'conversion for LATIN4 to MULE_INTERNAL'; -- -- Name: iso_8859_4_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.iso_8859_4_to_utf8 FOR 'LATIN4' TO 'UTF8' FROM iso8859_to_utf8; ALTER CONVERSION pg_catalog.iso_8859_4_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION iso_8859_4_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.iso_8859_4_to_utf8 IS 'conversion for LATIN4 to UTF8'; -- -- Name: iso_8859_5_to_koi8_r; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.iso_8859_5_to_koi8_r FOR 'ISO_8859_5' TO 'KOI8R' FROM iso_to_koi8r; ALTER CONVERSION pg_catalog.iso_8859_5_to_koi8_r OWNER TO "SYSTEM"; -- -- Name: CONVERSION iso_8859_5_to_koi8_r; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.iso_8859_5_to_koi8_r IS 'conversion for ISO-8859-5 to KOI8R'; -- -- Name: iso_8859_5_to_mic; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.iso_8859_5_to_mic FOR 'ISO_8859_5' TO 'MULE_INTERNAL' FROM iso_to_mic; ALTER CONVERSION pg_catalog.iso_8859_5_to_mic OWNER TO "SYSTEM"; -- -- Name: CONVERSION iso_8859_5_to_mic; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.iso_8859_5_to_mic IS 'conversion for ISO-8859-5 to MULE_INTERNAL'; -- -- Name: iso_8859_5_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.iso_8859_5_to_utf8 FOR 'ISO_8859_5' TO 'UTF8' FROM iso8859_to_utf8; ALTER CONVERSION pg_catalog.iso_8859_5_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION iso_8859_5_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.iso_8859_5_to_utf8 IS 'conversion for ISO-8859-5 to UTF8'; -- -- Name: iso_8859_5_to_windows_1251; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.iso_8859_5_to_windows_1251 FOR 'ISO_8859_5' TO 'WIN1251' FROM iso_to_win1251; ALTER CONVERSION pg_catalog.iso_8859_5_to_windows_1251 OWNER TO "SYSTEM"; -- -- Name: CONVERSION iso_8859_5_to_windows_1251; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.iso_8859_5_to_windows_1251 IS 'conversion for ISO-8859-5 to WIN1251'; -- -- Name: iso_8859_5_to_windows_866; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.iso_8859_5_to_windows_866 FOR 'ISO_8859_5' TO 'WIN866' FROM iso_to_win866; ALTER CONVERSION pg_catalog.iso_8859_5_to_windows_866 OWNER TO "SYSTEM"; -- -- Name: CONVERSION iso_8859_5_to_windows_866; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.iso_8859_5_to_windows_866 IS 'conversion for ISO-8859-5 to WIN866'; -- -- Name: iso_8859_6_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.iso_8859_6_to_utf8 FOR 'ISO_8859_6' TO 'UTF8' FROM iso8859_to_utf8; ALTER CONVERSION pg_catalog.iso_8859_6_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION iso_8859_6_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.iso_8859_6_to_utf8 IS 'conversion for ISO-8859-6 to UTF8'; -- -- Name: iso_8859_7_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.iso_8859_7_to_utf8 FOR 'ISO_8859_7' TO 'UTF8' FROM iso8859_to_utf8; ALTER CONVERSION pg_catalog.iso_8859_7_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION iso_8859_7_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.iso_8859_7_to_utf8 IS 'conversion for ISO-8859-7 to UTF8'; -- -- Name: iso_8859_8_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.iso_8859_8_to_utf8 FOR 'ISO_8859_8' TO 'UTF8' FROM iso8859_to_utf8; ALTER CONVERSION pg_catalog.iso_8859_8_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION iso_8859_8_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.iso_8859_8_to_utf8 IS 'conversion for ISO-8859-8 to UTF8'; -- -- Name: iso_8859_9_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.iso_8859_9_to_utf8 FOR 'LATIN5' TO 'UTF8' FROM iso8859_to_utf8; ALTER CONVERSION pg_catalog.iso_8859_9_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION iso_8859_9_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.iso_8859_9_to_utf8 IS 'conversion for LATIN5 to UTF8'; -- -- Name: johab_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.johab_to_utf8 FOR 'JOHAB' TO 'UTF8' FROM johab_to_utf8; ALTER CONVERSION pg_catalog.johab_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION johab_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.johab_to_utf8 IS 'conversion for JOHAB to UTF8'; -- -- Name: koi8_r_to_iso_8859_5; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.koi8_r_to_iso_8859_5 FOR 'KOI8R' TO 'ISO_8859_5' FROM koi8r_to_iso; ALTER CONVERSION pg_catalog.koi8_r_to_iso_8859_5 OWNER TO "SYSTEM"; -- -- Name: CONVERSION koi8_r_to_iso_8859_5; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.koi8_r_to_iso_8859_5 IS 'conversion for KOI8R to ISO-8859-5'; -- -- Name: koi8_r_to_mic; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.koi8_r_to_mic FOR 'KOI8R' TO 'MULE_INTERNAL' FROM koi8r_to_mic; ALTER CONVERSION pg_catalog.koi8_r_to_mic OWNER TO "SYSTEM"; -- -- Name: CONVERSION koi8_r_to_mic; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.koi8_r_to_mic IS 'conversion for KOI8R to MULE_INTERNAL'; -- -- Name: koi8_r_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.koi8_r_to_utf8 FOR 'KOI8R' TO 'UTF8' FROM koi8r_to_utf8; ALTER CONVERSION pg_catalog.koi8_r_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION koi8_r_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.koi8_r_to_utf8 IS 'conversion for KOI8R to UTF8'; -- -- Name: koi8_r_to_windows_1251; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.koi8_r_to_windows_1251 FOR 'KOI8R' TO 'WIN1251' FROM koi8r_to_win1251; ALTER CONVERSION pg_catalog.koi8_r_to_windows_1251 OWNER TO "SYSTEM"; -- -- Name: CONVERSION koi8_r_to_windows_1251; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.koi8_r_to_windows_1251 IS 'conversion for KOI8R to WIN1251'; -- -- Name: koi8_r_to_windows_866; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.koi8_r_to_windows_866 FOR 'KOI8R' TO 'WIN866' FROM koi8r_to_win866; ALTER CONVERSION pg_catalog.koi8_r_to_windows_866 OWNER TO "SYSTEM"; -- -- Name: CONVERSION koi8_r_to_windows_866; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.koi8_r_to_windows_866 IS 'conversion for KOI8R to WIN866'; -- -- Name: koi8_u_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.koi8_u_to_utf8 FOR 'KOI8U' TO 'UTF8' FROM koi8u_to_utf8; ALTER CONVERSION pg_catalog.koi8_u_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION koi8_u_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.koi8_u_to_utf8 IS 'conversion for KOI8U to UTF8'; -- -- Name: mic_to_big5; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.mic_to_big5 FOR 'MULE_INTERNAL' TO 'BIG5' FROM mic_to_big5; ALTER CONVERSION pg_catalog.mic_to_big5 OWNER TO "SYSTEM"; -- -- Name: CONVERSION mic_to_big5; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.mic_to_big5 IS 'conversion for MULE_INTERNAL to BIG5'; -- -- Name: mic_to_euc_cn; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.mic_to_euc_cn FOR 'MULE_INTERNAL' TO 'EUC_CN' FROM mic_to_euc_cn; ALTER CONVERSION pg_catalog.mic_to_euc_cn OWNER TO "SYSTEM"; -- -- Name: CONVERSION mic_to_euc_cn; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.mic_to_euc_cn IS 'conversion for MULE_INTERNAL to EUC_CN'; -- -- Name: mic_to_euc_jp; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.mic_to_euc_jp FOR 'MULE_INTERNAL' TO 'EUC_JP' FROM mic_to_euc_jp; ALTER CONVERSION pg_catalog.mic_to_euc_jp OWNER TO "SYSTEM"; -- -- Name: CONVERSION mic_to_euc_jp; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.mic_to_euc_jp IS 'conversion for MULE_INTERNAL to EUC_JP'; -- -- Name: mic_to_euc_kr; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.mic_to_euc_kr FOR 'MULE_INTERNAL' TO 'EUC_KR' FROM mic_to_euc_kr; ALTER CONVERSION pg_catalog.mic_to_euc_kr OWNER TO "SYSTEM"; -- -- Name: CONVERSION mic_to_euc_kr; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.mic_to_euc_kr IS 'conversion for MULE_INTERNAL to EUC_KR'; -- -- Name: mic_to_euc_tw; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.mic_to_euc_tw FOR 'MULE_INTERNAL' TO 'EUC_TW' FROM mic_to_euc_tw; ALTER CONVERSION pg_catalog.mic_to_euc_tw OWNER TO "SYSTEM"; -- -- Name: CONVERSION mic_to_euc_tw; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.mic_to_euc_tw IS 'conversion for MULE_INTERNAL to EUC_TW'; -- -- Name: mic_to_iso_8859_1; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.mic_to_iso_8859_1 FOR 'MULE_INTERNAL' TO 'LATIN1' FROM mic_to_latin1; ALTER CONVERSION pg_catalog.mic_to_iso_8859_1 OWNER TO "SYSTEM"; -- -- Name: CONVERSION mic_to_iso_8859_1; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.mic_to_iso_8859_1 IS 'conversion for MULE_INTERNAL to LATIN1'; -- -- Name: mic_to_iso_8859_2; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.mic_to_iso_8859_2 FOR 'MULE_INTERNAL' TO 'LATIN2' FROM mic_to_latin2; ALTER CONVERSION pg_catalog.mic_to_iso_8859_2 OWNER TO "SYSTEM"; -- -- Name: CONVERSION mic_to_iso_8859_2; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.mic_to_iso_8859_2 IS 'conversion for MULE_INTERNAL to LATIN2'; -- -- Name: mic_to_iso_8859_3; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.mic_to_iso_8859_3 FOR 'MULE_INTERNAL' TO 'LATIN3' FROM mic_to_latin3; ALTER CONVERSION pg_catalog.mic_to_iso_8859_3 OWNER TO "SYSTEM"; -- -- Name: CONVERSION mic_to_iso_8859_3; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.mic_to_iso_8859_3 IS 'conversion for MULE_INTERNAL to LATIN3'; -- -- Name: mic_to_iso_8859_4; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.mic_to_iso_8859_4 FOR 'MULE_INTERNAL' TO 'LATIN4' FROM mic_to_latin4; ALTER CONVERSION pg_catalog.mic_to_iso_8859_4 OWNER TO "SYSTEM"; -- -- Name: CONVERSION mic_to_iso_8859_4; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.mic_to_iso_8859_4 IS 'conversion for MULE_INTERNAL to LATIN4'; -- -- Name: mic_to_iso_8859_5; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.mic_to_iso_8859_5 FOR 'MULE_INTERNAL' TO 'ISO_8859_5' FROM mic_to_iso; ALTER CONVERSION pg_catalog.mic_to_iso_8859_5 OWNER TO "SYSTEM"; -- -- Name: CONVERSION mic_to_iso_8859_5; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.mic_to_iso_8859_5 IS 'conversion for MULE_INTERNAL to ISO-8859-5'; -- -- Name: mic_to_koi8_r; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.mic_to_koi8_r FOR 'MULE_INTERNAL' TO 'KOI8R' FROM mic_to_koi8r; ALTER CONVERSION pg_catalog.mic_to_koi8_r OWNER TO "SYSTEM"; -- -- Name: CONVERSION mic_to_koi8_r; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.mic_to_koi8_r IS 'conversion for MULE_INTERNAL to KOI8R'; -- -- Name: mic_to_sjis; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.mic_to_sjis FOR 'MULE_INTERNAL' TO 'SJIS' FROM mic_to_sjis; ALTER CONVERSION pg_catalog.mic_to_sjis OWNER TO "SYSTEM"; -- -- Name: CONVERSION mic_to_sjis; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.mic_to_sjis IS 'conversion for MULE_INTERNAL to SJIS'; -- -- Name: mic_to_windows_1250; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.mic_to_windows_1250 FOR 'MULE_INTERNAL' TO 'WIN1250' FROM mic_to_win1250; ALTER CONVERSION pg_catalog.mic_to_windows_1250 OWNER TO "SYSTEM"; -- -- Name: CONVERSION mic_to_windows_1250; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.mic_to_windows_1250 IS 'conversion for MULE_INTERNAL to WIN1250'; -- -- Name: mic_to_windows_1251; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.mic_to_windows_1251 FOR 'MULE_INTERNAL' TO 'WIN1251' FROM mic_to_win1251; ALTER CONVERSION pg_catalog.mic_to_windows_1251 OWNER TO "SYSTEM"; -- -- Name: CONVERSION mic_to_windows_1251; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.mic_to_windows_1251 IS 'conversion for MULE_INTERNAL to WIN1251'; -- -- Name: mic_to_windows_866; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.mic_to_windows_866 FOR 'MULE_INTERNAL' TO 'WIN866' FROM mic_to_win866; ALTER CONVERSION pg_catalog.mic_to_windows_866 OWNER TO "SYSTEM"; -- -- Name: CONVERSION mic_to_windows_866; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.mic_to_windows_866 IS 'conversion for MULE_INTERNAL to WIN866'; -- -- Name: shift_jis_2004_to_euc_jis_2004; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.shift_jis_2004_to_euc_jis_2004 FOR 'SHIFT_JIS_2004' TO 'EUC_JIS_2004' FROM shift_jis_2004_to_euc_jis_2004; ALTER CONVERSION pg_catalog.shift_jis_2004_to_euc_jis_2004 OWNER TO "SYSTEM"; -- -- Name: CONVERSION shift_jis_2004_to_euc_jis_2004; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.shift_jis_2004_to_euc_jis_2004 IS 'conversion for SHIFT_JIS_2004 to EUC_JIS_2004'; -- -- Name: shift_jis_2004_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.shift_jis_2004_to_utf8 FOR 'SHIFT_JIS_2004' TO 'UTF8' FROM shift_jis_2004_to_utf8; ALTER CONVERSION pg_catalog.shift_jis_2004_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION shift_jis_2004_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.shift_jis_2004_to_utf8 IS 'conversion for SHIFT_JIS_2004 to UTF8'; -- -- Name: sjis_to_euc_jp; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.sjis_to_euc_jp FOR 'SJIS' TO 'EUC_JP' FROM sjis_to_euc_jp; ALTER CONVERSION pg_catalog.sjis_to_euc_jp OWNER TO "SYSTEM"; -- -- Name: CONVERSION sjis_to_euc_jp; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.sjis_to_euc_jp IS 'conversion for SJIS to EUC_JP'; -- -- Name: sjis_to_mic; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.sjis_to_mic FOR 'SJIS' TO 'MULE_INTERNAL' FROM sjis_to_mic; ALTER CONVERSION pg_catalog.sjis_to_mic OWNER TO "SYSTEM"; -- -- Name: CONVERSION sjis_to_mic; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.sjis_to_mic IS 'conversion for SJIS to MULE_INTERNAL'; -- -- Name: sjis_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.sjis_to_utf8 FOR 'SJIS' TO 'UTF8' FROM sjis_to_utf8; ALTER CONVERSION pg_catalog.sjis_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION sjis_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.sjis_to_utf8 IS 'conversion for SJIS to UTF8'; -- -- Name: uhc_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.uhc_to_utf8 FOR 'UHC' TO 'UTF8' FROM uhc_to_utf8; ALTER CONVERSION pg_catalog.uhc_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION uhc_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.uhc_to_utf8 IS 'conversion for UHC to UTF8'; -- -- Name: utf8_to_big5; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_big5 FOR 'UTF8' TO 'BIG5' FROM utf8_to_big5; ALTER CONVERSION pg_catalog.utf8_to_big5 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_big5; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_big5 IS 'conversion for UTF8 to BIG5'; -- -- Name: utf8_to_euc_cn; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_euc_cn FOR 'UTF8' TO 'EUC_CN' FROM utf8_to_euc_cn; ALTER CONVERSION pg_catalog.utf8_to_euc_cn OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_euc_cn; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_euc_cn IS 'conversion for UTF8 to EUC_CN'; -- -- Name: utf8_to_euc_jis_2004; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_euc_jis_2004 FOR 'UTF8' TO 'EUC_JIS_2004' FROM utf8_to_euc_jis_2004; ALTER CONVERSION pg_catalog.utf8_to_euc_jis_2004 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_euc_jis_2004; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_euc_jis_2004 IS 'conversion for UTF8 to EUC_JIS_2004'; -- -- Name: utf8_to_euc_jp; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_euc_jp FOR 'UTF8' TO 'EUC_JP' FROM utf8_to_euc_jp; ALTER CONVERSION pg_catalog.utf8_to_euc_jp OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_euc_jp; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_euc_jp IS 'conversion for UTF8 to EUC_JP'; -- -- Name: utf8_to_euc_kr; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_euc_kr FOR 'UTF8' TO 'EUC_KR' FROM utf8_to_euc_kr; ALTER CONVERSION pg_catalog.utf8_to_euc_kr OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_euc_kr; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_euc_kr IS 'conversion for UTF8 to EUC_KR'; -- -- Name: utf8_to_euc_tw; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_euc_tw FOR 'UTF8' TO 'EUC_TW' FROM utf8_to_euc_tw; ALTER CONVERSION pg_catalog.utf8_to_euc_tw OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_euc_tw; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_euc_tw IS 'conversion for UTF8 to EUC_TW'; -- -- Name: utf8_to_gb18030; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_gb18030 FOR 'UTF8' TO 'GB18030' FROM utf8_to_gb18030; ALTER CONVERSION pg_catalog.utf8_to_gb18030 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_gb18030; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_gb18030 IS 'conversion for UTF8 to GB18030'; -- -- Name: utf8_to_gbk; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_gbk FOR 'UTF8' TO 'GBK' FROM utf8_to_gbk; ALTER CONVERSION pg_catalog.utf8_to_gbk OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_gbk; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_gbk IS 'conversion for UTF8 to GBK'; -- -- Name: utf8_to_iso_8859_1; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_iso_8859_1 FOR 'UTF8' TO 'LATIN1' FROM utf8_to_iso8859_1; ALTER CONVERSION pg_catalog.utf8_to_iso_8859_1 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_iso_8859_1; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_iso_8859_1 IS 'conversion for UTF8 to LATIN1'; -- -- Name: utf8_to_iso_8859_10; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_iso_8859_10 FOR 'UTF8' TO 'LATIN6' FROM utf8_to_iso8859; ALTER CONVERSION pg_catalog.utf8_to_iso_8859_10 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_iso_8859_10; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_iso_8859_10 IS 'conversion for UTF8 to LATIN6'; -- -- Name: utf8_to_iso_8859_13; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_iso_8859_13 FOR 'UTF8' TO 'LATIN7' FROM utf8_to_iso8859; ALTER CONVERSION pg_catalog.utf8_to_iso_8859_13 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_iso_8859_13; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_iso_8859_13 IS 'conversion for UTF8 to LATIN7'; -- -- Name: utf8_to_iso_8859_14; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_iso_8859_14 FOR 'UTF8' TO 'LATIN8' FROM utf8_to_iso8859; ALTER CONVERSION pg_catalog.utf8_to_iso_8859_14 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_iso_8859_14; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_iso_8859_14 IS 'conversion for UTF8 to LATIN8'; -- -- Name: utf8_to_iso_8859_15; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_iso_8859_15 FOR 'UTF8' TO 'LATIN9' FROM utf8_to_iso8859; ALTER CONVERSION pg_catalog.utf8_to_iso_8859_15 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_iso_8859_15; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_iso_8859_15 IS 'conversion for UTF8 to LATIN9'; -- -- Name: utf8_to_iso_8859_16; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_iso_8859_16 FOR 'UTF8' TO 'LATIN10' FROM utf8_to_iso8859; ALTER CONVERSION pg_catalog.utf8_to_iso_8859_16 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_iso_8859_16; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_iso_8859_16 IS 'conversion for UTF8 to LATIN10'; -- -- Name: utf8_to_iso_8859_2; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_iso_8859_2 FOR 'UTF8' TO 'LATIN2' FROM utf8_to_iso8859; ALTER CONVERSION pg_catalog.utf8_to_iso_8859_2 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_iso_8859_2; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_iso_8859_2 IS 'conversion for UTF8 to LATIN2'; -- -- Name: utf8_to_iso_8859_3; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_iso_8859_3 FOR 'UTF8' TO 'LATIN3' FROM utf8_to_iso8859; ALTER CONVERSION pg_catalog.utf8_to_iso_8859_3 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_iso_8859_3; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_iso_8859_3 IS 'conversion for UTF8 to LATIN3'; -- -- Name: utf8_to_iso_8859_4; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_iso_8859_4 FOR 'UTF8' TO 'LATIN4' FROM utf8_to_iso8859; ALTER CONVERSION pg_catalog.utf8_to_iso_8859_4 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_iso_8859_4; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_iso_8859_4 IS 'conversion for UTF8 to LATIN4'; -- -- Name: utf8_to_iso_8859_5; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_iso_8859_5 FOR 'UTF8' TO 'ISO_8859_5' FROM utf8_to_iso8859; ALTER CONVERSION pg_catalog.utf8_to_iso_8859_5 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_iso_8859_5; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_iso_8859_5 IS 'conversion for UTF8 to ISO-8859-5'; -- -- Name: utf8_to_iso_8859_6; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_iso_8859_6 FOR 'UTF8' TO 'ISO_8859_6' FROM utf8_to_iso8859; ALTER CONVERSION pg_catalog.utf8_to_iso_8859_6 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_iso_8859_6; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_iso_8859_6 IS 'conversion for UTF8 to ISO-8859-6'; -- -- Name: utf8_to_iso_8859_7; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_iso_8859_7 FOR 'UTF8' TO 'ISO_8859_7' FROM utf8_to_iso8859; ALTER CONVERSION pg_catalog.utf8_to_iso_8859_7 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_iso_8859_7; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_iso_8859_7 IS 'conversion for UTF8 to ISO-8859-7'; -- -- Name: utf8_to_iso_8859_8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_iso_8859_8 FOR 'UTF8' TO 'ISO_8859_8' FROM utf8_to_iso8859; ALTER CONVERSION pg_catalog.utf8_to_iso_8859_8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_iso_8859_8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_iso_8859_8 IS 'conversion for UTF8 to ISO-8859-8'; -- -- Name: utf8_to_iso_8859_9; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_iso_8859_9 FOR 'UTF8' TO 'LATIN5' FROM utf8_to_iso8859; ALTER CONVERSION pg_catalog.utf8_to_iso_8859_9 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_iso_8859_9; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_iso_8859_9 IS 'conversion for UTF8 to LATIN5'; -- -- Name: utf8_to_johab; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_johab FOR 'UTF8' TO 'JOHAB' FROM utf8_to_johab; ALTER CONVERSION pg_catalog.utf8_to_johab OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_johab; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_johab IS 'conversion for UTF8 to JOHAB'; -- -- Name: utf8_to_koi8_r; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_koi8_r FOR 'UTF8' TO 'KOI8R' FROM utf8_to_koi8r; ALTER CONVERSION pg_catalog.utf8_to_koi8_r OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_koi8_r; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_koi8_r IS 'conversion for UTF8 to KOI8R'; -- -- Name: utf8_to_koi8_u; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_koi8_u FOR 'UTF8' TO 'KOI8U' FROM utf8_to_koi8u; ALTER CONVERSION pg_catalog.utf8_to_koi8_u OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_koi8_u; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_koi8_u IS 'conversion for UTF8 to KOI8U'; -- -- Name: utf8_to_shift_jis_2004; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_shift_jis_2004 FOR 'UTF8' TO 'SHIFT_JIS_2004' FROM utf8_to_shift_jis_2004; ALTER CONVERSION pg_catalog.utf8_to_shift_jis_2004 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_shift_jis_2004; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_shift_jis_2004 IS 'conversion for UTF8 to SHIFT_JIS_2004'; -- -- Name: utf8_to_sjis; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_sjis FOR 'UTF8' TO 'SJIS' FROM utf8_to_sjis; ALTER CONVERSION pg_catalog.utf8_to_sjis OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_sjis; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_sjis IS 'conversion for UTF8 to SJIS'; -- -- Name: utf8_to_uhc; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_uhc FOR 'UTF8' TO 'UHC' FROM utf8_to_uhc; ALTER CONVERSION pg_catalog.utf8_to_uhc OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_uhc; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_uhc IS 'conversion for UTF8 to UHC'; -- -- Name: utf8_to_windows_1250; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_windows_1250 FOR 'UTF8' TO 'WIN1250' FROM utf8_to_win; ALTER CONVERSION pg_catalog.utf8_to_windows_1250 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_windows_1250; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_windows_1250 IS 'conversion for UTF8 to WIN1250'; -- -- Name: utf8_to_windows_1251; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_windows_1251 FOR 'UTF8' TO 'WIN1251' FROM utf8_to_win; ALTER CONVERSION pg_catalog.utf8_to_windows_1251 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_windows_1251; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_windows_1251 IS 'conversion for UTF8 to WIN1251'; -- -- Name: utf8_to_windows_1252; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_windows_1252 FOR 'UTF8' TO 'WIN1252' FROM utf8_to_win; ALTER CONVERSION pg_catalog.utf8_to_windows_1252 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_windows_1252; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_windows_1252 IS 'conversion for UTF8 to WIN1252'; -- -- Name: utf8_to_windows_1253; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_windows_1253 FOR 'UTF8' TO 'WIN1253' FROM utf8_to_win; ALTER CONVERSION pg_catalog.utf8_to_windows_1253 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_windows_1253; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_windows_1253 IS 'conversion for UTF8 to WIN1253'; -- -- Name: utf8_to_windows_1254; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_windows_1254 FOR 'UTF8' TO 'WIN1254' FROM utf8_to_win; ALTER CONVERSION pg_catalog.utf8_to_windows_1254 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_windows_1254; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_windows_1254 IS 'conversion for UTF8 to WIN1254'; -- -- Name: utf8_to_windows_1255; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_windows_1255 FOR 'UTF8' TO 'WIN1255' FROM utf8_to_win; ALTER CONVERSION pg_catalog.utf8_to_windows_1255 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_windows_1255; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_windows_1255 IS 'conversion for UTF8 to WIN1255'; -- -- Name: utf8_to_windows_1256; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_windows_1256 FOR 'UTF8' TO 'WIN1256' FROM utf8_to_win; ALTER CONVERSION pg_catalog.utf8_to_windows_1256 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_windows_1256; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_windows_1256 IS 'conversion for UTF8 to WIN1256'; -- -- Name: utf8_to_windows_1257; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_windows_1257 FOR 'UTF8' TO 'WIN1257' FROM utf8_to_win; ALTER CONVERSION pg_catalog.utf8_to_windows_1257 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_windows_1257; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_windows_1257 IS 'conversion for UTF8 to WIN1257'; -- -- Name: utf8_to_windows_1258; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_windows_1258 FOR 'UTF8' TO 'WIN1258' FROM utf8_to_win; ALTER CONVERSION pg_catalog.utf8_to_windows_1258 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_windows_1258; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_windows_1258 IS 'conversion for UTF8 to WIN1258'; -- -- Name: utf8_to_windows_866; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_windows_866 FOR 'UTF8' TO 'WIN866' FROM utf8_to_win; ALTER CONVERSION pg_catalog.utf8_to_windows_866 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_windows_866; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_windows_866 IS 'conversion for UTF8 to WIN866'; -- -- Name: utf8_to_windows_874; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.utf8_to_windows_874 FOR 'UTF8' TO 'WIN874' FROM utf8_to_win; ALTER CONVERSION pg_catalog.utf8_to_windows_874 OWNER TO "SYSTEM"; -- -- Name: CONVERSION utf8_to_windows_874; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.utf8_to_windows_874 IS 'conversion for UTF8 to WIN874'; -- -- Name: windows_1250_to_iso_8859_2; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.windows_1250_to_iso_8859_2 FOR 'WIN1250' TO 'LATIN2' FROM win1250_to_latin2; ALTER CONVERSION pg_catalog.windows_1250_to_iso_8859_2 OWNER TO "SYSTEM"; -- -- Name: CONVERSION windows_1250_to_iso_8859_2; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.windows_1250_to_iso_8859_2 IS 'conversion for WIN1250 to LATIN2'; -- -- Name: windows_1250_to_mic; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.windows_1250_to_mic FOR 'WIN1250' TO 'MULE_INTERNAL' FROM win1250_to_mic; ALTER CONVERSION pg_catalog.windows_1250_to_mic OWNER TO "SYSTEM"; -- -- Name: CONVERSION windows_1250_to_mic; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.windows_1250_to_mic IS 'conversion for WIN1250 to MULE_INTERNAL'; -- -- Name: windows_1250_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.windows_1250_to_utf8 FOR 'WIN1250' TO 'UTF8' FROM win_to_utf8; ALTER CONVERSION pg_catalog.windows_1250_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION windows_1250_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.windows_1250_to_utf8 IS 'conversion for WIN1250 to UTF8'; -- -- Name: windows_1251_to_iso_8859_5; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.windows_1251_to_iso_8859_5 FOR 'WIN1251' TO 'ISO_8859_5' FROM win1251_to_iso; ALTER CONVERSION pg_catalog.windows_1251_to_iso_8859_5 OWNER TO "SYSTEM"; -- -- Name: CONVERSION windows_1251_to_iso_8859_5; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.windows_1251_to_iso_8859_5 IS 'conversion for WIN1251 to ISO-8859-5'; -- -- Name: windows_1251_to_koi8_r; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.windows_1251_to_koi8_r FOR 'WIN1251' TO 'KOI8R' FROM win1251_to_koi8r; ALTER CONVERSION pg_catalog.windows_1251_to_koi8_r OWNER TO "SYSTEM"; -- -- Name: CONVERSION windows_1251_to_koi8_r; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.windows_1251_to_koi8_r IS 'conversion for WIN1251 to KOI8R'; -- -- Name: windows_1251_to_mic; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.windows_1251_to_mic FOR 'WIN1251' TO 'MULE_INTERNAL' FROM win1251_to_mic; ALTER CONVERSION pg_catalog.windows_1251_to_mic OWNER TO "SYSTEM"; -- -- Name: CONVERSION windows_1251_to_mic; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.windows_1251_to_mic IS 'conversion for WIN1251 to MULE_INTERNAL'; -- -- Name: windows_1251_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.windows_1251_to_utf8 FOR 'WIN1251' TO 'UTF8' FROM win_to_utf8; ALTER CONVERSION pg_catalog.windows_1251_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION windows_1251_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.windows_1251_to_utf8 IS 'conversion for WIN1251 to UTF8'; -- -- Name: windows_1251_to_windows_866; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.windows_1251_to_windows_866 FOR 'WIN1251' TO 'WIN866' FROM win1251_to_win866; ALTER CONVERSION pg_catalog.windows_1251_to_windows_866 OWNER TO "SYSTEM"; -- -- Name: CONVERSION windows_1251_to_windows_866; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.windows_1251_to_windows_866 IS 'conversion for WIN1251 to WIN866'; -- -- Name: windows_1252_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.windows_1252_to_utf8 FOR 'WIN1252' TO 'UTF8' FROM win_to_utf8; ALTER CONVERSION pg_catalog.windows_1252_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION windows_1252_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.windows_1252_to_utf8 IS 'conversion for WIN1252 to UTF8'; -- -- Name: windows_1253_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.windows_1253_to_utf8 FOR 'WIN1253' TO 'UTF8' FROM win_to_utf8; ALTER CONVERSION pg_catalog.windows_1253_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION windows_1253_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.windows_1253_to_utf8 IS 'conversion for WIN1253 to UTF8'; -- -- Name: windows_1254_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.windows_1254_to_utf8 FOR 'WIN1254' TO 'UTF8' FROM win_to_utf8; ALTER CONVERSION pg_catalog.windows_1254_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION windows_1254_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.windows_1254_to_utf8 IS 'conversion for WIN1254 to UTF8'; -- -- Name: windows_1255_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.windows_1255_to_utf8 FOR 'WIN1255' TO 'UTF8' FROM win_to_utf8; ALTER CONVERSION pg_catalog.windows_1255_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION windows_1255_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.windows_1255_to_utf8 IS 'conversion for WIN1255 to UTF8'; -- -- Name: windows_1256_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.windows_1256_to_utf8 FOR 'WIN1256' TO 'UTF8' FROM win_to_utf8; ALTER CONVERSION pg_catalog.windows_1256_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION windows_1256_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.windows_1256_to_utf8 IS 'conversion for WIN1256 to UTF8'; -- -- Name: windows_1257_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.windows_1257_to_utf8 FOR 'WIN1257' TO 'UTF8' FROM win_to_utf8; ALTER CONVERSION pg_catalog.windows_1257_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION windows_1257_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.windows_1257_to_utf8 IS 'conversion for WIN1257 to UTF8'; -- -- Name: windows_1258_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.windows_1258_to_utf8 FOR 'WIN1258' TO 'UTF8' FROM win_to_utf8; ALTER CONVERSION pg_catalog.windows_1258_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION windows_1258_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.windows_1258_to_utf8 IS 'conversion for WIN1258 to UTF8'; -- -- Name: windows_866_to_iso_8859_5; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.windows_866_to_iso_8859_5 FOR 'WIN866' TO 'ISO_8859_5' FROM win866_to_iso; ALTER CONVERSION pg_catalog.windows_866_to_iso_8859_5 OWNER TO "SYSTEM"; -- -- Name: CONVERSION windows_866_to_iso_8859_5; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.windows_866_to_iso_8859_5 IS 'conversion for WIN866 to ISO-8859-5'; -- -- Name: windows_866_to_koi8_r; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.windows_866_to_koi8_r FOR 'WIN866' TO 'KOI8R' FROM win866_to_koi8r; ALTER CONVERSION pg_catalog.windows_866_to_koi8_r OWNER TO "SYSTEM"; -- -- Name: CONVERSION windows_866_to_koi8_r; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.windows_866_to_koi8_r IS 'conversion for WIN866 to KOI8R'; -- -- Name: windows_866_to_mic; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.windows_866_to_mic FOR 'WIN866' TO 'MULE_INTERNAL' FROM win866_to_mic; ALTER CONVERSION pg_catalog.windows_866_to_mic OWNER TO "SYSTEM"; -- -- Name: CONVERSION windows_866_to_mic; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.windows_866_to_mic IS 'conversion for WIN866 to MULE_INTERNAL'; -- -- Name: windows_866_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.windows_866_to_utf8 FOR 'WIN866' TO 'UTF8' FROM win_to_utf8; ALTER CONVERSION pg_catalog.windows_866_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION windows_866_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.windows_866_to_utf8 IS 'conversion for WIN866 to UTF8'; -- -- Name: windows_866_to_windows_1251; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.windows_866_to_windows_1251 FOR 'WIN866' TO 'WIN1251' FROM win866_to_win1251; ALTER CONVERSION pg_catalog.windows_866_to_windows_1251 OWNER TO "SYSTEM"; -- -- Name: CONVERSION windows_866_to_windows_1251; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.windows_866_to_windows_1251 IS 'conversion for WIN866 to WIN1251'; -- -- Name: windows_874_to_utf8; Type: CONVERSION; Schema: pg_catalog; Owner: SYSTEM -- CREATE DEFAULT CONVERSION pg_catalog.windows_874_to_utf8 FOR 'WIN874' TO 'UTF8' FROM win_to_utf8; ALTER CONVERSION pg_catalog.windows_874_to_utf8 OWNER TO "SYSTEM"; -- -- Name: CONVERSION windows_874_to_utf8; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON CONVERSION pg_catalog.windows_874_to_utf8 IS 'conversion for WIN874 to UTF8'; -- -- Name: default; Type: TEXT SEARCH PARSER; Schema: pg_catalog; Owner: - -- CREATE TEXT SEARCH PARSER pg_catalog."default" ( START = prsd_start, GETTOKEN = prsd_nexttoken, END = prsd_end, HEADLINE = prsd_headline, LEXTYPES = prsd_lextype ); -- -- Name: TEXT SEARCH PARSER "default"; Type: COMMENT; Schema: pg_catalog; Owner: -- COMMENT ON TEXT SEARCH PARSER pg_catalog."default" IS 'default word parser'; -- -- Name: ispell; Type: TEXT SEARCH TEMPLATE; Schema: pg_catalog; Owner: - -- CREATE TEXT SEARCH TEMPLATE pg_catalog.ispell ( INIT = dispell_init, LEXIZE = dispell_lexize ); -- -- Name: TEXT SEARCH TEMPLATE ispell; Type: COMMENT; Schema: pg_catalog; Owner: -- COMMENT ON TEXT SEARCH TEMPLATE pg_catalog.ispell IS 'ispell dictionary'; -- -- Name: simple; Type: TEXT SEARCH TEMPLATE; Schema: pg_catalog; Owner: - -- CREATE TEXT SEARCH TEMPLATE pg_catalog.simple ( INIT = dsimple_init, LEXIZE = dsimple_lexize ); -- -- Name: TEXT SEARCH TEMPLATE simple; Type: COMMENT; Schema: pg_catalog; Owner: -- COMMENT ON TEXT SEARCH TEMPLATE pg_catalog.simple IS 'simple dictionary: just lower case and check for stopword'; -- -- Name: snowball; Type: TEXT SEARCH TEMPLATE; Schema: pg_catalog; Owner: - -- CREATE TEXT SEARCH TEMPLATE pg_catalog.snowball ( INIT = dsnowball_init, LEXIZE = dsnowball_lexize ); -- -- Name: TEXT SEARCH TEMPLATE snowball; Type: COMMENT; Schema: pg_catalog; Owner: -- COMMENT ON TEXT SEARCH TEMPLATE pg_catalog.snowball IS 'snowball stemmer'; -- -- Name: synonym; Type: TEXT SEARCH TEMPLATE; Schema: pg_catalog; Owner: - -- CREATE TEXT SEARCH TEMPLATE pg_catalog.synonym ( INIT = dsynonym_init, LEXIZE = dsynonym_lexize ); -- -- Name: TEXT SEARCH TEMPLATE synonym; Type: COMMENT; Schema: pg_catalog; Owner: -- COMMENT ON TEXT SEARCH TEMPLATE pg_catalog.synonym IS 'synonym dictionary: replace word by its synonym'; -- -- Name: thesaurus; Type: TEXT SEARCH TEMPLATE; Schema: pg_catalog; Owner: - -- CREATE TEXT SEARCH TEMPLATE pg_catalog.thesaurus ( INIT = thesaurus_init, LEXIZE = thesaurus_lexize ); -- -- Name: TEXT SEARCH TEMPLATE thesaurus; Type: COMMENT; Schema: pg_catalog; Owner: -- COMMENT ON TEXT SEARCH TEMPLATE pg_catalog.thesaurus IS 'thesaurus dictionary: phrase by phrase substitution'; -- -- Name: arabic_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.arabic_stem ( TEMPLATE = pg_catalog.snowball, language = 'arabic' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.arabic_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY arabic_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.arabic_stem IS 'snowball stemmer for arabic language'; -- -- Name: armenian_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.armenian_stem ( TEMPLATE = pg_catalog.snowball, language = 'armenian' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.armenian_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY armenian_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.armenian_stem IS 'snowball stemmer for armenian language'; -- -- Name: basque_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.basque_stem ( TEMPLATE = pg_catalog.snowball, language = 'basque' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.basque_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY basque_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.basque_stem IS 'snowball stemmer for basque language'; -- -- Name: catalan_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.catalan_stem ( TEMPLATE = pg_catalog.snowball, language = 'catalan' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.catalan_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY catalan_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.catalan_stem IS 'snowball stemmer for catalan language'; -- -- Name: danish_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.danish_stem ( TEMPLATE = pg_catalog.snowball, language = 'danish', stopwords = 'danish' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.danish_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY danish_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.danish_stem IS 'snowball stemmer for danish language'; -- -- Name: dutch_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.dutch_stem ( TEMPLATE = pg_catalog.snowball, language = 'dutch', stopwords = 'dutch' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.dutch_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY dutch_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.dutch_stem IS 'snowball stemmer for dutch language'; -- -- Name: english_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.english_stem ( TEMPLATE = pg_catalog.snowball, language = 'english', stopwords = 'english' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.english_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY english_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.english_stem IS 'snowball stemmer for english language'; -- -- Name: finnish_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.finnish_stem ( TEMPLATE = pg_catalog.snowball, language = 'finnish', stopwords = 'finnish' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.finnish_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY finnish_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.finnish_stem IS 'snowball stemmer for finnish language'; -- -- Name: french_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.french_stem ( TEMPLATE = pg_catalog.snowball, language = 'french', stopwords = 'french' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.french_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY french_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.french_stem IS 'snowball stemmer for french language'; -- -- Name: german_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.german_stem ( TEMPLATE = pg_catalog.snowball, language = 'german', stopwords = 'german' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.german_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY german_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.german_stem IS 'snowball stemmer for german language'; -- -- Name: greek_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.greek_stem ( TEMPLATE = pg_catalog.snowball, language = 'greek' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.greek_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY greek_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.greek_stem IS 'snowball stemmer for greek language'; -- -- Name: hindi_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.hindi_stem ( TEMPLATE = pg_catalog.snowball, language = 'hindi' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.hindi_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY hindi_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.hindi_stem IS 'snowball stemmer for hindi language'; -- -- Name: hungarian_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.hungarian_stem ( TEMPLATE = pg_catalog.snowball, language = 'hungarian', stopwords = 'hungarian' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.hungarian_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY hungarian_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.hungarian_stem IS 'snowball stemmer for hungarian language'; -- -- Name: indonesian_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.indonesian_stem ( TEMPLATE = pg_catalog.snowball, language = 'indonesian' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.indonesian_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY indonesian_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.indonesian_stem IS 'snowball stemmer for indonesian language'; -- -- Name: irish_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.irish_stem ( TEMPLATE = pg_catalog.snowball, language = 'irish' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.irish_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY irish_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.irish_stem IS 'snowball stemmer for irish language'; -- -- Name: italian_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.italian_stem ( TEMPLATE = pg_catalog.snowball, language = 'italian', stopwords = 'italian' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.italian_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY italian_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.italian_stem IS 'snowball stemmer for italian language'; -- -- Name: lithuanian_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.lithuanian_stem ( TEMPLATE = pg_catalog.snowball, language = 'lithuanian' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.lithuanian_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY lithuanian_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.lithuanian_stem IS 'snowball stemmer for lithuanian language'; -- -- Name: nepali_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.nepali_stem ( TEMPLATE = pg_catalog.snowball, language = 'nepali', stopwords = 'nepali' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.nepali_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY nepali_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.nepali_stem IS 'snowball stemmer for nepali language'; -- -- Name: norwegian_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.norwegian_stem ( TEMPLATE = pg_catalog.snowball, language = 'norwegian', stopwords = 'norwegian' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.norwegian_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY norwegian_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.norwegian_stem IS 'snowball stemmer for norwegian language'; -- -- Name: portuguese_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.portuguese_stem ( TEMPLATE = pg_catalog.snowball, language = 'portuguese', stopwords = 'portuguese' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.portuguese_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY portuguese_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.portuguese_stem IS 'snowball stemmer for portuguese language'; -- -- Name: romanian_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.romanian_stem ( TEMPLATE = pg_catalog.snowball, language = 'romanian' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.romanian_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY romanian_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.romanian_stem IS 'snowball stemmer for romanian language'; -- -- Name: russian_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.russian_stem ( TEMPLATE = pg_catalog.snowball, language = 'russian', stopwords = 'russian' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.russian_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY russian_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.russian_stem IS 'snowball stemmer for russian language'; -- -- Name: serbian_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.serbian_stem ( TEMPLATE = pg_catalog.snowball, language = 'serbian' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.serbian_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY serbian_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.serbian_stem IS 'snowball stemmer for serbian language'; -- -- Name: simple; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.simple ( TEMPLATE = pg_catalog.simple ); ALTER TEXT SEARCH DICTIONARY pg_catalog.simple OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY simple; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.simple IS 'simple dictionary: just lower case and check for stopword'; -- -- Name: spanish_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.spanish_stem ( TEMPLATE = pg_catalog.snowball, language = 'spanish', stopwords = 'spanish' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.spanish_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY spanish_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.spanish_stem IS 'snowball stemmer for spanish language'; -- -- Name: swedish_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.swedish_stem ( TEMPLATE = pg_catalog.snowball, language = 'swedish', stopwords = 'swedish' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.swedish_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY swedish_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.swedish_stem IS 'snowball stemmer for swedish language'; -- -- Name: tamil_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.tamil_stem ( TEMPLATE = pg_catalog.snowball, language = 'tamil' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.tamil_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY tamil_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.tamil_stem IS 'snowball stemmer for tamil language'; -- -- Name: turkish_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.turkish_stem ( TEMPLATE = pg_catalog.snowball, language = 'turkish', stopwords = 'turkish' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.turkish_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY turkish_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.turkish_stem IS 'snowball stemmer for turkish language'; -- -- Name: yiddish_stem; Type: TEXT SEARCH DICTIONARY; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY pg_catalog.yiddish_stem ( TEMPLATE = pg_catalog.snowball, language = 'yiddish' ); ALTER TEXT SEARCH DICTIONARY pg_catalog.yiddish_stem OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY yiddish_stem; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY pg_catalog.yiddish_stem IS 'snowball stemmer for yiddish language'; -- -- Name: arabic; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.arabic ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.arabic ADD MAPPING FOR asciiword WITH arabic_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.arabic ADD MAPPING FOR word WITH arabic_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.arabic ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.arabic ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.arabic ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.arabic ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.arabic ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.arabic ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.arabic ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.arabic ADD MAPPING FOR hword_part WITH arabic_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.arabic ADD MAPPING FOR hword_asciipart WITH arabic_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.arabic ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.arabic ADD MAPPING FOR asciihword WITH arabic_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.arabic ADD MAPPING FOR hword WITH arabic_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.arabic ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.arabic ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.arabic ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.arabic ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.arabic ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.arabic OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION arabic; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.arabic IS 'configuration for arabic language'; -- -- Name: armenian; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.armenian ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.armenian ADD MAPPING FOR asciiword WITH armenian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.armenian ADD MAPPING FOR word WITH armenian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.armenian ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.armenian ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.armenian ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.armenian ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.armenian ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.armenian ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.armenian ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.armenian ADD MAPPING FOR hword_part WITH armenian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.armenian ADD MAPPING FOR hword_asciipart WITH armenian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.armenian ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.armenian ADD MAPPING FOR asciihword WITH armenian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.armenian ADD MAPPING FOR hword WITH armenian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.armenian ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.armenian ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.armenian ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.armenian ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.armenian ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.armenian OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION armenian; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.armenian IS 'configuration for armenian language'; -- -- Name: basque; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.basque ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.basque ADD MAPPING FOR asciiword WITH basque_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.basque ADD MAPPING FOR word WITH basque_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.basque ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.basque ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.basque ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.basque ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.basque ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.basque ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.basque ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.basque ADD MAPPING FOR hword_part WITH basque_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.basque ADD MAPPING FOR hword_asciipart WITH basque_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.basque ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.basque ADD MAPPING FOR asciihword WITH basque_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.basque ADD MAPPING FOR hword WITH basque_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.basque ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.basque ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.basque ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.basque ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.basque ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.basque OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION basque; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.basque IS 'configuration for basque language'; -- -- Name: catalan; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.catalan ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.catalan ADD MAPPING FOR asciiword WITH catalan_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.catalan ADD MAPPING FOR word WITH catalan_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.catalan ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.catalan ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.catalan ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.catalan ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.catalan ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.catalan ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.catalan ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.catalan ADD MAPPING FOR hword_part WITH catalan_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.catalan ADD MAPPING FOR hword_asciipart WITH catalan_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.catalan ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.catalan ADD MAPPING FOR asciihword WITH catalan_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.catalan ADD MAPPING FOR hword WITH catalan_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.catalan ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.catalan ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.catalan ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.catalan ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.catalan ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.catalan OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION catalan; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.catalan IS 'configuration for catalan language'; -- -- Name: danish; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.danish ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.danish ADD MAPPING FOR asciiword WITH danish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.danish ADD MAPPING FOR word WITH danish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.danish ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.danish ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.danish ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.danish ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.danish ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.danish ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.danish ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.danish ADD MAPPING FOR hword_part WITH danish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.danish ADD MAPPING FOR hword_asciipart WITH danish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.danish ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.danish ADD MAPPING FOR asciihword WITH danish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.danish ADD MAPPING FOR hword WITH danish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.danish ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.danish ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.danish ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.danish ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.danish ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.danish OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION danish; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.danish IS 'configuration for danish language'; -- -- Name: dutch; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.dutch ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.dutch ADD MAPPING FOR asciiword WITH dutch_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.dutch ADD MAPPING FOR word WITH dutch_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.dutch ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.dutch ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.dutch ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.dutch ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.dutch ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.dutch ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.dutch ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.dutch ADD MAPPING FOR hword_part WITH dutch_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.dutch ADD MAPPING FOR hword_asciipart WITH dutch_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.dutch ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.dutch ADD MAPPING FOR asciihword WITH dutch_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.dutch ADD MAPPING FOR hword WITH dutch_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.dutch ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.dutch ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.dutch ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.dutch ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.dutch ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.dutch OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION dutch; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.dutch IS 'configuration for dutch language'; -- -- Name: english; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.english ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.english ADD MAPPING FOR asciiword WITH english_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.english ADD MAPPING FOR word WITH english_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.english ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.english ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.english ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.english ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.english ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.english ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.english ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.english ADD MAPPING FOR hword_part WITH english_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.english ADD MAPPING FOR hword_asciipart WITH english_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.english ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.english ADD MAPPING FOR asciihword WITH english_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.english ADD MAPPING FOR hword WITH english_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.english ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.english ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.english ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.english ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.english ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.english OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION english; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.english IS 'configuration for english language'; -- -- Name: finnish; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.finnish ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.finnish ADD MAPPING FOR asciiword WITH finnish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.finnish ADD MAPPING FOR word WITH finnish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.finnish ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.finnish ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.finnish ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.finnish ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.finnish ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.finnish ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.finnish ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.finnish ADD MAPPING FOR hword_part WITH finnish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.finnish ADD MAPPING FOR hword_asciipart WITH finnish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.finnish ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.finnish ADD MAPPING FOR asciihword WITH finnish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.finnish ADD MAPPING FOR hword WITH finnish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.finnish ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.finnish ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.finnish ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.finnish ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.finnish ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.finnish OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION finnish; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.finnish IS 'configuration for finnish language'; -- -- Name: french; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.french ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.french ADD MAPPING FOR asciiword WITH french_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.french ADD MAPPING FOR word WITH french_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.french ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.french ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.french ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.french ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.french ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.french ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.french ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.french ADD MAPPING FOR hword_part WITH french_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.french ADD MAPPING FOR hword_asciipart WITH french_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.french ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.french ADD MAPPING FOR asciihword WITH french_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.french ADD MAPPING FOR hword WITH french_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.french ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.french ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.french ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.french ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.french ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.french OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION french; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.french IS 'configuration for french language'; -- -- Name: german; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.german ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.german ADD MAPPING FOR asciiword WITH german_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.german ADD MAPPING FOR word WITH german_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.german ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.german ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.german ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.german ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.german ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.german ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.german ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.german ADD MAPPING FOR hword_part WITH german_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.german ADD MAPPING FOR hword_asciipart WITH german_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.german ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.german ADD MAPPING FOR asciihword WITH german_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.german ADD MAPPING FOR hword WITH german_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.german ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.german ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.german ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.german ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.german ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.german OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION german; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.german IS 'configuration for german language'; -- -- Name: greek; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.greek ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.greek ADD MAPPING FOR asciiword WITH greek_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.greek ADD MAPPING FOR word WITH greek_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.greek ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.greek ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.greek ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.greek ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.greek ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.greek ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.greek ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.greek ADD MAPPING FOR hword_part WITH greek_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.greek ADD MAPPING FOR hword_asciipart WITH greek_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.greek ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.greek ADD MAPPING FOR asciihword WITH greek_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.greek ADD MAPPING FOR hword WITH greek_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.greek ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.greek ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.greek ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.greek ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.greek ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.greek OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION greek; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.greek IS 'configuration for greek language'; -- -- Name: hindi; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.hindi ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.hindi ADD MAPPING FOR asciiword WITH english_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hindi ADD MAPPING FOR word WITH hindi_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hindi ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hindi ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hindi ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hindi ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hindi ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hindi ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hindi ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hindi ADD MAPPING FOR hword_part WITH hindi_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hindi ADD MAPPING FOR hword_asciipart WITH english_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hindi ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hindi ADD MAPPING FOR asciihword WITH english_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hindi ADD MAPPING FOR hword WITH hindi_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hindi ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hindi ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hindi ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hindi ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hindi ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hindi OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION hindi; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.hindi IS 'configuration for hindi language'; -- -- Name: hungarian; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.hungarian ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.hungarian ADD MAPPING FOR asciiword WITH hungarian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hungarian ADD MAPPING FOR word WITH hungarian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hungarian ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hungarian ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hungarian ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hungarian ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hungarian ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hungarian ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hungarian ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hungarian ADD MAPPING FOR hword_part WITH hungarian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hungarian ADD MAPPING FOR hword_asciipart WITH hungarian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hungarian ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hungarian ADD MAPPING FOR asciihword WITH hungarian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hungarian ADD MAPPING FOR hword WITH hungarian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hungarian ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hungarian ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hungarian ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hungarian ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hungarian ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.hungarian OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION hungarian; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.hungarian IS 'configuration for hungarian language'; -- -- Name: indonesian; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.indonesian ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.indonesian ADD MAPPING FOR asciiword WITH indonesian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.indonesian ADD MAPPING FOR word WITH indonesian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.indonesian ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.indonesian ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.indonesian ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.indonesian ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.indonesian ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.indonesian ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.indonesian ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.indonesian ADD MAPPING FOR hword_part WITH indonesian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.indonesian ADD MAPPING FOR hword_asciipart WITH indonesian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.indonesian ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.indonesian ADD MAPPING FOR asciihword WITH indonesian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.indonesian ADD MAPPING FOR hword WITH indonesian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.indonesian ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.indonesian ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.indonesian ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.indonesian ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.indonesian ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.indonesian OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION indonesian; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.indonesian IS 'configuration for indonesian language'; -- -- Name: irish; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.irish ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.irish ADD MAPPING FOR asciiword WITH irish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.irish ADD MAPPING FOR word WITH irish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.irish ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.irish ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.irish ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.irish ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.irish ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.irish ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.irish ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.irish ADD MAPPING FOR hword_part WITH irish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.irish ADD MAPPING FOR hword_asciipart WITH irish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.irish ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.irish ADD MAPPING FOR asciihword WITH irish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.irish ADD MAPPING FOR hword WITH irish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.irish ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.irish ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.irish ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.irish ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.irish ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.irish OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION irish; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.irish IS 'configuration for irish language'; -- -- Name: italian; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.italian ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.italian ADD MAPPING FOR asciiword WITH italian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.italian ADD MAPPING FOR word WITH italian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.italian ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.italian ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.italian ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.italian ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.italian ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.italian ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.italian ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.italian ADD MAPPING FOR hword_part WITH italian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.italian ADD MAPPING FOR hword_asciipart WITH italian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.italian ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.italian ADD MAPPING FOR asciihword WITH italian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.italian ADD MAPPING FOR hword WITH italian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.italian ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.italian ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.italian ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.italian ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.italian ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.italian OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION italian; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.italian IS 'configuration for italian language'; -- -- Name: lithuanian; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.lithuanian ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.lithuanian ADD MAPPING FOR asciiword WITH lithuanian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.lithuanian ADD MAPPING FOR word WITH lithuanian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.lithuanian ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.lithuanian ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.lithuanian ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.lithuanian ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.lithuanian ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.lithuanian ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.lithuanian ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.lithuanian ADD MAPPING FOR hword_part WITH lithuanian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.lithuanian ADD MAPPING FOR hword_asciipart WITH lithuanian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.lithuanian ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.lithuanian ADD MAPPING FOR asciihword WITH lithuanian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.lithuanian ADD MAPPING FOR hword WITH lithuanian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.lithuanian ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.lithuanian ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.lithuanian ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.lithuanian ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.lithuanian ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.lithuanian OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION lithuanian; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.lithuanian IS 'configuration for lithuanian language'; -- -- Name: nepali; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.nepali ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.nepali ADD MAPPING FOR asciiword WITH nepali_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.nepali ADD MAPPING FOR word WITH nepali_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.nepali ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.nepali ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.nepali ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.nepali ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.nepali ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.nepali ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.nepali ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.nepali ADD MAPPING FOR hword_part WITH nepali_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.nepali ADD MAPPING FOR hword_asciipart WITH nepali_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.nepali ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.nepali ADD MAPPING FOR asciihword WITH nepali_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.nepali ADD MAPPING FOR hword WITH nepali_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.nepali ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.nepali ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.nepali ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.nepali ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.nepali ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.nepali OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION nepali; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.nepali IS 'configuration for nepali language'; -- -- Name: norwegian; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.norwegian ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.norwegian ADD MAPPING FOR asciiword WITH norwegian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.norwegian ADD MAPPING FOR word WITH norwegian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.norwegian ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.norwegian ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.norwegian ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.norwegian ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.norwegian ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.norwegian ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.norwegian ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.norwegian ADD MAPPING FOR hword_part WITH norwegian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.norwegian ADD MAPPING FOR hword_asciipart WITH norwegian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.norwegian ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.norwegian ADD MAPPING FOR asciihword WITH norwegian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.norwegian ADD MAPPING FOR hword WITH norwegian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.norwegian ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.norwegian ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.norwegian ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.norwegian ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.norwegian ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.norwegian OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION norwegian; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.norwegian IS 'configuration for norwegian language'; -- -- Name: portuguese; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.portuguese ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.portuguese ADD MAPPING FOR asciiword WITH portuguese_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.portuguese ADD MAPPING FOR word WITH portuguese_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.portuguese ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.portuguese ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.portuguese ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.portuguese ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.portuguese ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.portuguese ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.portuguese ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.portuguese ADD MAPPING FOR hword_part WITH portuguese_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.portuguese ADD MAPPING FOR hword_asciipart WITH portuguese_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.portuguese ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.portuguese ADD MAPPING FOR asciihword WITH portuguese_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.portuguese ADD MAPPING FOR hword WITH portuguese_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.portuguese ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.portuguese ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.portuguese ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.portuguese ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.portuguese ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.portuguese OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION portuguese; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.portuguese IS 'configuration for portuguese language'; -- -- Name: romanian; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.romanian ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.romanian ADD MAPPING FOR asciiword WITH romanian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.romanian ADD MAPPING FOR word WITH romanian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.romanian ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.romanian ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.romanian ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.romanian ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.romanian ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.romanian ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.romanian ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.romanian ADD MAPPING FOR hword_part WITH romanian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.romanian ADD MAPPING FOR hword_asciipart WITH romanian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.romanian ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.romanian ADD MAPPING FOR asciihword WITH romanian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.romanian ADD MAPPING FOR hword WITH romanian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.romanian ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.romanian ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.romanian ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.romanian ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.romanian ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.romanian OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION romanian; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.romanian IS 'configuration for romanian language'; -- -- Name: russian; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.russian ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.russian ADD MAPPING FOR asciiword WITH english_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.russian ADD MAPPING FOR word WITH russian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.russian ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.russian ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.russian ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.russian ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.russian ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.russian ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.russian ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.russian ADD MAPPING FOR hword_part WITH russian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.russian ADD MAPPING FOR hword_asciipart WITH english_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.russian ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.russian ADD MAPPING FOR asciihword WITH english_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.russian ADD MAPPING FOR hword WITH russian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.russian ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.russian ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.russian ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.russian ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.russian ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.russian OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION russian; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.russian IS 'configuration for russian language'; -- -- Name: serbian; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.serbian ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.serbian ADD MAPPING FOR asciiword WITH serbian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.serbian ADD MAPPING FOR word WITH serbian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.serbian ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.serbian ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.serbian ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.serbian ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.serbian ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.serbian ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.serbian ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.serbian ADD MAPPING FOR hword_part WITH serbian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.serbian ADD MAPPING FOR hword_asciipart WITH serbian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.serbian ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.serbian ADD MAPPING FOR asciihword WITH serbian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.serbian ADD MAPPING FOR hword WITH serbian_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.serbian ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.serbian ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.serbian ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.serbian ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.serbian ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.serbian OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION serbian; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.serbian IS 'configuration for serbian language'; -- -- Name: simple; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.simple ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.simple ADD MAPPING FOR asciiword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.simple ADD MAPPING FOR word WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.simple ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.simple ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.simple ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.simple ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.simple ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.simple ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.simple ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.simple ADD MAPPING FOR hword_part WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.simple ADD MAPPING FOR hword_asciipart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.simple ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.simple ADD MAPPING FOR asciihword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.simple ADD MAPPING FOR hword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.simple ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.simple ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.simple ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.simple ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.simple ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.simple OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION simple; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.simple IS 'simple configuration'; -- -- Name: spanish; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.spanish ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.spanish ADD MAPPING FOR asciiword WITH spanish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.spanish ADD MAPPING FOR word WITH spanish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.spanish ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.spanish ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.spanish ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.spanish ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.spanish ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.spanish ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.spanish ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.spanish ADD MAPPING FOR hword_part WITH spanish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.spanish ADD MAPPING FOR hword_asciipart WITH spanish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.spanish ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.spanish ADD MAPPING FOR asciihword WITH spanish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.spanish ADD MAPPING FOR hword WITH spanish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.spanish ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.spanish ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.spanish ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.spanish ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.spanish ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.spanish OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION spanish; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.spanish IS 'configuration for spanish language'; -- -- Name: swedish; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.swedish ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.swedish ADD MAPPING FOR asciiword WITH swedish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.swedish ADD MAPPING FOR word WITH swedish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.swedish ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.swedish ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.swedish ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.swedish ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.swedish ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.swedish ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.swedish ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.swedish ADD MAPPING FOR hword_part WITH swedish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.swedish ADD MAPPING FOR hword_asciipart WITH swedish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.swedish ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.swedish ADD MAPPING FOR asciihword WITH swedish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.swedish ADD MAPPING FOR hword WITH swedish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.swedish ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.swedish ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.swedish ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.swedish ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.swedish ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.swedish OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION swedish; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.swedish IS 'configuration for swedish language'; -- -- Name: tamil; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.tamil ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.tamil ADD MAPPING FOR asciiword WITH tamil_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.tamil ADD MAPPING FOR word WITH tamil_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.tamil ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.tamil ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.tamil ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.tamil ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.tamil ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.tamil ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.tamil ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.tamil ADD MAPPING FOR hword_part WITH tamil_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.tamil ADD MAPPING FOR hword_asciipart WITH tamil_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.tamil ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.tamil ADD MAPPING FOR asciihword WITH tamil_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.tamil ADD MAPPING FOR hword WITH tamil_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.tamil ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.tamil ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.tamil ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.tamil ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.tamil ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.tamil OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION tamil; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.tamil IS 'configuration for tamil language'; -- -- Name: turkish; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.turkish ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.turkish ADD MAPPING FOR asciiword WITH turkish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.turkish ADD MAPPING FOR word WITH turkish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.turkish ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.turkish ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.turkish ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.turkish ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.turkish ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.turkish ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.turkish ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.turkish ADD MAPPING FOR hword_part WITH turkish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.turkish ADD MAPPING FOR hword_asciipart WITH turkish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.turkish ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.turkish ADD MAPPING FOR asciihword WITH turkish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.turkish ADD MAPPING FOR hword WITH turkish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.turkish ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.turkish ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.turkish ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.turkish ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.turkish ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.turkish OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION turkish; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.turkish IS 'configuration for turkish language'; -- -- Name: yiddish; Type: TEXT SEARCH CONFIGURATION; Schema: pg_catalog; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION pg_catalog.yiddish ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION pg_catalog.yiddish ADD MAPPING FOR asciiword WITH yiddish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.yiddish ADD MAPPING FOR word WITH yiddish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.yiddish ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.yiddish ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.yiddish ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.yiddish ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.yiddish ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.yiddish ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.yiddish ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.yiddish ADD MAPPING FOR hword_part WITH yiddish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.yiddish ADD MAPPING FOR hword_asciipart WITH yiddish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.yiddish ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.yiddish ADD MAPPING FOR asciihword WITH yiddish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.yiddish ADD MAPPING FOR hword WITH yiddish_stem; ALTER TEXT SEARCH CONFIGURATION pg_catalog.yiddish ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.yiddish ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.yiddish ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.yiddish ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.yiddish ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION pg_catalog.yiddish OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION yiddish; Type: COMMENT; Schema: pg_catalog; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION pg_catalog.yiddish IS 'configuration for yiddish language'; SET default_tablespace = ''; SET default_table_access_method = heap; -- -- Name: pg_aggregate; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_aggregate ( aggfnoid regproc CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, aggkind "char", aggnumdirectargs smallint, aggtransfn regproc, aggfinalfn regproc, aggcombinefn regproc, aggserialfn regproc, aggdeserialfn regproc, aggmtransfn regproc, aggminvtransfn regproc, aggmfinalfn regproc, aggfinalextra boolean, aggmfinalextra boolean, aggfinalmodify "char", aggmfinalmodify "char", aggsortop oid, aggtranstype oid, aggtransspace integer, aggmtranstype oid, aggmtransspace integer, agginitval text COLLATE pg_catalog."C", aggminitval text COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_aggregate REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_aggregate OWNER TO "SYSTEM"; -- -- Name: TABLE pg_aggregate; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_aggregate'::regclass, 157::float4, 2::integer, 2::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_aggregate'::regclass, attname => 'aggfnoid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{0.7968202}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{pg_catalog.max,pg_catalog.min,pg_catalog.avg,pg_catalog.avg,pg_catalog.avg,pg_catalog.avg,pg_catalog.sum,pg_catalog.sum,pg_catalog.sum,pg_catalog.sum,pg_catalog.sum,pg_catalog.max,pg_catalog.max,pg_catalog.max,pg_catalog.max,pg_catalog.max,pg_catalog.max,pg_catalog.max,pg_catalog.max,pg_catalog.max,pg_catalog.max,pg_catalog.min,pg_catalog.min,pg_catalog.min,pg_catalog.min,pg_catalog.min,pg_catalog.min,pg_catalog.min,pg_catalog.min,pg_catalog.min,pg_catalog.min,pg_catalog.variance,pg_catalog.variance,pg_catalog.variance,pg_catalog.variance,pg_catalog.stddev,pg_catalog.stddev,pg_catalog.stddev,pg_catalog.stddev,pg_catalog.bit_and,pg_catalog.bit_and,pg_catalog.bit_or,pg_catalog.bit_or,pg_catalog.bit_or,pg_catalog.max,pg_catalog.array_agg,bool_and,every,pg_catalog.var_samp,pg_catalog.var_samp,pg_catalog.var_samp,pg_catalog.var_samp,pg_catalog.stddev_samp,pg_catalog.stddev_samp,pg_catalog.stddev_samp,pg_catalog.stddev_samp,pg_catalog.var_pop,pg_catalog.var_pop,pg_catalog.var_pop,pg_catalog.stddev_pop,pg_catalog.stddev_pop,pg_catalog.stddev_pop,pg_catalog.stddev_pop,pg_catalog.max,pg_catalog.min,regr_count,regr_sxx,regr_sxy,regr_avgy,regr_r2,regr_intercept,covar_pop,corr,xmlagg,json_object_agg,jsonb_object_agg,pg_catalog.max,pg_catalog.string_agg,pg_catalog.string_agg,pg_catalog.min,pg_catalog.percentile_disc,pg_catalog.percentile_cont,pg_catalog.percentile_disc,pg_catalog.percentile_cont,pg_catalog.rank,pg_catalog.percent_rank,pg_catalog.dense_rank,pg_catalog.array_agg,pg_catalog.min,pg_catalog.range_agg,pg_catalog.range_intersect_agg,pg_catalog.max,pg_catalog.bit_xor,pg_catalog.bit_xor,pg_catalog.bit_xor,json_agg_strict,json_object_agg_strict,json_object_agg_unique_strict,jsonb_agg_strict,jsonb_object_agg_unique,any_value}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_aggregate'::regclass, attname => 'aggkind'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 3::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9299363,0.044585988,0.025477707}'::real[], stanumbers2 => '{0.85276514}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{n,o,h}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_aggregate'::regclass, attname => 'aggnumdirectargs'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 2::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.93630576,0.06369427}'::real[], stanumbers2 => '{0.9997457}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,1}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_aggregate'::regclass, attname => 'aggtransfn'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.6496815::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.070063695,0.044585988,0.044585988,0.044585988,0.03821656,0.03821656,0.03821656,0.03821656,0.025477707,0.012738854,0.012738854,0.012738854,0.012738854}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.57522684}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{float8_regr_accum,float4_accum,float8_accum,ordered_set_transition,numeric_accum,int2_accum,int4_accum,int8_accum,ordered_set_transition_multi,interval_avg_accum,booland_statefunc,int8_avg_accum,numeric_avg_accum}'::text, stavalues2 => '{float4pl,float4larger,float4smaller,float8pl,float8larger,float8smaller,text_larger,text_smaller,array_larger,array_smaller,int4larger,int4smaller,int2larger,int2smaller,cash_pl,cashlarger,cashsmaller,bpchar_larger,bpchar_smaller,date_larger,date_smaller,timestamptz_smaller,timestamptz_larger,interval_smaller,interval_larger,int8inc,int8larger,int8smaller,time_larger,time_smaller,timetz_larger,timetz_smaller,bitand,bitor,bitxor,numeric_smaller,numeric_larger,int2_sum,int4_sum,int2and,int2or,int2xor,int4and,int4or,int4xor,int8and,int8or,int8xor,int2_avg_accum,int4_avg_accum,oidlarger,oidsmaller,timestamp_smaller,timestamp_larger,array_agg_transfn,boolor_statefunc,tidlarger,tidsmaller,int8inc_any,int8inc_float8_float8,xmlconcat2,json_agg_transfn,json_object_agg_transfn,jsonb_agg_transfn,jsonb_object_agg_transfn,enum_smaller,enum_larger,string_agg_transfn,bytea_string_agg_transfn,network_larger,network_smaller,array_agg_array_transfn,pg_lsn_larger,pg_lsn_smaller,range_agg_transfn,multirange_intersect_agg_transfn,range_intersect_agg_transfn,xid8_larger,xid8_smaller,multirange_agg_transfn,json_agg_strict_transfn,json_object_agg_strict_transfn,json_object_agg_unique_transfn,json_object_agg_unique_strict_transfn,jsonb_agg_strict_transfn,jsonb_object_agg_strict_transfn,jsonb_object_agg_unique_transfn,jsonb_object_agg_unique_strict_transfn,any_value_transfn}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_aggregate'::regclass, attname => 'aggfinalfn'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.3375796::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.4522293,0.025477707,0.025477707,0.025477707,0.025477707,0.025477707,0.025477707,0.025477707,0.025477707,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.6498707}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{-,float8_var_samp,float8_stddev_samp,numeric_var_samp,numeric_stddev_samp,json_object_agg_finalfn,jsonb_object_agg_finalfn,numeric_poly_var_samp,numeric_poly_stddev_samp,float8_avg,int8_avg,float8_var_pop,float8_stddev_pop,numeric_var_pop,numeric_stddev_pop,json_agg_finalfn,jsonb_agg_finalfn,numeric_poly_var_pop,numeric_poly_stddev_pop}'::text, stavalues2 => '{numeric_avg,interval_avg,array_agg_finalfn,float8_regr_sxx,float8_regr_syy,float8_regr_sxy,float8_regr_avgx,float8_regr_avgy,float8_regr_r2,float8_regr_slope,float8_regr_intercept,float8_covar_pop,float8_covar_samp,float8_corr,numeric_sum,numeric_poly_sum,numeric_poly_avg,string_agg_finalfn,bytea_string_agg_finalfn,percentile_disc_final,percentile_cont_float8_final,percentile_cont_interval_final,percentile_disc_multi_final,percentile_cont_float8_multi_final,percentile_cont_interval_multi_final,mode_final,rank_final,percent_rank_final,cume_dist_final,dense_rank_final,array_agg_array_finalfn,range_agg_finalfn,multirange_agg_finalfn,interval_sum}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_aggregate'::regclass, attname => 'aggcombinefn'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.49044585::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.1656051,0.089171976,0.07643312,0.07643312,0.070063695,0.031847134,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{-0.15592071}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{-,float8_combine,numeric_poly_combine,numeric_combine,float8_regr_combine,int8pl,booland_statefunc,int8_avg_combine,int4_avg_combine,interval_avg_combine,numeric_avg_combine,string_agg_combine}'::text, stavalues2 => '{float4pl,float4larger,float4smaller,float8pl,float8larger,float8smaller,text_larger,text_smaller,array_larger,array_smaller,int4larger,int4smaller,int2larger,int2smaller,cash_pl,cashlarger,cashsmaller,bpchar_larger,bpchar_smaller,date_larger,date_smaller,timestamptz_smaller,timestamptz_larger,interval_smaller,interval_larger,int8larger,int8smaller,time_larger,time_smaller,timetz_larger,timetz_smaller,bitand,bitor,bitxor,numeric_smaller,numeric_larger,int2and,int2or,int2xor,int4and,int4or,int4xor,int8and,int8or,int8xor,oidlarger,oidsmaller,timestamp_smaller,timestamp_larger,boolor_statefunc,tidlarger,tidsmaller,enum_smaller,enum_larger,network_larger,network_smaller,pg_lsn_larger,pg_lsn_smaller,multirange_intersect_agg_transfn,range_intersect_agg_transfn,xid8_larger,xid8_smaller,any_value_transfn,array_agg_combine,array_agg_array_combine}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_aggregate'::regclass, attname => 'aggserialfn'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 9::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.7834395,0.07643312,0.07643312,0.012738854,0.012738854,0.012738854,0.012738854}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.60326904}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{-,numeric_serialize,numeric_poly_serialize,numeric_avg_serialize,int8_avg_serialize,string_agg_serialize,interval_avg_serialize}'::text, stavalues2 => '{array_agg_serialize,array_agg_array_serialize}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_aggregate'::regclass, attname => 'aggdeserialfn'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 9::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.7834395,0.07643312,0.07643312,0.012738854,0.012738854,0.012738854,0.012738854}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.60326904}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{-,numeric_deserialize,numeric_poly_deserialize,numeric_avg_deserialize,int8_avg_deserialize,string_agg_deserialize,interval_avg_deserialize}'::text, stavalues2 => '{array_agg_deserialize,array_agg_array_deserialize}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_aggregate'::regclass, attname => 'aggmtransfn'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 14::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.7452229,0.03821656,0.03821656,0.03821656,0.03821656,0.01910828,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.37765056}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{-,numeric_accum,int2_accum,int4_accum,int8_accum,bool_accum,interval_avg_accum,int2_avg_accum,int4_avg_accum,int8_avg_accum,numeric_avg_accum}'::text, stavalues2 => '{cash_pl,int8inc,int8inc_any}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_aggregate'::regclass, attname => 'aggminvtransfn'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 13::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.7452229,0.050955415,0.03821656,0.03821656,0.03821656,0.01910828,0.012738854,0.012738854,0.012738854,0.012738854}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.39169493}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{-,numeric_accum_inv,int2_accum_inv,int4_accum_inv,int8_accum_inv,bool_accum_inv,int8_avg_accum_inv,interval_avg_accum_inv,int2_avg_accum_inv,int4_avg_accum_inv}'::text, stavalues2 => '{cash_mi,int8dec,int8dec_any}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_aggregate'::regclass, attname => 'aggmfinalfn'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.12101911::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.7643312,0.025477707,0.025477707,0.025477707,0.025477707,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.45214248}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{-,numeric_var_samp,numeric_stddev_samp,numeric_poly_var_samp,numeric_poly_stddev_samp,int8_avg,numeric_var_pop,numeric_stddev_pop,numeric_poly_var_pop,numeric_poly_stddev_pop,bool_alltrue,int2int4_sum}'::text, stavalues2 => '{numeric_avg,interval_avg,numeric_sum,numeric_poly_sum,numeric_poly_avg,bool_anytrue,interval_sum}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_aggregate'::regclass, attname => 'aggfinalextra'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9299363,0.070063695}'::real[], stanumbers2 => '{0.99697655}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f,t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_aggregate'::regclass, attname => 'aggmfinalextra'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_aggregate'::regclass, attname => 'aggfinalmodify'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 3::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9299363,0.044585988,0.025477707}'::real[], stanumbers2 => '{0.9997953}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{r,s,w}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_aggregate'::regclass, attname => 'aggmfinalmodify'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 3::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9299363,0.044585988,0.025477707}'::real[], stanumbers2 => '{0.9997953}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{r,s,w}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_aggregate'::regclass, attname => 'aggsortop'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.29936305::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.7006369,0.012738854}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.02630567}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,58}'::text, stavalues2 => '{59,95,97,412,413,520,521,609,610,622,623,664,666,672,674,902,903,1058,1060,1072,1073,1095,1097,1110,1112,1203,1205,1322,1324,1332,1334,1552,1554,1754,1756,2062,2064,2799,2800,3224,3225,3518,3519,5073,5074}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_aggregate'::regclass, attname => 'aggtranstype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.19745223::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.37579617,0.15923567,0.06369427,0.031847134,0.031847134,0.01910828,0.01910828,0.01910828,0.01910828,0.01910828,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.44161463}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{2281,1022,20,21,23,16,700,701,790,1560,25,26,27,869,1016,1042,1082,1083,1114,1184,1186,1266,1700,2277,3220,3500,5069}'::text, stavalues2 => '{142,2283,3831,4537}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_aggregate'::regclass, attname => 'aggtransspace'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 4::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.8089172,0.089171976,0.089171976,0.012738854}'::real[], stanumbers2 => '{0.5938917}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,48,128,40}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_aggregate'::regclass, attname => 'aggmtranstype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 5::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.7452229,0.21019109,0.025477707,0.012738854}'::real[], stanumbers2 => '{0.43603596}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,2281,1016,20}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_aggregate'::regclass, attname => 'aggmtransspace'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 5::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.7898089,0.089171976,0.089171976,0.01910828,0.012738854}'::real[], stanumbers2 => '{0.5838445}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,48,128,16,40}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_aggregate'::regclass, attname => 'agginitval'::name, stainherit => 'f'::boolean, stanullfrac => 0.8089172::real, stawidth => 9::integer, stadistinct => 4::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.089171976,0.070063695,0.01910828,0.012738854}'::real[], stanumbers2 => '{-0.37041157}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{"{0,0,0}","{0,0,0,0,0,0}",0,"{0,0}"}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_aggregate'::regclass, attname => 'aggminitval'::name, stainherit => 'f'::boolean, stanullfrac => 0.96178347::real, stawidth => 4::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.025477707,0.012738854}'::real[], stanumbers2 => '{-0.37142858}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{"{0,0}",0}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_am; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_am ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, amname name, amhandler regproc, amtype "char" ); ALTER TABLE ONLY pg_catalog.pg_am REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_am OWNER TO "SYSTEM"; -- -- Name: TABLE pg_am; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_am'::regclass, 7::float4, 1::integer, 1::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_am'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{0.96428573}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{2,403,405,783,2742,3580,4000}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_am'::regclass, attname => 'amname'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 64::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{-0.25}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{brin,btree,gin,gist,hash,heap,spgist}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_am'::regclass, attname => 'amhandler'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{heap_tableam_handler,bthandler,hashhandler,gisthandler,ginhandler,spghandler,brinhandler}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_am'::regclass, attname => 'amtype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => -0.2857143::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.85714287}'::real[], stanumbers2 => '{0.25}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{i}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_amop; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_amop ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, amopfamily oid, amoplefttype oid, amoprighttype oid, amopstrategy smallint, amoppurpose "char", amopopr oid, amopmethod oid, amopsortfamily oid ); ALTER TABLE ONLY pg_catalog.pg_amop REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_amop OWNER TO "SYSTEM"; -- -- Name: TABLE pg_amop; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_amop'::regclass, 945::float4, 7::integer, 7::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_amop'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{10000,10009,10018,10028,10037,10047,10056,10066,10075,10084,10094,10103,10113,10122,10132,10141,10151,10160,10169,10179,10188,10198,10207,10217,10226,10236,10245,10254,10264,10273,10283,10292,10302,10311,10320,10330,10339,10349,10358,10368,10377,10387,10396,10405,10415,10424,10434,10443,10453,10462,10472,10481,10490,10500,10509,10519,10528,10538,10547,10556,10566,10575,10585,10594,10604,10613,10623,10632,10641,10651,10660,10670,10679,10689,10698,10708,10717,10726,10736,10745,10755,10764,10774,10783,10792,10802,10811,10821,10830,10840,10849,10859,10868,10877,10887,10896,10906,10915,10925,10934,10944}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_amop'::regclass, attname => 'amopfamily'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.15449736::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.04761905,0.04761905,0.04761905,0.04761905,0.04761905,0.04761905,0.02116402,0.02116402,0.02116402,0.02116402,0.01904762,0.01904762,0.014814815,0.013756614,0.013756614,0.013756614,0.013756614,0.013756614,0.013756614,0.011640212,0.011640212,0.011640212,0.01058201,0.01058201,0.00952381,0.00952381,0.00952381,0.0063492064,0.0063492064,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.0042328043,0.0042328043,0.0042328043,0.0031746032,0.0031746032,0.0031746032,0.0021164021,0.0021164021,0.0021164021}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.7909574}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{434,1976,4054,4059,4602,4605,1970,1994,4070,4608,3919,6158,4103,2593,2594,2595,4104,5000,5008,1029,3550,3794,3474,4017,1977,4015,4016,4036,4102,397,423,424,426,428,429,1974,1982,1984,1988,1989,1991,1996,2000,2002,2095,2097,2099,2789,2968,2994,3194,3253,3371,3522,3626,3683,3901,4033,4055,4056,4058,4062,4064,4065,4068,4069,4074,4075,4076,4077,4078,4079,4080,4081,4082,4109,4199,4603,4604,4606,4607,4609,4610,4611,4612,4613,4614,4615,5067,1971,1995,2745,4037,4572,4576,3659,3702,4582}'::text, stavalues2 => '{427,431,435,627,1975,1983,1985,1990,1992,1997,1998,1999,2001,2040,2222,2223,2225,2226,2227,2229,2231,2235,2969,3254,3372,3523,3655,3903,4034,4225,4573,4574,4575,4577,4578,4579,4580,4581,4583,4584,4585,4586,4587,4588,4589,4590,5032,6194}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_amop'::regclass, attname => 'amoplefttype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 45::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.05185185,0.05185185,0.05185185,0.05079365,0.04973545,0.04973545,0.04973545,0.04761905,0.041269843,0.035978835,0.034920637,0.034920637,0.030687831,0.027513228,0.025396826,0.01904762,0.01904762,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.015873017,0.013756614,0.012698413,0.012698413,0.011640212,0.01058201,0.01058201,0.01058201,0.008465609,0.0074074073,0.0063492064,0.0063492064,0.0063492064,0.0063492064,0.005291005}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.24399118}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{20,21,23,3831,1082,1114,1184,869,603,25,700,701,600,604,4537,19,1042,26,27,774,829,1083,1186,1266,1700,2950,3220,3802,718,17,18,2249,1560,1562,2277,3614,3615,16,30,3500,5069,790}'::text, stavalues2 => '{28,29,1033}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_amop'::regclass, attname => 'amoprighttype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 48::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.05185185,0.05185185,0.05185185,0.04973545,0.04973545,0.04973545,0.04761905,0.04761905,0.041269843,0.037037037,0.034920637,0.034920637,0.031746034,0.026455026,0.024338624,0.01904762,0.01904762,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.013756614,0.012698413,0.012698413,0.011640212,0.01058201,0.01058201,0.01058201,0.01058201,0.008465609,0.0063492064,0.0063492064,0.0063492064,0.0063492064,0.005291005,0.005291005,0.0042328043,0.0042328043,0.0021164021}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.24371497}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{20,21,23,1082,1114,1184,869,3831,603,25,700,701,600,604,4537,19,1042,26,27,774,829,1083,1186,1266,1700,2950,3220,718,17,18,2249,1560,1562,2277,3615,3802,16,30,3500,5069,790,3614,2283,4072,1009}'::text, stavalues2 => '{28,29,1033}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_amop'::regclass, attname => 'amopstrategy'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 2::integer, stadistinct => 31::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.23386243,0.15555556,0.15449736,0.15343915,0.15238096,0.017989418,0.016931217,0.014814815,0.011640212,0.011640212,0.01058201,0.0074074073,0.0074074073,0.0074074073,0.0063492064,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0021164021,0.0021164021,0.0021164021,0.0021164021}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.1937302}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{1,3,5,2,4,7,8,6,11,15,10,9,12,18,16,20,21,22,23,24,26,29,30,19,25,27,28}'::text, stavalues2 => '{14,17,48,68}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_amop'::regclass, attname => 'amoppurpose'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9915344,0.008465609}'::real[], stanumbers2 => '{0.99079525}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{s,o}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_amop'::regclass, attname => 'amopopr'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.4137566::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.008465609,0.0074074073,0.0063492064,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.0042328043,0.0042328043,0.0042328043,0.0042328043,0.0042328043,0.0042328043,0.0042328043,0.0042328043,0.0042328043,0.0042328043,0.0042328043,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.14321649}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{1201,98,1054,94,96,387,410,607,620,670,1093,1108,1203,1204,1205,1206,1220,1320,1330,1550,1752,2060,2972,3222,3362,3882,15,92,93,416,532,533,1120,1130,1862,1868,1955,37,76,80,82,95,97,412,413,414,415,418,419,420,430,493,494,495,496,497,498,499,500,506,507,508,509,510,511,517,520,521,522,523,524,525,534,535,536,537,540,541,542,543,609,610,611,612,622,623,624,625,664,665,666,667,672,673,674,675,931,932,933,934}'::text, stavalues2 => '{58,254,260,385,487,489,492,632,646,660,663,903,1059,1061,1074,1096,1098,1111,1113,1123,1125,1132,1134,1222,1224,1225,1323,1325,1333,1335,1510,1552,1554,1555,1755,1757,1786,1789,1807,1864,1866,1867,1871,1873,1959,2062,2064,2315,2326,2345,2347,2349,2359,2361,2371,2373,2375,2384,2386,2388,2535,2537,2540,2542,2544,2571,2573,2575,2590,2799,2801,2860,2866,2871,2974,2976,2988,2993,3224,3226,3240,3245,3289,3365,3367,3518,3552,3632,3676,3877,3886,3889,3892,3893,3895,3897,4142,4162,4396,4540,5076}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_amop'::regclass, attname => 'amopmethod'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 6::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.44656086,0.3015873,0.105820104,0.07936508,0.05079365,0.015873017}'::real[], stanumbers2 => '{0.8763987}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{3580,403,783,4000,405,2742}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_amop'::regclass, attname => 'amopsortfamily'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9915344,0.008465609}'::real[], stanumbers2 => '{0.9826387}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,1970}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_amproc; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_amproc ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, amprocfamily oid, amproclefttype oid, amprocrighttype oid, amprocnum smallint, amproc regproc ); ALTER TABLE ONLY pg_catalog.pg_amproc REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_amproc OWNER TO "SYSTEM"; -- -- Name: TABLE pg_amproc; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_amproc'::regclass, 702::float4, 5::integer, 5::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_amproc'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{10000,10007,10014,10021,10028,10035,10042,10049,10056,10063,10070,10077,10084,10091,10098,10105,10112,10119,10126,10133,10140,10147,10154,10161,10168,10175,10182,10189,10196,10203,10210,10217,10224,10231,10238,10245,10252,10259,10266,10273,10280,10287,10294,10301,10308,10315,10322,10329,10336,10343,10350,10357,10364,10371,10378,10385,10392,10399,10406,10413,10420,10427,10434,10441,10448,10455,10462,10469,10476,10483,10490,10497,10504,10511,10518,10525,10532,10539,10546,10553,10560,10567,10574,10581,10588,10595,10602,10609,10616,10623,10630,10637,10644,10651,10658,10665,10672,10679,10686,10693,10701}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_amproc'::regclass, attname => 'amprocfamily'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.2079772::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.03133903,0.025641026,0.025641026,0.025641026,0.025641026,0.025641026,0.017094018,0.017094018,0.017094018,0.017094018,0.012820513,0.011396011,0.011396011,0.011396011,0.011396011,0.011396011,0.011396011,0.011396011,0.00997151,0.00997151,0.00997151,0.00997151,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.0071225073,0.0071225073,0.0071225073,0.0071225073,0.0071225073,0.0071225073,0.0071225073,0.0071225073,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.7632642}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{1976,434,4572,4576,4602,4605,4054,4059,4582,4608,1029,1970,1994,2594,2595,3550,3655,4070,2593,4102,4103,6158,1977,3659,3702,3919,4104,4573,4574,4575,4577,4578,4579,4580,4581,4583,4584,4585,4586,4587,4588,4589,4590,4603,4604,4606,4607,4609,4610,4611,4612,4613,4614,4615,5008,3474,3794,4015,4016,4017,4036,4037,5000,1971,1995,2745,4055,4056,4058,4062,4064,4065,4068,4069,4074,4075,4076,4077,4078,4079,4080,4081,4082,4109,426,428,1974,1984,1988,1989,1996,2000,2095,2097,2968,423,424,427,429,431}'::text, stavalues2 => '{397,435,627,1975,1982,1983,1985,1985,1990,1991,1992,1997,1998,1999,2001,2002,2040,2099,2222,2223,2223,2225,2226,2227,2229,2231,2235,2789,2969,2994,3253,3254,3371,3371,3372,3522,3523,3683,3903,3903,4034,4199,4225,5032,5067,6194}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_amproc'::regclass, attname => 'amproclefttype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 45::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.058404557,0.037037037,0.037037037,0.037037037,0.034188036,0.034188036,0.034188036,0.034188036,0.03133903,0.03133903,0.02991453,0.02991453,0.02991453,0.02991453,0.02991453,0.02991453,0.02991453,0.02849003,0.02849003,0.02849003,0.02849003,0.02849003,0.027065527,0.025641026,0.022792023,0.021367522,0.021367522,0.01994302,0.01994302,0.018518519,0.014245015,0.011396011,0.00997151,0.00997151,0.008547009,0.008547009,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0028490028,0.0028490028,0.0028490028,0.0028490028}'::real[], stanumbers2 => '{0.26846987}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{869,21,23,25,20,1082,1114,1184,700,701,26,829,1083,1266,1700,2950,3831,27,774,1042,1186,3220,600,603,19,17,3614,18,604,3802,4537,718,2277,3615,1560,1562,16,30,2249,3500,5069,28,29,790,1033}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_amproc'::regclass, attname => 'amprocrighttype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 45::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.058404557,0.037037037,0.037037037,0.035612535,0.035612535,0.035612535,0.032763533,0.032763533,0.032763533,0.032763533,0.02991453,0.02991453,0.02991453,0.02991453,0.02991453,0.02991453,0.02849003,0.02849003,0.02849003,0.02849003,0.02849003,0.02849003,0.027065527,0.025641026,0.022792023,0.021367522,0.021367522,0.01994302,0.01994302,0.018518519,0.014245015,0.011396011,0.00997151,0.00997151,0.008547009,0.008547009,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0028490028,0.0028490028,0.0028490028,0.0028490028}'::real[], stanumbers2 => '{0.26610586}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{869,20,25,21,23,1186,701,1082,1114,1184,26,700,829,1700,2950,3831,27,774,1042,1083,1266,3220,600,603,19,17,3614,18,604,3802,4537,718,2277,3615,1560,1562,16,30,2249,3500,5069,28,29,790,1033}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_amproc'::regclass, attname => 'amprocnum'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 2::integer, stadistinct => 14::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.26495728,0.21225071,0.16096866,0.15099715,0.08547009,0.066951565,0.01994302,0.012820513,0.00997151,0.0056980057,0.0042735045,0.0028490028}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.42897877}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{1,2,4,3,5,11,6,7,12,8,13,9}'::text, stavalues2 => '{10,14}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_amproc'::regclass, attname => 'amproc'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.4159544::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.037037037,0.037037037,0.037037037,0.037037037,0.037037037,0.034188036,0.034188036,0.034188036,0.034188036,0.034188036,0.027065527,0.027065527,0.027065527,0.027065527,0.027065527,0.008547009,0.008547009,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.34883356}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{brin_minmax_opcinfo,brin_minmax_add_value,brin_minmax_consistent,brin_minmax_union,btequalimage,brin_bloom_opcinfo,brin_bloom_add_value,brin_bloom_consistent,brin_bloom_union,brin_bloom_options,brin_minmax_multi_opcinfo,brin_minmax_multi_add_value,brin_minmax_multi_consistent,brin_minmax_multi_union,brin_minmax_multi_options,hashint4,gist_stratnum_identity,hashint4extended,timestamp_hash,gist_box_penalty,gist_box_picksplit,gist_box_union,gist_box_same,hashtext,hashchar,hashint8,hashbpchar,brin_inclusion_opcinfo,brin_inclusion_add_value,brin_inclusion_consistent,brin_inclusion_union,btvarstrequalimage,hashmacaddr8,btint4cmp,hashmacaddr,hashinet,hash_numeric,hashint8extended,hashcharextended,hashtextextended,hashint2,hashfloat4,hashfloat8,hashoid,hashname,hashvarlena,hashbpcharextended,time_hash,timetz_hash,interval_hash,hashtid,uuid_hash,timestamp_sortsupport,pg_lsn_hash,timestamp_hash_extended,range_gist_union,range_gist_penalty,range_gist_picksplit,range_gist_same,spg_quad_leaf_consistent,brin_minmax_multi_distance_int4,brin_minmax_multi_distance_timestamp,spg_box_quad_choose,spg_box_quad_picksplit,spg_box_quad_inner_consistent,spg_box_quad_leaf_consistent}'::text, stavalues2 => '{box_contain,bttextnamecmp,btint2cmp,btfloat8cmp,btnamecmp,cash_cmp,btoidvectorcmp,hashfloat4extended,hashnameextended,hash_array,hashoidvectorextended,hashmacaddrextended,hashmacaddr8extended,macaddr_cmp,network_cmp,gist_point_compress,time_cmp,interval_cmp,bitcmp,btboolcmp,timestamp_cmp,gist_point_consistent,btint48cmp,btint24cmp,btint82cmp,btfloat84cmp,date_cmp_timestamp,timestamp_cmp_date,timestamptz_cmp_timestamp,gist_poly_consistent,gist_circle_consistent,gin_cmp_prefix,ginqueryarrayextract,uuid_cmp,gist_point_distance,btint4sortsupport,btfloat8sortsupport,btnamesortsupport,btrecordimagecmp,bttextsortsupport,numeric_sortsupport,uuid_sortsupport,bytea_sortsupport,btbpchar_pattern_sortsupport,timetz_hash_extended,pg_lsn_hash_extended,jsonb_hash_extended,interval_hash_extended,spg_range_quad_config,spg_range_quad_picksplit,spg_range_quad_leaf_consistent,gin_extract_jsonb,gin_extract_jsonb_path,gin_consistent_jsonb_path,gin_triconsistent_jsonb_path,hashenum,inet_gist_compress,inet_gist_picksplit,inet_gist_fetch,gtsvector_compress,gtsvector_union,gtsvector_penalty,pg_catalog.gin_extract_tsvector,pg_catalog.gin_tsquery_consistent,gtsquery_picksplit,gtsquery_same,pg_catalog.gtsquery_consistent,inet_spg_config,inet_spg_inner_consistent,pg_catalog.isempty,range_cmp,hash_range,gist_box_distance,spg_quad_choose,spg_quad_inner_consistent,spg_kd_choose,spg_text_config,spg_text_picksplit,spg_text_leaf_consistent,jsonb_hash,bound_box,macaddr8_cmp,pg_catalog.in_range,pg_catalog.in_range,pg_catalog.in_range,pg_catalog.in_range,pg_catalog.in_range,pg_catalog.in_range,pg_catalog.in_range,hash_multirange,brin_minmax_multi_distance_int2,brin_minmax_multi_distance_float4,brin_minmax_multi_distance_tid,brin_minmax_multi_distance_date,brin_minmax_multi_distance_interval,brin_minmax_multi_distance_pg_lsn,brin_minmax_multi_distance_inet,spg_poly_quad_compress,network_sortsupport,multirange_gist_consistent,hash_record_extended}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_attrdef; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_attrdef ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, adrelid oid, adnum smallint, adbin pg_node_tree COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_attrdef REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_attrdef OWNER TO "SYSTEM"; -- -- Name: TABLE pg_attrdef; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_attrdef'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_attribute; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_attribute ( attrelid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, attname name, atttypid oid, attlen smallint, attnum smallint CONSTRAINT pgdump_throwaway_notnull_1 NOT NULL NO INHERIT, attcacheoff integer, atttypmod integer, attndims smallint, attbyval boolean, attalign "char", attstorage "char", attcompression "char", attnotnull boolean, atthasdef boolean, atthasmissing boolean, attidentity "char", attgenerated "char", attisdropped boolean, attislocal boolean, attinhcount smallint, attcollation oid, attstattarget smallint, attacl aclitem[], attoptions text[] COLLATE pg_catalog."C", attfdwoptions text[] COLLATE pg_catalog."C", attmissingval anyarray ); ALTER TABLE ONLY pg_catalog.pg_attribute REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_attribute OWNER TO "SYSTEM"; -- -- Name: TABLE pg_attribute; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_attribute'::regclass, 3124::float4, 55::integer, 55::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'attrelid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.13284251::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.0262484,0.014084507,0.0124839945,0.012163892,0.01184379,0.011523687,0.01056338,0.010243278,0.010243278,0.009923175,0.009282971,0.008962868,0.008962868,0.008962868,0.008642766,0.008642766,0.008322664,0.008322664,0.008322664,0.008002561,0.0076824585,0.0076824585,0.0070422534,0.0067221513,0.0064020487,0.0057618436,0.0057618436,0.0057618436,0.0057618436,0.0054417416,0.0054417416,0.0054417416,0.0054417416,0.005121639,0.005121639,0.0048015364,0.0048015364,0.0048015364,0.0048015364,0.0048015364,0.0048015364,0.0048015364,0.004481434,0.004481434,0.004481434,0.004481434,0.004481434,0.004481434,0.004481434,0.004481434,0.004161332,0.004161332,0.004161332,0.004161332,0.004161332,0.004161332,0.004161332,0.004161332,0.004161332,0.0038412292,0.0038412292,0.0038412292,0.0038412292,0.0038412292,0.0038412292,0.0038412292,0.0038412292,0.0038412292,0.0038412292,0.0038412292,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0032010244,0.0032010244,0.0032010244,0.0032010244,0.0032010244,0.0032010244,0.0032010244,0.0032010244,0.0032010244,0.0032010244,0.0032010244}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.948895}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{14038,13956,1259,1247,2619,1255,2606,1249,13995,13906,14124,2600,12266,14154,2610,13981,12142,12152,12161,2620,1262,6100,12222,2617,12227,1260,3456,12257,12297,12053,12063,12104,14101,12073,12320,2602,2612,2616,3381,6104,12058,12236,1417,2224,2607,2618,3079,3256,3350,3601,1214,1261,2328,2608,3466,3541,12000,12310,14052,2603,2605,3429,3600,12147,12157,12166,12305,12315,14047,14086,826,1213,2753,3394,3576,3596,3602,3764,6106,12048,12114,12170,12175,12179,12244,12330,14057,14062,14072,1418,2601,2604,2609,2611,2615,3501,3592,3603,6102,12240}'::text, stavalues2 => '{112,1232,2336,2579,2653,2658,2665,2673,2682,2690,2696,2754,2831,2834,2836,2838,2841,2964,2966,2995,3119,3430,3439,3502,3597,3604,3997,4143,4145,4147,4150,4153,4155,4157,4160,4165,4167,4169,4172,4175,4177,4181,4184,6000,6113,6175,6229,6243,6244,12005,12014,12023,12038,12068,12085,12095,12099,12118,12134,12183,12192,12196,12205,12218,12249,12262,12271,12285,12293,12301,12340,13897,13916,13931,13941,13951,13966,13976,14000,14005,14014,14019,14028,14033,14055,14060,14066,14070,14077,14091,14106,14115,14129,14139,14144,14164,14176,14185,14193,14206,14216}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'attname'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 64::integer, stadistinct => -0.37964147::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.034891166,0.034571063,0.034571063,0.034571063,0.034571063,0.034571063,0.028489117,0.025608195,0.025608195,0.0128040975,0.009923175,0.0076824585,0.0067221513,0.0064020487,0.0064020487,0.0064020487,0.004481434,0.004161332,0.0038412292,0.0038412292,0.0038412292,0.0038412292,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0032010244,0.0032010244,0.0032010244,0.0028809218,0.0028809218,0.0028809218,0.0028809218,0.0028809218,0.0028809218,0.0028809218,0.0028809218,0.0028809218,0.0025608195,0.0025608195,0.0025608195,0.0025608195,0.0025608195,0.0025608195,0.0025608195,0.0025608195,0.0025608195,0.0025608195,0.0025608195,0.0025608195,0.002240717,0.002240717,0.002240717,0.002240717,0.002240717,0.002240717,0.002240717,0.002240717,0.002240717,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0012804097,0.0012804097,0.0012804097,0.0012804097,0.0012804097}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.019005429}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{xmin,cmax,cmin,ctid,tableoid,xmax,oid,chunk_id,chunk_seq,chunk_data,schemaname,relid,relname,table_catalog,table_name,table_schema,grantor,pid,grantee,is_grantable,name,objsubid,classoid,column_name,objoid,specific_catalog,specific_name,specific_schema,udt_catalog,udt_name,udt_schema,datname,privilege_type,stats_reset,character_set_catalog,character_set_name,character_set_schema,collation_catalog,collation_name,collation_schema,data_type,idx_scan,idx_tup_fetch,authorization_identifier,constraint_catalog,constraint_name,constraint_schema,datid,foreign_server_catalog,foreign_server_name,indexrelid,numeric_precision,numeric_precision_radix,numeric_scale,tablename,character_maximum_length,character_octet_length,datetime_precision,dtd_identifier,interval_precision,interval_type,routine_catalog,routine_name,routine_schema,idx_blks_hit,idx_blks_read,indexrelname,last_idx_scan,maximum_cardinality,n_tup_del,n_tup_hot_upd,n_tup_ins,n_tup_newpage_upd,n_tup_upd,scope_catalog,scope_name,scope_schema,seq_scan,seq_tup_read,blks_hit,blks_read,classid,conname,connamespace,domain_catalog,domain_name,domain_schema,foreign_data_wrapper_catalog,foreign_data_wrapper_name,objid,option_name,option_value,phase,provider,usename,attname,comments,database,object_catalog,object_name}'::text, stavalues2 => '{abbrev,adbin,agginitval,aggtransspace,amoppurpose,amprocrighttype,attalign,attmissingval,attribute_udt_name,avg_width,blks_written,castcontext,cfgnamespace,client_dn,colllocale,commit_action,confl_lock,conninfo,contoencoding,current_locker_pid,datistemplate,defaclrole,dependent_column,elem_count_histogram,error,event_object_table,extcondition,failover,feature_name,foreign_table_catalog,ftoptions,groname,heap_blks_scanned,identity_increment,index_rebuild_count,indisreplident,inherited,io_depth,is_insertable_into,is_typed,lanispl,last_autoanalyze,last_vacuum,local_id,mapseqno,member,most_common_freqs,n_ins_since_vacuum,null_frac,object_type,opcname,oprcom,oprright,pageno,partexprs,pnnspid,prattrs,proconfig,proretset,prrelid,pubname,reads,refobjid,relhasrules,relowner,replay_lsn,result_cast_collation_catalog,result_cast_type_udt_catalog,roident,role_name,rolreplication,rulename,sender_port,sequence_name,setrole,slot_name,spill_bytes,srvid,stacoll2,stanumbers2,state_change,stavalues5,stxname,subdbid,subpublications,sys_name,tgconstraint,tgrelid,tmplnamespace,total_time,trigger_name,tuples_skipped,type,typname,umoptions,usebypassrls,user_name,valuntil,virtualtransaction,wal_write_time,xact_start}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'atttypid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 45::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.1971831,0.14340588,0.08226632,0.072663255,0.069142126,0.050576184,0.048015364,0.04737516,0.042893726,0.034571063,0.033930857,0.024327785,0.017285531,0.016005121,0.01440461,0.013444303,0.011523687,0.010883483,0.010243278,0.009282971,0.0057618436,0.005121639,0.005121639,0.004481434,0.004481434,0.004481434,0.0035211267,0.0028809218,0.0019206146,0.0019206146,0.0016005122,0.0012804097,0.0009603073,0.0009603073,0.0009603073,0.0006402049,0.0006402049,0.0006402049,0.0006402049,0.0006402049,0.0006402049}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.46591055}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{26,13887,20,28,29,23,19,25,16,27,13885,13882,1184,13895,18,17,24,21,2275,1009,701,194,3220,700,1034,2277,1021,1028,22,30,1186,1003,1002,1005,13893,869,1022,1700,2211,3361,3402}'::text, stavalues2 => '{1000,2206,5017,10028}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'attlen'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 2::integer, stadistinct => 9::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.43021768,0.19142126,0.15236875,0.11139565,0.057298336,0.034571063,0.010883483,0.010243278,0.0016005122}'::real[], stanumbers2 => '{0.54158145}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{4,64,-1,8,1,6,2,-2,16}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'attnum'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 2::integer, stadistinct => 88::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.13284251,0.10947503,0.08610755,0.064020485,0.054737516,0.046734955,0.041293215,0.034571063,0.034571063,0.034571063,0.034571063,0.034571063,0.034571063,0.03297055,0.025608195,0.019206146,0.017285531,0.014724712,0.01184379,0.011203585,0.011203585,0.010243278,0.009603073,0.008322664,0.0070422534,0.0067221513,0.0064020487,0.006081946,0.0054417416,0.0054417416,0.0054417416,0.0054417416,0.004161332,0.0035211267,0.0028809218,0.0025608195,0.002240717,0.0016005122,0.0009603073,0.0006402049,0.0006402049,0.0006402049,0.0006402049,0.0006402049,0.0006402049,0.0006402049,0.0006402049,0.0006402049,0.0006402049,0.0006402049}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.34182674}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{1,2,3,4,5,6,7,-6,-5,-4,-3,-2,-1,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44}'::text, stavalues2 => '{45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'attcacheoff'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{-1}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'atttypmod'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{-1}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'attndims'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 2::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.981114,0.018886043}'::real[], stanumbers2 => '{0.91587037}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,1}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'attbyval'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.60979515,0.39020488}'::real[], stanumbers2 => '{0.11608433}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{t,f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'attalign'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 4::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.57266325,0.25896287,0.122919336,0.045454547}'::real[], stanumbers2 => '{0.015353081}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{i,c,d,s}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'attstorage'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 3::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.8642766,0.13444301,0.0012804097}'::real[], stanumbers2 => '{0.83202636}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{p,x,m}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'attcompression'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{""}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'attnotnull'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.62900126,0.3709987}'::real[], stanumbers2 => '{-0.22544694}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f,t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'atthasdef'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'atthasmissing'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'attidentity'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{""}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'attgenerated'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{""}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'attisdropped'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'attislocal'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'attinhcount'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 2::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'attcollation'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 3::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.68373877,0.28040972,0.03585147}'::real[], stanumbers2 => '{0.8943654}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,950,100}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'attstattarget'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 2::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'attacl'::name, stainherit => 'f'::boolean, stanullfrac => 0.9945583::real, stawidth => 37::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.0054417416}'::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{"{=r/SYSTEM}"}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'attoptions'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'attfdwoptions'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_attribute'::regclass, attname => 'attmissingval'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); SET default_tablespace = pg_global; -- -- Name: pg_auth_members; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- CREATE TABLE pg_catalog.pg_auth_members ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, roleid oid, member oid, grantor oid, admin_option boolean, inherit_option boolean, set_option boolean ); ALTER TABLE ONLY pg_catalog.pg_auth_members REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_auth_members OWNER TO "SYSTEM"; -- -- Name: TABLE pg_auth_members; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_auth_members'::regclass, 3::float4, 1::integer, 1::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_auth_members'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{10226,10227,10228}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_auth_members'::regclass, attname => 'roleid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{3374,3375,3377}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_auth_members'::regclass, attname => 'member'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.33333334::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{3373}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_auth_members'::regclass, attname => 'grantor'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.33333334::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{10}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_auth_members'::regclass, attname => 'admin_option'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => -0.33333334::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_auth_members'::regclass, attname => 'inherit_option'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => -0.33333334::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_auth_members'::regclass, attname => 'set_option'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => -0.33333334::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_authid; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- CREATE TABLE pg_catalog.pg_authid ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, rolname name, rolsuper boolean, rolinherit boolean, rolcreaterole boolean, rolcreatedb boolean, rolcanlogin boolean, rolreplication boolean, rolbypassrls boolean, rolconnlimit integer, rolpassword text COLLATE pg_catalog."C", rolvaliduntil timestamp with time zone ); ALTER TABLE ONLY pg_catalog.pg_authid REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_authid OWNER TO "SYSTEM"; -- -- Name: TABLE pg_authid; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_authid'::regclass, 16::float4, 1::integer, 1::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_authid'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{0.32058823}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{10,3373,3374,3375,3377,4200,4544,4550,4569,4570,4571,6171,6181,6182,6304,9256}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_authid'::regclass, attname => 'rolname'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 64::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{0.07647059}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{SYSTEM,pg_checkpoint,pg_create_subscription,pg_database_owner,pg_execute_server_program,pg_maintain,pg_monitor,pg_read_all_data,pg_read_all_settings,pg_read_all_stats,pg_read_server_files,pg_signal_backend,pg_stat_scan_tables,pg_use_reserved_connections,pg_write_all_data,pg_write_server_files}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_authid'::regclass, attname => 'rolsuper'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => -0.125::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9375}'::real[], stanumbers2 => '{0.64705884}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_authid'::regclass, attname => 'rolinherit'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_authid'::regclass, attname => 'rolcreaterole'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => -0.125::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9375}'::real[], stanumbers2 => '{0.64705884}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_authid'::regclass, attname => 'rolcreatedb'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => -0.125::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9375}'::real[], stanumbers2 => '{0.64705884}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_authid'::regclass, attname => 'rolcanlogin'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => -0.125::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9375}'::real[], stanumbers2 => '{0.64705884}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_authid'::regclass, attname => 'rolreplication'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => -0.125::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9375}'::real[], stanumbers2 => '{0.64705884}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_authid'::regclass, attname => 'rolbypassrls'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => -0.125::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9375}'::real[], stanumbers2 => '{0.64705884}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_authid'::regclass, attname => 'rolconnlimit'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{-1}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_authid'::regclass, attname => 'rolpassword'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_authid'::regclass, attname => 'rolvaliduntil'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 8::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_available_extension_versions; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_available_extension_versions AS SELECT e.name, e.version, (x.extname IS NOT NULL) AS installed, e.superuser, e.trusted, e.relocatable, e.schema, e.requires, e.comment FROM (pg_available_extension_versions() e(name, version, superuser, trusted, relocatable, schema, requires, comment) LEFT JOIN pg_extension x ON (((e.name = x.extname) AND (e.version = x.extversion)))); ALTER VIEW pg_catalog.pg_available_extension_versions OWNER TO "SYSTEM"; -- -- Name: VIEW pg_available_extension_versions; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_available_extension_versions'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_available_extensions; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_available_extensions AS SELECT e.name, e.default_version, x.extversion AS installed_version, e.comment FROM (pg_available_extensions() e(name, default_version, comment) LEFT JOIN pg_extension x ON ((e.name = x.extname))); ALTER VIEW pg_catalog.pg_available_extensions OWNER TO "SYSTEM"; -- -- Name: VIEW pg_available_extensions; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_available_extensions'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_backend_memory_contexts; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_backend_memory_contexts AS SELECT name, ident, parent, level, total_bytes, total_nblocks, free_bytes, free_chunks, used_bytes FROM pg_get_backend_memory_contexts() pg_get_backend_memory_contexts(name, ident, parent, level, total_bytes, total_nblocks, free_bytes, free_chunks, used_bytes); ALTER VIEW pg_catalog.pg_backend_memory_contexts OWNER TO "SYSTEM"; -- -- Name: VIEW pg_backend_memory_contexts; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_backend_memory_contexts'::regclass, -1::float4, 0::integer, 0::integer); SET default_tablespace = ''; -- -- Name: pg_cast; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_cast ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, castsource oid, casttarget oid, castfunc oid, castcontext "char", castmethod "char" ); ALTER TABLE ONLY pg_catalog.pg_cast REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_cast OWNER TO "SYSTEM"; -- -- Name: TABLE pg_cast; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_cast'::regclass, 229::float4, 2::integer, 2::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_cast'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{10000,10002,10004,10006,10009,10011,10013,10015,10018,10020,10022,10025,10027,10029,10031,10034,10036,10038,10041,10043,10045,10047,10050,10052,10054,10057,10059,10061,10063,10066,10068,10070,10072,10075,10077,10079,10082,10084,10086,10088,10091,10093,10095,10098,10100,10102,10104,10107,10109,10111,10114,10116,10118,10120,10123,10125,10127,10129,10132,10134,10136,10139,10141,10143,10145,10148,10150,10152,10155,10157,10159,10161,10164,10166,10168,10171,10173,10175,10177,10180,10182,10184,10186,10189,10191,10193,10196,10198,10200,10202,10205,10207,10209,10212,10214,10216,10218,10221,10223,10225,10228}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_cast'::regclass, attname => 'castsource'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.2489083::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.09170306,0.082969435,0.074235804,0.05676856,0.0349345,0.030567685,0.030567685,0.026200874,0.026200874,0.02183406,0.02183406,0.02183406,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.008733625,0.008733625,0.008733625,0.008733625,0.008733625,0.008733625,0.008733625}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.35243672}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{23,20,21,26,3802,1043,1700,25,1042,700,701,1184,16,18,24,603,604,650,869,1114,1560,2202,2203,2204,19,142,718,1083,2205,2206,3734,3769,4089,4096,4191,1082,1186,1266,1562,3361,3402,5017}'::text, stavalues2 => '{114,194,600,601,602,774,790,829,3904,3906,3908,3910,3912,3926,5069}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_cast'::regclass, attname => 'casttarget'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.23580787::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.09170306,0.082969435,0.06113537,0.052401748,0.03930131,0.03930131,0.0349345,0.026200874,0.026200874,0.026200874,0.026200874,0.02183406,0.02183406,0.02183406,0.02183406,0.02183406,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.008733625,0.008733625,0.008733625,0.008733625,0.008733625}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.18499695}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{23,20,26,25,1042,1043,1700,21,700,701,2205,24,1083,2202,2203,2204,18,600,1560,2206,3734,3769,4089,4096,4191,17,19,142,603,604,790,1114,1184,1266,16,718,1082,1186,1562}'::text, stavalues2 => '{28,114,601,602,650,774,829,869,3802,4451,4532,4533,4534,4535,4536}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_cast'::regclass, attname => 'castfunc'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.49344978::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.30131003,0.05676856,0.052401748,0.052401748,0.026200874,0.013100437,0.013100437,0.013100437,0.008733625,0.008733625,0.008733625}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.3919109}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,313,1287,1288,730,944,2896,2971,401,946,1079}'::text, stavalues2 => '{77,78,235,236,237,238,311,312,314,316,317,318,319,406,407,408,409,480,481,482,483,652,653,668,669,714,754,860,1174,1178,1200,1316,1370,1388,1400,1401,1416,1419,1446,1447,1448,1449,1474,1479,1480,1532,1534,1540,1541,1544,1683,1684,1685,1687,1703,1715,1740,1742,1743,1744,1745,1746,1779,1781,1782,1783,1961,1967,1968,1969,2019,2024,2027,2028,2029,2046,2047,2075,2076,2557,2558,2580,3449,3450,3451,3452,3453,3556,3811,3812,3823,3824,4091,4123,4124,4281,4284,4287,4290,4293,5071}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_cast'::regclass, attname => 'castcontext'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 3::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.510917,0.33624455,0.15283842}'::real[], stanumbers2 => '{0.2432734}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{i,a,e}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_cast'::regclass, attname => 'castmethod'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 3::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.69868994,0.279476,0.02183406}'::real[], stanumbers2 => '{0.7256393}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f,b,i}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_class; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_class ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, relname name, relnamespace oid, reltype oid, reloftype oid, relowner oid, relam oid, relfilenode oid, reltablespace oid, relpages integer, reltuples real, relallvisible integer, reltoastrelid oid, relhasindex boolean, relisshared boolean, relpersistence "char", relkind "char", relnatts smallint, relchecks smallint, relhasrules boolean, relhastriggers boolean, relhassubclass boolean, relrowsecurity boolean, relforcerowsecurity boolean, relispopulated boolean, relreplident "char", relispartition boolean, relrewrite oid, relfrozenxid xid, relminmxid xid, relacl aclitem[], reloptions text[] COLLATE pg_catalog."C", relpartbound pg_node_tree COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_class REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_class OWNER TO "SYSTEM"; -- -- Name: TABLE pg_class; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_class'::regclass, 415::float4, 14::integer, 14::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{0.67510813}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{112,548,828,1233,1259,1417,2228,2396,2602,2606,2610,2615,2619,2652,2656,2661,2665,2669,2673,2677,2681,2685,2690,2694,2698,2703,2755,2831,2835,2840,2964,2995,3081,3164,3350,3381,3431,3455,3468,3534,3575,3596,3600,3605,3609,3767,4143,4147,4151,4155,4160,4166,4170,4174,4178,4184,6000,6102,6112,6116,6228,6239,6246,12000,12018,12043,12063,12081,12099,12118,12134,12152,12175,12192,12209,12227,12244,12262,12280,12301,12320,12340,13897,13916,13936,13956,13981,14000,14019,14038,14055,14061,14067,14082,14101,14120,14139,14159,14176,14193,14216}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relname'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 64::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{-0.1106058}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{_pg_foreign_data_wrappers,_pg_user_mappings,character_sets,collations,column_privileges,constraint_table_usage,domains,foreign_data_wrappers,information_schema_catalog_name,pg_aggregate_fnoid_index,pg_amop,pg_amproc,pg_attrdef_adrelid_adnum_index,pg_attribute_relid_attnum_index,pg_auth_members_oid_index,pg_available_extension_versions,pg_cast_oid_index,pg_class_relname_nsp_index,pg_collation_oid_index,pg_constraint_conparentid_index,pg_conversion,pg_cursors,pg_db_role_setting_databaseid_rol_index,pg_depend,pg_description_o_c_o_index,pg_enum_typid_sortorder_index,pg_extension,pg_foreign_data_wrapper,pg_foreign_server_name_index,pg_hba_file_rules,pg_index_indrelid_index,pg_inherits_relid_seqno_index,pg_language_name_index,pg_largeobject_metadata,pg_namespace,pg_opclass_am_name_nsp_index,pg_opfamily,pg_parameter_acl_oid_index,pg_policies,pg_prepared_statements,pg_proc_proname_args_nsp_index,pg_publication_namespace_pnnspid_pnpubid_index,pg_publication_rel_oid_index,pg_range_rngmultitypid_index,pg_replication_origin_roname_index,pg_rewrite_oid_index,pg_seclabel,pg_sequence_seqrelid_index,pg_shdepend,pg_shdescription_o_c_index,pg_stat_all_indexes,pg_stat_checkpointer,pg_stat_io,pg_stat_progress_copy,pg_stat_replication,pg_stat_subscription,pg_stat_user_functions,pg_stat_wal_receiver,pg_statio_all_indexes,pg_statio_sys_sequences,pg_statio_user_tables,pg_statistic_ext_data_stxoid_inh_index,pg_statistic_relid_att_inh_index,pg_subscription,pg_subscription_subname_index,pg_timezone_abbrevs,pg_toast_1247,pg_toast_1260,pg_toast_14052,pg_toast_14062,pg_toast_1417,pg_toast_2328,pg_toast_2600_index,pg_toast_2606_index,pg_toast_2612_index,pg_toast_2618_index,pg_toast_2620_index,pg_toast_3079_index,pg_toast_3256_index,pg_toast_3394,pg_toast_3456,pg_toast_3592,pg_toast_3600,pg_toast_6100,pg_toast_6243,pg_transform,pg_trigger_tgconstraint_index,pg_ts_config_map,pg_ts_dict_dictname_index,pg_ts_parser_prsname_index,pg_type,pg_user_mapping,pg_views,role_table_grants,routine_privileges,routines,sql_implementation_info,table_privileges,triggers,user_mapping_options,views}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relnamespace'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 3::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.64096385,0.19277108,0.16626506}'::real[], stanumbers2 => '{0.465435}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{11,99,13868}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'reltype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.5108434::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.49156627}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.95587146}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => '{71,81,1248,2843,6101,10003,10007,10011,10015,10019,10025,10029,10033,10037,10041,10045,10049,10054,10060,10064,10070,10074,10078,10082,10086,10090,10095,10099,10103,10107,10114,12007,12016,12025,12035,12045,12055,12065,12075,12083,12097,12106,12116,12124,12132,12140,12149,12159,12168,12177,12190,12198,12207,12216,12224,12234,12242,12251,12259,12268,12282,12291,12299,12307,12317,12327,12337,12346,13890,13904,13918,13928,13938,13948,13958,13968,13978,13988,13997,14007,14021,14030,14040,14049,14059,14069,14079,14088,14098,14108,14122,14131,14141,14151,14161,14170,14178,14187,14195,14204,14218}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'reloftype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relowner'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{10}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relam'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 3::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.39518073,0.34457833,0.26024097}'::real[], stanumbers2 => '{-0.49305248}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{403,0,2}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relfilenode'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.49638554::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.5060241}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{-0.15195733}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => '{112,174,548,826,828,1418,2224,2328,2337,2600,2602,2604,2606,2608,2610,2612,2615,2617,2619,2650,2652,2654,2656,2660,2664,2667,2669,2673,2675,2679,2681,2683,2685,2687,2689,2693,2699,2702,2754,2756,2830,2832,2834,2838,2840,2995,3079,3081,3118,3164,3258,3351,3380,3394,3429,3431,3439,3456,3467,3501,3503,3541,3574,3576,3597,3599,3601,3603,3605,3607,3609,3764,3767,4143,4145,4148,4150,4152,4154,4156,4158,4160,4164,4166,4168,4170,4174,6102,6106,6111,6113,6117,6176,6229,6238,14052,14056,14060,14062,14066,14071}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'reltablespace'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.8795181,0.12048193}'::real[], stanumbers2 => '{0.6705244}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,1664}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relpages'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 17::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.5373494,0.29638556,0.106024094,0.012048192,0.009638554,0.009638554,0.004819277}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{-0.14132786}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,1,2,5,4,6,15}'::text, stavalues2 => '{3,7,11,12,14,16,31,32,55,99}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'reltuples'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 25::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.52771086,0.27228916,0.03373494,0.014457831,0.009638554,0.009638554,0.009638554,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.004819277,0.004819277,0.004819277}'::real[], stanumbers2 => '{-0.15734476}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{-1,0,1,3,128,260,945,2,4,5,6,7,16,146,160,177,229,617,702,799,3124,3326,19,157,3586}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relallvisible'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'reltoastrelid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 41::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.90361446}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.88150245}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => '{2336,2830,2832,2834,2836,2838,2840,2846,2966,3430,3439,3598,4060,4143,4145,4147,4149,4151,4153,4155,4157,4159,4163,4165,4167,4169,4171,4173,4175,4177,4181,4183,4185,6175,6228,6244,14055,14060,14065,14070}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relhasindex'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.7493976,0.25060242}'::real[], stanumbers2 => '{0.48276383}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f,t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relisshared'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.8795181,0.12048193}'::real[], stanumbers2 => '{0.6705244}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f,t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relpersistence'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{p}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relkind'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 4::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.39518073,0.34457833,0.16385542,0.09638554}'::real[], stanumbers2 => '{0.7958691}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{i,v,r,t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relnatts'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 2::integer, stadistinct => 31::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.17590362,0.17590362,0.16626506,0.06987952,0.062650606,0.060240965,0.055421688,0.04819277,0.040963855,0.021686748,0.019277109,0.014457831,0.009638554,0.009638554,0.009638554,0.0072289156,0.004819277,0.004819277,0.004819277,0.004819277,0.004819277,0.004819277,0.004819277}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.67635405}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{1,2,3,4,7,5,8,9,6,12,11,10,17,18,26,15,13,16,22,27,28,31,32}'::text, stavalues2 => '{19,20,21,29,30,33,44,82}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relchecks'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 2::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relhasrules'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.6554217,0.34457833}'::real[], stanumbers2 => '{0.9795881}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f,t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relhastriggers'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relhassubclass'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relrowsecurity'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relforcerowsecurity'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relispopulated'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relreplident'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.99036145,0.009638554}'::real[], stanumbers2 => '{0.9520814}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{n,d}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relispartition'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relrewrite'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relfrozenxid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 6::real, stakind1 => 1::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.739759,0.24096386,0.004819277,0.004819277,0.004819277,0.004819277}'::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,3,625,620,622,627}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relminmxid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.739759,0.26024097}'::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,1}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relacl'::name, stainherit => 'f'::boolean, stanullfrac => 0.50843376::real, stawidth => 52::integer, stadistinct => 4::real, stakind1 => 1::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.4554217,0.028915662,0.004819277,0.0024096386}'::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{"{SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM}","{SYSTEM=arwdDxtm/SYSTEM}","{SYSTEM=arwdDxtm/SYSTEM,pg_read_all_stats=r/SYSTEM}","{SYSTEM=arwdDxtm/SYSTEM,=rw/SYSTEM}"}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'reloptions'::name, stainherit => 'f'::boolean, stanullfrac => 0.9927711::real, stawidth => 49::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 4::smallint, stakind4 => 5::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.0072289156}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => '{1,1,1,0}'::real[], stanumbers4 => '{1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}'::real[], stanumbers5 => NULL::real[], stavalues1 => '{"{security_barrier=true}"}'::text, stavalues2 => NULL::text, stavalues3 => '{security_barrier=true}'::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_class'::regclass, attname => 'relpartbound'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_collation; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_collation ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, collname name, collnamespace oid, collowner oid, collprovider "char", collisdeterministic boolean, collencoding integer, collcollate text COLLATE pg_catalog."C", collctype text COLLATE pg_catalog."C", colllocale text COLLATE pg_catalog."C", collicurules text COLLATE pg_catalog."C", collversion text COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_collation REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_collation OWNER TO "SYSTEM"; -- -- Name: TABLE pg_collation; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_collation'::regclass, 1462::float4, 27::integer, 27::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_collation'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{100,12361,12376,12390,12405,12420,12434,12449,12463,12478,12493,12507,12522,12536,12551,12566,12580,12595,12609,12624,12639,12653,12668,12683,12697,12712,12726,12741,12756,12770,12785,12799,12814,12829,12843,12858,12872,12887,12902,12916,12931,12946,12960,12975,12989,13004,13019,13033,13048,13062,13077,13092,13106,13121,13135,13150,13165,13179,13194,13208,13223,13238,13252,13267,13282,13296,13311,13325,13340,13355,13369,13384,13398,13413,13428,13442,13457,13471,13486,13501,13515,13530,13545,13559,13574,13588,13603,13618,13632,13647,13661,13676,13691,13705,13720,13734,13749,13764,13778,13793,13808}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_collation'::regclass, attname => 'collname'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 64::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{0.9909006}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{C,agq,ar-EG,ar-SA,ar_IL,ar_SS,ast,bas,bg_BG,bo-CN,bs_Cyrl,ca_ES,ceb-Latn,co_FR,dav,de_DE,dua_CM,ee-TG,en-AI,en-CM,en-GI,en-KI,en-NA,en-SC,en-TV,en_150,en_CA,en_GB,en_JE,en_MT,en_PR,en_TC,en_ZM,es-DO,es-SV,es_ES,es_UY,ff-Latn,ff_Latn_CM,fil,fr-CA,fr-HT,fr-PM,fr_BI,fr_GF,fr_NC,fur,gl_ES,guz-KE,haw,hsb-DE,ibb_NG,it-CH,iu_Latn,jv_Java_ID,kde-TZ,kkj-CM,ko-KP,ks_Arab,ku-Arab,lag,ln-CF,lt,mas,mgh-MZ,mn,moh-CA,mt_MT,nb-SJ,ne_NP,nl_SR,nr,oc_FR,pa-Arab,prg-001,pt-CV,pt_LU,quz-PE,rof,ru_UA,saq-KE,se-FI,shi,sk_SK,smn-FI,so-SO,sr-Cyrl-ME,sr_Latn_ME,st_LS,sw_KE,ta_SG,th-TH,tn-ZA,tt,tzm_Arab_MA,ur,uz_Cyrl_UZ,vi,wal_ET,yi,zu_ZA}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_collation'::regclass, attname => 'collnamespace'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{11}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_collation'::regclass, attname => 'collowner'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{10}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_collation'::regclass, attname => 'collprovider'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 4::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.997948}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.9918201}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{c}'::text, stavalues2 => '{b,d,i}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_collation'::regclass, attname => 'collisdeterministic'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_collation'::regclass, attname => 'collencoding'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 12::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.4377565,0.38987687,0.06019152,0.04719562,0.03625171,0.010259918,0.006155951,0.0034199727,0.0027359782,0.0020519835,0.0020519835,0.0020519835}'::real[], stanumbers2 => '{0.19240099}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{24,6,18,23,29,31,33,30,-1,19,21,32}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_collation'::regclass, attname => 'collcollate'::name, stainherit => 'f'::boolean, stanullfrac => 0.0020519835::real, stawidth => 6::integer, stadistinct => -0.58071136::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{1}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{aa-DJ,aa-ER,aa-ET,af-NA,af-ZA,agq-CM,ak-GH,am-ET,ar-001,ar-AE,ar-BH,ar-DJ,ar-DZ,ar-EG,ar-ER,ar-IL,ar-IQ,ar-JO,ar-KM,ar-KW,ar-LB,ar-LY,ar-MA,ar-MR,ar-OM,ar-PS,ar-QA,ar-SA,ar-SD,ar-SO,ar-SS,ar-SY,ar-TD,ar-TN,ar-YE,arn-CL,as-IN,asa-TZ,ast-ES,az-Cyrl,az-Cyrl-AZ,az-Latn,az-Latn-AZ,ba-RU,bas-CM,be-BY,bem-ZM,bez-TZ,bg-BG,bin-NG,bm-Latn,bm-Latn-ML,bn-BD,bn-IN,bo-CN,bo-IN,br-FR,brx-IN,bs-Cyrl,bs-Cyrl-BA,bs-Latn,bs-Latn-BA,byn-ER,ca-AD,ca-ES,ca-ES-valencia,ca-FR,ca-IT,ccp-Cakm,ccp-Cakm-BD,ccp-Cakm-IN,ce-RU,ceb-Latn,ceb-Latn-PH,cgg-UG,chr-Cher,chr-Cher-US,co-FR,cs-CZ,cu-RU,cy-GB,da-DK,da-GL,dav-KE,de-AT,de-BE,de-CH,de-DE,de-DE_phoneb,de-IT,de-LI,de-LU,dje-NE,dsb-DE,dua-CM,dv-MV,dyo-SN,dz-BT,ebu-KE,ee-GH}'::text, stavalues2 => '{C,az,bs,da,el,en-AE,en-BB,en-CA,en-CY,en-FJ,en-GH,en-IE,en-JM,en-LR,en-MT,en-NG,en-PH,en-SB,en-SL,en-TO,en-US,en-ZM,es-BO,es-CU,es-GT,es-PR,et-EE,ff-Latn,ff-Latn-GW,ff-Latn-SN,fr-029,fr-CA,fr-CM,fr-GP,fr-MC,fr-MU,fr-RW,fr-VU,ga-IE,gsw-CH,gv-IM,haw-US,hsb,ia-001,ii-CN,iu,jmc,ka-GE,kde-TZ,kkj,kn-IN,ks,ksf-CM,kw,lb-LU,ln-CD,lt,lv-LV,mfe-MU,mk,mn-Mong,mr-IN,mua-CM,nb-NO,ne-IN,nl-NL,nnh-CM,nus,om-KE,pa-Arab-PK,prg-001,pt-BR,pt-MO,quc-Latn-GT,rn,ru-BY,rw-RW,saq-KE,se,ses-ML,si,sma-SE,sn,so-SO,sr-Cyrl-BA,sr-Latn-RS,st,sw-CD,ta-IN,teo-KE,ti-ER,tn-ZA,tt,tzm-Latn,uk-UA,uz-Cyrl,vai-Vaii,vun,x-IV_mathan,yi-001,zu-ZA}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_collation'::regclass, attname => 'collctype'::name, stainherit => 'f'::boolean, stanullfrac => 0.0020519835::real, stawidth => 6::integer, stadistinct => -0.58071136::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{1}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{aa-DJ,aa-ER,aa-ET,af-NA,af-ZA,agq-CM,ak-GH,am-ET,ar-001,ar-AE,ar-BH,ar-DJ,ar-DZ,ar-EG,ar-ER,ar-IL,ar-IQ,ar-JO,ar-KM,ar-KW,ar-LB,ar-LY,ar-MA,ar-MR,ar-OM,ar-PS,ar-QA,ar-SA,ar-SD,ar-SO,ar-SS,ar-SY,ar-TD,ar-TN,ar-YE,arn-CL,as-IN,asa-TZ,ast-ES,az-Cyrl,az-Cyrl-AZ,az-Latn,az-Latn-AZ,ba-RU,bas-CM,be-BY,bem-ZM,bez-TZ,bg-BG,bin-NG,bm-Latn,bm-Latn-ML,bn-BD,bn-IN,bo-CN,bo-IN,br-FR,brx-IN,bs-Cyrl,bs-Cyrl-BA,bs-Latn,bs-Latn-BA,byn-ER,ca-AD,ca-ES,ca-ES-valencia,ca-FR,ca-IT,ccp-Cakm,ccp-Cakm-BD,ccp-Cakm-IN,ce-RU,ceb-Latn,ceb-Latn-PH,cgg-UG,chr-Cher,chr-Cher-US,co-FR,cs-CZ,cu-RU,cy-GB,da-DK,da-GL,dav-KE,de-AT,de-BE,de-CH,de-DE,de-DE_phoneb,de-IT,de-LI,de-LU,dje-NE,dsb-DE,dua-CM,dv-MV,dyo-SN,dz-BT,ebu-KE,ee-GH}'::text, stavalues2 => '{C,az,bs,da,el,en-AE,en-BB,en-CA,en-CY,en-FJ,en-GH,en-IE,en-JM,en-LR,en-MT,en-NG,en-PH,en-SB,en-SL,en-TO,en-US,en-ZM,es-BO,es-CU,es-GT,es-PR,et-EE,ff-Latn,ff-Latn-GW,ff-Latn-SN,fr-029,fr-CA,fr-CM,fr-GP,fr-MC,fr-MU,fr-RW,fr-VU,ga-IE,gsw-CH,gv-IM,haw-US,hsb,ia-001,ii-CN,iu,jmc,ka-GE,kde-TZ,kkj,kn-IN,ks,ksf-CM,kw,lb-LU,ln-CD,lt,lv-LV,mfe-MU,mk,mn-Mong,mr-IN,mua-CM,nb-NO,ne-IN,nl-NL,nnh-CM,nus,om-KE,pa-Arab-PK,prg-001,pt-BR,pt-MO,quc-Latn-GT,rn,ru-BY,rw-RW,saq-KE,se,ses-ML,si,sma-SE,sn,so-SO,sr-Cyrl-BA,sr-Latn-RS,st,sw-CD,ta-IN,teo-KE,ti-ER,tn-ZA,tt,tzm-Latn,uk-UA,uz-Cyrl,vai-Vaii,vun,x-IV_mathan,yi-001,zu-ZA}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_collation'::regclass, attname => 'colllocale'::name, stainherit => 'f'::boolean, stanullfrac => 0.998632::real, stawidth => 3::integer, stadistinct => -0.0013679862::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{C,und}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_collation'::regclass, attname => 'collicurules'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_collation'::regclass, attname => 'collversion'::name, stainherit => 'f'::boolean, stanullfrac => 0.0034199727::real, stawidth => 14::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.99658}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{"1540.3,1540.3"}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_config; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_config AS SELECT name, setting FROM pg_config() pg_config(name, setting); ALTER VIEW pg_catalog.pg_config OWNER TO "SYSTEM"; -- -- Name: VIEW pg_config; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_config'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_constraint; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_constraint ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, conname name, connamespace oid, contype "char", condeferrable boolean, condeferred boolean, convalidated boolean, conrelid oid, contypid oid, conindid oid, conparentid oid, confrelid oid, confupdtype "char", confdeltype "char", confmatchtype "char", conislocal boolean, coninhcount smallint, connoinherit boolean, conperiod boolean, conkey smallint[], confkey smallint[], conpfeqop oid[], conppeqop oid[], conffeqop oid[], confdelsetcols smallint[], conexclop oid[], conbin pg_node_tree COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_constraint REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_constraint OWNER TO "SYSTEM"; -- -- Name: TABLE pg_constraint; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_constraint'::regclass, 112::float4, 3::integer, 3::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{10115,10116,10117,10118,10119,10120,10121,10122,10123,10124,10126,10127,10128,10129,10130,10131,10132,10133,10134,10136,10137,10138,10139,10140,10141,10142,10143,10144,10146,10147,10148,10149,10150,10151,10152,10153,10154,10156,10157,10158,10159,10160,10161,10162,10163,10164,10166,10167,10168,10169,10170,10171,10172,10173,10174,10176,10177,10178,10179,10180,10181,10182,10183,10184,10186,10187,10188,10189,10190,10191,10192,10193,10194,10196,10197,10198,10199,10200,10201,10202,10203,10204,10206,10207,10208,10209,10210,10211,10212,10213,10214,10216,10217,10218,10219,10220,10221,10222,10223,10224,13896}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'conname'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 64::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{0.35396522}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{cardinal_number_domain_check,pg_aggregate_fnoid_index,pg_am_name_index,pg_am_oid_index,pg_amop_fam_strat_index,pg_amop_oid_index,pg_amop_opr_fam_index,pg_amproc_fam_proc_index,pg_amproc_oid_index,pg_attrdef_adrelid_adnum_index,pg_attribute_relid_attnam_index,pg_attribute_relid_attnum_index,pg_auth_members_member_role_index,pg_auth_members_oid_index,pg_auth_members_role_member_index,pg_authid_oid_index,pg_authid_rolname_index,pg_cast_oid_index,pg_cast_source_target_index,pg_class_relname_nsp_index,pg_collation_name_enc_nsp_index,pg_collation_oid_index,pg_constraint_conrelid_contypid_conname_index,pg_constraint_oid_index,pg_conversion_default_index,pg_conversion_name_nsp_index,pg_conversion_oid_index,pg_database_datname_index,pg_db_role_setting_databaseid_rol_index,pg_default_acl_oid_index,pg_default_acl_role_nsp_obj_index,pg_description_o_c_o_index,pg_enum_oid_index,pg_enum_typid_label_index,pg_enum_typid_sortorder_index,pg_event_trigger_evtname_index,pg_event_trigger_oid_index,pg_extension_oid_index,pg_foreign_data_wrapper_name_index,pg_foreign_data_wrapper_oid_index,pg_foreign_server_name_index,pg_foreign_server_oid_index,pg_foreign_table_relid_index,pg_index_indexrelid_index,pg_inherits_relid_seqno_index,pg_init_privs_o_c_o_index,pg_language_oid_index,pg_largeobject_loid_pn_index,pg_largeobject_metadata_oid_index,pg_namespace_nspname_index,pg_namespace_oid_index,pg_opclass_am_name_nsp_index,pg_opclass_oid_index,pg_operator_oid_index,pg_operator_oprname_l_r_n_index,pg_opfamily_oid_index,pg_parameter_acl_oid_index,pg_parameter_acl_parname_index,pg_partitioned_table_partrelid_index,pg_policy_oid_index,pg_policy_polrelid_polname_index,pg_proc_oid_index,pg_proc_proname_args_nsp_index,pg_publication_namespace_oid_index,pg_publication_oid_index,pg_publication_pubname_index,pg_publication_rel_oid_index,pg_publication_rel_prrelid_prpubid_index,pg_range_rngmultitypid_index,pg_range_rngtypid_index,pg_replication_origin_roiident_index,pg_replication_origin_roname_index,pg_rewrite_oid_index,pg_seclabel_object_index,pg_sequence_seqrelid_index,pg_shdescription_o_c_index,pg_shseclabel_object_index,pg_statistic_ext_data_stxoid_inh_index,pg_statistic_ext_name_index,pg_statistic_ext_oid_index,pg_statistic_relid_att_inh_index,pg_subscription_oid_index,pg_subscription_subname_index,pg_tablespace_oid_index,pg_tablespace_spcname_index,pg_transform_oid_index,pg_transform_type_lang_index,pg_trigger_oid_index,pg_trigger_tgrelid_tgname_index,pg_ts_config_cfgname_index,pg_ts_config_map_index,pg_ts_dict_dictname_index,pg_ts_dict_oid_index,pg_ts_parser_oid_index,pg_ts_parser_prsname_index,pg_ts_template_oid_index,pg_ts_template_tmplname_index,pg_type_oid_index,pg_type_typname_nsp_index,pg_user_mapping_oid_index,yes_or_no_check}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'connamespace'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.98214287,0.017857144}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{11,13868}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'contype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 3::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.5535714,0.42857143,0.017857144}'::real[], stanumbers2 => '{0.40113437}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{p,u,c}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'condeferrable'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'condeferred'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'convalidated'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'conrelid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.5625::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.026785715,0.026785715,0.026785715,0.026785715,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.46690813}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{1261,2602,2607,3501,0,826,1213,1247,1249,1255,1259,1260,1262,1417,1418,2328,2601,2603,2604,2605,2606,2612,2615,2616,2617,2618,2620,2753,3079,3256,3381,3456,3466,3541,3576,3600,3601,3602,3764,6000,6100,6104,6106,6237,6243}'::text, stavalues2 => '{2224,2396,2600,2609,2610,2611,2613,2619,2964,2995,3118,3350,3394,3429,3592,3596,3603,6102}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'contypid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 3::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.98214287}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{1}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => '{13882,13895}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'conindid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.9910714::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.017857144}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.42125943}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => '{112,113,174,175,548,549,827,828,2228,2397,2650,2651,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2667,2668,2669,2670,2671,2672,2675,2676,2677,2679,2680,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2694,2695,2696,2697,2698,2701,2702,2703,2704,2754,2755,2757,2965,2996,3080,3081,3085,3119,3164,3257,3258,3351,3395,3433,3467,3468,3502,3503,3534,3542,3574,3575,3593,3604,3605,3606,3607,3608,3609,3712,3766,3767,3997,5002,6002,6110,6111,6112,6113,6114,6115,6117,6238,6239,6246,6303}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'conparentid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'confrelid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'confupdtype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{" "}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'confdeltype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{" "}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'confmatchtype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{" "}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'conislocal'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'coninhcount'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 2::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'connoinherit'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.98214287,0.017857144}'::real[], stanumbers2 => '{0.89476204}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{t,f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'conperiod'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'conkey'::name, stainherit => 'f'::boolean, stanullfrac => 0.017857144::real, stawidth => 24::integer, stadistinct => -0.19642857::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 4::smallint, stakind5 => 5::smallint, stanumbers1 => '{0.4375,0.116071425,0.10714286,0.04464286,0.04464286,0.035714287,0.035714287,0.026785715,0.017857144}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.19979262}'::real[], stanumbers4 => '{0.58181816,0.5090909,0.3272727,0.10909091,0.036363635,0.018181818,0.018181818,0.018181818,0.018181818,0.009090909,0.009090909,0.58181816,0}'::real[], stanumbers5 => '{1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,1.6454545}'::real[], stavalues1 => '{"{1}","{2}","{2,3}","{1,2}","{1,2,3}","{2,3,4}","{3,2}","{2,4}","{2,3,4,5}"}'::text, stavalues2 => '{"{1,2,3,4}","{1,3}","{1,5}","{2,1}","{2,7,3}","{2,8,9,3}","{2,20,3}","{3}","{3,2,4}","{3,4}","{3,5,6,1}","{7,6,2}","{8,9,2}"}'::text, stavalues3 => NULL::text, stavalues4 => '{1,2,3,4,5,6,7,8,9,20}'::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'confkey'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'conpfeqop'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'conppeqop'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'conffeqop'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'confdelsetcols'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'conexclop'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_constraint'::regclass, attname => 'conbin'::name, stainherit => 'f'::boolean, stanullfrac => 0.98214287::real, stawidth => 662::integer, stadistinct => -0.017857134::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{"{OPEXPR :opno 525 :opfuncid 150 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({COERCETODOMAINVALUE :typeId 23 :typeMod -1 :collation 0 :location 195} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 204 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 201}","{SCALARARRAYOPEXPR :opno 98 :opfuncid 67 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 100 :args ({RELABELTYPE :arg {COERCETODOMAINVALUE :typeId 1043 :typeMod 7 :collation 100 :location 133} :resulttype 25 :resulttypmod -1 :resultcollid 100 :relabelformat 2 :location -1} {ARRAYCOERCEEXPR :arg {ARRAYEXPR :array_typeid 1015 :array_collid 100 :element_typeid 1043 :elements ({CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 143 :constvalue 7 [ 28 0 0 0 89 69 83 ]} {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 150 :constvalue 6 [ 24 0 0 0 78 79 ]}) :multidims false :location -1} :elemexpr {RELABELTYPE :arg {CASETESTEXPR :typeId 1043 :typeMod -1 :collation 0} :resulttype 25 :resulttypmod -1 :resultcollid 100 :relabelformat 2 :location -1} :resulttype 1009 :resulttypmod -1 :resultcollid 100 :coerceformat 2 :location -1}) :location 139}"}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_conversion; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_conversion ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, conname name, connamespace oid, conowner oid, conforencoding integer, contoencoding integer, conproc regproc, condefault boolean ); ALTER TABLE ONLY pg_catalog.pg_conversion REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_conversion OWNER TO "SYSTEM"; -- -- Name: TABLE pg_conversion; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_conversion'::regclass, 128::float4, 2::integer, 2::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_conversion'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{4402,4403,4404,4405,4407,4408,4409,4410,4412,4413,4414,4415,4417,4418,4419,4421,4422,4423,4424,4426,4427,4428,4429,4431,4432,4433,4435,4436,4437,4438,4440,4441,4442,4443,4445,4446,4447,4448,4452,4453,4454,4456,4457,4458,4459,4461,4462,4463,4464,4466,4467,4468,4470,4471,4472,4473,4475,4476,4477,4478,4480,4481,4482,4484,4485,4486,4487,4489,4490,4491,4492,4494,4495,4496,4497,4499,4500,4501,4503,4504,4505,4506,4508,4509,4510,4511,4513,4514,4515,4517,4518,4519,4520,4522,4523,4524,4525,4527,4528,4529,4531}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_conversion'::regclass, attname => 'conname'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 64::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{-0.0077137887}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{big5_to_euc_tw,big5_to_mic,big5_to_utf8,euc_cn_to_mic,euc_jis_2004_to_shift_jis_2004,euc_jis_2004_to_utf8,euc_jp_to_mic,euc_jp_to_sjis,euc_kr_to_mic,euc_kr_to_utf8,euc_tw_to_big5,euc_tw_to_mic,gb18030_to_utf8,gbk_to_utf8,iso_8859_10_to_utf8,iso_8859_14_to_utf8,iso_8859_15_to_utf8,iso_8859_16_to_utf8,iso_8859_1_to_mic,iso_8859_2_to_mic,iso_8859_2_to_utf8,iso_8859_2_to_windows_1250,iso_8859_3_to_mic,iso_8859_4_to_mic,iso_8859_4_to_utf8,iso_8859_5_to_koi8_r,iso_8859_5_to_utf8,iso_8859_5_to_windows_1251,iso_8859_5_to_windows_866,iso_8859_6_to_utf8,iso_8859_8_to_utf8,iso_8859_9_to_utf8,johab_to_utf8,koi8_r_to_iso_8859_5,koi8_r_to_utf8,koi8_r_to_windows_1251,koi8_r_to_windows_866,koi8_u_to_utf8,mic_to_euc_cn,mic_to_euc_jp,mic_to_euc_kr,mic_to_iso_8859_1,mic_to_iso_8859_2,mic_to_iso_8859_3,mic_to_iso_8859_4,mic_to_koi8_r,mic_to_sjis,mic_to_windows_1250,mic_to_windows_1251,shift_jis_2004_to_euc_jis_2004,shift_jis_2004_to_utf8,sjis_to_euc_jp,sjis_to_utf8,uhc_to_utf8,utf8_to_big5,utf8_to_euc_cn,utf8_to_euc_jp,utf8_to_euc_kr,utf8_to_euc_tw,utf8_to_gb18030,utf8_to_iso_8859_1,utf8_to_iso_8859_10,utf8_to_iso_8859_13,utf8_to_iso_8859_15,utf8_to_iso_8859_16,utf8_to_iso_8859_2,utf8_to_iso_8859_3,utf8_to_iso_8859_5,utf8_to_iso_8859_6,utf8_to_iso_8859_7,utf8_to_iso_8859_8,utf8_to_johab,utf8_to_koi8_r,utf8_to_koi8_u,utf8_to_shift_jis_2004,utf8_to_uhc,utf8_to_windows_1250,utf8_to_windows_1251,utf8_to_windows_1253,utf8_to_windows_1254,utf8_to_windows_1255,utf8_to_windows_1256,utf8_to_windows_1258,utf8_to_windows_866,utf8_to_windows_874,windows_1250_to_iso_8859_2,windows_1250_to_utf8,windows_1251_to_iso_8859_5,windows_1251_to_koi8_r,windows_1251_to_utf8,windows_1251_to_windows_866,windows_1252_to_utf8,windows_1253_to_utf8,windows_1255_to_utf8,windows_1256_to_utf8,windows_1257_to_utf8,windows_1258_to_utf8,windows_866_to_koi8_r,windows_866_to_mic,windows_866_to_utf8,windows_874_to_utf8}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_conversion'::regclass, attname => 'connamespace'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{11}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_conversion'::regclass, attname => 'conowner'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{10}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_conversion'::regclass, attname => 'conforencoding'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.3203125::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.3046875,0.1171875,0.0390625,0.0390625,0.0390625,0.0390625,0.0234375,0.0234375,0.0234375,0.0234375,0.0234375,0.0234375,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{-0.092307955}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{6,7,20,22,23,25,1,4,9,29,35,36,2,3,5,8,10,11,41}'::text, stavalues2 => '{12,13,14,15,16,17,18,19,21,24,26,27,28,30,31,32,33,34,37,38,39,40}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_conversion'::regclass, attname => 'contoencoding'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.3203125::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.3046875,0.1171875,0.0390625,0.0390625,0.0390625,0.0390625,0.0234375,0.0234375,0.0234375,0.0234375,0.0234375,0.0234375,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{-0.10025064}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{6,7,20,22,23,25,1,4,9,29,35,36,2,3,5,8,10,11,41}'::text, stavalues2 => '{12,13,14,15,16,17,18,19,21,24,26,27,28,30,31,32,33,34,37,38,39,40}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_conversion'::regclass, attname => 'conproc'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.65625::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.1015625,0.1015625,0.0859375,0.0859375}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.9940773}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{utf8_to_iso8859,iso8859_to_utf8,utf8_to_win,win_to_utf8}'::text, stavalues2 => '{koi8r_to_mic,mic_to_koi8r,iso_to_mic,mic_to_iso,win1251_to_mic,mic_to_win1251,win866_to_mic,mic_to_win866,koi8r_to_win1251,win1251_to_koi8r,koi8r_to_win866,win866_to_koi8r,win866_to_win1251,win1251_to_win866,iso_to_koi8r,koi8r_to_iso,iso_to_win1251,win1251_to_iso,iso_to_win866,win866_to_iso,euc_cn_to_mic,mic_to_euc_cn,euc_jp_to_sjis,sjis_to_euc_jp,euc_jp_to_mic,sjis_to_mic,mic_to_euc_jp,mic_to_sjis,euc_kr_to_mic,mic_to_euc_kr,euc_tw_to_big5,big5_to_euc_tw,euc_tw_to_mic,big5_to_mic,mic_to_euc_tw,mic_to_big5,latin2_to_mic,mic_to_latin2,win1250_to_mic,mic_to_win1250,latin2_to_win1250,win1250_to_latin2,latin1_to_mic,mic_to_latin1,latin3_to_mic,mic_to_latin3,latin4_to_mic,mic_to_latin4,big5_to_utf8,utf8_to_big5,utf8_to_koi8r,koi8r_to_utf8,utf8_to_koi8u,koi8u_to_utf8,euc_cn_to_utf8,utf8_to_euc_cn,euc_jp_to_utf8,utf8_to_euc_jp,euc_kr_to_utf8,utf8_to_euc_kr,euc_tw_to_utf8,utf8_to_euc_tw,gb18030_to_utf8,utf8_to_gb18030,gbk_to_utf8,utf8_to_gbk,iso8859_1_to_utf8,utf8_to_iso8859_1,johab_to_utf8,utf8_to_johab,sjis_to_utf8,utf8_to_sjis,uhc_to_utf8,utf8_to_uhc,euc_jis_2004_to_utf8,utf8_to_euc_jis_2004,shift_jis_2004_to_utf8,utf8_to_shift_jis_2004,euc_jis_2004_to_shift_jis_2004,shift_jis_2004_to_euc_jis_2004}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_conversion'::regclass, attname => 'condefault'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_cursors; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_cursors AS SELECT name, statement, is_holdable, is_binary, is_scrollable, creation_time FROM pg_cursor() c(name, statement, is_holdable, is_binary, is_scrollable, creation_time); ALTER VIEW pg_catalog.pg_cursors OWNER TO "SYSTEM"; -- -- Name: VIEW pg_cursors; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_cursors'::regclass, -1::float4, 0::integer, 0::integer); SET default_tablespace = pg_global; -- -- Name: pg_database; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- CREATE TABLE pg_catalog.pg_database ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, datname name, datdba oid, encoding integer, datlocprovider "char", datistemplate boolean, datallowconn boolean, dathasloginevt boolean, datconnlimit integer, datfrozenxid xid, datminmxid xid, dattablespace oid, datcollate text COLLATE pg_catalog."C", datctype text COLLATE pg_catalog."C", datlocale text COLLATE pg_catalog."C", daticurules text COLLATE pg_catalog."C", datcollversion text COLLATE pg_catalog."C", datacl aclitem[] ); ALTER TABLE ONLY pg_catalog.pg_database REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_database OWNER TO "SYSTEM"; -- -- Name: TABLE pg_database; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_database'::regclass, 2::float4, 1::integer, 1::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_database'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_database'::regclass, attname => 'datname'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 64::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_database'::regclass, attname => 'datdba'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_database'::regclass, attname => 'encoding'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_database'::regclass, attname => 'datlocprovider'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_database'::regclass, attname => 'datistemplate'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_database'::regclass, attname => 'datallowconn'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_database'::regclass, attname => 'dathasloginevt'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_database'::regclass, attname => 'datconnlimit'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_database'::regclass, attname => 'datfrozenxid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 1::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_database'::regclass, attname => 'datminmxid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 1::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{1}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_database'::regclass, attname => 'dattablespace'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_database'::regclass, attname => 'datcollate'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 27::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_database'::regclass, attname => 'datctype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 27::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_database'::regclass, attname => 'datlocale'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_database'::regclass, attname => 'daticurules'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_database'::regclass, attname => 'datcollversion'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_database'::regclass, attname => 'datacl'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_db_role_setting; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- CREATE TABLE pg_catalog.pg_db_role_setting ( setdatabase oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, setrole oid CONSTRAINT pgdump_throwaway_notnull_1 NOT NULL NO INHERIT, setconfig text[] COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_db_role_setting REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_db_role_setting OWNER TO "SYSTEM"; -- -- Name: TABLE pg_db_role_setting; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_db_role_setting'::regclass, 0::float4, 0::integer, 0::integer); SET default_tablespace = ''; -- -- Name: pg_default_acl; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_default_acl ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, defaclrole oid, defaclnamespace oid, defaclobjtype "char", defaclacl aclitem[] ); ALTER TABLE ONLY pg_catalog.pg_default_acl REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_default_acl OWNER TO "SYSTEM"; -- -- Name: TABLE pg_default_acl; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_default_acl'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_depend; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_depend ( classid oid, objid oid, objsubid integer, refclassid oid, refobjid oid, refobjsubid integer, deptype "char" ); ALTER TABLE ONLY pg_catalog.pg_depend REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_depend OWNER TO "SYSTEM"; -- -- Name: TABLE pg_depend; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_depend'::regclass, 1709::float4, 13::integer, 13::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_depend'::regclass, attname => 'classid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 9::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.44704506,0.32709187,0.1778818,0.017554125,0.016383851,0.0093622,0.00234055,0.001170275,0.001170275}'::real[], stanumbers2 => '{0.23699711}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{1259,2618,1247,3602,3600,1255,2612,2606,3764}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_depend'::regclass, attname => 'objid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.3510825::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.048566412,0.026331188,0.019309537,0.0187244,0.017554125,0.016968988,0.016383851,0.015798712,0.015798712,0.010532475,0.010532475,0.0081919255,0.0081919255,0.0076067876,0.0076067876,0.0076067876,0.0076067876,0.0076067876,0.00702165,0.00702165,0.00702165,0.006436513,0.006436513,0.006436513,0.006436513,0.006436513,0.006436513,0.006436513,0.006436513,0.005851375,0.005851375,0.005851375,0.005851375,0.005851375,0.005851375,0.005851375,0.0052662375,0.0052662375,0.0052662375,0.0052662375,0.0052662375,0.0052662375,0.0052662375,0.0052662375,0.0052662375,0.0052662375,0.0052662375,0.0052662375,0.0046811,0.0046811,0.0046811,0.0046811,0.0046811,0.0046811,0.0046811,0.0046811,0.0046811,0.0046811,0.0046811,0.0046811,0.0046811,0.0046811,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.0029256875,0.0029256875,0.0029256875,0.0029256875,0.0029256875,0.0029256875,0.0029256875,0.0029256875,0.0029256875}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.99995357}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{14038,13956,13995,13906,14124,14154,13981,12155,12164,14101,14152,13909,13959,12160,12169,14022,14047,14086,12178,12182,14072,13984,14008,14009,14014,14019,14085,14123,14144,12191,12195,13990,14000,14028,14033,14114,12017,13911,13946,13971,14005,14077,14082,14091,14115,14120,14157,14214,12204,12208,13941,13951,13961,14043,14052,14096,14106,14111,14129,14180,14189,14192,13916,13931,13966,13976,14023,14134,14139,14164,14167,14193,14201,12217,12221,13936,13998,14041,14050,14057,14062,14149,14175,14176,14179,14188,14198,14202,14205,14209,14211,13921,13926,13993,14067,14104,14127,14168,14172,14185}'::text, stavalues2 => '{12001,12011,12020,12030,12040,12050,12060,12070,12079,12087,12097,12106,12109,12116,12124,12132,12140,12149,12162,12173,12185,12197,12207,12219,12229,12238,12246,12255,12264,12269,12278,12288,12296,12304,12313,12323,12333,12343,12351,13815,13821,13827,13833,13838,13844,13850,13855,13861,13867,13873,13879,13885,13890,13895,13898,13902,13905,13913,13919,13927,13933,13939,13948,13953,13963,13969,13977,13986,13991,14003,14011,14017,14025,14031,14040,14048,14056,14063,14069,14075,14080,14087,14092,14098,14107,14112,14118,14130,14137,14145,14150,14161,14171,14178,14186,14196,14206,14208,14216,14219,14224}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_depend'::regclass, attname => 'objsubid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 83::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.6003511,0.038033936,0.0374488,0.036863662,0.036278527,0.033937976,0.029256875,0.024575775,0.016968988,0.01170275,0.008777062,0.006436513,0.005851375,0.0046811,0.0046811,0.0046811,0.0046811,0.0046811,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.003510825,0.0029256875,0.00234055,0.00234055,0.0017554126,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.6536469}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,1,3,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44}'::text, stavalues2 => '{45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_depend'::regclass, attname => 'refclassid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 7::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.5588063,0.33294323,0.04973669,0.022235226,0.017554125,0.016383851,0.00234055}'::real[], stanumbers2 => '{0.1260394}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{1247,1259,2615,1255,3600,3764,3079}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_depend'::regclass, attname => 'refobjid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.20479813::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.29724985,0.080748975,0.051492102,0.04973669,0.03978935,0.031597424,0.016383851,0.015213575,0.0140433,0.01170275,0.0093622,0.0093622,0.00702165,0.00702165,0.006436513,0.006436513,0.005851375,0.005851375,0.005851375,0.005851375,0.0052662375,0.0052662375,0.0046811,0.0040959627,0.003510825,0.003510825,0.003510825,0.0029256875,0.0029256875,0.0029256875,0.0029256875,0.0029256875,0.0029256875,0.0029256875,0.00234055,0.00234055,0.00234055,0.00234055,0.0017554126,0.0017554126,0.0017554126,0.0017554126,0.0017554126,0.0017554126,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.77314335}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{13887,13885,13882,13868,13895,12142,13811,12147,12170,12183,12196,14180,12209,14014,14193,14206,12005,13946,14077,14115,14106,14168,12104,13986,13893,14149,14159,13869,13897,13906,13956,13981,13995,14038,12257,13873,13876,14220,13824,13874,13877,13878,13879,13880,12000,12010,12014,12018,12023,12028,12033,12038,12043,12048,12053,12058,12063,12068,12073,12077,12081,12085,12090,12095,12099,12110,12114,12118,12122,12126,12130,12134,12138,12152,12157,12161,12166,12175,12179,12188,12192,12201,12205,12214,12218,12222,12227,12232,12236,12240,12244,12249,12253,12262,12266,12271,12275,12280,12285,12289}'::text, stavalues2 => '{12002,12016,12030,12045,12060,12075,12092,12106,12120,12132,12144,12163,12177,12190,12203,12216,12234,12246,12259,12273,12287,12293,12299,12303,12307,12312,12317,12325,12330,12335,12340,12344,12348,13810,13816,13822,13830,13838,13844,13850,13856,13862,13870,13872,13890,13902,13911,13916,13921,13926,13931,13936,13941,13951,13961,13966,13971,13976,13988,13992,14000,14005,14009,14019,14023,14028,14033,14043,14047,14052,14055,14059,14062,14065,14069,14072,14079,14084,14088,14096,14101,14108,14113,14120,14124,14131,14136,14141,14146,14154,14164,14172,14176,14182,14187,14195,14200,14204,14211,14216,14223}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_depend'::regclass, attname => 'refobjsubid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 32::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.8408426,0.020479813,0.020479813,0.019309537,0.016968988,0.014628437,0.012287888,0.010532475,0.0081919255,0.00702165,0.0040959627,0.003510825,0.00234055,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.5683684}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26}'::text, stavalues2 => '{27,30,31,33,36}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_depend'::regclass, attname => 'deptype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 4::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.7296665,0.26097134,0.00702165,0.00234055}'::real[], stanumbers2 => '{0.76119673}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{n,i,a,e}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_description; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_description ( objoid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, classoid oid CONSTRAINT pgdump_throwaway_notnull_1 NOT NULL NO INHERIT, objsubid integer CONSTRAINT pgdump_throwaway_notnull_2 NOT NULL NO INHERIT, description text COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_description REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_description OWNER TO "SYSTEM"; -- -- Name: TABLE pg_description; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_description'::regclass, 4428::float4, 39::integer, 39::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_description'::regclass, attname => 'objoid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{0.0005712405}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{2,53,101,149,196,243,291,335,380,436,480,524,595,641,686,734,779,837,881,926,971,1043,1087,1133,1177,1227,1285,1329,1373,1420,1465,1509,1555,1603,1648,1694,1738,1782,1827,1871,1915,1960,2031,2076,2123,2168,2220,2274,2319,2367,2413,2457,2502,2546,2591,2712,2763,2809,2869,2913,2960,3013,3057,3107,3160,3206,3251,3301,3345,3402,3452,3506,3556,3619,3669,3717,3762,3812,3858,3904,3955,4000,4052,4128,4215,4263,4308,4352,4396,4441,4485,4529,4626,5033,5079,6156,6208,6263,6310,13824,14224}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_description'::regclass, attname => 'classoid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 13::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.7475158,0.18044263,0.028906956,0.024164408,0.006549232,0.006549232,0.0015808492,0.001129178,0.001129178,0.0009033424,0.0006775068}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.85353035}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{1255,2617,2607,1247,3600,3602,2601,3456,3764,2612,2615}'::text, stavalues2 => '{3079,3601}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_description'::regclass, attname => 'objsubid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_description'::regclass, attname => 'description'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 26::integer, stadistinct => -0.4390244::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.08039747,0.014227643,0.013775971,0.0133243,0.013098464,0.013098464,0.013098464,0.013098464,0.013098464,0.013098464,0.013098464,0.013098464,0.013098464,0.012646793,0.012646793,0.011517615,0.011065944,0.010388438,0.008581753,0.0074525746,0.007226739,0.007000903,0.0067750677,0.0060975607,0.0058717253,0.00564589,0.00564589,0.004968383,0.004968383,0.004968383,0.004516712,0.004516712,0.0042908764,0.0040650405,0.003839205,0.003839205,0.0036133695,0.0036133695,0.0036133695,0.0029358626,0.0029358626,0.0029358626,0.0027100272,0.0024841914,0.002258356,0.002258356,0.002258356,0.0020325202,0.0020325202,0.0020325202,0.0020325202,0.0020325202,0.0020325202,0.0018066848,0.0018066848,0.0018066848,0.0018066848,0.0018066848,0.0018066848,0.0018066848,0.0018066848,0.0018066848,0.0015808492,0.0015808492,0.0015808492,0.0015808492,0.0015808492,0.0015808492,0.0015808492,0.0015808492,0.0015808492,0.0015808492,0.0015808492,0.0015808492,0.0013550136,0.0013550136,0.0013550136,0.0013550136,0.0013550136,0.0013550136,0.0013550136,0.0013550136,0.0013550136,0.0013550136,0.0013550136,0.0013550136,0.0013550136,0.001129178,0.001129178,0.001129178,0.001129178,0.001129178,0.001129178,0.001129178,0.001129178,0.001129178,0.001129178,0.001129178,0.001129178,0.0009033424}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.043946788}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{I/O,"implementation of = operator",equal,"implementation of <> operator","greater than","greater than or equal","implementation of < operator","implementation of <= operator","implementation of > operator","implementation of >= operator","less than","less than or equal","not equal",hash,less-equal-greater,"aggregate final function","implementation of + operator","implementation of - operator","aggregate transition function",add,"implementation of * operator","GiST support",subtract,multiply,"implementation of <-> operator","distance between","implementation of / operator",divide,"larger of two","smaller of two","I/O typmod","implementation of <@ operator","sort support",contains,(internal),"for use by pg_upgrade","implementation of @> operator","is contained by","window RANGE support","implementation of << operator","implementation of >> operator","intervals overlap?","absolute value","aggregate combine function","center of","implementation of && operator","implementation of ~ operator","GIN support",concatenate,"implementation of # operator","implementation of @@ operator","implementation of || operator","non-persistent series generator","GiST tsvector support","aggregate deserial function","aggregate serial function","extract portion of string","is left of","is right of",modulus,overlaps,relevance,"bitwise and","bitwise not","bitwise or","does not match LIKE expression","implementation of & operator","implementation of &< operator","implementation of &> operator","implementation of | operator","matches LIKE expression",negate,"overlaps or is left of","overlaps or is right of","GIN tsvector support","GiST tsquery support","closest point to A on B",exponentiation,"historical alias for stddev_samp","historical alias for var_samp","implementation of ## operator","implementation of ?# operator","implementation of @ operator",intersect,"position of regexp match","transform to tsquery","unary plus","BRIN bloom support","BRIN multi minmax support","GIN tsvector support (obsolete)","SP-GiST support","SP-GiST support for quad tree over box","SP-GiST support for quad tree over range","SP-GiST support for radix tree over text","base 10 logarithm","character length","extract substring that matches regexp","octet length","replace text using regexp","BRIN inclusion support"}'::text, stavalues2 => '{"''char(length)'' blank-padded string, fixed storage length","BRIN multi minmax macaddr8 distance","Insert value into a jsonb","SHOW X as a function, optionally no error for missing variable","WAL summarizer state","adjust time with time zone to new zone","aggregate inputs into jsonb object","area of a closed path","bitwise exclusive or","bitwise-xor integer aggregate","build a json array from any inputs","collation of the argument; implementation of the COLLATION FOR expression","configuration for danish language","configuration for turkish language","conversion for EUC_JIS_2004 to UTF8","conversion for KOI8R to MULE_INTERNAL","conversion for MULE_INTERNAL to EUC_JP","conversion for UTF8 to EUC_JP","conversion for UTF8 to LATIN9","conversion for WIN1251 to WIN866","convert a long int to a human readable text using size units","convert date and time to timestamp","convert inet to cidr","convert int8 to bitstring","convert namespace name to regnamespace","convert string with specified destination encoding name","convert tsvector to array of lexemes","create a physical replication slot","current user privilege on column by rel oid, col name","current user privilege on tablespace by tablespace oid","debug function for text search configuration","deprecated, use |>> instead","does not match regular expression, case-insensitive","equal by area","extract field from timestamp","find first match for regexp","format float8 to text","generate headline from json","get array of PIDs of sessions blocking specified backend PID from acquiring a safe snapshot","get information about file","get set of in-progress transactions in snapshot","get value from jsonb as text with path elements","hash a range","implementation of !~ operator","implementation of *= operator","implementation of >^ operator","implementation of |&> operator","implementation of ~>~ operator","int4range constructor","internal conversion function for EUC_TW to MULE_INTERNAL","internal conversion function for MULE_INTERNAL to BIG5","internal conversion function for UTF8 to BIG5","internal conversion function for WIN1251 to MULE_INTERNAL","is adjacent to","is text search dictionary visible in search path?","join selectivity for network operators","json object aggregate transition function","jsonpath query with timezone","large object unlink (delete)","less than or equal by area","log memory contexts of the specified backend","map query result to XML","matches regular expression, case-sensitive","maximum value of all timestamp with time zone input values","minimum value of all timestamp input values","multirange union","network IP address/netmask, network address","numrange constructor","output money amount as words","perform a non-validating parse of a character string to produce an XML value","planner support for numeric length coercion","population standard deviation of numeric input values","pseudo-type for the result of a function with no real result","pseudo-type representing an undetermined type","range of integers","referential integrity FOREIGN KEY ... REFERENCES","registered type","restriction selectivity for generic matching operators","resume wal replay, if it was paused","row security for current context active on table by table oid","select statement of a view with pretty-print option","set up a logical replication slot","slope between points","snowball stemmer for norwegian language","split string by pattern","statistics: checkpoint/restartpoint time spent synchronizing buffers to disk, in milliseconds","statistics: information about subscription stats","statistics: number of dead tuples","statistics: number of tuples inserted","statistics: reset collected statistics for a single table or index in the current database or shared across all databases in the cluster","statistics: tuples returned for database","sum as float4 across all float4 input values","test XML value against XPath expression","the average (arithmetic mean) as numeric of all smallint values","transform string values from json to tsvector",trunc(x/y),"type of the argument","user privilege on foreign data wrapper by user oid, foreign data wrapper name","user privilege on schema by user oid, schema name","value rounded to ''scale''","~18 digit integer, 8-byte storage"}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_enum; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_enum ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, enumtypid oid, enumsortorder real, enumlabel name ); ALTER TABLE ONLY pg_catalog.pg_enum REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_enum OWNER TO "SYSTEM"; -- -- Name: TABLE pg_enum; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_enum'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_event_trigger; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_event_trigger ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, evtname name, evtevent name, evtowner oid, evtfoid oid, evtenabled "char", evttags text[] COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_event_trigger REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_event_trigger OWNER TO "SYSTEM"; -- -- Name: TABLE pg_event_trigger; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_event_trigger'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_extension; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_extension ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, extname name, extowner oid, extnamespace oid, extrelocatable boolean, extversion text COLLATE pg_catalog."C", extconfig oid[], extcondition text[] COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_extension REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_extension OWNER TO "SYSTEM"; -- -- Name: TABLE pg_extension; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_extension'::regclass, 1::float4, 1::integer, 1::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_extension'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_extension'::regclass, attname => 'extname'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 64::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_extension'::regclass, attname => 'extowner'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_extension'::regclass, attname => 'extnamespace'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_extension'::regclass, attname => 'extrelocatable'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_extension'::regclass, attname => 'extversion'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_extension'::regclass, attname => 'extconfig'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_extension'::regclass, attname => 'extcondition'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_file_settings; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_file_settings AS SELECT sourcefile, sourceline, seqno, name, setting, applied, error FROM pg_show_all_file_settings() a(sourcefile, sourceline, seqno, name, setting, applied, error); ALTER VIEW pg_catalog.pg_file_settings OWNER TO "SYSTEM"; -- -- Name: VIEW pg_file_settings; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_file_settings'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_foreign_data_wrapper; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_foreign_data_wrapper ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, fdwname name, fdwowner oid, fdwhandler oid, fdwvalidator oid, fdwacl aclitem[], fdwoptions text[] COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_foreign_data_wrapper REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_foreign_data_wrapper OWNER TO "SYSTEM"; -- -- Name: TABLE pg_foreign_data_wrapper; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_foreign_data_wrapper'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_foreign_server; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_foreign_server ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, srvname name, srvowner oid, srvfdw oid, srvtype text COLLATE pg_catalog."C", srvversion text COLLATE pg_catalog."C", srvacl aclitem[], srvoptions text[] COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_foreign_server REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_foreign_server OWNER TO "SYSTEM"; -- -- Name: TABLE pg_foreign_server; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_foreign_server'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_foreign_table; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_foreign_table ( ftrelid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, ftserver oid, ftoptions text[] COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_foreign_table REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_foreign_table OWNER TO "SYSTEM"; -- -- Name: TABLE pg_foreign_table; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_foreign_table'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_group; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_group AS SELECT rolname AS groname, oid AS grosysid, ARRAY( SELECT pg_auth_members.member FROM pg_auth_members WHERE (pg_auth_members.roleid = pg_authid.oid)) AS grolist FROM pg_authid WHERE (NOT rolcanlogin); ALTER VIEW pg_catalog.pg_group OWNER TO "SYSTEM"; -- -- Name: VIEW pg_group; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_group'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_hba_file_rules; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_hba_file_rules AS SELECT rule_number, file_name, line_number, type, database, user_name, address, netmask, auth_method, options, error FROM pg_hba_file_rules() a(rule_number, file_name, line_number, type, database, user_name, address, netmask, auth_method, options, error); ALTER VIEW pg_catalog.pg_hba_file_rules OWNER TO "SYSTEM"; -- -- Name: VIEW pg_hba_file_rules; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_hba_file_rules'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_ident_file_mappings; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_ident_file_mappings AS SELECT map_number, file_name, line_number, map_name, sys_name, pg_username, error FROM pg_ident_file_mappings() a(map_number, file_name, line_number, map_name, sys_name, pg_username, error); ALTER VIEW pg_catalog.pg_ident_file_mappings OWNER TO "SYSTEM"; -- -- Name: VIEW pg_ident_file_mappings; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_ident_file_mappings'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_index; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_index ( indexrelid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, indrelid oid, indnatts smallint, indnkeyatts smallint, indisunique boolean, indnullsnotdistinct boolean, indisprimary boolean, indisexclusion boolean, indimmediate boolean, indisclustered boolean, indisvalid boolean, indcheckxmin boolean, indisready boolean, indislive boolean, indisreplident boolean, indkey int2vector, indcollation oidvector, indclass oidvector, indoption int2vector, indexprs pg_node_tree COLLATE pg_catalog."C", indpred pg_node_tree COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_index REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_index OWNER TO "SYSTEM"; -- -- Name: TABLE pg_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_index'::regclass, 164::float4, 4::integer, 4::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_index'::regclass, attname => 'indexrelid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{0.065776125}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{112,113,175,548,827,1232,1233,2228,2397,2579,2651,2652,2654,2656,2657,2659,2661,2662,2664,2665,2667,2669,2670,2672,2674,2675,2677,2679,2680,2682,2683,2685,2687,2688,2690,2692,2693,2695,2696,2698,2701,2702,2704,2755,2756,2831,2833,2837,2841,2847,2967,3080,3081,3119,3257,3258,3379,3380,3431,3440,3455,3468,3503,3534,3574,3575,3597,3604,3605,3607,3609,3712,3767,3997,4144,4148,4150,4154,4158,4160,4166,4170,4172,4176,4178,4184,5002,6001,6110,6112,6113,6115,6116,6176,6238,6239,6246,6302,6303,14061,14071}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_index'::regclass, attname => 'indrelid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.63414633::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.030487806,0.024390243,0.018292682,0.018292682,0.018292682,0.018292682,0.018292682,0.018292682,0.018292682,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.04104036}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{2606,1261,1259,2602,2607,2620,3381,3501,6106,826,1213,1214,1247,1249,1255,1260,1262,1417,1418,2328,2601,2603,2604,2605,2608,2610,2611,2612,2615,2616,2617,2618,2753,3079,3256,3456,3466,3541,3576,3600,3601,3602,3764,6000,6100,6104,6237,6243}'::text, stavalues2 => '{2224,2336,2396,2600,2609,2613,2619,2830,2832,2834,2836,2838,2840,2846,2964,2966,2995,3118,3350,3394,3429,3430,3439,3592,3596,3598,3603,4060,4143,4145,4147,4149,4151,4153,4155,4157,4159,4163,4165,4167,4169,4171,4173,4175,4177,4181,4183,4185,6102,6175,6228,6244,14055,14060,14065,14070}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_index'::regclass, attname => 'indnatts'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 2::integer, stadistinct => 4::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.43292683,0.43292683,0.09756097,0.036585364}'::real[], stanumbers2 => '{0.017120782}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{1,2,3,4}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_index'::regclass, attname => 'indnkeyatts'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 2::integer, stadistinct => 4::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.43292683,0.43292683,0.09756097,0.036585364}'::real[], stanumbers2 => '{0.017120782}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{1,2,3,4}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_index'::regclass, attname => 'indisunique'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.91463417,0.085365854}'::real[], stanumbers2 => '{0.89140695}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{t,f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_index'::regclass, attname => 'indnullsnotdistinct'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_index'::regclass, attname => 'indisprimary'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.6219512,0.37804878}'::real[], stanumbers2 => '{0.51216793}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{t,f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_index'::regclass, attname => 'indisexclusion'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_index'::regclass, attname => 'indimmediate'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_index'::regclass, attname => 'indisclustered'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_index'::regclass, attname => 'indisvalid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_index'::regclass, attname => 'indcheckxmin'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_index'::regclass, attname => 'indisready'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_index'::regclass, attname => 'indislive'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_index'::regclass, attname => 'indisreplident'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_index'::regclass, attname => 'indkey'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 27::integer, stadistinct => -0.17073171::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.2987805,0.27439025,0.103658535,0.07926829,0.036585364,0.024390243,0.024390243,0.018292682,0.0121951215,0.0121951215,0.0121951215}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{-0.03791166}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{1,"1 2",2,"2 3","1 2 3","2 3 4","3 2","2 4","1 2 3 4","2 3 4 5",11}'::text, stavalues2 => '{"1 3","1 5","2 1","2 7 3","2 8 9 3","2 20 3",3,"3 2 4","3 4","3 5 6 1",4,"4 5 6","5 6","7 6 2","8 9 2",9,"9 8"}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_index'::regclass, attname => 'indcollation'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 30::integer, stadistinct => 12::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.35365853,0.34146342,0.07926829,0.06097561,0.05487805,0.036585364,0.024390243,0.0121951215,0.0121951215,0.0121951215}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{-0.0770612}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,"0 0",950,"0 0 0","950 0","0 950","0 0 0 0","0 0 950","0 950 0","950 0 0"}'::text, stavalues2 => '{"0 0 0 950","950 0 0 0"}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_index'::regclass, attname => 'indclass'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 30::integer, stadistinct => -0.15853658::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.35365853,0.25609756,0.067073174,0.06097561,0.05487805,0.036585364,0.024390243,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{-0.09498728}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{1981,"1981 1978",10028,"1981 1981","10028 1981","1981 10028","1981 1981 1978",3126,"1981 1979","1981 1981 1981","1981 10028 1981","1981 1981 1981 1979"}'::text, stavalues2 => '{"1981 10003","1981 10012","1981 1978 1978","1981 1979 10003","1981 1981 3126","1981 1981 10007","1981 1981 10028","1981 10007 1981","10028 1978 1981","10028 10032 1981","1981 1978 1978 1981","1981 1981 1978 3126","1981 1981 1981 1978","10028 1981 1981 1981"}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_index'::regclass, attname => 'indoption'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 27::integer, stadistinct => 4::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.43292683,0.43292683,0.09756097,0.036585364}'::real[], stanumbers2 => '{0.017120782}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,"0 0","0 0 0","0 0 0 0"}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_index'::regclass, attname => 'indexprs'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_index'::regclass, attname => 'indpred'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_indexes; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_indexes AS SELECT n.nspname AS schemaname, c.relname AS tablename, i.relname AS indexname, t.spcname AS tablespace, pg_get_indexdef(i.oid) AS indexdef FROM ((((pg_index x JOIN pg_class c ON ((c.oid = x.indrelid))) JOIN pg_class i ON ((i.oid = x.indexrelid))) LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) LEFT JOIN pg_tablespace t ON ((t.oid = i.reltablespace))) WHERE ((c.relkind = ANY (ARRAY['r'::"char", 'm'::"char", 'p'::"char"])) AND (i.relkind = ANY (ARRAY['i'::"char", 'I'::"char"]))); ALTER VIEW pg_catalog.pg_indexes OWNER TO "SYSTEM"; -- -- Name: VIEW pg_indexes; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_indexes'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_inherits; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_inherits ( inhrelid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, inhparent oid, inhseqno integer CONSTRAINT pgdump_throwaway_notnull_1 NOT NULL NO INHERIT, inhdetachpending boolean ); ALTER TABLE ONLY pg_catalog.pg_inherits REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_inherits OWNER TO "SYSTEM"; -- -- Name: TABLE pg_inherits; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_inherits'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_init_privs; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_init_privs ( objoid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, classoid oid CONSTRAINT pgdump_throwaway_notnull_1 NOT NULL NO INHERIT, objsubid integer CONSTRAINT pgdump_throwaway_notnull_2 NOT NULL NO INHERIT, privtype "char", initprivs aclitem[] ); ALTER TABLE ONLY pg_catalog.pg_init_privs REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_init_privs OWNER TO "SYSTEM"; -- -- Name: TABLE pg_init_privs; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_init_privs'::regclass, 223::float4, 3::integer, 3::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_init_privs'::regclass, attname => 'objoid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.9237668::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.08071749}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.05033048}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{6100}'::text, stavalues2 => '{11,765,826,1214,1249,1259,1261,1417,2172,2224,2282,2328,2600,2602,2604,2606,2608,2610,2612,2615,2617,2619,2621,2623,2625,2848,2995,3072,3098,3256,3295,3307,3350,3354,3394,3401,3436,3466,3541,3592,3600,3602,3764,3776,3800,3826,3828,5029,5031,6000,6005,6007,6009,6011,6013,6102,6106,6208,6230,6237,6250,6271,6305,12005,12014,12023,12033,12043,12053,12063,12073,12081,12090,12099,12110,12122,12130,12138,12147,12157,12166,12175,12183,12192,12201,12209,12218,12227,12236,12244,12253,12262,12271,12280,12289,12297,12305,12315,12325,12335,12348}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_init_privs'::regclass, attname => 'classoid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 3::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.71300447,0.2780269,0.00896861}'::real[], stanumbers2 => '{-0.17876296}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{1259,1255,2615}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_init_privs'::regclass, attname => 'objsubid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 18::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9237668}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.9523175}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => '{1,2,3,4,5,6,7,8,9,10,11,12,13,15,16,17,18}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_init_privs'::regclass, attname => 'privtype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{i}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_init_privs'::regclass, attname => 'initprivs'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 47::integer, stadistinct => 10::real, stakind1 => 1::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.5695067,0.22421524,0.076233186,0.05381166,0.044843048,0.00896861,0.00896861,0.004484305,0.004484305,0.004484305}'::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{"{SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM}","{SYSTEM=X/SYSTEM}","{=r/SYSTEM}","{SYSTEM=arwdDxtm/SYSTEM}","{SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM}","{SYSTEM=arwdDxtm/SYSTEM,pg_read_all_stats=r/SYSTEM}","{SYSTEM=X/SYSTEM,pg_read_all_stats=X/SYSTEM}","{pg_database_owner=UC/pg_database_owner,=U/pg_database_owner}","{SYSTEM=UC/SYSTEM,=U/SYSTEM}","{SYSTEM=arwdDxtm/SYSTEM,=rw/SYSTEM}"}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_language; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_language ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, lanname name, lanowner oid, lanispl boolean, lanpltrusted boolean, lanplcallfoid oid, laninline oid, lanvalidator oid, lanacl aclitem[] ); ALTER TABLE ONLY pg_catalog.pg_language REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_language OWNER TO "SYSTEM"; -- -- Name: TABLE pg_language; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_language'::regclass, 4::float4, 1::integer, 1::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_language'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{12,13,14,14224}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_language'::regclass, attname => 'lanname'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 64::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{0.6}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{c,internal,plpgsql,sql}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_language'::regclass, attname => 'lanowner'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.25::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{10}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_language'::regclass, attname => 'lanispl'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => -0.5::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.75}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_language'::regclass, attname => 'lanpltrusted'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => -0.5::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.5,0.5}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f,t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_language'::regclass, attname => 'lanplcallfoid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.5::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.75}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_language'::regclass, attname => 'laninline'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.5::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.75}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_language'::regclass, attname => 'lanvalidator'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{2246,2247,2248,14223}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_language'::regclass, attname => 'lanacl'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_largeobject; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_largeobject ( loid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, pageno integer CONSTRAINT pgdump_throwaway_notnull_1 NOT NULL NO INHERIT, data bytea ); ALTER TABLE ONLY pg_catalog.pg_largeobject REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_largeobject OWNER TO "SYSTEM"; -- -- Name: TABLE pg_largeobject; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_largeobject'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_largeobject_metadata; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_largeobject_metadata ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, lomowner oid, lomacl aclitem[] ); ALTER TABLE ONLY pg_catalog.pg_largeobject_metadata REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_largeobject_metadata OWNER TO "SYSTEM"; -- -- Name: TABLE pg_largeobject_metadata; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_largeobject_metadata'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_locks; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_locks AS SELECT locktype, database, relation, page, tuple, virtualxid, transactionid, classid, objid, objsubid, virtualtransaction, pid, mode, granted, fastpath, waitstart FROM pg_lock_status() l(locktype, database, relation, page, tuple, virtualxid, transactionid, classid, objid, objsubid, virtualtransaction, pid, mode, granted, fastpath, waitstart); ALTER VIEW pg_catalog.pg_locks OWNER TO "SYSTEM"; -- -- Name: VIEW pg_locks; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_locks'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_matviews; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_matviews AS SELECT n.nspname AS schemaname, c.relname AS matviewname, pg_get_userbyid(c.relowner) AS matviewowner, t.spcname AS tablespace, c.relhasindex AS hasindexes, c.relispopulated AS ispopulated, pg_get_viewdef(c.oid) AS definition FROM ((pg_class c LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) LEFT JOIN pg_tablespace t ON ((t.oid = c.reltablespace))) WHERE (c.relkind = 'm'::"char"); ALTER VIEW pg_catalog.pg_matviews OWNER TO "SYSTEM"; -- -- Name: VIEW pg_matviews; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_matviews'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_namespace; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_namespace ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, nspname name, nspowner oid, nspacl aclitem[] ); ALTER TABLE ONLY pg_catalog.pg_namespace REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_namespace OWNER TO "SYSTEM"; -- -- Name: TABLE pg_namespace; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_namespace'::regclass, 4::float4, 1::integer, 1::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_namespace'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{0.8}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{11,99,2200,13868}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_namespace'::regclass, attname => 'nspname'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 64::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{-0.4}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{information_schema,pg_catalog,pg_toast,public}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_namespace'::regclass, attname => 'nspowner'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.5::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.75}'::real[], stanumbers2 => '{0.8}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{10}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_namespace'::regclass, attname => 'nspacl'::name, stainherit => 'f'::boolean, stanullfrac => 0.25::real, stawidth => 53::integer, stadistinct => -0.5::real, stakind1 => 1::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.5,0.25}'::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{"{SYSTEM=UC/SYSTEM,=U/SYSTEM}","{pg_database_owner=UC/pg_database_owner,=U/pg_database_owner}"}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_opclass; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_opclass ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, opcmethod oid, opcname name, opcnamespace oid, opcowner oid, opcfamily oid, opcintype oid, opcdefault boolean, opckeytype oid ); ALTER TABLE ONLY pg_catalog.pg_opclass REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_opclass OWNER TO "SYSTEM"; -- -- Name: TABLE pg_opclass; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_opclass'::regclass, 177::float4, 3::integer, 3::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_opclass'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{0.97901917}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{1978,1979,3122,3124,3126,3127,4217,4219,10001,10002,10004,10006,10008,10009,10011,10013,10015,10016,10018,10020,10022,10023,10025,10027,10029,10031,10032,10034,10036,10038,10039,10041,10043,10045,10046,10048,10050,10052,10053,10055,10057,10059,10060,10062,10064,10066,10067,10069,10071,10073,10075,10076,10078,10080,10082,10083,10085,10087,10089,10090,10092,10094,10096,10097,10099,10101,10103,10104,10106,10108,10110,10111,10113,10115,10117,10119,10120,10122,10124,10126,10127,10129,10131,10133,10134,10136,10138,10140,10141,10143,10145,10147,10148,10150,10152,10154,10155,10157,10159,10161,10163}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_opclass'::regclass, attname => 'opcmethod'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 6::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.40677965,0.24858756,0.23163842,0.050847456,0.03954802,0.02259887}'::real[], stanumbers2 => '{0.8734419}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{3580,403,405,783,4000,2742}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_opclass'::regclass, attname => 'opcname'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 64::integer, stadistinct => -0.7118644::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.02259887,0.02259887,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.18876274}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{inet_ops,range_ops,array_ops,jsonb_ops,multirange_ops,text_ops,tsvector_ops,bool_ops,box_ops,bpchar_ops,bpchar_pattern_ops,bytea_ops,char_ops,cidr_ops,date_ops,enum_ops,float4_ops,float8_ops,int2_ops,int4_ops,int8_ops,interval_ops,macaddr8_ops,macaddr_ops,name_ops,numeric_ops,oid_ops,oidvector_ops,pg_lsn_ops,poly_ops,record_ops,text_pattern_ops,tid_ops,time_ops,timestamp_ops,timestamptz_ops,timetz_ops,tsquery_ops,uuid_ops,varchar_ops,varchar_pattern_ops,xid8_ops}'::text, stavalues2 => '{aclitem_ops,bit_minmax_ops,bit_ops,box_inclusion_ops,bpchar_bloom_ops,bpchar_minmax_ops,bytea_bloom_ops,bytea_minmax_ops,char_bloom_ops,char_minmax_ops,cid_ops,circle_ops,date_bloom_ops,date_minmax_multi_ops,date_minmax_ops,float4_bloom_ops,float4_minmax_multi_ops,float4_minmax_ops,float8_bloom_ops,float8_minmax_multi_ops,float8_minmax_ops,inet_bloom_ops,inet_inclusion_ops,inet_minmax_multi_ops,inet_minmax_ops,int2_bloom_ops,int2_minmax_multi_ops,int2_minmax_ops,int4_bloom_ops,int4_minmax_multi_ops,int4_minmax_ops,int8_bloom_ops,int8_minmax_multi_ops,int8_minmax_ops,interval_bloom_ops,interval_minmax_multi_ops,interval_minmax_ops,jsonb_path_ops,kd_point_ops,macaddr8_bloom_ops,macaddr8_minmax_multi_ops,macaddr8_minmax_ops,macaddr_bloom_ops,macaddr_minmax_multi_ops,macaddr_minmax_ops,money_ops,name_bloom_ops,name_minmax_ops,numeric_bloom_ops,numeric_minmax_multi_ops,numeric_minmax_ops,oid_bloom_ops,oid_minmax_multi_ops,oid_minmax_ops,pg_lsn_bloom_ops,pg_lsn_minmax_multi_ops,pg_lsn_minmax_ops,point_ops,quad_point_ops,range_inclusion_ops,record_image_ops,text_bloom_ops,text_minmax_ops,tid_bloom_ops,tid_minmax_multi_ops,tid_minmax_ops,time_bloom_ops,time_minmax_multi_ops,time_minmax_ops,timestamp_bloom_ops,timestamp_minmax_multi_ops,timestamp_minmax_ops,timestamptz_bloom_ops,timestamptz_minmax_multi_ops,timestamptz_minmax_ops,timetz_bloom_ops,timetz_minmax_multi_ops,timetz_minmax_ops,uuid_bloom_ops,uuid_minmax_multi_ops,uuid_minmax_ops,varbit_minmax_ops,varbit_ops,xid_ops}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_opclass'::regclass, attname => 'opcnamespace'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{11}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_opclass'::regclass, attname => 'opcowner'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{10}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_opclass'::regclass, attname => 'opcfamily'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.8248588::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.84658766}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{434,1976,1977,1994,1995,4054,4059,4572,4576,4602,4605,1970,1971,1974,1975,2095,2229,4070,4582,4608}'::text, stavalues2 => '{397,423,424,426,428,429,431,435,1029,1982,1983,1984,1988,1989,1990,1991,1996,1997,1998,1999,2001,2002,2040,2097,2222,2223,2225,2226,2231,2235,2593,2594,2745,2789,2968,2969,3194,3253,3254,3371,3474,3522,3523,3550,3655,3659,3683,3702,3901,3903,3919,4015,4017,4033,4034,4036,4055,4056,4058,4062,4065,4068,4069,4074,4076,4077,4078,4079,4081,4082,4102,4103,4109,4199,4225,4573,4575,4577,4578,4579,4581,4583,4584,4585,4587,4588,4589,4590,4604,4606,4607,4609,4611,4612,4613,4614,5000,5008,5032,5067,6194}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_opclass'::regclass, attname => 'opcintype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.2542373::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.06214689,0.056497175,0.033898305,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.02259887,0.02259887,0.02259887,0.02259887,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.2277207}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{25,869,1042,20,21,23,26,27,700,701,774,829,1082,1083,1114,1184,1186,1266,1700,2950,3220,3831,17,18,19,3802,600,603,2249,2277,3614,4537,16,30,604,1560,1562,3500,3615,5069}'::text, stavalues2 => '{28,29,718,790,1033}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_opclass'::regclass, attname => 'opcdefault'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.6723164,0.32768363}'::real[], stanumbers2 => '{0.14929624}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{t,f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_opclass'::regclass, attname => 'opckeytype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.18079096::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.5254237,0.028248588,0.02259887,0.02259887,0.02259887,0.02259887,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.9409874}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,603,20,23,25,869,21,26,27,700,701,774,829,1082,1083,1114,1184,1186,1266,1700,2950,3220,17,18,19,1042,3831}'::text, stavalues2 => '{1560,1562,2275,2283,3642}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_operator; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_operator ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, oprname name, oprnamespace oid, oprowner oid, oprkind "char", oprcanmerge boolean, oprcanhash boolean, oprleft oid, oprright oid, oprresult oid, oprcom oid, oprnegate oid, oprcode regproc, oprrest regproc, oprjoin regproc ); ALTER TABLE ONLY pg_catalog.pg_operator REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_operator OWNER TO "SYSTEM"; -- -- Name: TABLE pg_operator; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_operator'::regclass, 799::float4, 14::integer, 14::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_operator'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{0.88373905}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{15,82,97,260,353,412,420,487,495,503,511,521,529,537,545,555,587,595,611,620,632,644,661,671,686,694,731,739,762,796,804,820,845,907,917,967,1056,1072,1095,1109,1119,1127,1135,1208,1223,1235,1328,1336,1399,1506,1514,1521,1535,1549,1558,1586,1613,1628,1754,1762,1791,1801,1809,1868,1876,1884,1916,1957,2061,2314,2345,2360,2375,2534,2542,2555,2577,2639,2800,2865,2873,2975,2993,3192,3224,3243,3276,3316,3366,3516,3627,3637,3679,3825,3888,3896,3965,4162,4396,5025,5076}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_operator'::regclass, attname => 'oprname'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 64::integer, stadistinct => 74::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.07884856,0.0738423,0.07259074,0.07259074,0.07259074,0.07259074,0.06257822,0.05882353,0.040050063,0.032540675,0.03128911,0.02503129,0.021276595,0.016270338,0.016270338,0.013767209,0.012515645,0.012515645,0.01126408,0.01126408,0.008760951,0.008760951,0.008760951,0.008760951,0.008760951,0.0075093866,0.0075093866,0.005006258,0.005006258,0.005006258,0.005006258,0.005006258,0.005006258,0.005006258,0.005006258,0.005006258,0.005006258,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.002503129,0.002503129,0.002503129,0.002503129,0.002503129,0.002503129,0.002503129,0.002503129,0.002503129,0.002503129,0.002503129,0.002503129,0.002503129}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.04743606}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{=,<>,<,<=,>,>=,+,-,*,<->,/,<@,@>,<<,>>,||,&&,~,#,@@,&,&<,&>,?#,|,##,@,!~~,%,->,->>,-|-,<<|,?|,|>>,~=,~~,!~,!~*,!~~*,&<|,?-,|&>,~*,~~*,#>,#>>,<^,>^,?-|,?||,@-@,@@@,^,~<=~,~<~,~>=~,~>~}'::text, stavalues2 => '{!!,#-,*<,*<=,*<>,*=,*>,*>=,<<=,>>=,?,?&,@?,^@,|/,||/}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_operator'::regclass, attname => 'oprnamespace'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{11}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_operator'::regclass, attname => 'oprowner'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{10}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_operator'::regclass, attname => 'oprkind'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9486859,0.05131414}'::real[], stanumbers2 => '{0.89906603}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{b,l}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_operator'::regclass, attname => 'oprcanmerge'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.93116397,0.06883605}'::real[], stanumbers2 => '{0.85021996}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f,t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_operator'::regclass, attname => 'oprcanhash'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.94242805,0.057571966}'::real[], stanumbers2 => '{0.83812124}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f,t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_operator'::regclass, attname => 'oprleft'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 55::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.05131414,0.047559448,0.047559448,0.046307884,0.037546933,0.03629537,0.03629537,0.032540675,0.032540675,0.032540675,0.03128911,0.030037547,0.028785983,0.026282854,0.026282854,0.026282854,0.02503129,0.02503129,0.023779724,0.02252816,0.020025032,0.020025032,0.018773466,0.017521903,0.016270338,0.016270338,0.015018773,0.013767209,0.012515645,0.012515645,0.01126408,0.01126408,0.01126408,0.01126408,0.01126408,0.010012516,0.010012516,0.008760951,0.0075093866,0.0075093866,0.0075093866,0.0075093866,0.0075093866,0.0075093866,0.0075093866,0.0075093866,0.0075093866,0.005006258,0.0037546933,0.002503129,0.002503129}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.61403733}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,20,23,21,600,25,603,718,3831,4537,1082,3802,701,700,1114,1184,19,601,790,1042,604,869,1186,602,1700,3615,2249,1560,628,1083,17,1266,2277,3220,3614,774,829,1562,16,18,26,27,30,114,2950,3500,5069,28,1034,2283,5078}'::text, stavalues2 => '{29,1033,2776,5077}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_operator'::regclass, attname => 'oprright'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 54::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.071339175,0.06257822,0.05256571,0.05006258,0.046307884,0.0387985,0.037546933,0.032540675,0.032540675,0.03128911,0.028785983,0.028785983,0.027534418,0.02503129,0.02503129,0.02503129,0.02252816,0.021276595,0.020025032,0.018773466,0.017521903,0.017521903,0.015018773,0.015018773,0.015018773,0.012515645,0.012515645,0.01126408,0.01126408,0.01126408,0.01126408,0.01126408,0.01126408,0.01126408,0.010012516,0.010012516,0.010012516,0.008760951,0.0075093866,0.0075093866,0.0075093866,0.0075093866,0.0075093866,0.0075093866,0.0075093866,0.0075093866,0.005006258,0.002503129,0.002503129,0.002503129,0.002503129}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.6196467}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{23,25,20,21,600,603,701,3831,4537,700,718,1082,601,1114,1184,1186,604,1700,869,3615,628,790,19,602,2249,1042,1560,17,774,829,1083,2277,3614,3802,1009,1266,3220,1562,16,18,26,27,30,2950,3500,5069,1033,28,2283,4072,5078}'::text, stavalues2 => '{29,2776,5077}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_operator'::regclass, attname => 'oprresult'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 34::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.6620776,0.057571966,0.0387985,0.03128911,0.021276595,0.020025032,0.017521903,0.012515645,0.01126408,0.01126408,0.010012516,0.010012516,0.008760951,0.0075093866,0.0075093866,0.0062578223,0.0062578223,0.0062578223,0.005006258,0.005006258,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.002503129}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.46494496}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{16,701,20,23,790,600,21,1700,25,1186,1114,3802,700,869,1560,602,603,1184,718,3615,114,774,829,1082,1083,1266,3220,3831,4537,5078,1034}'::text, stavalues2 => '{17,1562,3614}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_operator'::regclass, attname => 'oprcom'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.6858573::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.31539425}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.4838039}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => '{15,76,92,98,258,264,402,415,420,492,501,511,519,524,534,539,545,586,608,613,620,625,643,648,664,671,684,706,713,757,762,795,820,901,906,918,974,1061,1074,1095,1109,1116,1124,1131,1202,1220,1320,1325,1334,1363,1503,1512,1525,1551,1583,1590,1617,1755,1784,1791,1804,1849,1866,1871,1880,1888,1960,2064,2318,2345,2358,2363,2376,2388,2538,2543,2553,2751,2802,2865,2870,2973,2988,3188,3193,3227,3244,3291,3363,3516,3552,3631,3674,3679,3885,3890,3898,4392,4399,5026,5076}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_operator'::regclass, attname => 'oprnegate'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.48435545::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.5168961}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.38888678}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => '{15,58,82,93,97,256,260,263,353,411,415,419,502,518,521,525,534,538,542,609,620,623,631,639,643,647,661,664,670,674,901,905,1057,1061,1072,1093,1097,1110,1120,1124,1132,1135,1204,1208,1212,1223,1227,1234,1322,1330,1334,1502,1535,1553,1586,1590,1628,1695,1755,1785,1789,1806,1862,1866,1870,1955,1959,2017,2063,2315,2327,2346,2350,2361,2371,2375,2386,2534,2538,2542,2799,2802,2863,2973,2977,2991,3189,3192,3224,3240,3244,3362,3366,3518,3521,3630,3675,3679,3885,5072,5076}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_operator'::regclass, attname => 'oprcode'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.99374217::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.002503129,0.002503129,0.002503129,0.002503129,0.002503129}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.82237774}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{box_overlap,point_above,point_below,ts_match_vq,ts_match_qv}'::text, stavalues2 => '{boollt,int4eq,charge,box_lt,int4mul,int2ge,int42eq,int42le,int4pl,oideq,box_contained,int4um,lseg_center,nameletext,textgtname,float84mul,float4gt,float8ge,float84ne,poly_overleft,dist_ps,dist_ppath,array_ne,int8mi,int8ge,namelt,oidvectoreq,dist_sl,dist_polyc,int82mi,textnlike,namenlike,cash_ne,cash_div_flt8,network_ne,int28div,path_n_gt,point_distance,aclremove,aclitemeq,time_le,circle_add_pt,timestamptz_le,interval_gt,texticregexeq,textregexeq,int84div,timetzdate_pl,timetz_gt,path_npoints,point_mul,circle_overright,circle_lt,pt_contained_circle,close_lseg,biteq,bpcharlike,bpcharicregexeq,varbitge,bitnot,numeric_eq,numeric_mul,numeric_uminus,int82eq,int2xor,int4shl,int8up,bytealt,byteanlike,timestamp_le,text_pattern_gt,date_gt_timestamp,date_ne_timestamptz,timestamptz_le_date,timestamp_gt_timestamptz,timestamptz_ne_timestamp,box_overbelow,circle_overabove,arrayoverlap,uuid_le,record_gt,record_image_lt,pg_lsn_lt,dist_cpoint,xidneqint4,enum_lt,tsvector_ne,tsquery_ge,ts_match_tt,elem_contained_by_range,range_intersect,json_object_field_text,jsonb_ne,jsonb_exists_any,macaddr8_ne,multirange_overlaps_multirange,multirange_adjacent_multirange,range_overleft_multirange,multirange_intersect,pg_lsn_pli,xid8ne}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_operator'::regclass, attname => 'oprrest'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 25::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.3767209,0.08510638,0.075093865,0.06883605,0.06883605,0.06883605,0.06883605,0.040050063,0.03379224,0.018773466,0.016270338,0.015018773,0.015018773,0.0062578223,0.005006258,0.005006258,0.005006258,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933}'::real[], stanumbers2 => '{0.32326463}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{-,eqsel,neqsel,scalarltsel,scalargtsel,scalarlesel,scalargesel,positionsel,multirangesel,matchingsel,rangesel,areasel,contsel,networksel,likesel,nlikesel,tsmatchsel,iclikesel,icnlikesel,regexeqsel,icregexeqsel,regexnesel,icregexnesel,arraycontsel}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_operator'::regclass, attname => 'oprjoin'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 23::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.3767209,0.08510638,0.08135169,0.08135169,0.075093865,0.071339175,0.071339175,0.040050063,0.030037547,0.020025032,0.018773466,0.0062578223,0.005006258,0.005006258,0.005006258,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933}'::real[], stanumbers2 => '{0.26568174}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{-,eqjoinsel,scalarltjoinsel,scalargtjoinsel,neqjoinsel,scalarlejoinsel,scalargejoinsel,positionjoinsel,contjoinsel,areajoinsel,matchingjoinsel,networkjoinsel,likejoinsel,nlikejoinsel,tsmatchjoinsel,iclikejoinsel,icnlikejoinsel,regexeqjoinsel,icregexeqjoinsel,regexnejoinsel,icregexnejoinsel,arraycontjoinsel}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_opfamily; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_opfamily ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, opfmethod oid, opfname name, opfnamespace oid, opfowner oid ); ALTER TABLE ONLY pg_catalog.pg_opfamily REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_opfamily OWNER TO "SYSTEM"; -- -- Name: TABLE pg_opfamily; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_opfamily'::regclass, 146::float4, 2::integer, 2::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_opfamily'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{0.8644713}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{397,423,424,427,428,431,434,627,1029,1971,1974,1975,1977,1982,1984,1985,1989,1990,1992,1994,1996,1997,1998,2000,2001,2040,2095,2099,2222,2225,2226,2227,2231,2235,2594,2595,2789,2968,2994,3194,3254,3371,3372,3522,3523,3626,3655,3683,3702,3901,3903,3919,4016,4017,4034,4036,4054,4055,4058,4059,4064,4065,4068,4070,4074,4076,4077,4079,4080,4082,4102,4103,4109,4199,4572,4573,4575,4576,4578,4579,4581,4582,4583,4585,4586,4588,4589,4602,4603,4605,4606,4607,4609,4610,4612,4613,4615,5000,5032,5067,6194}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_opfamily'::regclass, attname => 'opfmethod'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 6::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.39041096,0.23972602,0.23287672,0.061643835,0.047945205,0.02739726}'::real[], stanumbers2 => '{0.8384892}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{3580,403,405,783,4000,2742}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_opfamily'::regclass, attname => 'opfname'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 64::integer, stadistinct => -0.7191781::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.02739726,0.02739726,0.020547945,0.020547945,0.020547945,0.020547945,0.020547945,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.10917066}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{network_ops,range_ops,array_ops,jsonb_ops,multirange_ops,text_ops,tsvector_ops,bool_ops,box_ops,bpchar_ops,bpchar_pattern_ops,bytea_ops,char_ops,enum_ops,float_ops,integer_ops,interval_ops,macaddr8_ops,macaddr_ops,numeric_ops,oid_ops,oidvector_ops,pg_lsn_ops,poly_ops,record_ops,text_pattern_ops,tid_ops,time_ops,timetz_ops,tsquery_ops,uuid_ops,xid8_ops}'::text, stavalues2 => '{aclitem_ops,bit_minmax_ops,bit_ops,box_inclusion_ops,bpchar_bloom_ops,bpchar_minmax_ops,bytea_bloom_ops,bytea_minmax_ops,char_bloom_ops,char_minmax_ops,cid_ops,circle_ops,date_ops,datetime_bloom_ops,datetime_minmax_multi_ops,datetime_minmax_ops,datetime_ops,float_bloom_ops,float_minmax_multi_ops,float_minmax_ops,integer_bloom_ops,integer_minmax_multi_ops,integer_minmax_ops,interval_bloom_ops,interval_minmax_multi_ops,interval_minmax_ops,jsonb_path_ops,kd_point_ops,macaddr8_bloom_ops,macaddr8_minmax_multi_ops,macaddr8_minmax_ops,macaddr_bloom_ops,macaddr_minmax_multi_ops,macaddr_minmax_ops,money_ops,name_bloom_ops,name_minmax_ops,network_bloom_ops,network_inclusion_ops,network_minmax_multi_ops,network_minmax_ops,numeric_bloom_ops,numeric_minmax_multi_ops,numeric_minmax_ops,oid_bloom_ops,oid_minmax_multi_ops,oid_minmax_ops,pg_lsn_bloom_ops,pg_lsn_minmax_multi_ops,pg_lsn_minmax_ops,point_ops,quad_point_ops,range_inclusion_ops,record_image_ops,text_bloom_ops,text_minmax_ops,tid_bloom_ops,tid_minmax_multi_ops,tid_minmax_ops,time_bloom_ops,time_minmax_multi_ops,time_minmax_ops,timestamp_ops,timestamptz_ops,timetz_bloom_ops,timetz_minmax_multi_ops,timetz_minmax_ops,uuid_bloom_ops,uuid_minmax_multi_ops,uuid_minmax_ops,varbit_minmax_ops,varbit_ops,xid_ops}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_opfamily'::regclass, attname => 'opfnamespace'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{11}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_opfamily'::regclass, attname => 'opfowner'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{10}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); SET default_tablespace = pg_global; -- -- Name: pg_parameter_acl; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- CREATE TABLE pg_catalog.pg_parameter_acl ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, parname text COLLATE pg_catalog."C", paracl aclitem[] ); ALTER TABLE ONLY pg_catalog.pg_parameter_acl REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_parameter_acl OWNER TO "SYSTEM"; -- -- Name: TABLE pg_parameter_acl; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_parameter_acl'::regclass, 0::float4, 0::integer, 0::integer); SET default_tablespace = ''; -- -- Name: pg_partitioned_table; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_partitioned_table ( partrelid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, partstrat "char", partnatts smallint, partdefid oid, partattrs int2vector, partclass oidvector, partcollation oidvector, partexprs pg_node_tree COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_partitioned_table REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_partitioned_table OWNER TO "SYSTEM"; -- -- Name: TABLE pg_partitioned_table; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_partitioned_table'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_policies; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_policies AS SELECT n.nspname AS schemaname, c.relname AS tablename, pol.polname AS policyname, CASE WHEN pol.polpermissive THEN 'PERMISSIVE'::text ELSE 'RESTRICTIVE'::text END AS permissive, CASE WHEN (pol.polroles = '{0}'::oid[]) THEN (string_to_array('public'::text, ''::text))::name[] ELSE ARRAY( SELECT pg_authid.rolname FROM pg_authid WHERE (pg_authid.oid = ANY (pol.polroles)) ORDER BY pg_authid.rolname) END AS roles, CASE pol.polcmd WHEN 'r'::"char" THEN 'SELECT'::text WHEN 'a'::"char" THEN 'INSERT'::text WHEN 'w'::"char" THEN 'UPDATE'::text WHEN 'd'::"char" THEN 'DELETE'::text WHEN '*'::"char" THEN 'ALL'::text ELSE NULL::text END AS cmd, pg_get_expr(pol.polqual, pol.polrelid) AS qual, pg_get_expr(pol.polwithcheck, pol.polrelid) AS with_check FROM ((pg_policy pol JOIN pg_class c ON ((c.oid = pol.polrelid))) LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))); ALTER VIEW pg_catalog.pg_policies OWNER TO "SYSTEM"; -- -- Name: VIEW pg_policies; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_policies'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_policy; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_policy ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, polname name, polrelid oid, polcmd "char", polpermissive boolean, polroles oid[], polqual pg_node_tree COLLATE pg_catalog."C", polwithcheck pg_node_tree COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_policy REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_policy OWNER TO "SYSTEM"; -- -- Name: TABLE pg_policy; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_policy'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_prepared_statements; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_prepared_statements AS SELECT name, statement, prepare_time, parameter_types, result_types, from_sql, generic_plans, custom_plans FROM pg_prepared_statement() p(name, statement, prepare_time, parameter_types, result_types, from_sql, generic_plans, custom_plans); ALTER VIEW pg_catalog.pg_prepared_statements OWNER TO "SYSTEM"; -- -- Name: VIEW pg_prepared_statements; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_prepared_statements'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_prepared_xacts; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_prepared_xacts AS SELECT p.transaction, p.gid, p.prepared, u.rolname AS owner, d.datname AS database FROM ((pg_prepared_xact() p(transaction, gid, prepared, ownerid, dbid) LEFT JOIN pg_authid u ON ((p.ownerid = u.oid))) LEFT JOIN pg_database d ON ((p.dbid = d.oid))); ALTER VIEW pg_catalog.pg_prepared_xacts OWNER TO "SYSTEM"; -- -- Name: VIEW pg_prepared_xacts; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_prepared_xacts'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_proc; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_proc ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, proname name, pronamespace oid, proowner oid, prolang oid, procost real, prorows real, provariadic oid, prosupport regproc, prokind "char", prosecdef boolean, proleakproof boolean, proisstrict boolean, proretset boolean, provolatile "char", proparallel "char", pronargs smallint, pronargdefaults smallint, prorettype oid, proargtypes oidvector, proallargtypes oid[], proargmodes "char"[], proargnames text[] COLLATE pg_catalog."C", proargdefaults pg_node_tree COLLATE pg_catalog."C", protrftypes oid[], prosrc text COLLATE pg_catalog."C", probin text COLLATE pg_catalog."C", prosqlbody pg_node_tree COLLATE pg_catalog."C", proconfig text[] COLLATE pg_catalog."C", proacl aclitem[] ); ALTER TABLE ONLY pg_catalog.pg_proc REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_proc OWNER TO "SYSTEM"; -- -- Name: TABLE pg_proc; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_proc'::regclass, 3326::float4, 99::integer, 99::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{0.7003033}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{3,68,123,158,195,231,281,314,350,391,451,516,714,768,851,885,940,985,1050,1138,1172,1240,1284,1317,1373,1409,1445,1478,1565,1619,1658,1693,1730,1776,1833,1897,1937,2003,2039,2082,2119,2152,2186,2242,2285,2323,2381,2422,2456,2489,2522,2581,2647,2734,2781,2819,2887,2920,2956,3011,3045,3082,3117,3162,3204,3266,3306,3342,3404,3443,3484,3529,3568,3624,3685,3723,3772,3808,3845,3879,3947,3986,4026,4091,4133,4216,4253,4286,4320,4353,4386,4621,5018,5057,6004,6170,6210,6253,6286,8437,14223}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'proname'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 64::integer, stadistinct => -0.8205051::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.006614552,0.006614552,0.0048105833,0.003908599,0.0036079374,0.0036079374,0.002705953,0.002705953,0.002705953,0.0024052917,0.0024052917,0.0024052917,0.0024052917,0.0024052917,0.0024052917,0.0021046302,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0015033073,0.0015033073,0.0015033073,0.0015033073,0.0015033073,0.0015033073,0.0015033073,0.0015033073,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.19456117}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{max,min,in_range,overlaps,has_column_privilege,ts_headline,generate_series,int4,timezone,int8,length,numeric,substring,sum,to_char,avg,abs,date_part,extract,float4,float8,has_any_column_privilege,has_database_privilege,has_foreign_data_wrapper_privilege,has_function_privilege,has_language_privilege,has_schema_privilege,has_sequence_privilege,has_server_privilege,has_table_privilege,has_tablespace_privilege,has_type_privilege,int2,overlay,pg_has_role,regexp_instr,stddev,stddev_pop,stddev_samp,text,to_tsvector,var_pop,var_samp,variance,age,pg_get_viewdef,point,regexp_replace,regexp_substr,time,timestamptz,trunc,bit_and,bit_or,bit_xor,box,date_trunc,isfinite,mod,octet_length,percentile_cont,pg_read_binary_file,pg_read_file,polygon,substr,timestamp,ts_rank,ts_rank_cd,area,bit,bit_length,bpchar,btrim,circle,datemultirange,gcd,gin_extract_tsquery,gin_tsquery_consistent,has_parameter_privilege,int4multirange,int8multirange,ishorizontal,isvertical,jsonb_delete,lag,lcm,lead,like,log,lower,ltrim,money,name,notlike,nummultirange,pg_copy_logical_replication_slot,position,regexp_count,round,rtrim}'::text, stavalues2 => '{RI_FKey_cascade_del,aclexplode,anycompatiblerange_in,array_cat,array_to_json,binary_upgrade_create_empty_extension,bitge,boolor_statefunc,box_overlap,bpcharnlike,brin_minmax_multi_distance_float4,broadcast,btnametextcmp,bytearecv,cash_words,cidin,circle_overabove,cosh,date,date_mi_interval,diameter,dsimple_init,enum_smaller,float48div,float4um,float8_stddev_pop,fmgr_internal_validator,gin_extract_tsvector,gist_poly_distance,hash_numeric_extended,hashname,inet_client_port,initcap,int2and,int2vectorsend,int4_sum,int4smaller,int8_avg_accum,int8or,interval_avg_deserialize,interval_um,json_array_elements_text,json_recv,jsonb_each_text,jsonb_object_field_text,jsonb_to_tsvector,likejoinsel,lo_open,lseg_le,macaddr_cmp,mic_to_euc_jp,multirange_contained_by_multirange,multirangesel,neqsel,nth_value,numeric_log,numeric_uminus,oidvectorin,path_n_ge,pg_advisory_unlock_shared,pg_control_recovery,pg_describe_object,pg_get_multixact_members,pg_indexam_has_property,pg_ls_logdir,pg_mcv_list_out,pg_relation_is_publishable,pg_size_pretty,pg_stat_get_backend_pid,pg_stat_get_db_checksum_failures,pg_stat_get_function_calls,pg_stat_get_wal,pg_table_is_visible,pg_wal_replay_pause,point_recv,postgresql_fdw_validator,range_adjacent_multirange,range_intersect_agg_transfn,record_image_ge,regdictionarysend,regprocedureout,row_number,setseed,spg_box_quad_config,starts_with,text_larger,textnename,time_hash_extended,timestamp_hash,timestamptz_eq_date,timetypmodin,to_ascii,trim_array,tsq_mcontained,tsvector_concat,unicode_version,utf8_to_johab,varbiteq,win1250_to_latin2,xid8out,xpath_exists}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'pronamespace'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9966927,0.003307276}'::real[], stanumbers2 => '{0.99999994}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{11,13868}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'proowner'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{10}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'prolang'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 3::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9549008,0.02675887,0.01834035}'::real[], stanumbers2 => '{0.9976959}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{12,13,14}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'procost'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 4::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9666266,0.020144317,0.012026458,0.0012026458}'::real[], stanumbers2 => '{0.9840678}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{1,100,10,1000}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'prorows'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 14::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9687312,0.012627781,0.009019843,0.0024052917,0.0024052917,0.0012026458,0.0006013229,0.0006013229,0.0006013229,0.0006013229}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.97442895}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,1000,100,10,20,50,1,16,250,10000}'::text, stavalues2 => '{3,23,30,500}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'provariadic'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 9::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.98947686,0.005712568,0.0030066145}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.9943717}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,2276,25}'::text, stavalues2 => '{3904,3906,3908,3910,3912,3926}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'prosupport'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 25::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9864702,0.0021046302,0.0012026458,0.00090198434,0.00090198434,0.00090198434,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.97095776}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{-,textlike_support,network_subset_support,texticregexeq_support,texticlike_support,textregexeq_support,timestamp_support,time_support,generate_series_int4_support,generate_series_int8_support,array_unnest_support,int8inc_support}'::text, stavalues2 => '{varchar_support,numeric_support,varbit_support,interval_support,window_row_number_support,window_rank_support,window_dense_rank_support,text_starts_with_support,window_percent_rank_support,window_cume_dist_support,window_ntile_support,range_contains_elem_support,elem_contained_by_range_support}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'prokind'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 3::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.94828624,0.04720385,0.0045099217}'::real[], stanumbers2 => '{0.88499767}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f,a,w}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'prosecdef'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'proleakproof'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.8986771,0.10132291}'::real[], stanumbers2 => '{0.6448469}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f,t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'proisstrict'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.88965726,0.110342756}'::real[], stanumbers2 => '{0.7311584}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{t,f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'proretset'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9687312,0.03126879}'::real[], stanumbers2 => '{0.9751109}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f,t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'provolatile'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 3::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.7245941,0.19512929,0.08027661}'::real[], stanumbers2 => '{0.71181506}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{i,s,v}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'proparallel'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 3::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9164161,0.05622369,0.027360192}'::real[], stanumbers2 => '{0.8432271}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{s,r,u}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'pronargs'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 2::integer, stadistinct => 10::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.4095009,0.3908599,0.06855081,0.04780517,0.032471437,0.02705953,0.018039687,0.003908599,0.0015033073}'::real[], stanumbers2 => '{0.34845692}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{2,1,3,0,4,6,5,7,8}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'pronargdefaults'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 2::integer, stadistinct => 5::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9897775,0.005411906,0.0042092605}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.99977434}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,1,2}'::text, stavalues2 => '{3,7}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'prorettype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 114::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.2387252,0.09861696,0.077570654,0.058328323,0.057125676,0.040288635,0.03517739,0.033373423,0.033373423,0.032170776,0.030667469,0.015935058,0.012026458,0.009621167,0.009621167,0.009019843,0.008719183,0.008117859,0.0075165364,0.0075165364,0.0069152135,0.0069152135,0.0069152135,0.0063138907,0.0063138907,0.006013229,0.006013229,0.005712568,0.0051112445,0.0051112445,0.0045099217,0.0045099217,0.0045099217,0.0042092605,0.003908599,0.003908599,0.003908599,0.0036079374,0.003307276,0.0030066145,0.002705953,0.002705953,0.002705953,0.0024052917,0.0024052917,0.0024052917,0.0021046302,0.0021046302,0.0021046302,0.0021046302,0.0021046302,0.0018039687,0.0018039687,0.0015033073,0.0015033073,0.0012026458,0.0012026458,0.0012026458,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.29776412}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{16,23,701,20,25,2281,17,2275,2278,1700,2249,1184,3802,21,1186,114,700,790,600,1114,26,2283,3220,142,2277,869,3614,1560,2279,3615,19,1083,1266,603,1009,1082,4537,3831,5069,602,718,1042,3500,18,774,2205,27,325,829,1022,5078,604,650,601,1016,1043,1562,2206,24,28,628,1007,1034,2202,2203,2204,2276,2950,2970,3310,3734,3904,3912,3926,4089,4096,4191,4451,4532,4533,4534,4535,4536,5038,5077,22,29,30,32,143,194,269,705,1033,1187,2280,3361,3402,3642,3769}'::text, stavalues2 => '{1003,2776,3838,3906,3908,3908,3910,4072,4538,4600,4601,4601,5017,5080}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'proargtypes'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 31::integer, stadistinct => -0.1785929::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.0538184,0.04780517,0.04389657,0.025255563,0.02465424,0.023150932,0.021948285,0.020444978,0.020444978,0.019542994,0.013830427,0.012928443,0.011425136,0.009921828,0.008117859,0.008117859,0.0072158747,0.0072158747,0.006614552,0.006614552,0.006614552,0.006614552,0.006013229,0.005712568,0.005712568,0.005712568,0.005712568,0.005712568,0.005411906,0.005411906,0.005411906,0.005411906,0.005411906,0.0048105833,0.0048105833,0.0045099217,0.0045099217,0.0045099217,0.0045099217,0.0045099217,0.0045099217,0.0042092605,0.0042092605,0.0042092605,0.0042092605,0.0042092605,0.0042092605,0.0042092605,0.003908599,0.003908599,0.003908599,0.003908599,0.003908599,0.003908599,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.003307276,0.003307276,0.003307276,0.003307276,0.003307276,0.003307276,0.003307276,0.003307276,0.003307276,0.003307276,0.003307276,0.0030066145,0.0030066145,0.0030066145,0.0030066145,0.0030066145,0.0030066145,0.0030066145,0.0030066145,0.002705953,0.002705953,0.002705953,0.002705953,0.002705953,0.002705953,0.002705953,0.002705953,0.002705953,0.002705953}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.1577345}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{2281,"",26,"23 23 2275 2281 23 16",2275,25,"25 25",23,701,"2281 2281",20,1700,"23 23","701 701",21,"1700 1700","20 20","2281 26 2281 23",700,3802,"603 603","2281 26 2281 21 2281","3831 3831","600 600","718 718","869 869","4537 4537","2275 26 23",2205,2276,"17 17","19 25","21 21",869,1022,2277,2283,4537,"20 23","26 25","2281 26 23",1186,3831,"23 20","601 601","1042 1042","2249 2249","26 25 25",114,"21 23","604 604","700 700","1114 1114","1184 1184",19,602,603,1184,1560,"20 21","21 20","26 23","790 790","1082 1082","2277 2277","3615 3615","19 25 25","19 26 25","25 25 25","26 26 25","2281 2281 2281",16,17,1042,1114,"23 21","700 701","701 700","1186 1186","1560 1560","3220 3220","3802 3802",601,604,718,1263,"26 26","1083 1083","3500 3500","3802 4072 3802 16",3500,"16 16","19 19","25 19","27 27","774 774","829 829","1266 1266","5069 5069","2281 2281 2281 2281"}'::text, stavalues2 => '{18,24,28,32,600,650,774,829,1016,1082,1083,1562,2249,2776,3220,3402,3615,3904,3912,4096,5017,5069,"17 19","17 2281","18 18","20 2276","23 1082","25 23","25 142","25 1114","25 1266","26 16","28 23","30 30","114 1009","600 602","600 701","601 628","602 602","603 600","628 628","700 25","718 600","790 21","869 20","1022 700","1034 1033","1042 25","1082 1114","1082 1184","1114 20","1114 1082","1184 23","1184 1114","1186 20","1186 1184","1560 23","1562 1562","2205 20","2276 2276","2277 23","2281 20","2281 701","2281 2276","2281 2283","2283 23","2950 20","3220 1184","3614 3614","3615 25","3769 25","3802 1009","3831 2283","4537 2283","5077 5078","17 17 23","19 19 25","23 23 25","25 25 16","25 1184 25","26 26 23","1082 1082 25","1560 23 23","2277 23 16","2281 2276 2276","3614 18 1009","3734 3802 3615","16 25 17 16","19 26 21 25","25 20 20 16","26 25 21 25","1083 1083 1083 1186","1184 1184 1186 25","2281 2281 2281 23","21 21 21 16 16","1082 1082 1186 16 16","2281 600 21 26 2281","2281 3615 21 26 2281","25 25 25 23 23 25","2281 21 3802 23 2281 2281 2281","26 19 16 700 23 700 21 21 21 21 21 1021 1021 1021 1021 1021 25 25 25 25 25"}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'proallargtypes'::name, stainherit => 'f'::boolean, stanullfrac => 0.96061337::real, stawidth => 42::integer, stadistinct => 103::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 4::smallint, stakind5 => 5::smallint, stanumbers1 => '{0.003307276,0.0018039687,0.0015033073,0.00090198434,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{-0.1256606}'::real[], stanumbers4 => '{0.23664123,0.015267176,0.007633588,0.122137405,0.22137405,0.015267176,0.007633588,0.2977099,0.5496183,0.18320611,0.091603056,0.007633588,0.045801528,0.007633588,0.022900764,0.007633588,0.007633588,0.007633588,0.007633588,0.16030534,0.007633588,0.22137405,0.022900764,0.022900764,0.022900764,0.007633588,0.13740458,0.007633588,0.03816794,0.007633588,0.18320611,0.007633588,0.007633588,0.015267176,0.015267176,0.053435113,0.007633588,0.007633588,0.007633588,0.007633588,0.007633588,0.007633588,0.007633588,0.007633588,0.5496183,0}'::real[], stanumbers5 => '{1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,6,6,6,7,7,9,2.8549619}'::real[], stavalues1 => '{"{2276}","{25,20,1184}","{2281,2276}","{3802,1009}","{19,19,16,19,3220}","{19,19,19,3220}","{19,3220,23,1009,3220,28,17}","{19,3220,23,1009,3220,28,25}","{25,2276}","{28,1184,26}","{114,1009}"}'::text, stavalues2 => '{"{16,3220,25,25}","{19,16,16,19,3220}","{19,19,16,16,16,19,3220}","{19,19,16,19,19,3220}","{19,19,25,26,16,16,23,28,28,3220,3220,25,20,16,25,16,16}","{19,25,16,16,16,19,1003,25}","{19,25,25}","{19,25,25,25}","{19,3220,19,3220}","{20,20,1700,20,20,20,701,701,1184}","{20,25,1184,20,25,1184,1184}","{20,3220,3220}","{20,3220,3220,23}","{20,3220,3220,26,26,26,21,20,16}","{23,23,16}","{23,23,20,1184}","{23,23,23,23,23,23,23,23,23,16,23}","{23,25,16}","{23,25,23,25,25,25,25}","{23,25,23,25,1009,1009,25,25,25,1009,25}","{23,25,3220,23,3220,3220,23,1184,1184,3220,1184,25,25,23,25}","{23,25,3220,3220,3220,3220,1186,1186,1186,23,25,1184}","{23,26,23,26,25,25,25,25,25,1184,1184,1184,1184,869,25,23,28,28,25,16,25,25,23,25,1700,25,16,25,16,16,23,20}","{25,16,20,1184,1184,1184,1184,16}","{25,18,16,25,25}","{25,20,20,20}","{25,20,20,20,20,20,20,20,1184}","{25,20,1184,1184,1184,1184,16}","{25,23,23,25,25,16,25}","{25,23,25,25}","{25,23,26,26,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20}","{25,25}","{25,25,16,16,16,1184}","{25,25,20,20,20,20,20,20,20,20,1184}","{25,25,20,1184}","{25,25,23,23}","{25,25,23,25}","{25,25,25}","{25,25,25,20,701,20,701,20,701,20,701,20,20,20,20,20,701,1184}","{25,25,25,23,20,20,20,20,20}","{25,25,25,23,23}","{25,25,25,25,25,25}","{25,25,25,25,25,25,25,25,25,25,25,1009,25,25,25,23,16}","{25,25,25,25,3770,3769,1009}","{25,25,1184,2211,2211,16,20,20}","{25,25,1186,16}","{25,26,26,23,21,25,28,26,26,21,25,23,25,16,16,1184}","{25,1009,1009,26,26,23}","{25,1186,16}","{25,1700,20}","{26}","{26,20,20,20,20,16,20,26}","{26,23,25,25}","{26,25,20,1184}","{26,25,23,25}","{26,25,3220,3220}","{26,26,20,20,1184}","{26,26,23,16,16,16,25,25,25,25,1009,1009}","{26,26,23,25,25,25,25}","{26,26,23,25,25,25,25,16,32}","{26,26,23,25,1009,1009}","{26,26,26,23,23,3220,1184,1184,3220,1184,25}","{28,25,1184,26,26}","{28,28,25}","{114,25}","{114,25,25}","{114,25,114}","{114,114}","{1009,25,25}","{1009,26,26,22,194}","{1034,26,26,25,16}","{1184,20,20,20,20,20,20,23,23,23}","{2205,1009,2205,1009,16,16}","{2205,2205}","{2205,2205,2205,16,23}","{2277,2283,23}","{3220,23,3220,3220,16}","{3220,25,23}","{3220,3220,25,23,23,16,25,26,28,28,28,26,28,28,26,28,28,1184}","{3614,25,1005,1009}","{3734,25,25,25,25,3770,3769,1009}","{3802,25}","{3802,25,25}","{3802,25,3802}","{3802,3802}","{3905}","{3907}","{3909}","{3911}","{3913}","{3927}","{5017,23,1009,1000,701,701}"}'::text, stavalues3 => NULL::text, stavalues4 => '{16,17,18,19,20,21,22,23,25,26,28,32,114,194,701,869,1000,1003,1005,1009,1034,1184,1186,1700,2205,2211,2276,2277,2281,2283,3220,3614,3734,3769,3770,3802,3905,3907,3909,3911,3913,3927,5017}'::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'proargmodes'::name, stainherit => 'f'::boolean, stanullfrac => 0.96031266::real, stawidth => 26::integer, stadistinct => 41::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 4::smallint, stakind5 => 5::smallint, stanumbers1 => '{0.0051112445,0.0036079374,0.0036079374,0.003307276,0.0024052917,0.0015033073,0.0015033073,0.0015033073,0.0012026458,0.0012026458,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{-0.07171294}'::real[], stanumbers4 => '{0.530303,0.77272725,0.2651515,0.2651515,0.77272725,0}'::real[], stanumbers5 => '{1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,1.5681819}'::real[], stavalues1 => '{"{v}","{i,v}","{o,o,o}","{i,o,o}","{i,o,o,o}","{i,i,o,o}","{i,o}","{o,o,o,o}","{i,i,i,v,o,o,o}","{o,o,o,o,o,o,o,o,o}","{i,i,i,o,o}","{i,o,o,o,o}","{o,o,o,o,o}","{o,o,o,o,o,o,o}","{i,i,i,o,o,o}","{i,i,o,o,o,o,o,o}","{i,o,o,o,o,o,o}","{i,o,o,o,o,o,o,o,o,o,o}","{o,o,o,o,o,o}","{o,o,o,o,o,o,o,o}","{o,o,o,o,o,o,o,o,o,o,o}","{o,o,o,o,o,o,o,o,o,o,o,o}","{o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o}","{o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o}"}'::text, stavalues2 => '{"{i,i,i,i,i,o,o}","{i,i,i,i,o,o}","{i,i,i,o,o,o,o}","{i,i,i,o,o,o,o,o,o}","{i,i,i,v}","{i,i,o,o,o}","{i,i,o,o,o,o}","{i,o,o,o,o,o}","{i,o,o,o,o,o,o,o}","{i,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o}","{i,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o}","{o}","{o,o}","{o,o,o,o,o,o,o,o,o,o}","{o,o,o,o,o,o,o,o,o,o,o,o,o,o,o}","{o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o}","{v,o,o,o,o}"}'::text, stavalues3 => NULL::text, stavalues4 => '{i,o,v}'::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'proargnames'::name, stainherit => 'f'::boolean, stanullfrac => 0.94648224::real, stawidth => 90::integer, stadistinct => 117::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 4::smallint, stakind5 => 5::smallint, stanumbers1 => '{0.0030066145,0.0024052917,0.0018039687,0.0018039687,0.0015033073,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.18335108}'::real[], stanumbers4 => '{0.0056179776,0.011235955,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.02247191,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.033707865,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.011235955,0.011235955,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.02247191,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.028089888,0.0056179776,0.011235955,0.011235955,0.011235955,0.028089888,0.02247191,0.016853932,0.0056179776,0.0056179776,0.016853932,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.02247191,0.02247191,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.12921348,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.02247191,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.016853932,0.06741573,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.011235955,0.011235955,0.011235955,0.011235955,0.011235955,0.0056179776,0.011235955,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.073033705,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.016853932,0.0056179776,0.016853932,0.02247191,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.056179777,0.02247191,0.0056179776,0.0056179776,0.0056179776,0.123595506,0.011235955,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.084269665,0.0056179776,0.011235955,0.011235955,0.0056179776,0.011235955,0.011235955,0.033707865,0.033707865,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.028089888,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.011235955,0.0056179776,0.07865169,0.028089888,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.039325844,0.0056179776,0.0056179776,0.016853932,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.033707865,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.016853932,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.028089888,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.016853932,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.028089888,0.011235955,0.02247191,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.016853932,0.0056179776,0.056179777,0.061797753,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.08988764,0.0056179776,0.011235955,0.011235955,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.028089888,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.011235955,0.0056179776,0.011235955,0.039325844,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.07865169,0.0056179776,0.073033705,0.07865169,0.016853932,0.033707865,0.011235955,0.0056179776,0.011235955,0.0056179776,0.011235955,0.02247191,0.02247191,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.028089888,0.0056179776,0.039325844,0.033707865,0.0056179776,0.028089888,0.02247191,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.10674157,0.0056179776,0.056179777,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.016853932,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.039325844,0.0056179776,0.02247191,0.0056179776,0.0056179776,0.12921348,0}'::real[], stanumbers5 => '{1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,6,6,6,6,6,6,7,7,7,7,7,7,7,8,8,9,9,9,10,10,11,12,15,17,18,21,31,5.005618}'::real[], stavalues1 => '{"{target,path,vars,silent}","{key,value}","{name,size,modification}","{typid,typmod}","{from_json,path_elems}","{from_json,element_index}","{from_json,field_name}","{from_json,key,value}","{from_json,value}","{slot_name,upto_lsn,upto_nchanges,options,lsn,xid,data}","{nulls,tableforest,targetns}","{query,nulls,tableforest,targetns}","{schema,nulls,tableforest,targetns}","{tbl,nulls,tableforest,targetns}","{base,from_json,use_json_as_text}","{src_slot_name,dst_slot_name,slot_name,lsn}","{src_slot_name,dst_slot_name,temporary,slot_name,lsn}","{target}","{transactional,prefix,message,flush}","{value,delimiter}","{xid,timestamp,roident}","{year,month,mday,hour,min,sec}"}'::text, stavalues2 => E'{"{\\"\\",x,n}","{abbrev,utc_offset,is_dst}","{acl,grantor,grantee,privilege_type,is_grantable}","{archived_count,last_archived_wal,last_archived_time,failed_count,last_failed_wal,last_failed_time,stats_reset}","{backend_type,object,context,reads,read_time,writes,write_time,writebacks,writeback_time,extends,extend_time,op_bytes,hits,evictions,reuses,fsyncs,fsync_time,stats_reset}","{bid,subxact_count,subxact_overflowed}","{checkpoint_lsn,redo_lsn,redo_wal_file,timeline_id,prev_timeline_id,full_page_writes,next_xid,next_oid,next_multixact_id,next_multi_offset,oldest_xid,oldest_xid_dbid,oldest_active_xid,oldest_multi_xid,oldest_multi_dbid,oldest_commit_ts_xid,newest_commit_ts_xid,checkpoint_time}","{classid,objid,objsubid,command_tag,object_type,schema_name,object_identity,in_extension,command}","{classid,objid,objsubid,original,normal,is_temporary,object_type,schema_name,object_name,object_identity,address_names,address_args}","{classid,objid,objsubid,type,object_names,object_args}","{classid,objid,objsubid,type,schema,name,identity}","{cmdtype,pid,datid,relid,param1,param2,param3,param4,param5,param6,param7,param8,param9,param10,param11,param12,param13,param14,param15,param16,param17,param18,param19,param20}","{config,document,alias,description,token,dictionaries,dictionary,lexemes}","{cursor,count,nulls,tableforest,targetns}","{cursor,nulls,tableforest,targetns}","{document,alias,description,token,dictionaries,dictionary,lexemes}","{file_name,segment_number,timeline_id}","{filename,missing_ok,size,access,modification,change,creation,isdir}","{filename,size,access,modification,change,creation,isdir}","{fktable,fkcols,pktable,pkcols,is_array,is_opt}","{hour,min,sec}","{jsonb_in,path,replacement,create_if_missing}","{jsonb_in,path,replacement,create_if_missing,null_value_treatment}","{jsonb_in,path,replacement,insert_after}","{label,fast}","{local_id,external_id,remote_lsn,local_lsn}","{locktype,database,relation,page,tuple,virtualxid,transactionid,classid,objid,objsubid,virtualtransaction,pid,mode,granted,fastpath,waitstart}","{lsn,file_name,file_offset}","{map_number,file_name,line_number,map_name,sys_name,pg_username,error}","{max_data_alignment,database_block_size,blocks_per_segment,wal_block_size,bytes_per_wal_segment,max_identifier_length,max_index_columns,max_toast_chunk_size,large_object_chunk_size,float8_pass_by_value,data_page_checksum_version}","{mcv_list,index,values,nulls,frequency,base_frequency}","{mean,stddev}","{min_recovery_end_lsn,min_recovery_end_timeline,backup_start_lsn,backup_end_lsn,end_of_backup_record_required}","{multixid,xid,mode}","{name,abbrev,utc_offset,is_dst}","{name,blks_zeroed,blks_hit,blks_read,blks_written,blks_exists,flushes,truncates,stats_reset}","{name,default_version,comment}","{name,ident,parent,level,total_bytes,total_nblocks,free_bytes,free_chunks,used_bytes}","{name,off,size,allocated_size}","{name,setting}","{name,setting,unit,category,short_desc,extra_desc,context,vartype,source,min_val,max_val,enumvals,boot_val,reset_val,sourcefile,sourceline,pending_restart}","{name,source,target,path}","{name,statement,is_holdable,is_binary,is_scrollable,creation_time}","{name,statement,prepare_time,parameter_types,result_types,from_sql,generic_plans,custom_plans}","{name,version,superuser,trusted,relocatable,schema,requires,comment}","{oid}","{options_array,option_name,option_value}","{parser_name,tokid,alias,description}","{parser_name,txt,tokid,token}","{parser_oid,tokid,alias,description}","{parser_oid,txt,tokid,token}","{partitionid,relid}","{pg_control_version,catalog_version_no,system_identifier,pg_control_last_modified}","{pid,datid,pid,usesysid,application_name,state,query,wait_event_type,wait_event,xact_start,query_start,backend_start,state_change,client_addr,client_hostname,client_port,backend_xid,backend_xmin,backend_type,ssl,sslversion,sslcipher,sslbits,ssl_client_dn,ssl_client_serial,ssl_issuer_dn,gss_auth,gss_princ,gss_enc,gss_delegation,leader_pid,query_id}","{pid,state,sent_lsn,write_lsn,flush_lsn,replay_lsn,write_lag,flush_lag,replay_lag,sync_priority,sync_state,reply_time}","{pid,status,receive_start_lsn,receive_start_tli,written_lsn,flushed_lsn,received_tli,last_msg_send_time,last_msg_receipt_time,latest_end_lsn,latest_end_time,slot_name,sender_host,sender_port,conninfo}","{pid,timeout}","{pubname,pubid,relid,attrs,qual}","{query,weights,word,ndoc,nentry}","{query,word,ndoc,nentry}","{relation,attname,stainherit,stanullfrac,stawidth,stadistinct,stakind1,stakind2,stakind3,stakind4,stakind5,stanumbers1,stanumbers2,stanumbers3,stanumbers4,stanumbers5,stavalues1,stavalues2,stavalues3,stavalues4,stavalues5}","{relation,reltuples,relpages,relallvisible}","{rm_id,rm_name,rm_builtin}","{rootrelid,relid,parentrelid,isleaf,level}","{rule_number,file_name,line_number,type,database,user_name,address,netmask,auth_method,options,error}","{sequence_oid,start_value,minimum_value,maximum_value,increment,cycle_option,cache_size,data_type}","{slot_name,immediately_reserve,temporary,slot_name,lsn}","{slot_name,name,size,modification}","{slot_name,plugin,slot_type,datoid,temporary,active,active_pid,xmin,catalog_xmin,restart_lsn,confirmed_flush_lsn,wal_status,safe_wal_size,two_phase,conflict_reason,failover,synced}","{slot_name,plugin,temporary,twophase,failover,slot_name,lsn}","{slot_name,slot_name,spill_txns,spill_count,spill_bytes,stream_txns,stream_count,stream_bytes,total_txns,total_bytes,stats_reset}","{slot_name,upto_lsn,slot_name,end_lsn}","{sourcefile,sourceline,seqno,name,setting,applied,error}","{src_slot_name,dst_slot_name,temporary,plugin,slot_name,lsn}","{stats_reset,prefetch,hit,skip_init,skip_new,skip_fpw,skip_rep,wal_distance,block_distance,io_depth}","{str,strict}","{subid,subid,apply_error_count,sync_error_count,stats_reset}","{subid,subid,relid,pid,leader_pid,received_lsn,last_msg_send_time,last_msg_receipt_time,latest_end_lsn,latest_end_time,worker_type}","{summarized_tli,summarized_lsn,pending_lsn,summarizer_pid}","{tablespace,name,size,modification}","{tli,start_lsn,end_lsn}","{tli,start_lsn,end_lsn,relfilenode,reltablespace,reldatabase,relforknumber,relblocknumber,is_limit_block}","{transaction,gid,prepared,ownerid,dbid}","{tsvector,lexeme,positions,weights}","{type,name,description}","{type,object_names,object_args,classid,objid,objsubid}","{typid,mod}","{value,type_name,message,detail,hint,sql_error_code}","{wait,wait_seconds}","{wait_for_archive,lsn,labelfile,spcmapfile}","{wal_records,wal_fpi,wal_bytes,wal_buffers_full,wal_write,wal_sync,wal_write_time,wal_sync_time,stats_reset}","{word,catcode,barelabel,catdesc,baredesc}","{year,month,day}","{year,month,mday,hour,min,sec,timezone}","{years,months,weeks,days,hours,mins,secs}"}'::text, stavalues3 => NULL::text, stavalues4 => '{"",abbrev,access,acl,active,active_pid,address,address_args,address_names,alias,allocated_size,application_name,applied,apply_error_count,archived_count,attname,attrs,auth_method,backend_start,backend_type,backend_xid,backend_xmin,backup_end_lsn,backup_start_lsn,baredesc,barelabel,base,base_frequency,bid,blks_exists,blks_hit,blks_read,blks_written,blks_zeroed,block_distance,blocks_per_segment,boot_val,bytes_per_wal_segment,cache_size,catalog_version_no,catalog_xmin,catcode,catdesc,category,change,checkpoint_lsn,checkpoint_time,classid,client_addr,client_hostname,client_port,cmdtype,command,command_tag,comment,config,confirmed_flush_lsn,conflict_reason,conninfo,context,count,create_if_missing,creation,creation_time,cursor,custom_plans,cycle_option,data,data_page_checksum_version,data_type,database,database_block_size,datid,datoid,day,days,dbid,default_version,delimiter,description,detail,dictionaries,dictionary,document,dst_slot_name,element_index,end_lsn,end_of_backup_record_required,enumvals,error,evictions,extend_time,extends,external_id,extra_desc,failed_count,failover,fast,fastpath,field_name,file_name,file_offset,filename,fkcols,fktable,float8_pass_by_value,flush,flush_lag,flush_lsn,flushed_lsn,flushes,free_bytes,free_chunks,frequency,from_json,from_sql,fsync_time,fsyncs,full_page_writes,generic_plans,gid,granted,grantee,grantor,gss_auth,gss_delegation,gss_enc,gss_princ,hint,hit,hits,hour,hours,ident,identity,immediately_reserve,in_extension,increment,index,insert_after,io_depth,is_array,is_binary,is_dst,is_grantable,is_holdable,is_limit_block,is_opt,is_scrollable,is_temporary,isdir,isleaf,jsonb_in,key,label,labelfile,large_object_chunk_size,last_archived_time,last_archived_wal,last_failed_time,last_failed_wal,last_msg_receipt_time,last_msg_send_time,latest_end_lsn,latest_end_time,leader_pid,level,lexeme,lexemes,line_number,local_id,local_lsn,locktype,lsn,map_name,map_number,max_data_alignment,max_identifier_length,max_index_columns,max_toast_chunk_size,max_val,maximum_value,mcv_list,mday,mean,message,min,min_recovery_end_lsn,min_recovery_end_timeline,min_val,minimum_value,mins,missing_ok,mod,mode,modification,month,months,multixid,n,name,ndoc,nentry,netmask,newest_commit_ts_xid,next_multi_offset,next_multixact_id,next_oid,next_xid,normal,null_value_treatment,nulls,object,object_args,object_identity,object_name,object_names,object_type,objid,objsubid,off,oid,oldest_active_xid,oldest_commit_ts_xid,oldest_multi_dbid,oldest_multi_xid,oldest_xid,oldest_xid_dbid,op_bytes,option_name,option_value,options,options_array,original,ownerid,page,param1,param10,param11,param12,param13,param14,param15,param16,param17,param18,param19,param2,param20,param3,param4,param5,param6,param7,param8,param9,parameter_types,parent,parentrelid,parser_name,parser_oid,partitionid,path,path_elems,pending_lsn,pending_restart,pg_control_last_modified,pg_control_version,pg_username,pid,pkcols,pktable,plugin,positions,prefetch,prefix,prepare_time,prepared,prev_timeline_id,privilege_type,pubid,pubname,qual,query,query_id,query_start,read_time,reads,receive_start_lsn,receive_start_tli,received_lsn,received_tli,redo_lsn,redo_wal_file,relallvisible,relation,relblocknumber,reldatabase,relfilenode,relforknumber,relid,relocatable,relpages,reltablespace,reltuples,remote_lsn,replacement,replay_lag,replay_lsn,reply_time,requires,reset_val,restart_lsn,result_types,reuses,rm_builtin,rm_id,rm_name,roident,rootrelid,rule_number,safe_wal_size,schema,schema_name,sec,secs,segment_number,sender_host,sender_port,sent_lsn,seqno,sequence_oid,setting,short_desc,silent,size,skip_fpw,skip_init,skip_new,skip_rep,slot_name,slot_type,source,sourcefile,sourceline,spcmapfile,spill_bytes,spill_count,spill_txns,sql_error_code,src_slot_name,ssl,ssl_client_dn,ssl_client_serial,ssl_issuer_dn,sslbits,sslcipher,sslversion,stadistinct,stainherit,stakind1,stakind2,stakind3,stakind4,stakind5,stanullfrac,stanumbers1,stanumbers2,stanumbers3,stanumbers4,stanumbers5,start_lsn,start_value,state,state_change,statement,stats_reset,status,stavalues1,stavalues2,stavalues3,stavalues4,stavalues5,stawidth,stddev,str,stream_bytes,stream_count,stream_txns,strict,subid,subxact_count,subxact_overflowed,summarized_lsn,summarized_tli,summarizer_pid,superuser,sync_error_count,sync_priority,sync_state,synced,sys_name,system_identifier,tableforest,tablespace,target,targetns,tbl,temporary,timeline_id,timeout,timestamp,timezone,tli,token,tokid,total_bytes,total_nblocks,total_txns,transaction,transactional,transactionid,truncates,trusted,tsvector,tuple,two_phase,twophase,txt,type,type_name,typid,typmod,unit,upto_lsn,upto_nchanges,use_json_as_text,used_bytes,user_name,usesysid,utc_offset,value,values,vars,vartype,version,virtualtransaction,virtualxid,wait,wait_event,wait_event_type,wait_for_archive,wait_seconds,waitstart,wal_block_size,wal_buffers_full,wal_bytes,wal_distance,wal_fpi,wal_records,wal_status,wal_sync,wal_sync_time,wal_write,wal_write_time,weeks,weights,word,worker_type,write_lag,write_lsn,write_time,writeback_time,writebacks,writes,written_lsn,x,xact_start,xid,xmin,year,years}'::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'proargdefaults'::name, stainherit => 'f'::boolean, stanullfrac => 0.9897775::real, stawidth => 272::integer, stadistinct => 30::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.0006013229,0.0006013229,0.0006013229,0.0006013229}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.06985294}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{"({CONST :consttype 3802 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 100 :constvalue 8 [ 32 0 0 0 0 0 0 32 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 154 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 3802 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 103 :constvalue 8 [ 32 0 0 0 0 0 0 32 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 157 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 3802 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 94 :constvalue 8 [ 32 0 0 0 0 0 0 32 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 142 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 3802 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 97 :constvalue 8 [ 32 0 0 0 0 0 0 32 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 145 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})"}'::text, stavalues2 => '{"({CONST :consttype 1009 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 153 :constvalue 16 [ 64 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 ]})","({CONST :consttype 1009 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 154 :constvalue 16 [ 64 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 ]})","({CONST :consttype 1009 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 160 :constvalue 16 [ 64 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 ]})","({CONST :consttype 1009 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 161 :constvalue 16 [ 64 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 126 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 166 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 132 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 134 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 135 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 174 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 213 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 138 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 190 :constvalue 17 [ 68 0 0 0 117 115 101 95 106 115 111 110 95 110 117 108 108 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 140 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 141 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 164 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 167 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 61 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 96 :constvalue 4 [ 60 0 0 0 0 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 74 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 78 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 85 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]})","({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 115 :constvalue 7 [ 28 0 0 0 78 70 67 ]})","({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 62 :constvalue 7 [ 28 0 0 0 78 70 67 ]})","({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 68 :constvalue <>})","({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 70 :constvalue <>})","({CONST :consttype 3802 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 95 :constvalue 8 [ 32 0 0 0 0 0 0 32 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 144 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 3802 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 98 :constvalue 8 [ 32 0 0 0 0 0 0 32 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 147 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({FUNCEXPR :funcid 316 :funcresulttype 701 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 62 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location -1} {FUNCEXPR :funcid 316 :funcresulttype 701 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 87 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location -1})","({FUNCEXPR :funcid 481 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 84 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location -1})"}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'protrftypes'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'prosrc'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 16::integer, stadistinct => -0.8932652::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.04720385,0.016837042,0.0021046302,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0012026458,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.11876768}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{aggregate_dummy,"",multirange_constructor1,multirange_constructor0,multirange_constructor2,range_constructor2,range_constructor3,textlen,box_center,bpcharlen,circle_center,dlog10,dpow,numeric_power,textlike,textnlike,bitcmp,biteq,bitge,bitgt,bitle,bitlt,bitne,box_diagonal,bytea_substr,bytea_substr_no_len,bytealike,byteanlike,byteaoctetlen,current_user,datetime_timestamp,datetimetz_timestamptz,dcbrt,dceil,dexp,dlog1,dround,dsqrt,dtrunc,float4abs,float8abs,int2abs,int2mod,int4abs,int4mod,int8abs,int8mod,line_horizontal,line_parallel,line_perp,line_vertical,lseg_center,lseg_horizontal,lseg_length,lseg_parallel,lseg_perp,lseg_vertical,name_text,namelike,namenlike,now,numeric_abs,numeric_ceil,numeric_div_trunc,numeric_exp,numeric_ln,numeric_log,numeric_mod,numeric_sqrt,overlaps_timestamp,path_length,path_npoints,pg_current_snapshot,pg_current_xact_id,pg_current_xact_id_if_assigned,pg_snapshot_in,pg_snapshot_out,pg_snapshot_recv,pg_snapshot_send,pg_snapshot_xip,pg_snapshot_xmax,pg_snapshot_xmin,pg_visible_in_snapshot,pg_xact_status,point_horiz,point_vert,poly_center,poly_npoints,range_agg_finalfn,rtrim1,text_name,text_substr,text_substr_no_len,texticlike,texticnlike,texticregexeq,texticregexne,textpos,textregexeq,textregexne}'::text, stavalues2 => '{PG_char_to_encoding,anyarray_out,array_agg_array_finalfn,array_prepend,be_lo_get,binary_upgrade_set_next_index_relfilenode,bitshiftleft,box_above_eq,box_right,brin_bloom_add_value,brin_minmax_multi_distance_pg_lsn,btfloat8sortsupport,bttidcmp,cash_div_cash,char_text,circle_contain,close_ls,database_to_xml_and_xmlschema,date_mi_interval,dist_cpoint,dsynonym_init,enum_smaller,float48le,float84ge,float8_var_pop,ftoi8,gin_extract_tsquery,gist_point_distance,has_any_column_privilege_name,has_function_privilege_id_name,has_server_privilege_name_id,hash_range_extended,hashoidextended,icregexeqsel,inet_gist_penalty,int24gt,int2gt,int42le,int4div,int82div,int8_cash,int8pl,interval_hash_extended,iso_to_mic,json_object_keys,jsonb_concat,jsonb_numeric,jsonb_recv,latin3_to_mic,lseg_out,macaddr_lt,mic_to_latin2,multirange_intersect,nameeqtext,network_gt,numeric_avg_accum,numeric_out,numeric_uplus,oidvectortypes,path_out,pg_backup_stop,pg_create_restore_point,pg_function_is_visible,pg_get_statisticsobjdef_expressions,pg_input_error_info,pg_ls_tmpdir_noargs,pg_nextoid,pg_relation_filenode,pg_sleep,pg_stat_get_buf_alloc,pg_stat_get_db_sessions_abandoned,pg_stat_get_replication_slot,pg_stat_have_stats,pg_try_advisory_xact_lock_int8,point_box,poly_overleft,range_after_multirange,range_merge_from_multirange,record_le,regexp_instr,regoperin,satisfies_hash_partition,show_all_file_settings,spg_range_quad_leaf_consistent,text_larger,textne,tidsmaller,timestamp_cmp,timestamp_lt,timestamptz_at_local,timestamptz_send,timetz_recv,to_timestamp,ts_rank_ttf,tsquery_not,tsvector_to_array,utf8_to_iso8859_1,varbittypmodout,window_cume_dist,xid8lt,xpath_exists}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'probin'::name, stainherit => 'f'::boolean, stanullfrac => 0.97324115::real, stawidth => 23::integer, stadistinct => 26::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.006013229,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0012026458,0.00090198434,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229}'::real[], stanumbers2 => '{0.79981273}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{$libdir/cyrillic_and_mic,$libdir/euc_jp_and_sjis,$libdir/euc_tw_and_big5,$libdir/latin2_and_win1250,$libdir/latin_and_mic,$libdir/utf8_and_cyrillic,$libdir/plpgsql,$libdir/dict_snowball,$libdir/euc2004_sjis2004,$libdir/euc_cn_and_mic,$libdir/euc_kr_and_mic,$libdir/utf8_and_big5,$libdir/utf8_and_euc2004,$libdir/utf8_and_euc_cn,$libdir/utf8_and_euc_jp,$libdir/utf8_and_euc_kr,$libdir/utf8_and_euc_tw,$libdir/utf8_and_gb18030,$libdir/utf8_and_gbk,$libdir/utf8_and_iso8859,$libdir/utf8_and_iso8859_1,$libdir/utf8_and_johab,$libdir/utf8_and_sjis,$libdir/utf8_and_sjis2004,$libdir/utf8_and_uhc,$libdir/utf8_and_win}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'prosqlbody'::name, stainherit => 'f'::boolean, stanullfrac => 0.98316294::real, stawidth => 1313::integer, stadistinct => -0.01683706::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'proconfig'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_proc'::regclass, attname => 'proacl'::name, stainherit => 'f'::boolean, stanullfrac => 0.981359::real, stawidth => 40::integer, stadistinct => 3::real, stakind1 => 1::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.015033073,0.0030066145,0.0006013229}'::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{"{SYSTEM=X/SYSTEM}","{SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM}","{SYSTEM=X/SYSTEM,pg_read_all_stats=X/SYSTEM}"}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_publication; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_publication ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, pubname name, pubowner oid, puballtables boolean, pubinsert boolean, pubupdate boolean, pubdelete boolean, pubtruncate boolean, pubviaroot boolean ); ALTER TABLE ONLY pg_catalog.pg_publication REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_publication OWNER TO "SYSTEM"; -- -- Name: TABLE pg_publication; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_publication'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_publication_namespace; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_publication_namespace ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, pnpubid oid, pnnspid oid ); ALTER TABLE ONLY pg_catalog.pg_publication_namespace REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_publication_namespace OWNER TO "SYSTEM"; -- -- Name: TABLE pg_publication_namespace; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_publication_namespace'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_publication_rel; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_publication_rel ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, prpubid oid, prrelid oid, prqual pg_node_tree COLLATE pg_catalog."C", prattrs int2vector ); ALTER TABLE ONLY pg_catalog.pg_publication_rel REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_publication_rel OWNER TO "SYSTEM"; -- -- Name: TABLE pg_publication_rel; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_publication_rel'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_publication_tables; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_publication_tables AS SELECT p.pubname, n.nspname AS schemaname, c.relname AS tablename, ( SELECT array_agg(a.attname ORDER BY a.attnum) AS array_agg FROM pg_attribute a WHERE ((a.attrelid = gpt.relid) AND (a.attnum = ANY ((gpt.attrs)::smallint[])))) AS attnames, pg_get_expr(gpt.qual, gpt.relid) AS rowfilter FROM pg_publication p, LATERAL pg_get_publication_tables(VARIADIC ARRAY[(p.pubname)::text]) gpt(pubid, relid, attrs, qual), (pg_class c JOIN pg_namespace n ON ((n.oid = c.relnamespace))) WHERE (c.oid = gpt.relid); ALTER VIEW pg_catalog.pg_publication_tables OWNER TO "SYSTEM"; -- -- Name: VIEW pg_publication_tables; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_publication_tables'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_range; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_range ( rngtypid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, rngsubtype oid, rngmultitypid oid, rngcollation oid, rngsubopc oid, rngcanonical regproc, rngsubdiff regproc ); ALTER TABLE ONLY pg_catalog.pg_range REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_range OWNER TO "SYSTEM"; -- -- Name: TABLE pg_range; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_range'::regclass, 6::float4, 1::integer, 1::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_range'::regclass, attname => 'rngtypid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{3904,3906,3908,3910,3912,3926}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_range'::regclass, attname => 'rngsubtype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{-0.37142858}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{20,23,1082,1114,1184,1700}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_range'::regclass, attname => 'rngmultitypid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{4451,4532,4533,4534,4535,4536}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_range'::regclass, attname => 'rngcollation'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.16666667::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_range'::regclass, attname => 'rngsubopc'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{0.08571429}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{1978,3122,3124,3125,3127,3128}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_range'::regclass, attname => 'rngcanonical'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.6666667::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.5}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.6571429}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{-}'::text, stavalues2 => '{int4range_canonical,daterange_canonical,int8range_canonical}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_range'::regclass, attname => 'rngsubdiff'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{0.25714287}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{int4range_subdiff,int8range_subdiff,numrange_subdiff,daterange_subdiff,tsrange_subdiff,tstzrange_subdiff}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); SET default_tablespace = pg_global; -- -- Name: pg_replication_origin; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- CREATE TABLE pg_catalog.pg_replication_origin ( roident oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, roname text COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_replication_origin REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_replication_origin OWNER TO "SYSTEM"; -- -- Name: TABLE pg_replication_origin; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_replication_origin'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_replication_origin_status; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_replication_origin_status AS SELECT local_id, external_id, remote_lsn, local_lsn FROM pg_show_replication_origin_status() pg_show_replication_origin_status(local_id, external_id, remote_lsn, local_lsn); ALTER VIEW pg_catalog.pg_replication_origin_status OWNER TO "SYSTEM"; -- -- Name: VIEW pg_replication_origin_status; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_replication_origin_status'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_replication_slots; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_replication_slots AS SELECT l.slot_name, l.plugin, l.slot_type, l.datoid, d.datname AS database, l.temporary, l.active, l.active_pid, l.xmin, l.catalog_xmin, l.restart_lsn, l.confirmed_flush_lsn, l.wal_status, l.safe_wal_size, l.two_phase, l.conflict_reason, l.failover, l.synced FROM (pg_get_replication_slots() l(slot_name, plugin, slot_type, datoid, temporary, active, active_pid, xmin, catalog_xmin, restart_lsn, confirmed_flush_lsn, wal_status, safe_wal_size, two_phase, conflict_reason, failover, synced) LEFT JOIN pg_database d ON ((l.datoid = d.oid))); ALTER VIEW pg_catalog.pg_replication_slots OWNER TO "SYSTEM"; -- -- Name: VIEW pg_replication_slots; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_replication_slots'::regclass, -1::float4, 0::integer, 0::integer); SET default_tablespace = ''; -- -- Name: pg_rewrite; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_rewrite ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, rulename name, ev_class oid, ev_type "char", ev_enabled "char", is_instead boolean, ev_qual pg_node_tree COLLATE pg_catalog."C", ev_action pg_node_tree COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_rewrite REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_rewrite OWNER TO "SYSTEM"; -- -- Name: TABLE pg_rewrite; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_rewrite'::regclass, 145::float4, 14::integer, 14::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_rewrite'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{0.9944773}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{12003,12008,12013,12021,12026,12036,12041,12051,12056,12061,12071,12076,12084,12088,12098,12102,12108,12109,12113,12121,12125,12133,12137,12145,12150,12160,12164,12169,12178,12182,12191,12195,12204,12208,12212,12221,12225,12235,12239,12247,12252,12260,12265,12269,12278,12283,12292,12296,12304,12308,12318,12323,12328,12338,12343,12351,13891,13905,13909,13914,13924,13929,13939,13944,13954,13959,13969,13974,13979,13989,13993,14003,14008,14017,14022,14031,14036,14041,14050,14075,14085,14089,14099,14104,14109,14118,14123,14132,14137,14147,14152,14162,14167,14171,14179,14183,14192,14196,14205,14209,14219}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_rewrite'::regclass, attname => 'rulename'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 64::integer, stadistinct => 3::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9862069}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.9428397}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{_RETURN}'::text, stavalues2 => '{pg_settings_n,pg_settings_u}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_rewrite'::regclass, attname => 'ev_class'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.9862069::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.020689655}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.9944773}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{12104}'::text, stavalues2 => '{12000,12005,12010,12018,12023,12033,12038,12043,12053,12058,12068,12073,12077,12085,12090,12099,12110,12114,12122,12126,12134,12138,12147,12152,12157,12166,12170,12179,12183,12188,12196,12201,12209,12214,12218,12227,12232,12240,12244,12249,12257,12262,12271,12275,12285,12289,12293,12301,12305,12315,12320,12325,12335,12340,12348,13888,13897,13906,13911,13921,13926,13936,13941,13946,13956,13961,13971,13976,13981,13990,13995,14005,14009,14014,14023,14028,14038,14043,14047,14077,14082,14091,14096,14106,14111,14115,14124,14129,14139,14144,14149,14159,14164,14172,14176,14180,14189,14193,14202,14206,14216}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_rewrite'::regclass, attname => 'ev_type'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9862069,0.013793103}'::real[], stanumbers2 => '{0.9428476}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{1,2}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_rewrite'::regclass, attname => 'ev_enabled'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{O}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_rewrite'::regclass, attname => 'is_instead'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.99310344}'::real[], stanumbers2 => '{0.9989136}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_rewrite'::regclass, attname => 'ev_qual'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 5::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.99310344}'::real[], stanumbers2 => '{0.97094554}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{<>}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_rewrite'::regclass, attname => 'ev_action'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 603::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_roles; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_roles AS SELECT pg_authid.rolname, pg_authid.rolsuper, pg_authid.rolinherit, pg_authid.rolcreaterole, pg_authid.rolcreatedb, pg_authid.rolcanlogin, pg_authid.rolreplication, pg_authid.rolconnlimit, '********'::text AS rolpassword, pg_authid.rolvaliduntil, pg_authid.rolbypassrls, s.setconfig AS rolconfig, pg_authid.oid FROM (pg_authid LEFT JOIN pg_db_role_setting s ON (((pg_authid.oid = s.setrole) AND (s.setdatabase = (0)::oid)))); ALTER VIEW pg_catalog.pg_roles OWNER TO "SYSTEM"; -- -- Name: VIEW pg_roles; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_roles'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_rules; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_rules AS SELECT n.nspname AS schemaname, c.relname AS tablename, r.rulename, pg_get_ruledef(r.oid) AS definition FROM ((pg_rewrite r JOIN pg_class c ON ((c.oid = r.ev_class))) LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) WHERE (r.rulename <> '_RETURN'::name); ALTER VIEW pg_catalog.pg_rules OWNER TO "SYSTEM"; -- -- Name: VIEW pg_rules; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_rules'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_seclabel; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_seclabel ( objoid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, classoid oid CONSTRAINT pgdump_throwaway_notnull_1 NOT NULL NO INHERIT, objsubid integer CONSTRAINT pgdump_throwaway_notnull_2 NOT NULL NO INHERIT, provider text CONSTRAINT pgdump_throwaway_notnull_3 NOT NULL NO INHERIT COLLATE pg_catalog."C", label text COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_seclabel REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_seclabel OWNER TO "SYSTEM"; -- -- Name: TABLE pg_seclabel; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_seclabel'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_seclabels; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_seclabels AS SELECT l.objoid, l.classoid, l.objsubid, CASE WHEN (rel.relkind = ANY (ARRAY['r'::"char", 'p'::"char"])) THEN 'table'::text WHEN (rel.relkind = 'v'::"char") THEN 'view'::text WHEN (rel.relkind = 'm'::"char") THEN 'materialized view'::text WHEN (rel.relkind = 'S'::"char") THEN 'sequence'::text WHEN (rel.relkind = 'f'::"char") THEN 'foreign table'::text ELSE NULL::text END AS objtype, rel.relnamespace AS objnamespace, CASE WHEN pg_table_is_visible(rel.oid) THEN quote_ident((rel.relname)::text) ELSE ((quote_ident((nsp.nspname)::text) || '.'::text) || quote_ident((rel.relname)::text)) END AS objname, l.provider, l.label FROM ((pg_seclabel l JOIN pg_class rel ON (((l.classoid = rel.tableoid) AND (l.objoid = rel.oid)))) JOIN pg_namespace nsp ON ((rel.relnamespace = nsp.oid))) WHERE (l.objsubid = 0) UNION ALL SELECT l.objoid, l.classoid, l.objsubid, 'column'::text AS objtype, rel.relnamespace AS objnamespace, (( CASE WHEN pg_table_is_visible(rel.oid) THEN quote_ident((rel.relname)::text) ELSE ((quote_ident((nsp.nspname)::text) || '.'::text) || quote_ident((rel.relname)::text)) END || '.'::text) || (att.attname)::text) AS objname, l.provider, l.label FROM (((pg_seclabel l JOIN pg_class rel ON (((l.classoid = rel.tableoid) AND (l.objoid = rel.oid)))) JOIN pg_attribute att ON (((rel.oid = att.attrelid) AND (l.objsubid = att.attnum)))) JOIN pg_namespace nsp ON ((rel.relnamespace = nsp.oid))) WHERE (l.objsubid <> 0) UNION ALL SELECT l.objoid, l.classoid, l.objsubid, CASE pro.prokind WHEN 'a'::"char" THEN 'aggregate'::text WHEN 'f'::"char" THEN 'function'::text WHEN 'p'::"char" THEN 'procedure'::text WHEN 'w'::"char" THEN 'window'::text ELSE NULL::text END AS objtype, pro.pronamespace AS objnamespace, ((( CASE WHEN pg_function_is_visible(pro.oid) THEN quote_ident((pro.proname)::text) ELSE ((quote_ident((nsp.nspname)::text) || '.'::text) || quote_ident((pro.proname)::text)) END || '('::text) || pg_get_function_arguments(pro.oid)) || ')'::text) AS objname, l.provider, l.label FROM ((pg_seclabel l JOIN pg_proc pro ON (((l.classoid = pro.tableoid) AND (l.objoid = pro.oid)))) JOIN pg_namespace nsp ON ((pro.pronamespace = nsp.oid))) WHERE (l.objsubid = 0) UNION ALL SELECT l.objoid, l.classoid, l.objsubid, CASE WHEN (typ.typtype = 'd'::"char") THEN 'domain'::text ELSE 'type'::text END AS objtype, typ.typnamespace AS objnamespace, CASE WHEN pg_type_is_visible(typ.oid) THEN quote_ident((typ.typname)::text) ELSE ((quote_ident((nsp.nspname)::text) || '.'::text) || quote_ident((typ.typname)::text)) END AS objname, l.provider, l.label FROM ((pg_seclabel l JOIN pg_type typ ON (((l.classoid = typ.tableoid) AND (l.objoid = typ.oid)))) JOIN pg_namespace nsp ON ((typ.typnamespace = nsp.oid))) WHERE (l.objsubid = 0) UNION ALL SELECT l.objoid, l.classoid, l.objsubid, 'large object'::text AS objtype, NULL::oid AS objnamespace, (l.objoid)::text AS objname, l.provider, l.label FROM (pg_seclabel l JOIN pg_largeobject_metadata lom ON ((l.objoid = lom.oid))) WHERE ((l.classoid = ('pg_largeobject'::regclass)::oid) AND (l.objsubid = 0)) UNION ALL SELECT l.objoid, l.classoid, l.objsubid, 'language'::text AS objtype, NULL::oid AS objnamespace, quote_ident((lan.lanname)::text) AS objname, l.provider, l.label FROM (pg_seclabel l JOIN pg_language lan ON (((l.classoid = lan.tableoid) AND (l.objoid = lan.oid)))) WHERE (l.objsubid = 0) UNION ALL SELECT l.objoid, l.classoid, l.objsubid, 'schema'::text AS objtype, nsp.oid AS objnamespace, quote_ident((nsp.nspname)::text) AS objname, l.provider, l.label FROM (pg_seclabel l JOIN pg_namespace nsp ON (((l.classoid = nsp.tableoid) AND (l.objoid = nsp.oid)))) WHERE (l.objsubid = 0) UNION ALL SELECT l.objoid, l.classoid, l.objsubid, 'event trigger'::text AS objtype, NULL::oid AS objnamespace, quote_ident((evt.evtname)::text) AS objname, l.provider, l.label FROM (pg_seclabel l JOIN pg_event_trigger evt ON (((l.classoid = evt.tableoid) AND (l.objoid = evt.oid)))) WHERE (l.objsubid = 0) UNION ALL SELECT l.objoid, l.classoid, l.objsubid, 'publication'::text AS objtype, NULL::oid AS objnamespace, quote_ident((p.pubname)::text) AS objname, l.provider, l.label FROM (pg_seclabel l JOIN pg_publication p ON (((l.classoid = p.tableoid) AND (l.objoid = p.oid)))) WHERE (l.objsubid = 0) UNION ALL SELECT l.objoid, l.classoid, 0 AS objsubid, 'subscription'::text AS objtype, NULL::oid AS objnamespace, quote_ident((s.subname)::text) AS objname, l.provider, l.label FROM (pg_shseclabel l JOIN pg_subscription s ON (((l.classoid = s.tableoid) AND (l.objoid = s.oid)))) UNION ALL SELECT l.objoid, l.classoid, 0 AS objsubid, 'database'::text AS objtype, NULL::oid AS objnamespace, quote_ident((dat.datname)::text) AS objname, l.provider, l.label FROM (pg_shseclabel l JOIN pg_database dat ON (((l.classoid = dat.tableoid) AND (l.objoid = dat.oid)))) UNION ALL SELECT l.objoid, l.classoid, 0 AS objsubid, 'tablespace'::text AS objtype, NULL::oid AS objnamespace, quote_ident((spc.spcname)::text) AS objname, l.provider, l.label FROM (pg_shseclabel l JOIN pg_tablespace spc ON (((l.classoid = spc.tableoid) AND (l.objoid = spc.oid)))) UNION ALL SELECT l.objoid, l.classoid, 0 AS objsubid, 'role'::text AS objtype, NULL::oid AS objnamespace, quote_ident((rol.rolname)::text) AS objname, l.provider, l.label FROM (pg_shseclabel l JOIN pg_authid rol ON (((l.classoid = rol.tableoid) AND (l.objoid = rol.oid)))); ALTER VIEW pg_catalog.pg_seclabels OWNER TO "SYSTEM"; -- -- Name: VIEW pg_seclabels; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_seclabels'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_sequence; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_sequence ( seqrelid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, seqtypid oid, seqstart bigint, seqincrement bigint, seqmax bigint, seqmin bigint, seqcache bigint, seqcycle boolean ); ALTER TABLE ONLY pg_catalog.pg_sequence REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_sequence OWNER TO "SYSTEM"; -- -- Name: TABLE pg_sequence; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_sequence'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_sequences; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_sequences AS SELECT n.nspname AS schemaname, c.relname AS sequencename, pg_get_userbyid(c.relowner) AS sequenceowner, (s.seqtypid)::regtype AS data_type, s.seqstart AS start_value, s.seqmin AS min_value, s.seqmax AS max_value, s.seqincrement AS increment_by, s.seqcycle AS cycle, s.seqcache AS cache_size, CASE WHEN has_sequence_privilege(c.oid, 'SELECT,USAGE'::text) THEN pg_sequence_last_value((c.oid)::regclass) ELSE NULL::bigint END AS last_value FROM ((pg_sequence s JOIN pg_class c ON ((c.oid = s.seqrelid))) LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) WHERE ((NOT pg_is_other_temp_schema(n.oid)) AND (c.relkind = 'S'::"char")); ALTER VIEW pg_catalog.pg_sequences OWNER TO "SYSTEM"; -- -- Name: VIEW pg_sequences; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_sequences'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_settings; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_settings AS SELECT name, setting, unit, category, short_desc, extra_desc, context, vartype, source, min_val, max_val, enumvals, boot_val, reset_val, sourcefile, sourceline, pending_restart FROM pg_show_all_settings() a(name, setting, unit, category, short_desc, extra_desc, context, vartype, source, min_val, max_val, enumvals, boot_val, reset_val, sourcefile, sourceline, pending_restart); ALTER VIEW pg_catalog.pg_settings OWNER TO "SYSTEM"; -- -- Name: VIEW pg_settings; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_settings'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_shadow; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_shadow AS SELECT pg_authid.rolname AS usename, pg_authid.oid AS usesysid, pg_authid.rolcreatedb AS usecreatedb, pg_authid.rolsuper AS usesuper, pg_authid.rolreplication AS userepl, pg_authid.rolbypassrls AS usebypassrls, pg_authid.rolpassword AS passwd, pg_authid.rolvaliduntil AS valuntil, s.setconfig AS useconfig FROM (pg_authid LEFT JOIN pg_db_role_setting s ON (((pg_authid.oid = s.setrole) AND (s.setdatabase = (0)::oid)))) WHERE pg_authid.rolcanlogin; ALTER VIEW pg_catalog.pg_shadow OWNER TO "SYSTEM"; -- -- Name: VIEW pg_shadow; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_shadow'::regclass, -1::float4, 0::integer, 0::integer); SET default_tablespace = pg_global; -- -- Name: pg_shdepend; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- CREATE TABLE pg_catalog.pg_shdepend ( dbid oid, classid oid, objid oid, objsubid integer, refclassid oid, refobjid oid, deptype "char" ); ALTER TABLE ONLY pg_catalog.pg_shdepend REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_shdepend OWNER TO "SYSTEM"; -- -- Name: TABLE pg_shdepend; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_shdepend'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_shdescription; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- CREATE TABLE pg_catalog.pg_shdescription ( objoid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, classoid oid CONSTRAINT pgdump_throwaway_notnull_1 NOT NULL NO INHERIT, description text COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_shdescription REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_shdescription OWNER TO "SYSTEM"; -- -- Name: TABLE pg_shdescription; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_shdescription'::regclass, 1::float4, 1::integer, 1::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_shdescription'::regclass, attname => 'objoid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_shdescription'::regclass, attname => 'classoid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_shdescription'::regclass, attname => 'description'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 35::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_shmem_allocations; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_shmem_allocations AS SELECT name, off, size, allocated_size FROM pg_get_shmem_allocations() pg_get_shmem_allocations(name, off, size, allocated_size); ALTER VIEW pg_catalog.pg_shmem_allocations OWNER TO "SYSTEM"; -- -- Name: VIEW pg_shmem_allocations; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_shmem_allocations'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_shseclabel; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- CREATE TABLE pg_catalog.pg_shseclabel ( objoid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, classoid oid CONSTRAINT pgdump_throwaway_notnull_1 NOT NULL NO INHERIT, provider text CONSTRAINT pgdump_throwaway_notnull_2 NOT NULL NO INHERIT COLLATE pg_catalog."C", label text COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_shseclabel REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_shseclabel OWNER TO "SYSTEM"; -- -- Name: TABLE pg_shseclabel; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_shseclabel'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_stat_activity; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_activity AS SELECT s.datid, d.datname, s.pid, s.leader_pid, s.usesysid, u.rolname AS usename, s.application_name, s.client_addr, s.client_hostname, s.client_port, s.backend_start, s.xact_start, s.query_start, s.state_change, s.wait_event_type, s.wait_event, s.state, s.backend_xid, s.backend_xmin, s.query_id, s.query, s.backend_type FROM ((pg_stat_get_activity(NULL::integer) s(datid, pid, usesysid, application_name, state, query, wait_event_type, wait_event, xact_start, query_start, backend_start, state_change, client_addr, client_hostname, client_port, backend_xid, backend_xmin, backend_type, ssl, sslversion, sslcipher, sslbits, ssl_client_dn, ssl_client_serial, ssl_issuer_dn, gss_auth, gss_princ, gss_enc, gss_delegation, leader_pid, query_id) LEFT JOIN pg_database d ON ((s.datid = d.oid))) LEFT JOIN pg_authid u ON ((s.usesysid = u.oid))); ALTER VIEW pg_catalog.pg_stat_activity OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_activity; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_activity'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_all_indexes; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_all_indexes AS SELECT c.oid AS relid, i.oid AS indexrelid, n.nspname AS schemaname, c.relname, i.relname AS indexrelname, pg_stat_get_numscans(i.oid) AS idx_scan, pg_stat_get_lastscan(i.oid) AS last_idx_scan, pg_stat_get_tuples_returned(i.oid) AS idx_tup_read, pg_stat_get_tuples_fetched(i.oid) AS idx_tup_fetch FROM (((pg_class c JOIN pg_index x ON ((c.oid = x.indrelid))) JOIN pg_class i ON ((i.oid = x.indexrelid))) LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) WHERE (c.relkind = ANY (ARRAY['r'::"char", 't'::"char", 'm'::"char"])); ALTER VIEW pg_catalog.pg_stat_all_indexes OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_all_indexes; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_all_indexes'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_all_tables; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_all_tables AS SELECT c.oid AS relid, n.nspname AS schemaname, c.relname, pg_stat_get_numscans(c.oid) AS seq_scan, pg_stat_get_lastscan(c.oid) AS last_seq_scan, pg_stat_get_tuples_returned(c.oid) AS seq_tup_read, (sum(pg_stat_get_numscans(i.indexrelid)))::bigint AS idx_scan, max(pg_stat_get_lastscan(i.indexrelid)) AS last_idx_scan, ((sum(pg_stat_get_tuples_fetched(i.indexrelid)))::bigint + pg_stat_get_tuples_fetched(c.oid)) AS idx_tup_fetch, pg_stat_get_tuples_inserted(c.oid) AS n_tup_ins, pg_stat_get_tuples_updated(c.oid) AS n_tup_upd, pg_stat_get_tuples_deleted(c.oid) AS n_tup_del, pg_stat_get_tuples_hot_updated(c.oid) AS n_tup_hot_upd, pg_stat_get_tuples_newpage_updated(c.oid) AS n_tup_newpage_upd, pg_stat_get_live_tuples(c.oid) AS n_live_tup, pg_stat_get_dead_tuples(c.oid) AS n_dead_tup, pg_stat_get_mod_since_analyze(c.oid) AS n_mod_since_analyze, pg_stat_get_ins_since_vacuum(c.oid) AS n_ins_since_vacuum, pg_stat_get_last_vacuum_time(c.oid) AS last_vacuum, pg_stat_get_last_autovacuum_time(c.oid) AS last_autovacuum, pg_stat_get_last_analyze_time(c.oid) AS last_analyze, pg_stat_get_last_autoanalyze_time(c.oid) AS last_autoanalyze, pg_stat_get_vacuum_count(c.oid) AS vacuum_count, pg_stat_get_autovacuum_count(c.oid) AS autovacuum_count, pg_stat_get_analyze_count(c.oid) AS analyze_count, pg_stat_get_autoanalyze_count(c.oid) AS autoanalyze_count FROM ((pg_class c LEFT JOIN pg_index i ON ((c.oid = i.indrelid))) LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) WHERE (c.relkind = ANY (ARRAY['r'::"char", 't'::"char", 'm'::"char", 'p'::"char"])) GROUP BY c.oid, n.nspname, c.relname; ALTER VIEW pg_catalog.pg_stat_all_tables OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_all_tables; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_all_tables'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_archiver; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_archiver AS SELECT archived_count, last_archived_wal, last_archived_time, failed_count, last_failed_wal, last_failed_time, stats_reset FROM pg_stat_get_archiver() s(archived_count, last_archived_wal, last_archived_time, failed_count, last_failed_wal, last_failed_time, stats_reset); ALTER VIEW pg_catalog.pg_stat_archiver OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_archiver; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_archiver'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_bgwriter; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_bgwriter AS SELECT pg_stat_get_bgwriter_buf_written_clean() AS buffers_clean, pg_stat_get_bgwriter_maxwritten_clean() AS maxwritten_clean, pg_stat_get_buf_alloc() AS buffers_alloc, pg_stat_get_bgwriter_stat_reset_time() AS stats_reset; ALTER VIEW pg_catalog.pg_stat_bgwriter OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_bgwriter; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_bgwriter'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_checkpointer; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_checkpointer AS SELECT pg_stat_get_checkpointer_num_timed() AS num_timed, pg_stat_get_checkpointer_num_requested() AS num_requested, pg_stat_get_checkpointer_restartpoints_timed() AS restartpoints_timed, pg_stat_get_checkpointer_restartpoints_requested() AS restartpoints_req, pg_stat_get_checkpointer_restartpoints_performed() AS restartpoints_done, pg_stat_get_checkpointer_write_time() AS write_time, pg_stat_get_checkpointer_sync_time() AS sync_time, pg_stat_get_checkpointer_buffers_written() AS buffers_written, pg_stat_get_checkpointer_stat_reset_time() AS stats_reset; ALTER VIEW pg_catalog.pg_stat_checkpointer OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_checkpointer; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_checkpointer'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_database; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_database AS SELECT oid AS datid, datname, CASE WHEN (oid = (0)::oid) THEN 0 ELSE pg_stat_get_db_numbackends(oid) END AS numbackends, pg_stat_get_db_xact_commit(oid) AS xact_commit, pg_stat_get_db_xact_rollback(oid) AS xact_rollback, (pg_stat_get_db_blocks_fetched(oid) - pg_stat_get_db_blocks_hit(oid)) AS blks_read, pg_stat_get_db_blocks_hit(oid) AS blks_hit, pg_stat_get_db_tuples_returned(oid) AS tup_returned, pg_stat_get_db_tuples_fetched(oid) AS tup_fetched, pg_stat_get_db_tuples_inserted(oid) AS tup_inserted, pg_stat_get_db_tuples_updated(oid) AS tup_updated, pg_stat_get_db_tuples_deleted(oid) AS tup_deleted, pg_stat_get_db_conflict_all(oid) AS conflicts, pg_stat_get_db_temp_files(oid) AS temp_files, pg_stat_get_db_temp_bytes(oid) AS temp_bytes, pg_stat_get_db_deadlocks(oid) AS deadlocks, pg_stat_get_db_checksum_failures(oid) AS checksum_failures, pg_stat_get_db_checksum_last_failure(oid) AS checksum_last_failure, pg_stat_get_db_blk_read_time(oid) AS blk_read_time, pg_stat_get_db_blk_write_time(oid) AS blk_write_time, pg_stat_get_db_session_time(oid) AS session_time, pg_stat_get_db_active_time(oid) AS active_time, pg_stat_get_db_idle_in_transaction_time(oid) AS idle_in_transaction_time, pg_stat_get_db_sessions(oid) AS sessions, pg_stat_get_db_sessions_abandoned(oid) AS sessions_abandoned, pg_stat_get_db_sessions_fatal(oid) AS sessions_fatal, pg_stat_get_db_sessions_killed(oid) AS sessions_killed, pg_stat_get_db_stat_reset_time(oid) AS stats_reset FROM ( SELECT 0 AS oid, NULL::name AS datname UNION ALL SELECT pg_database.oid, pg_database.datname FROM pg_database) d; ALTER VIEW pg_catalog.pg_stat_database OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_database; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_database'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_database_conflicts; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_database_conflicts AS SELECT oid AS datid, datname, pg_stat_get_db_conflict_tablespace(oid) AS confl_tablespace, pg_stat_get_db_conflict_lock(oid) AS confl_lock, pg_stat_get_db_conflict_snapshot(oid) AS confl_snapshot, pg_stat_get_db_conflict_bufferpin(oid) AS confl_bufferpin, pg_stat_get_db_conflict_startup_deadlock(oid) AS confl_deadlock, pg_stat_get_db_conflict_logicalslot(oid) AS confl_active_logicalslot FROM pg_database d; ALTER VIEW pg_catalog.pg_stat_database_conflicts OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_database_conflicts; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_database_conflicts'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_gssapi; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_gssapi AS SELECT pid, gss_auth AS gss_authenticated, gss_princ AS principal, gss_enc AS encrypted, gss_delegation AS credentials_delegated FROM pg_stat_get_activity(NULL::integer) s(datid, pid, usesysid, application_name, state, query, wait_event_type, wait_event, xact_start, query_start, backend_start, state_change, client_addr, client_hostname, client_port, backend_xid, backend_xmin, backend_type, ssl, sslversion, sslcipher, sslbits, ssl_client_dn, ssl_client_serial, ssl_issuer_dn, gss_auth, gss_princ, gss_enc, gss_delegation, leader_pid, query_id) WHERE (client_port IS NOT NULL); ALTER VIEW pg_catalog.pg_stat_gssapi OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_gssapi; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_gssapi'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_io; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_io AS SELECT backend_type, object, context, reads, read_time, writes, write_time, writebacks, writeback_time, extends, extend_time, op_bytes, hits, evictions, reuses, fsyncs, fsync_time, stats_reset FROM pg_stat_get_io() b(backend_type, object, context, reads, read_time, writes, write_time, writebacks, writeback_time, extends, extend_time, op_bytes, hits, evictions, reuses, fsyncs, fsync_time, stats_reset); ALTER VIEW pg_catalog.pg_stat_io OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_io; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_io'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_progress_analyze; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_progress_analyze AS SELECT s.pid, s.datid, d.datname, s.relid, CASE s.param1 WHEN 0 THEN 'initializing'::text WHEN 1 THEN 'acquiring sample rows'::text WHEN 2 THEN 'acquiring inherited sample rows'::text WHEN 3 THEN 'computing statistics'::text WHEN 4 THEN 'computing extended statistics'::text WHEN 5 THEN 'finalizing analyze'::text ELSE NULL::text END AS phase, s.param2 AS sample_blks_total, s.param3 AS sample_blks_scanned, s.param4 AS ext_stats_total, s.param5 AS ext_stats_computed, s.param6 AS child_tables_total, s.param7 AS child_tables_done, (s.param8)::oid AS current_child_table_relid FROM (pg_stat_get_progress_info('ANALYZE'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, param6, param7, param8, param9, param10, param11, param12, param13, param14, param15, param16, param17, param18, param19, param20) LEFT JOIN pg_database d ON ((s.datid = d.oid))); ALTER VIEW pg_catalog.pg_stat_progress_analyze OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_progress_analyze; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_progress_analyze'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_progress_basebackup; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_progress_basebackup AS SELECT pid, CASE param1 WHEN 0 THEN 'initializing'::text WHEN 1 THEN 'waiting for checkpoint to finish'::text WHEN 2 THEN 'estimating backup size'::text WHEN 3 THEN 'streaming database files'::text WHEN 4 THEN 'waiting for wal archiving to finish'::text WHEN 5 THEN 'transferring wal files'::text ELSE NULL::text END AS phase, CASE param2 WHEN '-1'::integer THEN NULL::bigint ELSE param2 END AS backup_total, param3 AS backup_streamed, param4 AS tablespaces_total, param5 AS tablespaces_streamed FROM pg_stat_get_progress_info('BASEBACKUP'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, param6, param7, param8, param9, param10, param11, param12, param13, param14, param15, param16, param17, param18, param19, param20); ALTER VIEW pg_catalog.pg_stat_progress_basebackup OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_progress_basebackup; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_progress_basebackup'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_progress_cluster; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_progress_cluster AS SELECT s.pid, s.datid, d.datname, s.relid, CASE s.param1 WHEN 1 THEN 'CLUSTER'::text WHEN 2 THEN 'VACUUM FULL'::text ELSE NULL::text END AS command, CASE s.param2 WHEN 0 THEN 'initializing'::text WHEN 1 THEN 'seq scanning heap'::text WHEN 2 THEN 'index scanning heap'::text WHEN 3 THEN 'sorting tuples'::text WHEN 4 THEN 'writing new heap'::text WHEN 5 THEN 'swapping relation files'::text WHEN 6 THEN 'rebuilding index'::text WHEN 7 THEN 'performing final cleanup'::text ELSE NULL::text END AS phase, (s.param3)::oid AS cluster_index_relid, s.param4 AS heap_tuples_scanned, s.param5 AS heap_tuples_written, s.param6 AS heap_blks_total, s.param7 AS heap_blks_scanned, s.param8 AS index_rebuild_count FROM (pg_stat_get_progress_info('CLUSTER'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, param6, param7, param8, param9, param10, param11, param12, param13, param14, param15, param16, param17, param18, param19, param20) LEFT JOIN pg_database d ON ((s.datid = d.oid))); ALTER VIEW pg_catalog.pg_stat_progress_cluster OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_progress_cluster; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_progress_cluster'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_progress_copy; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_progress_copy AS SELECT s.pid, s.datid, d.datname, s.relid, CASE s.param5 WHEN 1 THEN 'COPY FROM'::text WHEN 2 THEN 'COPY TO'::text ELSE NULL::text END AS command, CASE s.param6 WHEN 1 THEN 'FILE'::text WHEN 2 THEN 'PROGRAM'::text WHEN 3 THEN 'PIPE'::text WHEN 4 THEN 'CALLBACK'::text ELSE NULL::text END AS type, s.param1 AS bytes_processed, s.param2 AS bytes_total, s.param3 AS tuples_processed, s.param4 AS tuples_excluded, s.param7 AS tuples_skipped FROM (pg_stat_get_progress_info('COPY'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, param6, param7, param8, param9, param10, param11, param12, param13, param14, param15, param16, param17, param18, param19, param20) LEFT JOIN pg_database d ON ((s.datid = d.oid))); ALTER VIEW pg_catalog.pg_stat_progress_copy OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_progress_copy; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_progress_copy'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_progress_create_index; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_progress_create_index AS SELECT s.pid, s.datid, d.datname, s.relid, (s.param7)::oid AS index_relid, CASE s.param1 WHEN 1 THEN 'CREATE INDEX'::text WHEN 2 THEN 'CREATE INDEX CONCURRENTLY'::text WHEN 3 THEN 'REINDEX'::text WHEN 4 THEN 'REINDEX CONCURRENTLY'::text ELSE NULL::text END AS command, CASE s.param10 WHEN 0 THEN 'initializing'::text WHEN 1 THEN 'waiting for writers before build'::text WHEN 2 THEN ('building index'::text || COALESCE((': '::text || pg_indexam_progress_phasename((s.param9)::oid, s.param11)), ''::text)) WHEN 3 THEN 'waiting for writers before validation'::text WHEN 4 THEN 'index validation: scanning index'::text WHEN 5 THEN 'index validation: sorting tuples'::text WHEN 6 THEN 'index validation: scanning table'::text WHEN 7 THEN 'waiting for old snapshots'::text WHEN 8 THEN 'waiting for readers before marking dead'::text WHEN 9 THEN 'waiting for readers before dropping'::text ELSE NULL::text END AS phase, s.param4 AS lockers_total, s.param5 AS lockers_done, s.param6 AS current_locker_pid, s.param16 AS blocks_total, s.param17 AS blocks_done, s.param12 AS tuples_total, s.param13 AS tuples_done, s.param14 AS partitions_total, s.param15 AS partitions_done FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, param6, param7, param8, param9, param10, param11, param12, param13, param14, param15, param16, param17, param18, param19, param20) LEFT JOIN pg_database d ON ((s.datid = d.oid))); ALTER VIEW pg_catalog.pg_stat_progress_create_index OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_progress_create_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_progress_create_index'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_progress_vacuum; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_progress_vacuum AS SELECT s.pid, s.datid, d.datname, s.relid, CASE s.param1 WHEN 0 THEN 'initializing'::text WHEN 1 THEN 'scanning heap'::text WHEN 2 THEN 'vacuuming indexes'::text WHEN 3 THEN 'vacuuming heap'::text WHEN 4 THEN 'cleaning up indexes'::text WHEN 5 THEN 'truncating heap'::text WHEN 6 THEN 'performing final cleanup'::text ELSE NULL::text END AS phase, s.param2 AS heap_blks_total, s.param3 AS heap_blks_scanned, s.param4 AS heap_blks_vacuumed, s.param5 AS index_vacuum_count, s.param6 AS max_dead_tuples, s.param7 AS num_dead_tuples, s.param8 AS indexes_total, s.param9 AS indexes_processed FROM (pg_stat_get_progress_info('VACUUM'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, param6, param7, param8, param9, param10, param11, param12, param13, param14, param15, param16, param17, param18, param19, param20) LEFT JOIN pg_database d ON ((s.datid = d.oid))); ALTER VIEW pg_catalog.pg_stat_progress_vacuum OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_progress_vacuum; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_progress_vacuum'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_recovery_prefetch; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_recovery_prefetch AS SELECT stats_reset, prefetch, hit, skip_init, skip_new, skip_fpw, skip_rep, wal_distance, block_distance, io_depth FROM pg_stat_get_recovery_prefetch() s(stats_reset, prefetch, hit, skip_init, skip_new, skip_fpw, skip_rep, wal_distance, block_distance, io_depth); ALTER VIEW pg_catalog.pg_stat_recovery_prefetch OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_recovery_prefetch; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_recovery_prefetch'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_replication; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_replication AS SELECT s.pid, s.usesysid, u.rolname AS usename, s.application_name, s.client_addr, s.client_hostname, s.client_port, s.backend_start, s.backend_xmin, w.state, w.sent_lsn, w.write_lsn, w.flush_lsn, w.replay_lsn, w.write_lag, w.flush_lag, w.replay_lag, w.sync_priority, w.sync_state, w.reply_time FROM ((pg_stat_get_activity(NULL::integer) s(datid, pid, usesysid, application_name, state, query, wait_event_type, wait_event, xact_start, query_start, backend_start, state_change, client_addr, client_hostname, client_port, backend_xid, backend_xmin, backend_type, ssl, sslversion, sslcipher, sslbits, ssl_client_dn, ssl_client_serial, ssl_issuer_dn, gss_auth, gss_princ, gss_enc, gss_delegation, leader_pid, query_id) JOIN pg_stat_get_wal_senders() w(pid, state, sent_lsn, write_lsn, flush_lsn, replay_lsn, write_lag, flush_lag, replay_lag, sync_priority, sync_state, reply_time) ON ((s.pid = w.pid))) LEFT JOIN pg_authid u ON ((s.usesysid = u.oid))); ALTER VIEW pg_catalog.pg_stat_replication OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_replication; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_replication'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_replication_slots; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_replication_slots AS SELECT s.slot_name, s.spill_txns, s.spill_count, s.spill_bytes, s.stream_txns, s.stream_count, s.stream_bytes, s.total_txns, s.total_bytes, s.stats_reset FROM pg_replication_slots r, LATERAL pg_stat_get_replication_slot((r.slot_name)::text) s(slot_name, spill_txns, spill_count, spill_bytes, stream_txns, stream_count, stream_bytes, total_txns, total_bytes, stats_reset) WHERE (r.datoid IS NOT NULL); ALTER VIEW pg_catalog.pg_stat_replication_slots OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_replication_slots; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_replication_slots'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_slru; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_slru AS SELECT name, blks_zeroed, blks_hit, blks_read, blks_written, blks_exists, flushes, truncates, stats_reset FROM pg_stat_get_slru() s(name, blks_zeroed, blks_hit, blks_read, blks_written, blks_exists, flushes, truncates, stats_reset); ALTER VIEW pg_catalog.pg_stat_slru OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_slru; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_slru'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_ssl; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_ssl AS SELECT pid, ssl, sslversion AS version, sslcipher AS cipher, sslbits AS bits, ssl_client_dn AS client_dn, ssl_client_serial AS client_serial, ssl_issuer_dn AS issuer_dn FROM pg_stat_get_activity(NULL::integer) s(datid, pid, usesysid, application_name, state, query, wait_event_type, wait_event, xact_start, query_start, backend_start, state_change, client_addr, client_hostname, client_port, backend_xid, backend_xmin, backend_type, ssl, sslversion, sslcipher, sslbits, ssl_client_dn, ssl_client_serial, ssl_issuer_dn, gss_auth, gss_princ, gss_enc, gss_delegation, leader_pid, query_id) WHERE (client_port IS NOT NULL); ALTER VIEW pg_catalog.pg_stat_ssl OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_ssl; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_ssl'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_subscription; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_subscription AS SELECT su.oid AS subid, su.subname, st.worker_type, st.pid, st.leader_pid, st.relid, st.received_lsn, st.last_msg_send_time, st.last_msg_receipt_time, st.latest_end_lsn, st.latest_end_time FROM (pg_subscription su LEFT JOIN pg_stat_get_subscription(NULL::oid) st(subid, relid, pid, leader_pid, received_lsn, last_msg_send_time, last_msg_receipt_time, latest_end_lsn, latest_end_time, worker_type) ON ((st.subid = su.oid))); ALTER VIEW pg_catalog.pg_stat_subscription OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_subscription; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_subscription'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_subscription_stats; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_subscription_stats AS SELECT ss.subid, s.subname, ss.apply_error_count, ss.sync_error_count, ss.stats_reset FROM pg_subscription s, LATERAL pg_stat_get_subscription_stats(s.oid) ss(subid, apply_error_count, sync_error_count, stats_reset); ALTER VIEW pg_catalog.pg_stat_subscription_stats OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_subscription_stats; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_subscription_stats'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_sys_indexes; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_sys_indexes AS SELECT relid, indexrelid, schemaname, relname, indexrelname, idx_scan, last_idx_scan, idx_tup_read, idx_tup_fetch FROM pg_stat_all_indexes WHERE ((schemaname = ANY (ARRAY['pg_catalog'::name, 'information_schema'::name])) OR (schemaname ~ '^pg_toast'::text)); ALTER VIEW pg_catalog.pg_stat_sys_indexes OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_sys_indexes; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_sys_indexes'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_sys_tables; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_sys_tables AS SELECT relid, schemaname, relname, seq_scan, last_seq_scan, seq_tup_read, idx_scan, last_idx_scan, idx_tup_fetch, n_tup_ins, n_tup_upd, n_tup_del, n_tup_hot_upd, n_tup_newpage_upd, n_live_tup, n_dead_tup, n_mod_since_analyze, n_ins_since_vacuum, last_vacuum, last_autovacuum, last_analyze, last_autoanalyze, vacuum_count, autovacuum_count, analyze_count, autoanalyze_count FROM pg_stat_all_tables WHERE ((schemaname = ANY (ARRAY['pg_catalog'::name, 'information_schema'::name])) OR (schemaname ~ '^pg_toast'::text)); ALTER VIEW pg_catalog.pg_stat_sys_tables OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_sys_tables; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_sys_tables'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_user_functions; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_user_functions AS SELECT p.oid AS funcid, n.nspname AS schemaname, p.proname AS funcname, pg_stat_get_function_calls(p.oid) AS calls, pg_stat_get_function_total_time(p.oid) AS total_time, pg_stat_get_function_self_time(p.oid) AS self_time FROM (pg_proc p LEFT JOIN pg_namespace n ON ((n.oid = p.pronamespace))) WHERE ((p.prolang <> (12)::oid) AND (pg_stat_get_function_calls(p.oid) IS NOT NULL)); ALTER VIEW pg_catalog.pg_stat_user_functions OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_user_functions; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_user_functions'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_user_indexes; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_user_indexes AS SELECT relid, indexrelid, schemaname, relname, indexrelname, idx_scan, last_idx_scan, idx_tup_read, idx_tup_fetch FROM pg_stat_all_indexes WHERE ((schemaname <> ALL (ARRAY['pg_catalog'::name, 'information_schema'::name])) AND (schemaname !~ '^pg_toast'::text)); ALTER VIEW pg_catalog.pg_stat_user_indexes OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_user_indexes; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_user_indexes'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_user_tables; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_user_tables AS SELECT relid, schemaname, relname, seq_scan, last_seq_scan, seq_tup_read, idx_scan, last_idx_scan, idx_tup_fetch, n_tup_ins, n_tup_upd, n_tup_del, n_tup_hot_upd, n_tup_newpage_upd, n_live_tup, n_dead_tup, n_mod_since_analyze, n_ins_since_vacuum, last_vacuum, last_autovacuum, last_analyze, last_autoanalyze, vacuum_count, autovacuum_count, analyze_count, autoanalyze_count FROM pg_stat_all_tables WHERE ((schemaname <> ALL (ARRAY['pg_catalog'::name, 'information_schema'::name])) AND (schemaname !~ '^pg_toast'::text)); ALTER VIEW pg_catalog.pg_stat_user_tables OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_user_tables; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_user_tables'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_wal; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_wal AS SELECT wal_records, wal_fpi, wal_bytes, wal_buffers_full, wal_write, wal_sync, wal_write_time, wal_sync_time, stats_reset FROM pg_stat_get_wal() w(wal_records, wal_fpi, wal_bytes, wal_buffers_full, wal_write, wal_sync, wal_write_time, wal_sync_time, stats_reset); ALTER VIEW pg_catalog.pg_stat_wal OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_wal; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_wal'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_wal_receiver; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_wal_receiver AS SELECT pid, status, receive_start_lsn, receive_start_tli, written_lsn, flushed_lsn, received_tli, last_msg_send_time, last_msg_receipt_time, latest_end_lsn, latest_end_time, slot_name, sender_host, sender_port, conninfo FROM pg_stat_get_wal_receiver() s(pid, status, receive_start_lsn, receive_start_tli, written_lsn, flushed_lsn, received_tli, last_msg_send_time, last_msg_receipt_time, latest_end_lsn, latest_end_time, slot_name, sender_host, sender_port, conninfo) WHERE (pid IS NOT NULL); ALTER VIEW pg_catalog.pg_stat_wal_receiver OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_wal_receiver; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_wal_receiver'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_xact_all_tables; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_xact_all_tables AS SELECT c.oid AS relid, n.nspname AS schemaname, c.relname, pg_stat_get_xact_numscans(c.oid) AS seq_scan, pg_stat_get_xact_tuples_returned(c.oid) AS seq_tup_read, (sum(pg_stat_get_xact_numscans(i.indexrelid)))::bigint AS idx_scan, ((sum(pg_stat_get_xact_tuples_fetched(i.indexrelid)))::bigint + pg_stat_get_xact_tuples_fetched(c.oid)) AS idx_tup_fetch, pg_stat_get_xact_tuples_inserted(c.oid) AS n_tup_ins, pg_stat_get_xact_tuples_updated(c.oid) AS n_tup_upd, pg_stat_get_xact_tuples_deleted(c.oid) AS n_tup_del, pg_stat_get_xact_tuples_hot_updated(c.oid) AS n_tup_hot_upd, pg_stat_get_xact_tuples_newpage_updated(c.oid) AS n_tup_newpage_upd FROM ((pg_class c LEFT JOIN pg_index i ON ((c.oid = i.indrelid))) LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) WHERE (c.relkind = ANY (ARRAY['r'::"char", 't'::"char", 'm'::"char", 'p'::"char"])) GROUP BY c.oid, n.nspname, c.relname; ALTER VIEW pg_catalog.pg_stat_xact_all_tables OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_xact_all_tables; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_xact_all_tables'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_xact_sys_tables; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_xact_sys_tables AS SELECT relid, schemaname, relname, seq_scan, seq_tup_read, idx_scan, idx_tup_fetch, n_tup_ins, n_tup_upd, n_tup_del, n_tup_hot_upd, n_tup_newpage_upd FROM pg_stat_xact_all_tables WHERE ((schemaname = ANY (ARRAY['pg_catalog'::name, 'information_schema'::name])) OR (schemaname ~ '^pg_toast'::text)); ALTER VIEW pg_catalog.pg_stat_xact_sys_tables OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_xact_sys_tables; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_xact_sys_tables'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_xact_user_functions; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_xact_user_functions AS SELECT p.oid AS funcid, n.nspname AS schemaname, p.proname AS funcname, pg_stat_get_xact_function_calls(p.oid) AS calls, pg_stat_get_xact_function_total_time(p.oid) AS total_time, pg_stat_get_xact_function_self_time(p.oid) AS self_time FROM (pg_proc p LEFT JOIN pg_namespace n ON ((n.oid = p.pronamespace))) WHERE ((p.prolang <> (12)::oid) AND (pg_stat_get_xact_function_calls(p.oid) IS NOT NULL)); ALTER VIEW pg_catalog.pg_stat_xact_user_functions OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_xact_user_functions; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_xact_user_functions'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stat_xact_user_tables; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stat_xact_user_tables AS SELECT relid, schemaname, relname, seq_scan, seq_tup_read, idx_scan, idx_tup_fetch, n_tup_ins, n_tup_upd, n_tup_del, n_tup_hot_upd, n_tup_newpage_upd FROM pg_stat_xact_all_tables WHERE ((schemaname <> ALL (ARRAY['pg_catalog'::name, 'information_schema'::name])) AND (schemaname !~ '^pg_toast'::text)); ALTER VIEW pg_catalog.pg_stat_xact_user_tables OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stat_xact_user_tables; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stat_xact_user_tables'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_statio_all_indexes; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_statio_all_indexes AS SELECT c.oid AS relid, i.oid AS indexrelid, n.nspname AS schemaname, c.relname, i.relname AS indexrelname, (pg_stat_get_blocks_fetched(i.oid) - pg_stat_get_blocks_hit(i.oid)) AS idx_blks_read, pg_stat_get_blocks_hit(i.oid) AS idx_blks_hit FROM (((pg_class c JOIN pg_index x ON ((c.oid = x.indrelid))) JOIN pg_class i ON ((i.oid = x.indexrelid))) LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) WHERE (c.relkind = ANY (ARRAY['r'::"char", 't'::"char", 'm'::"char"])); ALTER VIEW pg_catalog.pg_statio_all_indexes OWNER TO "SYSTEM"; -- -- Name: VIEW pg_statio_all_indexes; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_statio_all_indexes'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_statio_all_sequences; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_statio_all_sequences AS SELECT c.oid AS relid, n.nspname AS schemaname, c.relname, (pg_stat_get_blocks_fetched(c.oid) - pg_stat_get_blocks_hit(c.oid)) AS blks_read, pg_stat_get_blocks_hit(c.oid) AS blks_hit FROM (pg_class c LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) WHERE (c.relkind = 'S'::"char"); ALTER VIEW pg_catalog.pg_statio_all_sequences OWNER TO "SYSTEM"; -- -- Name: VIEW pg_statio_all_sequences; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_statio_all_sequences'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_statio_all_tables; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_statio_all_tables AS SELECT c.oid AS relid, n.nspname AS schemaname, c.relname, (pg_stat_get_blocks_fetched(c.oid) - pg_stat_get_blocks_hit(c.oid)) AS heap_blks_read, pg_stat_get_blocks_hit(c.oid) AS heap_blks_hit, i.idx_blks_read, i.idx_blks_hit, (pg_stat_get_blocks_fetched(t.oid) - pg_stat_get_blocks_hit(t.oid)) AS toast_blks_read, pg_stat_get_blocks_hit(t.oid) AS toast_blks_hit, x.idx_blks_read AS tidx_blks_read, x.idx_blks_hit AS tidx_blks_hit FROM ((((pg_class c LEFT JOIN pg_class t ON ((c.reltoastrelid = t.oid))) LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) LEFT JOIN LATERAL ( SELECT (sum((pg_stat_get_blocks_fetched(pg_index.indexrelid) - pg_stat_get_blocks_hit(pg_index.indexrelid))))::bigint AS idx_blks_read, (sum(pg_stat_get_blocks_hit(pg_index.indexrelid)))::bigint AS idx_blks_hit FROM pg_index WHERE (pg_index.indrelid = c.oid)) i ON (true)) LEFT JOIN LATERAL ( SELECT (sum((pg_stat_get_blocks_fetched(pg_index.indexrelid) - pg_stat_get_blocks_hit(pg_index.indexrelid))))::bigint AS idx_blks_read, (sum(pg_stat_get_blocks_hit(pg_index.indexrelid)))::bigint AS idx_blks_hit FROM pg_index WHERE (pg_index.indrelid = t.oid)) x ON (true)) WHERE (c.relkind = ANY (ARRAY['r'::"char", 't'::"char", 'm'::"char"])); ALTER VIEW pg_catalog.pg_statio_all_tables OWNER TO "SYSTEM"; -- -- Name: VIEW pg_statio_all_tables; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_statio_all_tables'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_statio_sys_indexes; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_statio_sys_indexes AS SELECT relid, indexrelid, schemaname, relname, indexrelname, idx_blks_read, idx_blks_hit FROM pg_statio_all_indexes WHERE ((schemaname = ANY (ARRAY['pg_catalog'::name, 'information_schema'::name])) OR (schemaname ~ '^pg_toast'::text)); ALTER VIEW pg_catalog.pg_statio_sys_indexes OWNER TO "SYSTEM"; -- -- Name: VIEW pg_statio_sys_indexes; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_statio_sys_indexes'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_statio_sys_sequences; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_statio_sys_sequences AS SELECT relid, schemaname, relname, blks_read, blks_hit FROM pg_statio_all_sequences WHERE ((schemaname = ANY (ARRAY['pg_catalog'::name, 'information_schema'::name])) OR (schemaname ~ '^pg_toast'::text)); ALTER VIEW pg_catalog.pg_statio_sys_sequences OWNER TO "SYSTEM"; -- -- Name: VIEW pg_statio_sys_sequences; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_statio_sys_sequences'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_statio_sys_tables; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_statio_sys_tables AS SELECT relid, schemaname, relname, heap_blks_read, heap_blks_hit, idx_blks_read, idx_blks_hit, toast_blks_read, toast_blks_hit, tidx_blks_read, tidx_blks_hit FROM pg_statio_all_tables WHERE ((schemaname = ANY (ARRAY['pg_catalog'::name, 'information_schema'::name])) OR (schemaname ~ '^pg_toast'::text)); ALTER VIEW pg_catalog.pg_statio_sys_tables OWNER TO "SYSTEM"; -- -- Name: VIEW pg_statio_sys_tables; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_statio_sys_tables'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_statio_user_indexes; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_statio_user_indexes AS SELECT relid, indexrelid, schemaname, relname, indexrelname, idx_blks_read, idx_blks_hit FROM pg_statio_all_indexes WHERE ((schemaname <> ALL (ARRAY['pg_catalog'::name, 'information_schema'::name])) AND (schemaname !~ '^pg_toast'::text)); ALTER VIEW pg_catalog.pg_statio_user_indexes OWNER TO "SYSTEM"; -- -- Name: VIEW pg_statio_user_indexes; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_statio_user_indexes'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_statio_user_sequences; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_statio_user_sequences AS SELECT relid, schemaname, relname, blks_read, blks_hit FROM pg_statio_all_sequences WHERE ((schemaname <> ALL (ARRAY['pg_catalog'::name, 'information_schema'::name])) AND (schemaname !~ '^pg_toast'::text)); ALTER VIEW pg_catalog.pg_statio_user_sequences OWNER TO "SYSTEM"; -- -- Name: VIEW pg_statio_user_sequences; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_statio_user_sequences'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_statio_user_tables; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_statio_user_tables AS SELECT relid, schemaname, relname, heap_blks_read, heap_blks_hit, idx_blks_read, idx_blks_hit, toast_blks_read, toast_blks_hit, tidx_blks_read, tidx_blks_hit FROM pg_statio_all_tables WHERE ((schemaname <> ALL (ARRAY['pg_catalog'::name, 'information_schema'::name])) AND (schemaname !~ '^pg_toast'::text)); ALTER VIEW pg_catalog.pg_statio_user_tables OWNER TO "SYSTEM"; -- -- Name: VIEW pg_statio_user_tables; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_statio_user_tables'::regclass, -1::float4, 0::integer, 0::integer); SET default_tablespace = ''; -- -- Name: pg_statistic; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_statistic ( starelid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, staattnum smallint CONSTRAINT pgdump_throwaway_notnull_1 NOT NULL NO INHERIT, stainherit boolean CONSTRAINT pgdump_throwaway_notnull_2 NOT NULL NO INHERIT, stanullfrac real, stawidth integer, stadistinct real, stakind1 smallint, stakind2 smallint, stakind3 smallint, stakind4 smallint, stakind5 smallint, staop1 oid, staop2 oid, staop3 oid, staop4 oid, staop5 oid, stacoll1 oid, stacoll2 oid, stacoll3 oid, stacoll4 oid, stacoll5 oid, stanumbers1 real[], stanumbers2 real[], stanumbers3 real[], stanumbers4 real[], stanumbers5 real[], stavalues1 anyarray, stavalues2 anyarray, stavalues3 anyarray, stavalues4 anyarray, stavalues5 anyarray ); ALTER TABLE ONLY pg_catalog.pg_statistic REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_statistic OWNER TO "SYSTEM"; -- -- Name: TABLE pg_statistic; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_statistic'::regclass, 411::float4, 19::integer, 19::integer); -- -- Name: pg_statistic_ext; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_statistic_ext ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, stxrelid oid, stxname name, stxnamespace oid, stxowner oid, stxstattarget smallint, stxkeys int2vector, stxkind "char"[], stxexprs pg_node_tree COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_statistic_ext REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_statistic_ext OWNER TO "SYSTEM"; -- -- Name: TABLE pg_statistic_ext; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_statistic_ext'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_statistic_ext_data; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_statistic_ext_data ( stxoid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, stxdinherit boolean CONSTRAINT pgdump_throwaway_notnull_1 NOT NULL NO INHERIT, stxdndistinct pg_ndistinct COLLATE pg_catalog."C", stxddependencies pg_dependencies COLLATE pg_catalog."C", stxdmcv pg_mcv_list COLLATE pg_catalog."C", stxdexpr pg_statistic[] ); ALTER TABLE ONLY pg_catalog.pg_statistic_ext_data REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_statistic_ext_data OWNER TO "SYSTEM"; -- -- Name: TABLE pg_statistic_ext_data; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_statistic_ext_data'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_stats; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stats WITH (security_barrier='true') AS SELECT n.nspname AS schemaname, c.relname AS tablename, a.attname, s.stainherit AS inherited, s.stanullfrac AS null_frac, s.stawidth AS avg_width, s.stadistinct AS n_distinct, CASE WHEN (s.stakind1 = 1) THEN s.stavalues1 WHEN (s.stakind2 = 1) THEN s.stavalues2 WHEN (s.stakind3 = 1) THEN s.stavalues3 WHEN (s.stakind4 = 1) THEN s.stavalues4 WHEN (s.stakind5 = 1) THEN s.stavalues5 ELSE NULL::anyarray END AS most_common_vals, CASE WHEN (s.stakind1 = 1) THEN s.stanumbers1 WHEN (s.stakind2 = 1) THEN s.stanumbers2 WHEN (s.stakind3 = 1) THEN s.stanumbers3 WHEN (s.stakind4 = 1) THEN s.stanumbers4 WHEN (s.stakind5 = 1) THEN s.stanumbers5 ELSE NULL::real[] END AS most_common_freqs, CASE WHEN (s.stakind1 = 2) THEN s.stavalues1 WHEN (s.stakind2 = 2) THEN s.stavalues2 WHEN (s.stakind3 = 2) THEN s.stavalues3 WHEN (s.stakind4 = 2) THEN s.stavalues4 WHEN (s.stakind5 = 2) THEN s.stavalues5 ELSE NULL::anyarray END AS histogram_bounds, CASE WHEN (s.stakind1 = 3) THEN s.stanumbers1[1] WHEN (s.stakind2 = 3) THEN s.stanumbers2[1] WHEN (s.stakind3 = 3) THEN s.stanumbers3[1] WHEN (s.stakind4 = 3) THEN s.stanumbers4[1] WHEN (s.stakind5 = 3) THEN s.stanumbers5[1] ELSE NULL::real END AS correlation, CASE WHEN (s.stakind1 = 4) THEN s.stavalues1 WHEN (s.stakind2 = 4) THEN s.stavalues2 WHEN (s.stakind3 = 4) THEN s.stavalues3 WHEN (s.stakind4 = 4) THEN s.stavalues4 WHEN (s.stakind5 = 4) THEN s.stavalues5 ELSE NULL::anyarray END AS most_common_elems, CASE WHEN (s.stakind1 = 4) THEN s.stanumbers1 WHEN (s.stakind2 = 4) THEN s.stanumbers2 WHEN (s.stakind3 = 4) THEN s.stanumbers3 WHEN (s.stakind4 = 4) THEN s.stanumbers4 WHEN (s.stakind5 = 4) THEN s.stanumbers5 ELSE NULL::real[] END AS most_common_elem_freqs, CASE WHEN (s.stakind1 = 5) THEN s.stanumbers1 WHEN (s.stakind2 = 5) THEN s.stanumbers2 WHEN (s.stakind3 = 5) THEN s.stanumbers3 WHEN (s.stakind4 = 5) THEN s.stanumbers4 WHEN (s.stakind5 = 5) THEN s.stanumbers5 ELSE NULL::real[] END AS elem_count_histogram, CASE WHEN (s.stakind1 = 6) THEN s.stavalues1 WHEN (s.stakind2 = 6) THEN s.stavalues2 WHEN (s.stakind3 = 6) THEN s.stavalues3 WHEN (s.stakind4 = 6) THEN s.stavalues4 WHEN (s.stakind5 = 6) THEN s.stavalues5 ELSE NULL::anyarray END AS range_length_histogram, CASE WHEN (s.stakind1 = 6) THEN s.stanumbers1[1] WHEN (s.stakind2 = 6) THEN s.stanumbers2[1] WHEN (s.stakind3 = 6) THEN s.stanumbers3[1] WHEN (s.stakind4 = 6) THEN s.stanumbers4[1] WHEN (s.stakind5 = 6) THEN s.stanumbers5[1] ELSE NULL::real END AS range_empty_frac, CASE WHEN (s.stakind1 = 7) THEN s.stavalues1 WHEN (s.stakind2 = 7) THEN s.stavalues2 WHEN (s.stakind3 = 7) THEN s.stavalues3 WHEN (s.stakind4 = 7) THEN s.stavalues4 WHEN (s.stakind5 = 7) THEN s.stavalues5 ELSE NULL::anyarray END AS range_bounds_histogram FROM (((pg_statistic s JOIN pg_class c ON ((c.oid = s.starelid))) JOIN pg_attribute a ON (((c.oid = a.attrelid) AND (a.attnum = s.staattnum)))) LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) WHERE ((NOT a.attisdropped) AND has_column_privilege(c.oid, a.attnum, 'select'::text) AND ((c.relrowsecurity = false) OR (NOT row_security_active(c.oid)))); ALTER VIEW pg_catalog.pg_stats OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stats; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stats'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stats_ext; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stats_ext WITH (security_barrier='true') AS SELECT cn.nspname AS schemaname, c.relname AS tablename, sn.nspname AS statistics_schemaname, s.stxname AS statistics_name, pg_get_userbyid(s.stxowner) AS statistics_owner, ( SELECT array_agg(a.attname ORDER BY a.attnum) AS array_agg FROM (unnest(s.stxkeys) k(k) JOIN pg_attribute a ON (((a.attrelid = s.stxrelid) AND (a.attnum = k.k))))) AS attnames, pg_get_statisticsobjdef_expressions(s.oid) AS exprs, s.stxkind AS kinds, sd.stxdinherit AS inherited, sd.stxdndistinct AS n_distinct, sd.stxddependencies AS dependencies, m.most_common_vals, m.most_common_val_nulls, m.most_common_freqs, m.most_common_base_freqs FROM (((((pg_statistic_ext s JOIN pg_class c ON ((c.oid = s.stxrelid))) JOIN pg_statistic_ext_data sd ON ((s.oid = sd.stxoid))) LEFT JOIN pg_namespace cn ON ((cn.oid = c.relnamespace))) LEFT JOIN pg_namespace sn ON ((sn.oid = s.stxnamespace))) LEFT JOIN LATERAL ( SELECT array_agg(pg_mcv_list_items."values") AS most_common_vals, array_agg(pg_mcv_list_items.nulls) AS most_common_val_nulls, array_agg(pg_mcv_list_items.frequency) AS most_common_freqs, array_agg(pg_mcv_list_items.base_frequency) AS most_common_base_freqs FROM pg_mcv_list_items(sd.stxdmcv) pg_mcv_list_items(index, "values", nulls, frequency, base_frequency)) m ON ((sd.stxdmcv IS NOT NULL))) WHERE ((NOT (EXISTS ( SELECT 1 FROM (unnest(s.stxkeys) k(k) JOIN pg_attribute a ON (((a.attrelid = s.stxrelid) AND (a.attnum = k.k)))) WHERE (NOT has_column_privilege(c.oid, a.attnum, 'select'::text))))) AND ((c.relrowsecurity = false) OR (NOT row_security_active(c.oid)))); ALTER VIEW pg_catalog.pg_stats_ext OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stats_ext; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stats_ext'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_stats_ext_exprs; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_stats_ext_exprs WITH (security_barrier='true') AS SELECT cn.nspname AS schemaname, c.relname AS tablename, sn.nspname AS statistics_schemaname, s.stxname AS statistics_name, pg_get_userbyid(s.stxowner) AS statistics_owner, stat.expr, sd.stxdinherit AS inherited, (stat.a).stanullfrac AS null_frac, (stat.a).stawidth AS avg_width, (stat.a).stadistinct AS n_distinct, CASE WHEN ((stat.a).stakind1 = 1) THEN (stat.a).stavalues1 WHEN ((stat.a).stakind2 = 1) THEN (stat.a).stavalues2 WHEN ((stat.a).stakind3 = 1) THEN (stat.a).stavalues3 WHEN ((stat.a).stakind4 = 1) THEN (stat.a).stavalues4 WHEN ((stat.a).stakind5 = 1) THEN (stat.a).stavalues5 ELSE NULL::anyarray END AS most_common_vals, CASE WHEN ((stat.a).stakind1 = 1) THEN (stat.a).stanumbers1 WHEN ((stat.a).stakind2 = 1) THEN (stat.a).stanumbers2 WHEN ((stat.a).stakind3 = 1) THEN (stat.a).stanumbers3 WHEN ((stat.a).stakind4 = 1) THEN (stat.a).stanumbers4 WHEN ((stat.a).stakind5 = 1) THEN (stat.a).stanumbers5 ELSE NULL::real[] END AS most_common_freqs, CASE WHEN ((stat.a).stakind1 = 2) THEN (stat.a).stavalues1 WHEN ((stat.a).stakind2 = 2) THEN (stat.a).stavalues2 WHEN ((stat.a).stakind3 = 2) THEN (stat.a).stavalues3 WHEN ((stat.a).stakind4 = 2) THEN (stat.a).stavalues4 WHEN ((stat.a).stakind5 = 2) THEN (stat.a).stavalues5 ELSE NULL::anyarray END AS histogram_bounds, CASE WHEN ((stat.a).stakind1 = 3) THEN (stat.a).stanumbers1[1] WHEN ((stat.a).stakind2 = 3) THEN (stat.a).stanumbers2[1] WHEN ((stat.a).stakind3 = 3) THEN (stat.a).stanumbers3[1] WHEN ((stat.a).stakind4 = 3) THEN (stat.a).stanumbers4[1] WHEN ((stat.a).stakind5 = 3) THEN (stat.a).stanumbers5[1] ELSE NULL::real END AS correlation, CASE WHEN ((stat.a).stakind1 = 4) THEN (stat.a).stavalues1 WHEN ((stat.a).stakind2 = 4) THEN (stat.a).stavalues2 WHEN ((stat.a).stakind3 = 4) THEN (stat.a).stavalues3 WHEN ((stat.a).stakind4 = 4) THEN (stat.a).stavalues4 WHEN ((stat.a).stakind5 = 4) THEN (stat.a).stavalues5 ELSE NULL::anyarray END AS most_common_elems, CASE WHEN ((stat.a).stakind1 = 4) THEN (stat.a).stanumbers1 WHEN ((stat.a).stakind2 = 4) THEN (stat.a).stanumbers2 WHEN ((stat.a).stakind3 = 4) THEN (stat.a).stanumbers3 WHEN ((stat.a).stakind4 = 4) THEN (stat.a).stanumbers4 WHEN ((stat.a).stakind5 = 4) THEN (stat.a).stanumbers5 ELSE NULL::real[] END AS most_common_elem_freqs, CASE WHEN ((stat.a).stakind1 = 5) THEN (stat.a).stanumbers1 WHEN ((stat.a).stakind2 = 5) THEN (stat.a).stanumbers2 WHEN ((stat.a).stakind3 = 5) THEN (stat.a).stanumbers3 WHEN ((stat.a).stakind4 = 5) THEN (stat.a).stanumbers4 WHEN ((stat.a).stakind5 = 5) THEN (stat.a).stanumbers5 ELSE NULL::real[] END AS elem_count_histogram FROM (((((pg_statistic_ext s JOIN pg_class c ON ((c.oid = s.stxrelid))) LEFT JOIN pg_statistic_ext_data sd ON ((s.oid = sd.stxoid))) LEFT JOIN pg_namespace cn ON ((cn.oid = c.relnamespace))) LEFT JOIN pg_namespace sn ON ((sn.oid = s.stxnamespace))) JOIN LATERAL ( SELECT unnest(pg_get_statisticsobjdef_expressions(s.oid)) AS expr, unnest(sd.stxdexpr) AS a) stat ON ((stat.expr IS NOT NULL))); ALTER VIEW pg_catalog.pg_stats_ext_exprs OWNER TO "SYSTEM"; -- -- Name: VIEW pg_stats_ext_exprs; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_stats_ext_exprs'::regclass, -1::float4, 0::integer, 0::integer); SET default_tablespace = pg_global; -- -- Name: pg_subscription; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- CREATE TABLE pg_catalog.pg_subscription ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, subdbid oid, subskiplsn pg_lsn, subname name, subowner oid, subenabled boolean, subbinary boolean, substream "char", subtwophasestate "char", subdisableonerr boolean, subpasswordrequired boolean, subrunasowner boolean, subfailover boolean, subconninfo text COLLATE pg_catalog."C", subslotname name, subsynccommit text COLLATE pg_catalog."C", subpublications text[] COLLATE pg_catalog."C", suborigin text COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_subscription REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_subscription OWNER TO "SYSTEM"; -- -- Name: TABLE pg_subscription; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_subscription'::regclass, 0::float4, 0::integer, 0::integer); SET default_tablespace = ''; -- -- Name: pg_subscription_rel; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_subscription_rel ( srsubid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, srrelid oid CONSTRAINT pgdump_throwaway_notnull_1 NOT NULL NO INHERIT, srsubstate "char", srsublsn pg_lsn ); ALTER TABLE ONLY pg_catalog.pg_subscription_rel REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_subscription_rel OWNER TO "SYSTEM"; -- -- Name: TABLE pg_subscription_rel; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_subscription_rel'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_tables; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_tables AS SELECT n.nspname AS schemaname, c.relname AS tablename, pg_get_userbyid(c.relowner) AS tableowner, t.spcname AS tablespace, c.relhasindex AS hasindexes, c.relhasrules AS hasrules, c.relhastriggers AS hastriggers, c.relrowsecurity AS rowsecurity FROM ((pg_class c LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) LEFT JOIN pg_tablespace t ON ((t.oid = c.reltablespace))) WHERE (c.relkind = ANY (ARRAY['r'::"char", 'p'::"char"])); ALTER VIEW pg_catalog.pg_tables OWNER TO "SYSTEM"; -- -- Name: VIEW pg_tables; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_tables'::regclass, -1::float4, 0::integer, 0::integer); SET default_tablespace = pg_global; -- -- Name: pg_tablespace; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- CREATE TABLE pg_catalog.pg_tablespace ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, spcname name, spcowner oid, spcacl aclitem[], spcoptions text[] COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_tablespace REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_tablespace OWNER TO "SYSTEM"; -- -- Name: TABLE pg_tablespace; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_tablespace'::regclass, 2::float4, 1::integer, 1::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_tablespace'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{1663,1664}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_tablespace'::regclass, attname => 'spcname'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 64::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{pg_default,pg_global}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_tablespace'::regclass, attname => 'spcowner'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.5::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{10}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_tablespace'::regclass, attname => 'spcacl'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_tablespace'::regclass, attname => 'spcoptions'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_timezone_abbrevs; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_timezone_abbrevs AS SELECT abbrev, utc_offset, is_dst FROM pg_timezone_abbrevs() pg_timezone_abbrevs(abbrev, utc_offset, is_dst); ALTER VIEW pg_catalog.pg_timezone_abbrevs OWNER TO "SYSTEM"; -- -- Name: VIEW pg_timezone_abbrevs; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_timezone_abbrevs'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_timezone_names; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_timezone_names AS SELECT name, abbrev, utc_offset, is_dst FROM pg_timezone_names() pg_timezone_names(name, abbrev, utc_offset, is_dst); ALTER VIEW pg_catalog.pg_timezone_names OWNER TO "SYSTEM"; -- -- Name: VIEW pg_timezone_names; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_timezone_names'::regclass, -1::float4, 0::integer, 0::integer); SET default_tablespace = ''; -- -- Name: pg_transform; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_transform ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, trftype oid, trflang oid, trffromsql regproc, trftosql regproc ); ALTER TABLE ONLY pg_catalog.pg_transform REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_transform OWNER TO "SYSTEM"; -- -- Name: TABLE pg_transform; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_transform'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_trigger; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_trigger ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, tgrelid oid, tgparentid oid, tgname name, tgfoid oid, tgtype smallint, tgenabled "char", tgisinternal boolean, tgconstrrelid oid, tgconstrindid oid, tgconstraint oid, tgdeferrable boolean, tginitdeferred boolean, tgnargs smallint, tgattr int2vector, tgargs bytea, tgqual pg_node_tree COLLATE pg_catalog."C", tgoldtable name, tgnewtable name ); ALTER TABLE ONLY pg_catalog.pg_trigger REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_trigger OWNER TO "SYSTEM"; -- -- Name: TABLE pg_trigger; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_trigger'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_ts_config; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_ts_config ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, cfgname name, cfgnamespace oid, cfgowner oid, cfgparser oid ); ALTER TABLE ONLY pg_catalog.pg_ts_config REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_ts_config OWNER TO "SYSTEM"; -- -- Name: TABLE pg_ts_config; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_ts_config'::regclass, 29::float4, 1::integer, 1::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_config'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{3748,13813,13815,13817,13819,13821,13823,13825,13827,13829,13831,13833,13835,13837,13839,13841,13843,13845,13847,13849,13851,13853,13855,13857,13859,13861,13863,13865,13867}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_config'::regclass, attname => 'cfgname'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 64::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{0.8640394}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{arabic,armenian,basque,catalan,danish,dutch,english,finnish,french,german,greek,hindi,hungarian,indonesian,irish,italian,lithuanian,nepali,norwegian,portuguese,romanian,russian,serbian,simple,spanish,swedish,tamil,turkish,yiddish}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_config'::regclass, attname => 'cfgnamespace'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{11}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_config'::regclass, attname => 'cfgowner'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{10}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_config'::regclass, attname => 'cfgparser'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{3722}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_ts_config_map; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_ts_config_map ( mapcfg oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, maptokentype integer CONSTRAINT pgdump_throwaway_notnull_1 NOT NULL NO INHERIT, mapseqno integer CONSTRAINT pgdump_throwaway_notnull_2 NOT NULL NO INHERIT, mapdict oid ); ALTER TABLE ONLY pg_catalog.pg_ts_config_map REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_ts_config_map OWNER TO "SYSTEM"; -- -- Name: TABLE pg_ts_config_map; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_ts_config_map'::regclass, 551::float4, 3::integer, 3::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_config_map'::regclass, attname => 'mapcfg'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 29::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{3748,13813,13815,13817,13819,13821,13823,13825,13827,13829,13831,13833,13835,13837,13839,13841,13843,13845,13847,13849,13851,13853,13855,13857,13859,13861,13863,13865,13867}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_config_map'::regclass, attname => 'maptokentype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 19::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158}'::real[], stanumbers2 => '{0.05445392}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{1,2,3,4,5,6,7,8,9,10,11,15,16,17,18,19,20,21,22}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_config_map'::regclass, attname => 'mapseqno'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{1}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_config_map'::regclass, attname => 'mapdict'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 29::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.69509983,0.021778584,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.005444646,0.005444646}'::real[], stanumbers2 => '{0.6289704}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{3765,13824,13812,13814,13816,13818,13820,13822,13826,13828,13830,13832,13836,13838,13840,13842,13844,13846,13848,13850,13852,13856,13858,13860,13862,13864,13866,13834,13854}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_ts_dict; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_ts_dict ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, dictname name, dictnamespace oid, dictowner oid, dicttemplate oid, dictinitoption text COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_ts_dict REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_ts_dict OWNER TO "SYSTEM"; -- -- Name: TABLE pg_ts_dict; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_ts_dict'::regclass, 29::float4, 1::integer, 1::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_dict'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{3765,13812,13814,13816,13818,13820,13822,13824,13826,13828,13830,13832,13834,13836,13838,13840,13842,13844,13846,13848,13850,13852,13854,13856,13858,13860,13862,13864,13866}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_dict'::regclass, attname => 'dictname'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 64::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{0.8640394}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{arabic_stem,armenian_stem,basque_stem,catalan_stem,danish_stem,dutch_stem,english_stem,finnish_stem,french_stem,german_stem,greek_stem,hindi_stem,hungarian_stem,indonesian_stem,irish_stem,italian_stem,lithuanian_stem,nepali_stem,norwegian_stem,portuguese_stem,romanian_stem,russian_stem,serbian_stem,simple,spanish_stem,swedish_stem,tamil_stem,turkish_stem,yiddish_stem}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_dict'::regclass, attname => 'dictnamespace'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{11}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_dict'::regclass, attname => 'dictowner'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{10}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_dict'::regclass, attname => 'dicttemplate'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9655172}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{13811}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_dict'::regclass, attname => 'dictinitoption'::name, stainherit => 'f'::boolean, stanullfrac => 0.03448276::real, stawidth => 33::integer, stadistinct => -0.9655172::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{"language = ''arabic''","language = ''armenian''","language = ''basque''","language = ''catalan''","language = ''danish'', stopwords = ''danish''","language = ''dutch'', stopwords = ''dutch''","language = ''english'', stopwords = ''english''","language = ''finnish'', stopwords = ''finnish''","language = ''french'', stopwords = ''french''","language = ''german'', stopwords = ''german''","language = ''greek''","language = ''hindi''","language = ''hungarian'', stopwords = ''hungarian''","language = ''indonesian''","language = ''irish''","language = ''italian'', stopwords = ''italian''","language = ''lithuanian''","language = ''nepali'', stopwords = ''nepali''","language = ''norwegian'', stopwords = ''norwegian''","language = ''portuguese'', stopwords = ''portuguese''","language = ''romanian''","language = ''russian'', stopwords = ''russian''","language = ''serbian''","language = ''spanish'', stopwords = ''spanish''","language = ''swedish'', stopwords = ''swedish''","language = ''tamil''","language = ''turkish'', stopwords = ''turkish''","language = ''yiddish''"}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_ts_parser; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_ts_parser ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, prsname name, prsnamespace oid, prsstart regproc, prstoken regproc, prsend regproc, prsheadline regproc, prslextype regproc ); ALTER TABLE ONLY pg_catalog.pg_ts_parser REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_ts_parser OWNER TO "SYSTEM"; -- -- Name: TABLE pg_ts_parser; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_ts_parser'::regclass, 1::float4, 1::integer, 1::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_parser'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_parser'::regclass, attname => 'prsname'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 64::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_parser'::regclass, attname => 'prsnamespace'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_parser'::regclass, attname => 'prsstart'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_parser'::regclass, attname => 'prstoken'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_parser'::regclass, attname => 'prsend'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_parser'::regclass, attname => 'prsheadline'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_parser'::regclass, attname => 'prslextype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_ts_template; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_ts_template ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, tmplname name, tmplnamespace oid, tmplinit regproc, tmpllexize regproc ); ALTER TABLE ONLY pg_catalog.pg_ts_template REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_ts_template OWNER TO "SYSTEM"; -- -- Name: TABLE pg_ts_template; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_ts_template'::regclass, 5::float4, 1::integer, 1::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_template'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{3727,3730,3733,3742,13811}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_template'::regclass, attname => 'tmplname'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 64::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{0.3}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{ispell,simple,snowball,synonym,thesaurus}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_template'::regclass, attname => 'tmplnamespace'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{11}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_template'::regclass, attname => 'tmplinit'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{dsimple_init,dsynonym_init,dispell_init,thesaurus_init,dsnowball_init}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_ts_template'::regclass, attname => 'tmpllexize'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{dsimple_lexize,dsynonym_lexize,dispell_lexize,thesaurus_lexize,dsnowball_lexize}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_type; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_type ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, typname name, typnamespace oid, typowner oid, typlen smallint, typbyval boolean, typtype "char", typcategory "char", typispreferred boolean, typisdefined boolean, typdelim "char", typrelid oid, typsubscript regproc, typelem oid, typarray oid, typinput regproc, typoutput regproc, typreceive regproc, typsend regproc, typmodin regproc, typmodout regproc, typanalyze regproc, typalign "char", typstorage "char", typnotnull boolean, typbasetype oid, typtypmod integer, typndims integer, typcollation oid, typdefaultbin pg_node_tree COLLATE pg_catalog."C", typdefault text COLLATE pg_catalog."C", typacl aclitem[] ); ALTER TABLE ONLY pg_catalog.pg_type REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_type OWNER TO "SYSTEM"; -- -- Name: TABLE pg_type; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_type'::regclass, 617::float4, 15::integer, 15::integer), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'oid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -1::real, stakind1 => 2::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => '{0.98004407}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{16,22,28,81,199,273,604,705,791,1003,1010,1016,1022,1042,1182,1231,1561,2202,2208,2277,2287,2951,3361,3643,3770,3906,3912,4073,4192,4536,5038,5080,6157,10005,10011,10017,10023,10029,10036,10042,10048,10054,10060,10066,10073,10079,10085,10091,10097,10103,10110,12002,12016,12030,12045,12060,12075,12091,12105,12119,12131,12143,12158,12172,12185,12198,12211,12224,12238,12254,12267,12281,12294,12306,12321,12337,12350,13887,13895,13908,13923,13938,13957,13972,13987,14001,14015,14029,14045,14059,14074,14088,14103,14117,14135,14150,14165,14177,14190,14203,14218}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typname'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 64::integer, stadistinct => -0.99837923::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.003241491}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{-0.0779277}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{_pg_user_mappings}'::text, stavalues2 => '{__pg_foreign_data_wrappers,_administrable_role_authorizations,_bpchar,_check_constraint_routine_usage,_collations,_columns,_datemultirange,_enabled_roles,_foreign_table_options,_int2vector,_int8range,_line,_numeric,_path,_pg_attribute,_pg_class,_pg_database,_pg_event_trigger,_pg_foreign_servers,_pg_ident_file_mappings,_pg_largeobject,_pg_opclass,_pg_prepared_statements,_pg_publication_tables,_pg_roles,_pg_settings,_pg_snapshot,_pg_stat_checkpointer,_pg_stat_progress_basebackup,_pg_stat_replication_slots,_pg_stat_sys_tables,_pg_stat_xact_all_tables,_pg_statio_all_tables,_pg_statio_user_tables,_pg_stats_ext_exprs,_pg_timezone_names,_pg_ts_template,_point,_regcollation,_regproc,_role_table_grants,_routine_sequence_usage,_sql_identifier,_text,_timetz,_tsrange,_usage_privileges,_varchar,_xid8,anyarray,anyenum,bit,char,cidr,column_options,cstring,domain_udt_usage,float4,foreign_tables,int2vector,int8range,key_column_usage,money,oidvector,pg_amproc,pg_backend_memory_contexts,pg_config,pg_ddl_command,pg_event_trigger,pg_group,pg_init_privs,pg_matviews,pg_opfamily,pg_prepared_xacts,pg_range,pg_rules,pg_shadow,pg_stat_activity,pg_stat_database,pg_stat_progress_copy,pg_stat_slru,pg_stat_user_functions,pg_stat_xact_sys_tables,pg_statio_sys_indexes,pg_statistic,pg_subscription,pg_trigger,pg_type,point,regcollation,regproc,role_table_grants,routine_sequence_usage,sql_implementation_info,tables,timestamptz,tsm_handler,tsvector,user_mapping_options,view_routine_usage,yes_or_no}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typnamespace'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.76012963,0.23987034}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{11,13868}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typowner'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{10}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typlen'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 2::integer, stadistinct => 12::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.8995138,0.051863857,0.019448947,0.006482982,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.5378327}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{-1,4,8,16,-2,1,6,24,32,64}'::text, stavalues2 => '{2,12}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typbyval'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9254457,0.074554294}'::real[], stanumbers2 => '{0.6501563}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f,t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typtype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 6::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.5883306,0.3419773,0.042139385,0.009724474,0.009724474,0.008103727}'::real[], stanumbers2 => '{0.5451485}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{b,c,p,m,r,d}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typcategory'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 15::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.47811994,0.3419773,0.040518638,0.03241491,0.03241491,0.019448947,0.011345219,0.011345219,0.011345219,0.009724474,0.003241491,0.003241491}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{-0.015923247}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{A,C,P,N,U,R,G,S,Z,D,I,V}'::text, stavalues2 => '{B,T,X}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typispreferred'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.987034,0.012965964}'::real[], stanumbers2 => '{0.92969334}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f,t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typisdefined'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{t}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typdelim'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 2::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9967585,0.003241491}'::real[], stanumbers2 => '{0.9853454}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{",",;}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typrelid'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.34359807::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.6580227}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.8112219}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => '{826,1214,1249,1259,1261,1417,2224,2396,2601,2603,2606,2608,2610,2612,2615,2617,2619,2753,2995,3118,3381,3429,3466,3541,3592,3600,3602,3764,6100,6104,6243,12005,12014,12023,12033,12043,12053,12063,12073,12081,12095,12104,12114,12122,12130,12138,12147,12157,12166,12175,12188,12196,12205,12214,12222,12232,12240,12249,12257,12266,12280,12289,12297,12305,12315,12325,12335,12344,13888,13902,13916,13926,13936,13946,13956,13966,13976,13986,13995,14005,14019,14028,14038,14047,14057,14067,14077,14086,14096,14106,14120,14129,14139,14149,14159,14168,14176,14185,14193,14202,14216}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typsubscript'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 4::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.5105348,0.47974068,0.008103727}'::real[], stanumbers2 => '{0.55680525}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{-,array_subscript_handler,raw_array_subscript_handler}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typelem'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.47811994::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.5121556,0.004862237,0.004862237,0.003241491,0.003241491,0.003241491}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.58206743}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,600,701,18,21,26}'::text, stavalues2 => '{16,19,23,27,30,81,142,603,650,718,829,1042,1083,1186,1560,1790,2204,2206,2842,2970,3615,3769,3906,3912,4072,4191,4532,4535,5069,10003,10009,10015,10021,10027,10031,10037,10043,10049,10056,10064,10070,10076,10080,10086,10092,10099,10105,10111,12007,12020,12035,12045,12060,12075,12087,12101,12116,12128,12140,12149,12163,12177,12190,12203,12216,12229,12242,12251,12264,12277,12291,12303,12317,12332,12346,13885,13890,13899,13913,13928,13943,13958,13973,13988,13997,14011,14025,14040,14054,14069,14084,14098,14108,14122,14136,14151,14166,14178,14191,14204,14218}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typarray'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.47811994::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.5235008}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.4744935}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => '{143,210,272,651,791,1002,1006,1009,1012,1015,1018,1021,1028,1041,1183,1187,1270,2201,2209,2287,3221,3645,3807,3909,3927,4097,6150,6153,10000,10004,10010,10016,10022,10028,10034,10040,10046,10052,10057,10061,10067,10073,10079,10083,10089,10094,10100,10106,10112,12006,12019,12034,12049,12064,12078,12091,12105,12119,12127,12139,12153,12167,12180,12193,12206,12219,12233,12245,12258,12272,12286,12298,12306,12321,12336,12349,13886,13894,13907,13922,13937,13952,13967,13982,13996,14010,14020,14034,14048,14063,14078,14092,14107,14121,14135,14150,14165,14177,14190,14203,14217}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typinput'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.15883306::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.4764992,0.34359807,0.009724474,0.009724474,0.008103727,0.003241491}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.29854083}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{array_in,record_in,range_in,multirange_in,domain_in,textin}'::text, stavalues2 => '{namein,int2in,int2vectorin,int4in,regprocin,tidin,xidin,cidin,oidvectorin,pg_ddl_command_in,unknownin,point_in,lseg_in,path_in,box_in,pg_node_tree_in,float4in,float8in,table_am_handler_in,json_in,index_am_handler_in,poly_in,macaddr_in,int8in,cash_in,inet_in,aclitemin,bpcharin,varcharin,date_in,time_in,timestamptz_in,interval_in,boolin,byteain,charin,cidr_in,timestamp_in,timetz_in,circle_in,line_in,bit_in,varbit_in,numeric_in,oidin,regprocedurein,regoperin,regoperatorin,regclassin,regtypein,cstring_in,any_in,anyarray_in,void_in,trigger_in,language_handler_in,internal_in,anyelement_in,anynonarray_in,xml_in,txid_snapshot_in,uuid_in,fdw_handler_in,pg_lsn_in,tsm_handler_in,pg_ndistinct_in,pg_dependencies_in,anyenum_in,event_trigger_in,tsvectorin,tsqueryin,gtsvectorin,regconfigin,regdictionaryin,jsonb_in,anyrange_in,jsonpath_in,regnamespacein,regrolein,macaddr8_in,regcollationin,anycompatiblemultirange_in,anymultirange_in,brin_bloom_summary_in,brin_minmax_multi_summary_in,pg_mcv_list_in,pg_snapshot_in,xid8in,anycompatible_in,anycompatiblearray_in,anycompatiblenonarray_in,anycompatiblerange_in}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typoutput'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.15721232::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.4764992,0.34359807,0.009724474,0.009724474,0.004862237,0.003241491,0.003241491,0.003241491,0.003241491}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.29610592}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{array_out,record_out,range_out,multirange_out,varcharout,nameout,int4out,textout,timestamptz_out}'::text, stavalues2 => '{byteaout,charout,int2out,int2vectorout,regprocout,tidout,xidout,cidout,oidvectorout,pg_ddl_command_out,unknownout,point_out,lseg_out,path_out,box_out,pg_node_tree_out,float4out,float8out,table_am_handler_out,json_out,index_am_handler_out,poly_out,macaddr_out,int8out,cash_out,inet_out,aclitemout,bpcharout,date_out,time_out,interval_out,boolout,timestamp_out,timetz_out,cidr_out,circle_out,line_out,bit_out,varbit_out,numeric_out,oidout,regprocedureout,regoperout,regoperatorout,regclassout,regtypeout,cstring_out,any_out,anyarray_out,void_out,trigger_out,language_handler_out,internal_out,anyelement_out,anynonarray_out,xml_out,txid_snapshot_out,uuid_out,fdw_handler_out,pg_lsn_out,tsm_handler_out,pg_ndistinct_out,pg_dependencies_out,anyenum_out,event_trigger_out,tsvectorout,tsqueryout,gtsvectorout,regconfigout,regdictionaryout,jsonb_out,anyrange_out,jsonpath_out,regnamespaceout,regroleout,macaddr8_out,regcollationout,anycompatiblemultirange_out,anymultirange_out,brin_bloom_summary_out,brin_minmax_multi_summary_out,pg_mcv_list_out,pg_snapshot_out,xid8out,anycompatible_out,anycompatiblearray_out,anycompatiblenonarray_out,anycompatiblerange_out}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typreceive'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.1280389::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.4764992,0.34359807,0.03241491,0.009724474,0.009724474,0.008103727,0.003241491}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.13610539}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{array_recv,record_recv,-,range_recv,multirange_recv,domain_recv,textrecv}'::text, stavalues2 => '{pg_ddl_command_recv,pg_node_tree_recv,json_recv,int2recv,int4recv,int8recv,int2vectorrecv,bytearecv,unknownrecv,oidrecv,oidvectorrecv,namerecv,float4recv,float8recv,point_recv,bpcharrecv,varcharrecv,charrecv,boolrecv,tidrecv,xidrecv,cidrecv,regprocrecv,regprocedurerecv,regoperrecv,regoperatorrecv,regclassrecv,regtyperecv,bit_recv,varbit_recv,numeric_recv,date_recv,time_recv,timetz_recv,timestamp_recv,timestamptz_recv,interval_recv,lseg_recv,path_recv,box_recv,poly_recv,line_recv,circle_recv,cash_recv,macaddr_recv,inet_recv,cidr_recv,cstring_recv,anyarray_recv,xml_recv,txid_snapshot_recv,uuid_recv,void_recv,pg_lsn_recv,pg_ndistinct_recv,pg_dependencies_recv,macaddr8_recv,tsvectorrecv,tsqueryrecv,regconfigrecv,regdictionaryrecv,jsonb_recv,jsonpath_recv,regnamespacerecv,regrolerecv,regcollationrecv,brin_bloom_summary_recv,brin_minmax_multi_summary_recv,pg_mcv_list_recv,pg_snapshot_recv,xid8recv,anycompatiblearray_recv}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typsend'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => -0.12641816::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.4764992,0.34359807,0.03241491,0.009724474,0.009724474,0.004862237,0.003241491,0.003241491,0.003241491,0.003241491}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.1325572}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{array_send,record_send,-,range_send,multirange_send,varcharsend,int4send,textsend,namesend,timestamptz_send}'::text, stavalues2 => '{pg_ddl_command_send,pg_node_tree_send,json_send,int2send,int8send,int2vectorsend,byteasend,unknownsend,oidsend,oidvectorsend,float4send,float8send,point_send,bpcharsend,charsend,boolsend,tidsend,xidsend,cidsend,regprocsend,regproceduresend,regopersend,regoperatorsend,regclasssend,regtypesend,bit_send,varbit_send,numeric_send,date_send,time_send,timetz_send,timestamp_send,interval_send,lseg_send,path_send,box_send,poly_send,line_send,circle_send,cash_send,macaddr_send,inet_send,cidr_send,cstring_send,anyarray_send,xml_send,txid_snapshot_send,uuid_send,void_send,pg_lsn_send,pg_ndistinct_send,pg_dependencies_send,macaddr8_send,tsvectorsend,tsquerysend,regconfigsend,regdictionarysend,jsonb_send,jsonpath_send,regnamespacesend,regrolesend,regcollationsend,brin_bloom_summary_send,brin_minmax_multi_summary_send,pg_mcv_list_send,pg_snapshot_send,xid8send,anycompatiblearray_send}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typmodin'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 11::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9675851,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491}'::real[], stanumbers2 => '{0.8632604}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{-,varbittypmodin,intervaltypmodin,timestamptypmodin,timestamptztypmodin,timetypmodin,timetztypmodin,bpchartypmodin,varchartypmodin,numerictypmodin,bittypmodin}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typmodout'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 11::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9675851,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491}'::real[], stanumbers2 => '{0.86326796}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{-,intervaltypmodout,timestamptypmodout,timestamptztypmodout,timetypmodout,timetztypmodout,bpchartypmodout,varchartypmodout,numerictypmodout,bittypmodout,varbittypmodout}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typanalyze'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 5::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.5024311,0.4764992,0.009724474,0.009724474}'::real[], stanumbers2 => '{0.52225685}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{-,array_typanalyze,range_typanalyze,multirange_typanalyze}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typalign'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 4::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.78768235,0.19773096,0.011345219,0.003241491}'::real[], stanumbers2 => '{0.21768}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{d,i,c,s}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typstorage'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 3::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.8881686,0.10696921,0.004862237}'::real[], stanumbers2 => '{0.9848}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{x,p,m}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typnotnull'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 1::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{f}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typbasetype'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 5::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9918963,0.003241491}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.9973997}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,1043}'::text, stavalues2 => '{19,23,1184}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typtypmod'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 3::real, stakind1 => 1::smallint, stakind2 => 2::smallint, stakind3 => 3::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9967585}'::real[], stanumbers2 => NULL::real[], stanumbers3 => '{0.99902004}'::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{-1}'::text, stavalues2 => '{2,7}'::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typndims'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 1::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{1}'::real[], stanumbers2 => '{1}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typcollation'::name, stainherit => 'f'::boolean, stanullfrac => 0::real, stawidth => 4::integer, stadistinct => 3::real, stakind1 => 1::smallint, stakind2 => 3::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => '{0.9675851,0.019448947,0.012965964}'::real[], stanumbers2 => '{0.8901341}'::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => '{0,100,950}'::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typdefaultbin'::name, stainherit => 'f'::boolean, stanullfrac => 0.99837923::real, stawidth => 60::integer, stadistinct => -0.0016207695::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typdefault'::name, stainherit => 'f'::boolean, stanullfrac => 0.99837923::real, stawidth => 21::integer, stadistinct => -0.0016207695::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text), pg_catalog.pg_set_attribute_stats( relation => 'pg_catalog.pg_type'::regclass, attname => 'typacl'::name, stainherit => 'f'::boolean, stanullfrac => 1::real, stawidth => 0::integer, stadistinct => 0::real, stakind1 => 0::smallint, stakind2 => 0::smallint, stakind3 => 0::smallint, stakind4 => 0::smallint, stakind5 => 0::smallint, stanumbers1 => NULL::real[], stanumbers2 => NULL::real[], stanumbers3 => NULL::real[], stanumbers4 => NULL::real[], stanumbers5 => NULL::real[], stavalues1 => NULL::text, stavalues2 => NULL::text, stavalues3 => NULL::text, stavalues4 => NULL::text, stavalues5 => NULL::text); -- -- Name: pg_user; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_user AS SELECT usename, usesysid, usecreatedb, usesuper, userepl, usebypassrls, '********'::text AS passwd, valuntil, useconfig FROM pg_shadow; ALTER VIEW pg_catalog.pg_user OWNER TO "SYSTEM"; -- -- Name: VIEW pg_user; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_user'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_user_mapping; Type: TABLE; Schema: pg_catalog; Owner: SYSTEM -- CREATE TABLE pg_catalog.pg_user_mapping ( oid oid CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, umuser oid, umserver oid, umoptions text[] COLLATE pg_catalog."C" ); ALTER TABLE ONLY pg_catalog.pg_user_mapping REPLICA IDENTITY NOTHING; ALTER TABLE pg_catalog.pg_user_mapping OWNER TO "SYSTEM"; -- -- Name: TABLE pg_user_mapping; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_user_mapping'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: pg_user_mappings; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_user_mappings AS SELECT u.oid AS umid, s.oid AS srvid, s.srvname, u.umuser, CASE WHEN (u.umuser = (0)::oid) THEN 'public'::name ELSE a.rolname END AS usename, CASE WHEN (((u.umuser <> (0)::oid) AND (a.rolname = CURRENT_USER) AND (pg_has_role(s.srvowner, 'USAGE'::text) OR has_server_privilege(s.oid, 'USAGE'::text))) OR ((u.umuser = (0)::oid) AND pg_has_role(s.srvowner, 'USAGE'::text)) OR ( SELECT pg_authid.rolsuper FROM pg_authid WHERE (pg_authid.rolname = CURRENT_USER))) THEN u.umoptions ELSE NULL::text[] END AS umoptions FROM ((pg_user_mapping u JOIN pg_foreign_server s ON ((u.umserver = s.oid))) LEFT JOIN pg_authid a ON ((a.oid = u.umuser))); ALTER VIEW pg_catalog.pg_user_mappings OWNER TO "SYSTEM"; -- -- Name: VIEW pg_user_mappings; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_user_mappings'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_views; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_views AS SELECT n.nspname AS schemaname, c.relname AS viewname, pg_get_userbyid(c.relowner) AS viewowner, pg_get_viewdef(c.oid) AS definition FROM (pg_class c LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) WHERE (c.relkind = 'v'::"char"); ALTER VIEW pg_catalog.pg_views OWNER TO "SYSTEM"; -- -- Name: VIEW pg_views; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_views'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: pg_wait_events; Type: VIEW; Schema: pg_catalog; Owner: SYSTEM -- CREATE VIEW pg_catalog.pg_wait_events AS SELECT type, name, description FROM pg_get_wait_events() pg_get_wait_events(type, name, description); ALTER VIEW pg_catalog.pg_wait_events OWNER TO "SYSTEM"; -- -- Name: VIEW pg_wait_events; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_wait_events'::regclass, -1::float4, 0::integer, 0::integer); -- -- Data for Name: pg_aggregate; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_aggregate (aggfnoid, aggkind, aggnumdirectargs, aggtransfn, aggfinalfn, aggcombinefn, aggserialfn, aggdeserialfn, aggmtransfn, aggminvtransfn, aggmfinalfn, aggfinalextra, aggmfinalextra, aggfinalmodify, aggmfinalmodify, aggsortop, aggtranstype, aggtransspace, aggmtranstype, aggmtransspace, agginitval, aggminitval) FROM stdin; pg_catalog.avg n 0 int8_avg_accum numeric_poly_avg int8_avg_combine int8_avg_serialize int8_avg_deserialize int8_avg_accum int8_avg_accum_inv numeric_poly_avg f f r r 0 2281 48 2281 48 \N \N pg_catalog.avg n 0 int4_avg_accum int8_avg int4_avg_combine - - int4_avg_accum int4_avg_accum_inv int8_avg f f r r 0 1016 0 1016 0 {0,0} {0,0} pg_catalog.avg n 0 int2_avg_accum int8_avg int4_avg_combine - - int2_avg_accum int2_avg_accum_inv int8_avg f f r r 0 1016 0 1016 0 {0,0} {0,0} pg_catalog.avg n 0 numeric_avg_accum numeric_avg numeric_avg_combine numeric_avg_serialize numeric_avg_deserialize numeric_avg_accum numeric_accum_inv numeric_avg f f r r 0 2281 128 2281 128 \N \N pg_catalog.avg n 0 float4_accum float8_avg float8_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0} \N pg_catalog.avg n 0 float8_accum float8_avg float8_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0} \N pg_catalog.avg n 0 interval_avg_accum interval_avg interval_avg_combine interval_avg_serialize interval_avg_deserialize interval_avg_accum interval_avg_accum_inv interval_avg f f r r 0 2281 40 2281 40 \N \N pg_catalog.sum n 0 int8_avg_accum numeric_poly_sum int8_avg_combine int8_avg_serialize int8_avg_deserialize int8_avg_accum int8_avg_accum_inv numeric_poly_sum f f r r 0 2281 48 2281 48 \N \N pg_catalog.sum n 0 int4_sum - int8pl - - int4_avg_accum int4_avg_accum_inv int2int4_sum f f r r 0 20 0 1016 0 \N {0,0} pg_catalog.sum n 0 int2_sum - int8pl - - int2_avg_accum int2_avg_accum_inv int2int4_sum f f r r 0 20 0 1016 0 \N {0,0} pg_catalog.sum n 0 float4pl - float4pl - - - - - f f r r 0 700 0 0 0 \N \N pg_catalog.sum n 0 float8pl - float8pl - - - - - f f r r 0 701 0 0 0 \N \N pg_catalog.sum n 0 cash_pl - cash_pl - - cash_pl cash_mi - f f r r 0 790 0 790 0 \N \N pg_catalog.sum n 0 interval_avg_accum interval_sum interval_avg_combine interval_avg_serialize interval_avg_deserialize interval_avg_accum interval_avg_accum_inv interval_sum f f r r 0 2281 40 2281 40 \N \N pg_catalog.sum n 0 numeric_avg_accum numeric_sum numeric_avg_combine numeric_avg_serialize numeric_avg_deserialize numeric_avg_accum numeric_accum_inv numeric_sum f f r r 0 2281 128 2281 128 \N \N pg_catalog.max n 0 int8larger - int8larger - - - - - f f r r 413 20 0 0 0 \N \N pg_catalog.max n 0 int4larger - int4larger - - - - - f f r r 521 23 0 0 0 \N \N pg_catalog.max n 0 int2larger - int2larger - - - - - f f r r 520 21 0 0 0 \N \N pg_catalog.max n 0 oidlarger - oidlarger - - - - - f f r r 610 26 0 0 0 \N \N pg_catalog.max n 0 float4larger - float4larger - - - - - f f r r 623 700 0 0 0 \N \N pg_catalog.max n 0 float8larger - float8larger - - - - - f f r r 674 701 0 0 0 \N \N pg_catalog.max n 0 date_larger - date_larger - - - - - f f r r 1097 1082 0 0 0 \N \N pg_catalog.max n 0 time_larger - time_larger - - - - - f f r r 1112 1083 0 0 0 \N \N pg_catalog.max n 0 timetz_larger - timetz_larger - - - - - f f r r 1554 1266 0 0 0 \N \N pg_catalog.max n 0 cashlarger - cashlarger - - - - - f f r r 903 790 0 0 0 \N \N pg_catalog.max n 0 timestamp_larger - timestamp_larger - - - - - f f r r 2064 1114 0 0 0 \N \N pg_catalog.max n 0 timestamptz_larger - timestamptz_larger - - - - - f f r r 1324 1184 0 0 0 \N \N pg_catalog.max n 0 interval_larger - interval_larger - - - - - f f r r 1334 1186 0 0 0 \N \N pg_catalog.max n 0 text_larger - text_larger - - - - - f f r r 666 25 0 0 0 \N \N pg_catalog.max n 0 numeric_larger - numeric_larger - - - - - f f r r 1756 1700 0 0 0 \N \N pg_catalog.max n 0 array_larger - array_larger - - - - - f f r r 1073 2277 0 0 0 \N \N pg_catalog.max n 0 bpchar_larger - bpchar_larger - - - - - f f r r 1060 1042 0 0 0 \N \N pg_catalog.max n 0 tidlarger - tidlarger - - - - - f f r r 2800 27 0 0 0 \N \N pg_catalog.max n 0 enum_larger - enum_larger - - - - - f f r r 3519 3500 0 0 0 \N \N pg_catalog.max n 0 network_larger - network_larger - - - - - f f r r 1205 869 0 0 0 \N \N pg_catalog.max n 0 pg_lsn_larger - pg_lsn_larger - - - - - f f r r 3225 3220 0 0 0 \N \N pg_catalog.max n 0 xid8_larger - xid8_larger - - - - - f f r r 5074 5069 0 0 0 \N \N pg_catalog.min n 0 int8smaller - int8smaller - - - - - f f r r 412 20 0 0 0 \N \N pg_catalog.min n 0 int4smaller - int4smaller - - - - - f f r r 97 23 0 0 0 \N \N pg_catalog.min n 0 int2smaller - int2smaller - - - - - f f r r 95 21 0 0 0 \N \N pg_catalog.min n 0 oidsmaller - oidsmaller - - - - - f f r r 609 26 0 0 0 \N \N pg_catalog.min n 0 float4smaller - float4smaller - - - - - f f r r 622 700 0 0 0 \N \N pg_catalog.min n 0 float8smaller - float8smaller - - - - - f f r r 672 701 0 0 0 \N \N pg_catalog.min n 0 date_smaller - date_smaller - - - - - f f r r 1095 1082 0 0 0 \N \N pg_catalog.min n 0 time_smaller - time_smaller - - - - - f f r r 1110 1083 0 0 0 \N \N pg_catalog.min n 0 timetz_smaller - timetz_smaller - - - - - f f r r 1552 1266 0 0 0 \N \N pg_catalog.min n 0 cashsmaller - cashsmaller - - - - - f f r r 902 790 0 0 0 \N \N pg_catalog.min n 0 timestamp_smaller - timestamp_smaller - - - - - f f r r 2062 1114 0 0 0 \N \N pg_catalog.min n 0 timestamptz_smaller - timestamptz_smaller - - - - - f f r r 1322 1184 0 0 0 \N \N pg_catalog.min n 0 interval_smaller - interval_smaller - - - - - f f r r 1332 1186 0 0 0 \N \N pg_catalog.min n 0 text_smaller - text_smaller - - - - - f f r r 664 25 0 0 0 \N \N pg_catalog.min n 0 numeric_smaller - numeric_smaller - - - - - f f r r 1754 1700 0 0 0 \N \N pg_catalog.min n 0 array_smaller - array_smaller - - - - - f f r r 1072 2277 0 0 0 \N \N pg_catalog.min n 0 bpchar_smaller - bpchar_smaller - - - - - f f r r 1058 1042 0 0 0 \N \N pg_catalog.min n 0 tidsmaller - tidsmaller - - - - - f f r r 2799 27 0 0 0 \N \N pg_catalog.min n 0 enum_smaller - enum_smaller - - - - - f f r r 3518 3500 0 0 0 \N \N pg_catalog.min n 0 network_smaller - network_smaller - - - - - f f r r 1203 869 0 0 0 \N \N pg_catalog.min n 0 pg_lsn_smaller - pg_lsn_smaller - - - - - f f r r 3224 3220 0 0 0 \N \N pg_catalog.min n 0 xid8_smaller - xid8_smaller - - - - - f f r r 5073 5069 0 0 0 \N \N pg_catalog.count n 0 int8inc_any - int8pl - - int8inc_any int8dec_any - f f r r 0 20 0 20 0 0 0 pg_catalog.count n 0 int8inc - int8pl - - int8inc int8dec - f f r r 0 20 0 20 0 0 0 pg_catalog.var_pop n 0 int8_accum numeric_var_pop numeric_combine numeric_serialize numeric_deserialize int8_accum int8_accum_inv numeric_var_pop f f r r 0 2281 128 2281 128 \N \N pg_catalog.var_pop n 0 int4_accum numeric_poly_var_pop numeric_poly_combine numeric_poly_serialize numeric_poly_deserialize int4_accum int4_accum_inv numeric_poly_var_pop f f r r 0 2281 48 2281 48 \N \N pg_catalog.var_pop n 0 int2_accum numeric_poly_var_pop numeric_poly_combine numeric_poly_serialize numeric_poly_deserialize int2_accum int2_accum_inv numeric_poly_var_pop f f r r 0 2281 48 2281 48 \N \N pg_catalog.var_pop n 0 float4_accum float8_var_pop float8_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0} \N pg_catalog.var_pop n 0 float8_accum float8_var_pop float8_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0} \N pg_catalog.var_pop n 0 numeric_accum numeric_var_pop numeric_combine numeric_serialize numeric_deserialize numeric_accum numeric_accum_inv numeric_var_pop f f r r 0 2281 128 2281 128 \N \N pg_catalog.var_samp n 0 int8_accum numeric_var_samp numeric_combine numeric_serialize numeric_deserialize int8_accum int8_accum_inv numeric_var_samp f f r r 0 2281 128 2281 128 \N \N pg_catalog.var_samp n 0 int4_accum numeric_poly_var_samp numeric_poly_combine numeric_poly_serialize numeric_poly_deserialize int4_accum int4_accum_inv numeric_poly_var_samp f f r r 0 2281 48 2281 48 \N \N pg_catalog.var_samp n 0 int2_accum numeric_poly_var_samp numeric_poly_combine numeric_poly_serialize numeric_poly_deserialize int2_accum int2_accum_inv numeric_poly_var_samp f f r r 0 2281 48 2281 48 \N \N pg_catalog.var_samp n 0 float4_accum float8_var_samp float8_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0} \N pg_catalog.var_samp n 0 float8_accum float8_var_samp float8_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0} \N pg_catalog.var_samp n 0 numeric_accum numeric_var_samp numeric_combine numeric_serialize numeric_deserialize numeric_accum numeric_accum_inv numeric_var_samp f f r r 0 2281 128 2281 128 \N \N pg_catalog.variance n 0 int8_accum numeric_var_samp numeric_combine numeric_serialize numeric_deserialize int8_accum int8_accum_inv numeric_var_samp f f r r 0 2281 128 2281 128 \N \N pg_catalog.variance n 0 int4_accum numeric_poly_var_samp numeric_poly_combine numeric_poly_serialize numeric_poly_deserialize int4_accum int4_accum_inv numeric_poly_var_samp f f r r 0 2281 48 2281 48 \N \N pg_catalog.variance n 0 int2_accum numeric_poly_var_samp numeric_poly_combine numeric_poly_serialize numeric_poly_deserialize int2_accum int2_accum_inv numeric_poly_var_samp f f r r 0 2281 48 2281 48 \N \N pg_catalog.variance n 0 float4_accum float8_var_samp float8_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0} \N pg_catalog.variance n 0 float8_accum float8_var_samp float8_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0} \N pg_catalog.variance n 0 numeric_accum numeric_var_samp numeric_combine numeric_serialize numeric_deserialize numeric_accum numeric_accum_inv numeric_var_samp f f r r 0 2281 128 2281 128 \N \N pg_catalog.stddev_pop n 0 int8_accum numeric_stddev_pop numeric_combine numeric_serialize numeric_deserialize int8_accum int8_accum_inv numeric_stddev_pop f f r r 0 2281 128 2281 128 \N \N pg_catalog.stddev_pop n 0 int4_accum numeric_poly_stddev_pop numeric_poly_combine numeric_poly_serialize numeric_poly_deserialize int4_accum int4_accum_inv numeric_poly_stddev_pop f f r r 0 2281 48 2281 48 \N \N pg_catalog.stddev_pop n 0 int2_accum numeric_poly_stddev_pop numeric_poly_combine numeric_poly_serialize numeric_poly_deserialize int2_accum int2_accum_inv numeric_poly_stddev_pop f f r r 0 2281 48 2281 48 \N \N pg_catalog.stddev_pop n 0 float4_accum float8_stddev_pop float8_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0} \N pg_catalog.stddev_pop n 0 float8_accum float8_stddev_pop float8_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0} \N pg_catalog.stddev_pop n 0 numeric_accum numeric_stddev_pop numeric_combine numeric_serialize numeric_deserialize numeric_accum numeric_accum_inv numeric_stddev_pop f f r r 0 2281 128 2281 128 \N \N pg_catalog.stddev_samp n 0 int8_accum numeric_stddev_samp numeric_combine numeric_serialize numeric_deserialize int8_accum int8_accum_inv numeric_stddev_samp f f r r 0 2281 128 2281 128 \N \N pg_catalog.stddev_samp n 0 int4_accum numeric_poly_stddev_samp numeric_poly_combine numeric_poly_serialize numeric_poly_deserialize int4_accum int4_accum_inv numeric_poly_stddev_samp f f r r 0 2281 48 2281 48 \N \N pg_catalog.stddev_samp n 0 int2_accum numeric_poly_stddev_samp numeric_poly_combine numeric_poly_serialize numeric_poly_deserialize int2_accum int2_accum_inv numeric_poly_stddev_samp f f r r 0 2281 48 2281 48 \N \N pg_catalog.stddev_samp n 0 float4_accum float8_stddev_samp float8_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0} \N pg_catalog.stddev_samp n 0 float8_accum float8_stddev_samp float8_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0} \N pg_catalog.stddev_samp n 0 numeric_accum numeric_stddev_samp numeric_combine numeric_serialize numeric_deserialize numeric_accum numeric_accum_inv numeric_stddev_samp f f r r 0 2281 128 2281 128 \N \N pg_catalog.stddev n 0 int8_accum numeric_stddev_samp numeric_combine numeric_serialize numeric_deserialize int8_accum int8_accum_inv numeric_stddev_samp f f r r 0 2281 128 2281 128 \N \N pg_catalog.stddev n 0 int4_accum numeric_poly_stddev_samp numeric_poly_combine numeric_poly_serialize numeric_poly_deserialize int4_accum int4_accum_inv numeric_poly_stddev_samp f f r r 0 2281 48 2281 48 \N \N pg_catalog.stddev n 0 int2_accum numeric_poly_stddev_samp numeric_poly_combine numeric_poly_serialize numeric_poly_deserialize int2_accum int2_accum_inv numeric_poly_stddev_samp f f r r 0 2281 48 2281 48 \N \N pg_catalog.stddev n 0 float4_accum float8_stddev_samp float8_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0} \N pg_catalog.stddev n 0 float8_accum float8_stddev_samp float8_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0} \N pg_catalog.stddev n 0 numeric_accum numeric_stddev_samp numeric_combine numeric_serialize numeric_deserialize numeric_accum numeric_accum_inv numeric_stddev_samp f f r r 0 2281 128 2281 128 \N \N regr_count n 0 int8inc_float8_float8 - int8pl - - - - - f f r r 0 20 0 0 0 0 \N regr_sxx n 0 float8_regr_accum float8_regr_sxx float8_regr_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0,0,0,0} \N regr_syy n 0 float8_regr_accum float8_regr_syy float8_regr_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0,0,0,0} \N regr_sxy n 0 float8_regr_accum float8_regr_sxy float8_regr_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0,0,0,0} \N regr_avgx n 0 float8_regr_accum float8_regr_avgx float8_regr_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0,0,0,0} \N regr_avgy n 0 float8_regr_accum float8_regr_avgy float8_regr_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0,0,0,0} \N regr_r2 n 0 float8_regr_accum float8_regr_r2 float8_regr_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0,0,0,0} \N regr_slope n 0 float8_regr_accum float8_regr_slope float8_regr_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0,0,0,0} \N regr_intercept n 0 float8_regr_accum float8_regr_intercept float8_regr_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0,0,0,0} \N covar_pop n 0 float8_regr_accum float8_covar_pop float8_regr_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0,0,0,0} \N covar_samp n 0 float8_regr_accum float8_covar_samp float8_regr_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0,0,0,0} \N corr n 0 float8_regr_accum float8_corr float8_regr_combine - - - - - f f r r 0 1022 0 0 0 {0,0,0,0,0,0} \N bool_and n 0 booland_statefunc - booland_statefunc - - bool_accum bool_accum_inv bool_alltrue f f r r 58 16 0 2281 16 \N \N bool_or n 0 boolor_statefunc - boolor_statefunc - - bool_accum bool_accum_inv bool_anytrue f f r r 59 16 0 2281 16 \N \N every n 0 booland_statefunc - booland_statefunc - - bool_accum bool_accum_inv bool_alltrue f f r r 58 16 0 2281 16 \N \N pg_catalog.bit_and n 0 int2and - int2and - - - - - f f r r 0 21 0 0 0 \N \N pg_catalog.bit_or n 0 int2or - int2or - - - - - f f r r 0 21 0 0 0 \N \N pg_catalog.bit_xor n 0 int2xor - int2xor - - - - - f f r r 0 21 0 0 0 \N \N pg_catalog.bit_and n 0 int4and - int4and - - - - - f f r r 0 23 0 0 0 \N \N pg_catalog.bit_or n 0 int4or - int4or - - - - - f f r r 0 23 0 0 0 \N \N pg_catalog.bit_xor n 0 int4xor - int4xor - - - - - f f r r 0 23 0 0 0 \N \N pg_catalog.bit_and n 0 int8and - int8and - - - - - f f r r 0 20 0 0 0 \N \N pg_catalog.bit_or n 0 int8or - int8or - - - - - f f r r 0 20 0 0 0 \N \N pg_catalog.bit_xor n 0 int8xor - int8xor - - - - - f f r r 0 20 0 0 0 \N \N pg_catalog.bit_and n 0 bitand - bitand - - - - - f f r r 0 1560 0 0 0 \N \N pg_catalog.bit_or n 0 bitor - bitor - - - - - f f r r 0 1560 0 0 0 \N \N pg_catalog.bit_xor n 0 bitxor - bitxor - - - - - f f r r 0 1560 0 0 0 \N \N xmlagg n 0 xmlconcat2 - - - - - - - f f r r 0 142 0 0 0 \N \N pg_catalog.array_agg n 0 array_agg_transfn array_agg_finalfn array_agg_combine array_agg_serialize array_agg_deserialize - - - t f r r 0 2281 0 0 0 \N \N pg_catalog.array_agg n 0 array_agg_array_transfn array_agg_array_finalfn array_agg_array_combine array_agg_array_serialize array_agg_array_deserialize - - - t f r r 0 2281 0 0 0 \N \N pg_catalog.string_agg n 0 string_agg_transfn string_agg_finalfn string_agg_combine string_agg_serialize string_agg_deserialize - - - f f r r 0 2281 0 0 0 \N \N pg_catalog.string_agg n 0 bytea_string_agg_transfn bytea_string_agg_finalfn string_agg_combine string_agg_serialize string_agg_deserialize - - - f f r r 0 2281 0 0 0 \N \N pg_catalog.range_intersect_agg n 0 range_intersect_agg_transfn - range_intersect_agg_transfn - - - - - f f r r 0 3831 0 0 0 \N \N pg_catalog.range_intersect_agg n 0 multirange_intersect_agg_transfn - multirange_intersect_agg_transfn - - - - - f f r r 0 4537 0 0 0 \N \N pg_catalog.range_agg n 0 range_agg_transfn range_agg_finalfn - - - - - - t f r r 0 2281 0 0 0 \N \N pg_catalog.range_agg n 0 multirange_agg_transfn multirange_agg_finalfn - - - - - - t f r r 0 2281 0 0 0 \N \N json_agg n 0 json_agg_transfn json_agg_finalfn - - - - - - f f r r 0 2281 0 0 0 \N \N json_agg_strict n 0 json_agg_strict_transfn json_agg_finalfn - - - - - - f f r r 0 2281 0 0 0 \N \N json_object_agg n 0 json_object_agg_transfn json_object_agg_finalfn - - - - - - f f r r 0 2281 0 0 0 \N \N json_object_agg_unique n 0 json_object_agg_unique_transfn json_object_agg_finalfn - - - - - - f f r r 0 2281 0 0 0 \N \N json_object_agg_strict n 0 json_object_agg_strict_transfn json_object_agg_finalfn - - - - - - f f r r 0 2281 0 0 0 \N \N json_object_agg_unique_strict n 0 json_object_agg_unique_strict_transfn json_object_agg_finalfn - - - - - - f f r r 0 2281 0 0 0 \N \N jsonb_agg n 0 jsonb_agg_transfn jsonb_agg_finalfn - - - - - - f f r r 0 2281 0 0 0 \N \N jsonb_agg_strict n 0 jsonb_agg_strict_transfn jsonb_agg_finalfn - - - - - - f f r r 0 2281 0 0 0 \N \N jsonb_object_agg n 0 jsonb_object_agg_transfn jsonb_object_agg_finalfn - - - - - - f f r r 0 2281 0 0 0 \N \N jsonb_object_agg_unique n 0 jsonb_object_agg_unique_transfn jsonb_object_agg_finalfn - - - - - - f f r r 0 2281 0 0 0 \N \N jsonb_object_agg_strict n 0 jsonb_object_agg_strict_transfn jsonb_object_agg_finalfn - - - - - - f f r r 0 2281 0 0 0 \N \N jsonb_object_agg_unique_strict n 0 jsonb_object_agg_unique_strict_transfn jsonb_object_agg_finalfn - - - - - - f f r r 0 2281 0 0 0 \N \N pg_catalog.percentile_disc o 1 ordered_set_transition percentile_disc_final - - - - - - t f s s 0 2281 0 0 0 \N \N pg_catalog.percentile_cont o 1 ordered_set_transition percentile_cont_float8_final - - - - - - f f s s 0 2281 0 0 0 \N \N pg_catalog.percentile_cont o 1 ordered_set_transition percentile_cont_interval_final - - - - - - f f s s 0 2281 0 0 0 \N \N pg_catalog.percentile_disc o 1 ordered_set_transition percentile_disc_multi_final - - - - - - t f s s 0 2281 0 0 0 \N \N pg_catalog.percentile_cont o 1 ordered_set_transition percentile_cont_float8_multi_final - - - - - - f f s s 0 2281 0 0 0 \N \N pg_catalog.percentile_cont o 1 ordered_set_transition percentile_cont_interval_multi_final - - - - - - f f s s 0 2281 0 0 0 \N \N mode o 0 ordered_set_transition mode_final - - - - - - t f s s 0 2281 0 0 0 \N \N pg_catalog.rank h 1 ordered_set_transition_multi rank_final - - - - - - t f w w 0 2281 0 0 0 \N \N pg_catalog.percent_rank h 1 ordered_set_transition_multi percent_rank_final - - - - - - t f w w 0 2281 0 0 0 \N \N pg_catalog.cume_dist h 1 ordered_set_transition_multi cume_dist_final - - - - - - t f w w 0 2281 0 0 0 \N \N pg_catalog.dense_rank h 1 ordered_set_transition_multi dense_rank_final - - - - - - t f w w 0 2281 0 0 0 \N \N any_value n 0 any_value_transfn - any_value_transfn - - - - - f f r r 0 2283 0 0 0 \N \N dump_test.newavg n 0 int4_avg_accum int8_avg - - - - - - f f s r 0 1016 0 0 0 {0,0} \N \. -- -- Data for Name: pg_am; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_am (oid, amname, amhandler, amtype) FROM stdin; 2 heap heap_tableam_handler t 403 btree bthandler i 405 hash hashhandler i 783 gist gisthandler i 2742 gin ginhandler i 4000 spgist spghandler i 3580 brin brinhandler i 16466 regress_table_am heap_tableam_handler t 16581 gist2 gisthandler i \. -- -- Data for Name: pg_amop; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_amop (oid, amopfamily, amoplefttype, amoprighttype, amopstrategy, amoppurpose, amopopr, amopmethod, amopsortfamily) FROM stdin; 10000 1976 21 21 1 s 95 403 0 10001 1976 21 21 2 s 522 403 0 10002 1976 21 21 3 s 94 403 0 10003 1976 21 21 4 s 524 403 0 10004 1976 21 21 5 s 520 403 0 10005 1976 21 23 1 s 534 403 0 10006 1976 21 23 2 s 540 403 0 10007 1976 21 23 3 s 532 403 0 10008 1976 21 23 4 s 542 403 0 10009 1976 21 23 5 s 536 403 0 10010 1976 21 20 1 s 1864 403 0 10011 1976 21 20 2 s 1866 403 0 10012 1976 21 20 3 s 1862 403 0 10013 1976 21 20 4 s 1867 403 0 10014 1976 21 20 5 s 1865 403 0 10015 1976 23 23 1 s 97 403 0 10016 1976 23 23 2 s 523 403 0 10017 1976 23 23 3 s 96 403 0 10018 1976 23 23 4 s 525 403 0 10019 1976 23 23 5 s 521 403 0 10020 1976 23 21 1 s 535 403 0 10021 1976 23 21 2 s 541 403 0 10022 1976 23 21 3 s 533 403 0 10023 1976 23 21 4 s 543 403 0 10024 1976 23 21 5 s 537 403 0 10025 1976 23 20 1 s 37 403 0 10026 1976 23 20 2 s 80 403 0 10027 1976 23 20 3 s 15 403 0 10028 1976 23 20 4 s 82 403 0 10029 1976 23 20 5 s 76 403 0 10030 1976 20 20 1 s 412 403 0 10031 1976 20 20 2 s 414 403 0 10032 1976 20 20 3 s 410 403 0 10033 1976 20 20 4 s 415 403 0 10034 1976 20 20 5 s 413 403 0 10035 1976 20 21 1 s 1870 403 0 10036 1976 20 21 2 s 1872 403 0 10037 1976 20 21 3 s 1868 403 0 10038 1976 20 21 4 s 1873 403 0 10039 1976 20 21 5 s 1871 403 0 10040 1976 20 23 1 s 418 403 0 10041 1976 20 23 2 s 420 403 0 10042 1976 20 23 3 s 416 403 0 10043 1976 20 23 4 s 430 403 0 10044 1976 20 23 5 s 419 403 0 10045 1989 26 26 1 s 609 403 0 10046 1989 26 26 2 s 611 403 0 10047 1989 26 26 3 s 607 403 0 10048 1989 26 26 4 s 612 403 0 10049 1989 26 26 5 s 610 403 0 10050 5067 5069 5069 1 s 5073 403 0 10051 5067 5069 5069 2 s 5075 403 0 10052 5067 5069 5069 3 s 5068 403 0 10053 5067 5069 5069 4 s 5076 403 0 10054 5067 5069 5069 5 s 5074 403 0 10055 2789 27 27 1 s 2799 403 0 10056 2789 27 27 2 s 2801 403 0 10057 2789 27 27 3 s 387 403 0 10058 2789 27 27 4 s 2802 403 0 10059 2789 27 27 5 s 2800 403 0 10060 1991 30 30 1 s 645 403 0 10061 1991 30 30 2 s 647 403 0 10062 1991 30 30 3 s 649 403 0 10063 1991 30 30 4 s 648 403 0 10064 1991 30 30 5 s 646 403 0 10065 1970 700 700 1 s 622 403 0 10066 1970 700 700 2 s 624 403 0 10067 1970 700 700 3 s 620 403 0 10068 1970 700 700 4 s 625 403 0 10069 1970 700 700 5 s 623 403 0 10070 1970 700 701 1 s 1122 403 0 10071 1970 700 701 2 s 1124 403 0 10072 1970 700 701 3 s 1120 403 0 10073 1970 700 701 4 s 1125 403 0 10074 1970 700 701 5 s 1123 403 0 10075 1970 701 701 1 s 672 403 0 10076 1970 701 701 2 s 673 403 0 10077 1970 701 701 3 s 670 403 0 10078 1970 701 701 4 s 675 403 0 10079 1970 701 701 5 s 674 403 0 10080 1970 701 700 1 s 1132 403 0 10081 1970 701 700 2 s 1134 403 0 10082 1970 701 700 3 s 1130 403 0 10083 1970 701 700 4 s 1135 403 0 10084 1970 701 700 5 s 1133 403 0 10085 429 18 18 1 s 631 403 0 10086 429 18 18 2 s 632 403 0 10087 429 18 18 3 s 92 403 0 10088 429 18 18 4 s 634 403 0 10089 429 18 18 5 s 633 403 0 10090 1994 25 25 1 s 664 403 0 10091 1994 25 25 2 s 665 403 0 10092 1994 25 25 3 s 98 403 0 10093 1994 25 25 4 s 667 403 0 10094 1994 25 25 5 s 666 403 0 10095 1994 19 19 1 s 660 403 0 10096 1994 19 19 2 s 661 403 0 10097 1994 19 19 3 s 93 403 0 10098 1994 19 19 4 s 663 403 0 10099 1994 19 19 5 s 662 403 0 10100 1994 19 25 1 s 255 403 0 10101 1994 19 25 2 s 256 403 0 10102 1994 19 25 3 s 254 403 0 10103 1994 19 25 4 s 257 403 0 10104 1994 19 25 5 s 258 403 0 10105 1994 25 19 1 s 261 403 0 10106 1994 25 19 2 s 262 403 0 10107 1994 25 19 3 s 260 403 0 10108 1994 25 19 4 s 263 403 0 10109 1994 25 19 5 s 264 403 0 10110 426 1042 1042 1 s 1058 403 0 10111 426 1042 1042 2 s 1059 403 0 10112 426 1042 1042 3 s 1054 403 0 10113 426 1042 1042 4 s 1061 403 0 10114 426 1042 1042 5 s 1060 403 0 10115 428 17 17 1 s 1957 403 0 10116 428 17 17 2 s 1958 403 0 10117 428 17 17 3 s 1955 403 0 10118 428 17 17 4 s 1960 403 0 10119 428 17 17 5 s 1959 403 0 10120 434 1082 1082 1 s 1095 403 0 10121 434 1082 1082 2 s 1096 403 0 10122 434 1082 1082 3 s 1093 403 0 10123 434 1082 1082 4 s 1098 403 0 10124 434 1082 1082 5 s 1097 403 0 10125 434 1082 1114 1 s 2345 403 0 10126 434 1082 1114 2 s 2346 403 0 10127 434 1082 1114 3 s 2347 403 0 10128 434 1082 1114 4 s 2348 403 0 10129 434 1082 1114 5 s 2349 403 0 10130 434 1082 1184 1 s 2358 403 0 10131 434 1082 1184 2 s 2359 403 0 10132 434 1082 1184 3 s 2360 403 0 10133 434 1082 1184 4 s 2361 403 0 10134 434 1082 1184 5 s 2362 403 0 10135 434 1114 1114 1 s 2062 403 0 10136 434 1114 1114 2 s 2063 403 0 10137 434 1114 1114 3 s 2060 403 0 10138 434 1114 1114 4 s 2065 403 0 10139 434 1114 1114 5 s 2064 403 0 10140 434 1114 1082 1 s 2371 403 0 10141 434 1114 1082 2 s 2372 403 0 10142 434 1114 1082 3 s 2373 403 0 10143 434 1114 1082 4 s 2374 403 0 10144 434 1114 1082 5 s 2375 403 0 10145 434 1114 1184 1 s 2534 403 0 10146 434 1114 1184 2 s 2535 403 0 10147 434 1114 1184 3 s 2536 403 0 10148 434 1114 1184 4 s 2537 403 0 10149 434 1114 1184 5 s 2538 403 0 10150 434 1184 1184 1 s 1322 403 0 10151 434 1184 1184 2 s 1323 403 0 10152 434 1184 1184 3 s 1320 403 0 10153 434 1184 1184 4 s 1325 403 0 10154 434 1184 1184 5 s 1324 403 0 10155 434 1184 1082 1 s 2384 403 0 10156 434 1184 1082 2 s 2385 403 0 10157 434 1184 1082 3 s 2386 403 0 10158 434 1184 1082 4 s 2387 403 0 10159 434 1184 1082 5 s 2388 403 0 10160 434 1184 1114 1 s 2540 403 0 10161 434 1184 1114 2 s 2541 403 0 10162 434 1184 1114 3 s 2542 403 0 10163 434 1184 1114 4 s 2543 403 0 10164 434 1184 1114 5 s 2544 403 0 10165 1996 1083 1083 1 s 1110 403 0 10166 1996 1083 1083 2 s 1111 403 0 10167 1996 1083 1083 3 s 1108 403 0 10168 1996 1083 1083 4 s 1113 403 0 10169 1996 1083 1083 5 s 1112 403 0 10170 2000 1266 1266 1 s 1552 403 0 10171 2000 1266 1266 2 s 1553 403 0 10172 2000 1266 1266 3 s 1550 403 0 10173 2000 1266 1266 4 s 1555 403 0 10174 2000 1266 1266 5 s 1554 403 0 10175 1982 1186 1186 1 s 1332 403 0 10176 1982 1186 1186 2 s 1333 403 0 10177 1982 1186 1186 3 s 1330 403 0 10178 1982 1186 1186 4 s 1335 403 0 10179 1982 1186 1186 5 s 1334 403 0 10180 1984 829 829 1 s 1222 403 0 10181 1984 829 829 2 s 1223 403 0 10182 1984 829 829 3 s 1220 403 0 10183 1984 829 829 4 s 1225 403 0 10184 1984 829 829 5 s 1224 403 0 10185 3371 774 774 1 s 3364 403 0 10186 3371 774 774 2 s 3365 403 0 10187 3371 774 774 3 s 3362 403 0 10188 3371 774 774 4 s 3367 403 0 10189 3371 774 774 5 s 3366 403 0 10190 1974 869 869 1 s 1203 403 0 10191 1974 869 869 2 s 1204 403 0 10192 1974 869 869 3 s 1201 403 0 10193 1974 869 869 4 s 1206 403 0 10194 1974 869 869 5 s 1205 403 0 10195 1988 1700 1700 1 s 1754 403 0 10196 1988 1700 1700 2 s 1755 403 0 10197 1988 1700 1700 3 s 1752 403 0 10198 1988 1700 1700 4 s 1757 403 0 10199 1988 1700 1700 5 s 1756 403 0 10200 424 16 16 1 s 58 403 0 10201 424 16 16 2 s 1694 403 0 10202 424 16 16 3 s 91 403 0 10203 424 16 16 4 s 1695 403 0 10204 424 16 16 5 s 59 403 0 10205 423 1560 1560 1 s 1786 403 0 10206 423 1560 1560 2 s 1788 403 0 10207 423 1560 1560 3 s 1784 403 0 10208 423 1560 1560 4 s 1789 403 0 10209 423 1560 1560 5 s 1787 403 0 10210 2002 1562 1562 1 s 1806 403 0 10211 2002 1562 1562 2 s 1808 403 0 10212 2002 1562 1562 3 s 1804 403 0 10213 2002 1562 1562 4 s 1809 403 0 10214 2002 1562 1562 5 s 1807 403 0 10215 2095 25 25 1 s 2314 403 0 10216 2095 25 25 2 s 2315 403 0 10217 2095 25 25 3 s 98 403 0 10218 2095 25 25 4 s 2317 403 0 10219 2095 25 25 5 s 2318 403 0 10220 2097 1042 1042 1 s 2326 403 0 10221 2097 1042 1042 2 s 2327 403 0 10222 2097 1042 1042 3 s 1054 403 0 10223 2097 1042 1042 4 s 2329 403 0 10224 2097 1042 1042 5 s 2330 403 0 10225 2099 790 790 1 s 902 403 0 10226 2099 790 790 2 s 904 403 0 10227 2099 790 790 3 s 900 403 0 10228 2099 790 790 4 s 905 403 0 10229 2099 790 790 5 s 903 403 0 10230 397 2277 2277 1 s 1072 403 0 10231 397 2277 2277 2 s 1074 403 0 10232 397 2277 2277 3 s 1070 403 0 10233 397 2277 2277 4 s 1075 403 0 10234 397 2277 2277 5 s 1073 403 0 10235 2994 2249 2249 1 s 2990 403 0 10236 2994 2249 2249 2 s 2992 403 0 10237 2994 2249 2249 3 s 2988 403 0 10238 2994 2249 2249 4 s 2993 403 0 10239 2994 2249 2249 5 s 2991 403 0 10240 3194 2249 2249 1 s 3190 403 0 10241 3194 2249 2249 2 s 3192 403 0 10242 3194 2249 2249 3 s 3188 403 0 10243 3194 2249 2249 4 s 3193 403 0 10244 3194 2249 2249 5 s 3191 403 0 10245 2968 2950 2950 1 s 2974 403 0 10246 2968 2950 2950 2 s 2976 403 0 10247 2968 2950 2950 3 s 2972 403 0 10248 2968 2950 2950 4 s 2977 403 0 10249 2968 2950 2950 5 s 2975 403 0 10250 3253 3220 3220 1 s 3224 403 0 10251 3253 3220 3220 2 s 3226 403 0 10252 3253 3220 3220 3 s 3222 403 0 10253 3253 3220 3220 4 s 3227 403 0 10254 3253 3220 3220 5 s 3225 403 0 10255 427 1042 1042 1 s 1054 405 0 10256 431 18 18 1 s 92 405 0 10257 435 1082 1082 1 s 1093 405 0 10258 1971 700 700 1 s 620 405 0 10259 1971 701 701 1 s 670 405 0 10260 1971 700 701 1 s 1120 405 0 10261 1971 701 700 1 s 1130 405 0 10262 1975 869 869 1 s 1201 405 0 10263 1977 21 21 1 s 94 405 0 10264 1977 23 23 1 s 96 405 0 10265 1977 20 20 1 s 410 405 0 10266 1977 21 23 1 s 532 405 0 10267 1977 21 20 1 s 1862 405 0 10268 1977 23 21 1 s 533 405 0 10269 1977 23 20 1 s 15 405 0 10270 1977 20 21 1 s 1868 405 0 10271 1977 20 23 1 s 416 405 0 10272 1983 1186 1186 1 s 1330 405 0 10273 1985 829 829 1 s 1220 405 0 10274 3372 774 774 1 s 3362 405 0 10275 1990 26 26 1 s 607 405 0 10276 1992 30 30 1 s 649 405 0 10277 6194 2249 2249 1 s 2988 405 0 10278 1995 25 25 1 s 98 405 0 10279 1995 19 19 1 s 93 405 0 10280 1995 19 25 1 s 254 405 0 10281 1995 25 19 1 s 260 405 0 10282 1997 1083 1083 1 s 1108 405 0 10283 1999 1184 1184 1 s 1320 405 0 10284 2001 1266 1266 1 s 1550 405 0 10285 2040 1114 1114 1 s 2060 405 0 10286 2222 16 16 1 s 91 405 0 10287 2223 17 17 1 s 1955 405 0 10288 2225 28 28 1 s 352 405 0 10289 5032 5069 5069 1 s 5068 405 0 10290 2226 29 29 1 s 385 405 0 10291 2227 27 27 1 s 387 405 0 10292 2229 25 25 1 s 98 405 0 10293 2231 1042 1042 1 s 1054 405 0 10294 2235 1033 1033 1 s 974 405 0 10295 2969 2950 2950 1 s 2972 405 0 10296 3254 3220 3220 1 s 3222 405 0 10297 1998 1700 1700 1 s 1752 405 0 10298 627 2277 2277 1 s 1070 405 0 10299 2593 603 603 1 s 493 783 0 10300 2593 603 603 2 s 494 783 0 10301 2593 603 603 3 s 500 783 0 10302 2593 603 603 4 s 495 783 0 10303 2593 603 603 5 s 496 783 0 10304 2593 603 603 6 s 499 783 0 10305 2593 603 603 7 s 498 783 0 10306 2593 603 603 8 s 497 783 0 10307 2593 603 603 9 s 2571 783 0 10308 2593 603 603 10 s 2570 783 0 10309 2593 603 603 11 s 2573 783 0 10310 2593 603 603 12 s 2572 783 0 10311 2593 603 600 15 o 606 783 1970 10312 1029 600 600 11 s 4161 783 0 10313 1029 600 600 30 s 506 783 0 10314 1029 600 600 1 s 507 783 0 10315 1029 600 600 5 s 508 783 0 10316 1029 600 600 10 s 4162 783 0 10317 1029 600 600 29 s 509 783 0 10318 1029 600 600 6 s 510 783 0 10319 1029 600 600 15 o 517 783 1970 10320 1029 600 603 28 s 511 783 0 10321 1029 600 604 48 s 756 783 0 10322 1029 600 718 68 s 758 783 0 10323 2594 604 604 1 s 485 783 0 10324 2594 604 604 2 s 486 783 0 10325 2594 604 604 3 s 492 783 0 10326 2594 604 604 4 s 487 783 0 10327 2594 604 604 5 s 488 783 0 10328 2594 604 604 6 s 491 783 0 10329 2594 604 604 7 s 490 783 0 10330 2594 604 604 8 s 489 783 0 10331 2594 604 604 9 s 2575 783 0 10332 2594 604 604 10 s 2574 783 0 10333 2594 604 604 11 s 2577 783 0 10334 2594 604 604 12 s 2576 783 0 10335 2594 604 600 15 o 3289 783 1970 10336 2595 718 718 1 s 1506 783 0 10337 2595 718 718 2 s 1507 783 0 10338 2595 718 718 3 s 1513 783 0 10339 2595 718 718 4 s 1508 783 0 10340 2595 718 718 5 s 1509 783 0 10341 2595 718 718 6 s 1512 783 0 10342 2595 718 718 7 s 1511 783 0 10343 2595 718 718 8 s 1510 783 0 10344 2595 718 718 9 s 2589 783 0 10345 2595 718 718 10 s 1515 783 0 10346 2595 718 718 11 s 1514 783 0 10347 2595 718 718 12 s 2590 783 0 10348 2595 718 600 15 o 3291 783 1970 10349 2745 2277 2277 1 s 2750 2742 0 10350 2745 2277 2277 2 s 2751 2742 0 10351 2745 2277 2277 3 s 2752 2742 0 10352 2745 2277 2277 4 s 1070 2742 0 10353 3522 3500 3500 1 s 3518 403 0 10354 3522 3500 3500 2 s 3520 403 0 10355 3522 3500 3500 3 s 3516 403 0 10356 3522 3500 3500 4 s 3521 403 0 10357 3522 3500 3500 5 s 3519 403 0 10358 3523 3500 3500 1 s 3516 405 0 10359 3626 3614 3614 1 s 3627 403 0 10360 3626 3614 3614 2 s 3628 403 0 10361 3626 3614 3614 3 s 3629 403 0 10362 3626 3614 3614 4 s 3631 403 0 10363 3626 3614 3614 5 s 3632 403 0 10364 3655 3614 3615 1 s 3636 783 0 10365 3659 3614 3615 1 s 3636 2742 0 10366 3659 3614 3615 2 s 3660 2742 0 10367 3683 3615 3615 1 s 3674 403 0 10368 3683 3615 3615 2 s 3675 403 0 10369 3683 3615 3615 3 s 3676 403 0 10370 3683 3615 3615 4 s 3678 403 0 10371 3683 3615 3615 5 s 3679 403 0 10372 3702 3615 3615 7 s 3693 783 0 10373 3702 3615 3615 8 s 3694 783 0 10374 3901 3831 3831 1 s 3884 403 0 10375 3901 3831 3831 2 s 3885 403 0 10376 3901 3831 3831 3 s 3882 403 0 10377 3901 3831 3831 4 s 3886 403 0 10378 3901 3831 3831 5 s 3887 403 0 10379 3903 3831 3831 1 s 3882 405 0 10380 3919 3831 3831 1 s 3893 783 0 10381 3919 3831 4537 1 s 4395 783 0 10382 3919 3831 3831 2 s 3895 783 0 10383 3919 3831 4537 2 s 2875 783 0 10384 3919 3831 3831 3 s 3888 783 0 10385 3919 3831 4537 3 s 2866 783 0 10386 3919 3831 3831 4 s 3896 783 0 10387 3919 3831 4537 4 s 3585 783 0 10388 3919 3831 3831 5 s 3894 783 0 10389 3919 3831 4537 5 s 4398 783 0 10390 3919 3831 3831 6 s 3897 783 0 10391 3919 3831 4537 6 s 4179 783 0 10392 3919 3831 3831 7 s 3890 783 0 10393 3919 3831 4537 7 s 4539 783 0 10394 3919 3831 3831 8 s 3892 783 0 10395 3919 3831 4537 8 s 2873 783 0 10396 3919 3831 2283 16 s 3889 783 0 10397 3919 3831 3831 18 s 3882 783 0 10398 6158 4537 4537 1 s 4397 783 0 10399 6158 4537 3831 1 s 4396 783 0 10400 6158 4537 4537 2 s 2877 783 0 10401 6158 4537 3831 2 s 2876 783 0 10402 6158 4537 4537 3 s 2868 783 0 10403 6158 4537 3831 3 s 2867 783 0 10404 6158 4537 4537 4 s 4142 783 0 10405 6158 4537 3831 4 s 4035 783 0 10406 6158 4537 4537 5 s 4400 783 0 10407 6158 4537 3831 5 s 4399 783 0 10408 6158 4537 4537 6 s 4198 783 0 10409 6158 4537 3831 6 s 4180 783 0 10410 6158 4537 4537 7 s 2871 783 0 10411 6158 4537 3831 7 s 2870 783 0 10412 6158 4537 4537 8 s 2874 783 0 10413 6158 4537 3831 8 s 4540 783 0 10414 6158 4537 2283 16 s 2869 783 0 10415 6158 4537 4537 18 s 2860 783 0 10416 4199 4537 4537 1 s 2862 403 0 10417 4199 4537 4537 2 s 2863 403 0 10418 4199 4537 4537 3 s 2860 403 0 10419 4199 4537 4537 4 s 2864 403 0 10420 4199 4537 4537 5 s 2865 403 0 10421 4225 4537 4537 1 s 2860 405 0 10422 4015 600 600 11 s 4161 4000 0 10423 4015 600 600 30 s 506 4000 0 10424 4015 600 600 1 s 507 4000 0 10425 4015 600 600 5 s 508 4000 0 10426 4015 600 600 10 s 4162 4000 0 10427 4015 600 600 29 s 509 4000 0 10428 4015 600 600 6 s 510 4000 0 10429 4015 600 603 8 s 511 4000 0 10430 4015 600 600 15 o 517 4000 1970 10431 4016 600 600 11 s 4161 4000 0 10432 4016 600 600 30 s 506 4000 0 10433 4016 600 600 1 s 507 4000 0 10434 4016 600 600 5 s 508 4000 0 10435 4016 600 600 10 s 4162 4000 0 10436 4016 600 600 29 s 509 4000 0 10437 4016 600 600 6 s 510 4000 0 10438 4016 600 603 8 s 511 4000 0 10439 4016 600 600 15 o 517 4000 1970 10440 4017 25 25 1 s 2314 4000 0 10441 4017 25 25 2 s 2315 4000 0 10442 4017 25 25 3 s 98 4000 0 10443 4017 25 25 4 s 2317 4000 0 10444 4017 25 25 5 s 2318 4000 0 10445 4017 25 25 11 s 664 4000 0 10446 4017 25 25 12 s 665 4000 0 10447 4017 25 25 14 s 667 4000 0 10448 4017 25 25 15 s 666 4000 0 10449 4017 25 25 28 s 3877 4000 0 10450 4033 3802 3802 1 s 3242 403 0 10451 4033 3802 3802 2 s 3244 403 0 10452 4033 3802 3802 3 s 3240 403 0 10453 4033 3802 3802 4 s 3245 403 0 10454 4033 3802 3802 5 s 3243 403 0 10455 4034 3802 3802 1 s 3240 405 0 10456 4036 3802 3802 7 s 3246 2742 0 10457 4036 3802 25 9 s 3247 2742 0 10458 4036 3802 1009 10 s 3248 2742 0 10459 4036 3802 1009 11 s 3249 2742 0 10460 4036 3802 4072 15 s 4012 2742 0 10461 4036 3802 4072 16 s 4013 2742 0 10462 4037 3802 3802 7 s 3246 2742 0 10463 4037 3802 4072 15 s 4012 2742 0 10464 4037 3802 4072 16 s 4013 2742 0 10465 3474 3831 3831 1 s 3893 4000 0 10466 3474 3831 3831 2 s 3895 4000 0 10467 3474 3831 3831 3 s 3888 4000 0 10468 3474 3831 3831 4 s 3896 4000 0 10469 3474 3831 3831 5 s 3894 4000 0 10470 3474 3831 3831 6 s 3897 4000 0 10471 3474 3831 3831 7 s 3890 4000 0 10472 3474 3831 3831 8 s 3892 4000 0 10473 3474 3831 2283 16 s 3889 4000 0 10474 3474 3831 3831 18 s 3882 4000 0 10475 5000 603 603 1 s 493 4000 0 10476 5000 603 603 2 s 494 4000 0 10477 5000 603 603 3 s 500 4000 0 10478 5000 603 603 4 s 495 4000 0 10479 5000 603 603 5 s 496 4000 0 10480 5000 603 603 6 s 499 4000 0 10481 5000 603 603 7 s 498 4000 0 10482 5000 603 603 8 s 497 4000 0 10483 5000 603 603 9 s 2571 4000 0 10484 5000 603 603 10 s 2570 4000 0 10485 5000 603 603 11 s 2573 4000 0 10486 5000 603 603 12 s 2572 4000 0 10487 5000 603 600 15 o 606 4000 1970 10488 5008 604 604 1 s 485 4000 0 10489 5008 604 604 2 s 486 4000 0 10490 5008 604 604 3 s 492 4000 0 10491 5008 604 604 4 s 487 4000 0 10492 5008 604 604 5 s 488 4000 0 10493 5008 604 604 6 s 491 4000 0 10494 5008 604 604 7 s 490 4000 0 10495 5008 604 604 8 s 489 4000 0 10496 5008 604 604 9 s 2575 4000 0 10497 5008 604 604 10 s 2574 4000 0 10498 5008 604 604 11 s 2577 4000 0 10499 5008 604 604 12 s 2576 4000 0 10500 5008 604 600 15 o 3289 4000 1970 10501 3550 869 869 3 s 3552 783 0 10502 3550 869 869 18 s 1201 783 0 10503 3550 869 869 19 s 1202 783 0 10504 3550 869 869 20 s 1203 783 0 10505 3550 869 869 21 s 1204 783 0 10506 3550 869 869 22 s 1205 783 0 10507 3550 869 869 23 s 1206 783 0 10508 3550 869 869 24 s 931 783 0 10509 3550 869 869 25 s 932 783 0 10510 3550 869 869 26 s 933 783 0 10511 3550 869 869 27 s 934 783 0 10512 3794 869 869 3 s 3552 4000 0 10513 3794 869 869 18 s 1201 4000 0 10514 3794 869 869 19 s 1202 4000 0 10515 3794 869 869 20 s 1203 4000 0 10516 3794 869 869 21 s 1204 4000 0 10517 3794 869 869 22 s 1205 4000 0 10518 3794 869 869 23 s 1206 4000 0 10519 3794 869 869 24 s 931 4000 0 10520 3794 869 869 25 s 932 4000 0 10521 3794 869 869 26 s 933 4000 0 10522 3794 869 869 27 s 934 4000 0 10523 4064 17 17 1 s 1957 3580 0 10524 4064 17 17 2 s 1958 3580 0 10525 4064 17 17 3 s 1955 3580 0 10526 4064 17 17 4 s 1960 3580 0 10527 4064 17 17 5 s 1959 3580 0 10528 4578 17 17 1 s 1955 3580 0 10529 4062 18 18 1 s 631 3580 0 10530 4062 18 18 2 s 632 3580 0 10531 4062 18 18 3 s 92 3580 0 10532 4062 18 18 4 s 634 3580 0 10533 4062 18 18 5 s 633 3580 0 10534 4577 18 18 1 s 92 3580 0 10535 4065 19 19 1 s 660 3580 0 10536 4065 19 19 2 s 661 3580 0 10537 4065 19 19 3 s 93 3580 0 10538 4065 19 19 4 s 663 3580 0 10539 4065 19 19 5 s 662 3580 0 10540 4579 19 19 1 s 93 3580 0 10541 4054 20 20 1 s 412 3580 0 10542 4054 20 20 2 s 414 3580 0 10543 4054 20 20 3 s 410 3580 0 10544 4054 20 20 4 s 415 3580 0 10545 4054 20 20 5 s 413 3580 0 10546 4054 20 21 1 s 1870 3580 0 10547 4054 20 21 2 s 1872 3580 0 10548 4054 20 21 3 s 1868 3580 0 10549 4054 20 21 4 s 1873 3580 0 10550 4054 20 21 5 s 1871 3580 0 10551 4054 20 23 1 s 418 3580 0 10552 4054 20 23 2 s 420 3580 0 10553 4054 20 23 3 s 416 3580 0 10554 4054 20 23 4 s 430 3580 0 10555 4054 20 23 5 s 419 3580 0 10556 4054 21 21 1 s 95 3580 0 10557 4054 21 21 2 s 522 3580 0 10558 4054 21 21 3 s 94 3580 0 10559 4054 21 21 4 s 524 3580 0 10560 4054 21 21 5 s 520 3580 0 10561 4054 21 20 1 s 1864 3580 0 10562 4054 21 20 2 s 1866 3580 0 10563 4054 21 20 3 s 1862 3580 0 10564 4054 21 20 4 s 1867 3580 0 10565 4054 21 20 5 s 1865 3580 0 10566 4054 21 23 1 s 534 3580 0 10567 4054 21 23 2 s 540 3580 0 10568 4054 21 23 3 s 532 3580 0 10569 4054 21 23 4 s 542 3580 0 10570 4054 21 23 5 s 536 3580 0 10571 4054 23 23 1 s 97 3580 0 10572 4054 23 23 2 s 523 3580 0 10573 4054 23 23 3 s 96 3580 0 10574 4054 23 23 4 s 525 3580 0 10575 4054 23 23 5 s 521 3580 0 10576 4054 23 21 1 s 535 3580 0 10577 4054 23 21 2 s 541 3580 0 10578 4054 23 21 3 s 533 3580 0 10579 4054 23 21 4 s 543 3580 0 10580 4054 23 21 5 s 537 3580 0 10581 4054 23 20 1 s 37 3580 0 10582 4054 23 20 2 s 80 3580 0 10583 4054 23 20 3 s 15 3580 0 10584 4054 23 20 4 s 82 3580 0 10585 4054 23 20 5 s 76 3580 0 10586 4602 20 20 1 s 412 3580 0 10587 4602 20 20 2 s 414 3580 0 10588 4602 20 20 3 s 410 3580 0 10589 4602 20 20 4 s 415 3580 0 10590 4602 20 20 5 s 413 3580 0 10591 4602 20 21 1 s 1870 3580 0 10592 4602 20 21 2 s 1872 3580 0 10593 4602 20 21 3 s 1868 3580 0 10594 4602 20 21 4 s 1873 3580 0 10595 4602 20 21 5 s 1871 3580 0 10596 4602 20 23 1 s 418 3580 0 10597 4602 20 23 2 s 420 3580 0 10598 4602 20 23 3 s 416 3580 0 10599 4602 20 23 4 s 430 3580 0 10600 4602 20 23 5 s 419 3580 0 10601 4602 21 21 1 s 95 3580 0 10602 4602 21 21 2 s 522 3580 0 10603 4602 21 21 3 s 94 3580 0 10604 4602 21 21 4 s 524 3580 0 10605 4602 21 21 5 s 520 3580 0 10606 4602 21 20 1 s 1864 3580 0 10607 4602 21 20 2 s 1866 3580 0 10608 4602 21 20 3 s 1862 3580 0 10609 4602 21 20 4 s 1867 3580 0 10610 4602 21 20 5 s 1865 3580 0 10611 4602 21 23 1 s 534 3580 0 10612 4602 21 23 2 s 540 3580 0 10613 4602 21 23 3 s 532 3580 0 10614 4602 21 23 4 s 542 3580 0 10615 4602 21 23 5 s 536 3580 0 10616 4602 23 23 1 s 97 3580 0 10617 4602 23 23 2 s 523 3580 0 10618 4602 23 23 3 s 96 3580 0 10619 4602 23 23 4 s 525 3580 0 10620 4602 23 23 5 s 521 3580 0 10621 4602 23 21 1 s 535 3580 0 10622 4602 23 21 2 s 541 3580 0 10623 4602 23 21 3 s 533 3580 0 10624 4602 23 21 4 s 543 3580 0 10625 4602 23 21 5 s 537 3580 0 10626 4602 23 20 1 s 37 3580 0 10627 4602 23 20 2 s 80 3580 0 10628 4602 23 20 3 s 15 3580 0 10629 4602 23 20 4 s 82 3580 0 10630 4602 23 20 5 s 76 3580 0 10631 4572 20 20 1 s 410 3580 0 10632 4572 21 21 1 s 94 3580 0 10633 4572 23 23 1 s 96 3580 0 10634 4056 25 25 1 s 664 3580 0 10635 4056 25 25 2 s 665 3580 0 10636 4056 25 25 3 s 98 3580 0 10637 4056 25 25 4 s 667 3580 0 10638 4056 25 25 5 s 666 3580 0 10639 4573 25 25 1 s 98 3580 0 10640 4068 26 26 1 s 609 3580 0 10641 4068 26 26 2 s 611 3580 0 10642 4068 26 26 3 s 607 3580 0 10643 4068 26 26 4 s 612 3580 0 10644 4068 26 26 5 s 610 3580 0 10645 4606 26 26 1 s 609 3580 0 10646 4606 26 26 2 s 611 3580 0 10647 4606 26 26 3 s 607 3580 0 10648 4606 26 26 4 s 612 3580 0 10649 4606 26 26 5 s 610 3580 0 10650 4580 26 26 1 s 607 3580 0 10651 4069 27 27 1 s 2799 3580 0 10652 4069 27 27 2 s 2801 3580 0 10653 4069 27 27 3 s 387 3580 0 10654 4069 27 27 4 s 2802 3580 0 10655 4069 27 27 5 s 2800 3580 0 10656 4581 27 27 1 s 387 3580 0 10657 4607 27 27 1 s 2799 3580 0 10658 4607 27 27 2 s 2801 3580 0 10659 4607 27 27 3 s 387 3580 0 10660 4607 27 27 4 s 2802 3580 0 10661 4607 27 27 5 s 2800 3580 0 10662 4070 700 700 1 s 622 3580 0 10663 4070 700 700 2 s 624 3580 0 10664 4070 700 700 3 s 620 3580 0 10665 4070 700 700 4 s 625 3580 0 10666 4070 700 700 5 s 623 3580 0 10667 4070 700 701 1 s 1122 3580 0 10668 4070 700 701 2 s 1124 3580 0 10669 4070 700 701 3 s 1120 3580 0 10670 4070 700 701 4 s 1125 3580 0 10671 4070 700 701 5 s 1123 3580 0 10672 4070 701 700 1 s 1132 3580 0 10673 4070 701 700 2 s 1134 3580 0 10674 4070 701 700 3 s 1130 3580 0 10675 4070 701 700 4 s 1135 3580 0 10676 4070 701 700 5 s 1133 3580 0 10677 4070 701 701 1 s 672 3580 0 10678 4070 701 701 2 s 673 3580 0 10679 4070 701 701 3 s 670 3580 0 10680 4070 701 701 4 s 675 3580 0 10681 4070 701 701 5 s 674 3580 0 10682 4608 700 700 1 s 622 3580 0 10683 4608 700 700 2 s 624 3580 0 10684 4608 700 700 3 s 620 3580 0 10685 4608 700 700 4 s 625 3580 0 10686 4608 700 700 5 s 623 3580 0 10687 4608 700 701 1 s 1122 3580 0 10688 4608 700 701 2 s 1124 3580 0 10689 4608 700 701 3 s 1120 3580 0 10690 4608 700 701 4 s 1125 3580 0 10691 4608 700 701 5 s 1123 3580 0 10692 4608 701 700 1 s 1132 3580 0 10693 4608 701 700 2 s 1134 3580 0 10694 4608 701 700 3 s 1130 3580 0 10695 4608 701 700 4 s 1135 3580 0 10696 4608 701 700 5 s 1133 3580 0 10697 4608 701 701 1 s 672 3580 0 10698 4608 701 701 2 s 673 3580 0 10699 4608 701 701 3 s 670 3580 0 10700 4608 701 701 4 s 675 3580 0 10701 4608 701 701 5 s 674 3580 0 10702 4582 700 700 1 s 620 3580 0 10703 4582 701 701 1 s 670 3580 0 10704 4074 829 829 1 s 1222 3580 0 10705 4074 829 829 2 s 1223 3580 0 10706 4074 829 829 3 s 1220 3580 0 10707 4074 829 829 4 s 1225 3580 0 10708 4074 829 829 5 s 1224 3580 0 10709 4609 829 829 1 s 1222 3580 0 10710 4609 829 829 2 s 1223 3580 0 10711 4609 829 829 3 s 1220 3580 0 10712 4609 829 829 4 s 1225 3580 0 10713 4609 829 829 5 s 1224 3580 0 10714 4583 829 829 1 s 1220 3580 0 10715 4109 774 774 1 s 3364 3580 0 10716 4109 774 774 2 s 3365 3580 0 10717 4109 774 774 3 s 3362 3580 0 10718 4109 774 774 4 s 3367 3580 0 10719 4109 774 774 5 s 3366 3580 0 10720 4610 774 774 1 s 3364 3580 0 10721 4610 774 774 2 s 3365 3580 0 10722 4610 774 774 3 s 3362 3580 0 10723 4610 774 774 4 s 3367 3580 0 10724 4610 774 774 5 s 3366 3580 0 10725 4584 774 774 1 s 3362 3580 0 10726 4075 869 869 1 s 1203 3580 0 10727 4075 869 869 2 s 1204 3580 0 10728 4075 869 869 3 s 1201 3580 0 10729 4075 869 869 4 s 1206 3580 0 10730 4075 869 869 5 s 1205 3580 0 10731 4611 869 869 1 s 1203 3580 0 10732 4611 869 869 2 s 1204 3580 0 10733 4611 869 869 3 s 1201 3580 0 10734 4611 869 869 4 s 1206 3580 0 10735 4611 869 869 5 s 1205 3580 0 10736 4585 869 869 1 s 1201 3580 0 10737 4102 869 869 3 s 3552 3580 0 10738 4102 869 869 7 s 934 3580 0 10739 4102 869 869 8 s 932 3580 0 10740 4102 869 869 18 s 1201 3580 0 10741 4102 869 869 24 s 933 3580 0 10742 4102 869 869 26 s 931 3580 0 10743 4076 1042 1042 1 s 1058 3580 0 10744 4076 1042 1042 2 s 1059 3580 0 10745 4076 1042 1042 3 s 1054 3580 0 10746 4076 1042 1042 4 s 1061 3580 0 10747 4076 1042 1042 5 s 1060 3580 0 10748 4586 1042 1042 1 s 1054 3580 0 10749 4077 1083 1083 1 s 1110 3580 0 10750 4077 1083 1083 2 s 1111 3580 0 10751 4077 1083 1083 3 s 1108 3580 0 10752 4077 1083 1083 4 s 1113 3580 0 10753 4077 1083 1083 5 s 1112 3580 0 10754 4612 1083 1083 1 s 1110 3580 0 10755 4612 1083 1083 2 s 1111 3580 0 10756 4612 1083 1083 3 s 1108 3580 0 10757 4612 1083 1083 4 s 1113 3580 0 10758 4612 1083 1083 5 s 1112 3580 0 10759 4587 1083 1083 1 s 1108 3580 0 10760 4059 1114 1114 1 s 2062 3580 0 10761 4059 1114 1114 2 s 2063 3580 0 10762 4059 1114 1114 3 s 2060 3580 0 10763 4059 1114 1114 4 s 2065 3580 0 10764 4059 1114 1114 5 s 2064 3580 0 10765 4059 1114 1082 1 s 2371 3580 0 10766 4059 1114 1082 2 s 2372 3580 0 10767 4059 1114 1082 3 s 2373 3580 0 10768 4059 1114 1082 4 s 2374 3580 0 10769 4059 1114 1082 5 s 2375 3580 0 10770 4059 1114 1184 1 s 2534 3580 0 10771 4059 1114 1184 2 s 2535 3580 0 10772 4059 1114 1184 3 s 2536 3580 0 10773 4059 1114 1184 4 s 2537 3580 0 10774 4059 1114 1184 5 s 2538 3580 0 10775 4059 1082 1082 1 s 1095 3580 0 10776 4059 1082 1082 2 s 1096 3580 0 10777 4059 1082 1082 3 s 1093 3580 0 10778 4059 1082 1082 4 s 1098 3580 0 10779 4059 1082 1082 5 s 1097 3580 0 10780 4059 1082 1114 1 s 2345 3580 0 10781 4059 1082 1114 2 s 2346 3580 0 10782 4059 1082 1114 3 s 2347 3580 0 10783 4059 1082 1114 4 s 2348 3580 0 10784 4059 1082 1114 5 s 2349 3580 0 10785 4059 1082 1184 1 s 2358 3580 0 10786 4059 1082 1184 2 s 2359 3580 0 10787 4059 1082 1184 3 s 2360 3580 0 10788 4059 1082 1184 4 s 2361 3580 0 10789 4059 1082 1184 5 s 2362 3580 0 10790 4059 1184 1082 1 s 2384 3580 0 10791 4059 1184 1082 2 s 2385 3580 0 10792 4059 1184 1082 3 s 2386 3580 0 10793 4059 1184 1082 4 s 2387 3580 0 10794 4059 1184 1082 5 s 2388 3580 0 10795 4059 1184 1114 1 s 2540 3580 0 10796 4059 1184 1114 2 s 2541 3580 0 10797 4059 1184 1114 3 s 2542 3580 0 10798 4059 1184 1114 4 s 2543 3580 0 10799 4059 1184 1114 5 s 2544 3580 0 10800 4059 1184 1184 1 s 1322 3580 0 10801 4059 1184 1184 2 s 1323 3580 0 10802 4059 1184 1184 3 s 1320 3580 0 10803 4059 1184 1184 4 s 1325 3580 0 10804 4059 1184 1184 5 s 1324 3580 0 10805 4605 1114 1114 1 s 2062 3580 0 10806 4605 1114 1114 2 s 2063 3580 0 10807 4605 1114 1114 3 s 2060 3580 0 10808 4605 1114 1114 4 s 2065 3580 0 10809 4605 1114 1114 5 s 2064 3580 0 10810 4605 1114 1082 1 s 2371 3580 0 10811 4605 1114 1082 2 s 2372 3580 0 10812 4605 1114 1082 3 s 2373 3580 0 10813 4605 1114 1082 4 s 2374 3580 0 10814 4605 1114 1082 5 s 2375 3580 0 10815 4605 1114 1184 1 s 2534 3580 0 10816 4605 1114 1184 2 s 2535 3580 0 10817 4605 1114 1184 3 s 2536 3580 0 10818 4605 1114 1184 4 s 2537 3580 0 10819 4605 1114 1184 5 s 2538 3580 0 10820 4605 1082 1082 1 s 1095 3580 0 10821 4605 1082 1082 2 s 1096 3580 0 10822 4605 1082 1082 3 s 1093 3580 0 10823 4605 1082 1082 4 s 1098 3580 0 10824 4605 1082 1082 5 s 1097 3580 0 10825 4605 1082 1114 1 s 2345 3580 0 10826 4605 1082 1114 2 s 2346 3580 0 10827 4605 1082 1114 3 s 2347 3580 0 10828 4605 1082 1114 4 s 2348 3580 0 10829 4605 1082 1114 5 s 2349 3580 0 10830 4605 1082 1184 1 s 2358 3580 0 10831 4605 1082 1184 2 s 2359 3580 0 10832 4605 1082 1184 3 s 2360 3580 0 10833 4605 1082 1184 4 s 2361 3580 0 10834 4605 1082 1184 5 s 2362 3580 0 10835 4605 1184 1082 1 s 2384 3580 0 10836 4605 1184 1082 2 s 2385 3580 0 10837 4605 1184 1082 3 s 2386 3580 0 10838 4605 1184 1082 4 s 2387 3580 0 10839 4605 1184 1082 5 s 2388 3580 0 10840 4605 1184 1114 1 s 2540 3580 0 10841 4605 1184 1114 2 s 2541 3580 0 10842 4605 1184 1114 3 s 2542 3580 0 10843 4605 1184 1114 4 s 2543 3580 0 10844 4605 1184 1114 5 s 2544 3580 0 10845 4605 1184 1184 1 s 1322 3580 0 10846 4605 1184 1184 2 s 1323 3580 0 10847 4605 1184 1184 3 s 1320 3580 0 10848 4605 1184 1184 4 s 1325 3580 0 10849 4605 1184 1184 5 s 1324 3580 0 10850 4576 1114 1114 1 s 2060 3580 0 10851 4576 1082 1082 1 s 1093 3580 0 10852 4576 1184 1184 1 s 1320 3580 0 10853 4078 1186 1186 1 s 1332 3580 0 10854 4078 1186 1186 2 s 1333 3580 0 10855 4078 1186 1186 3 s 1330 3580 0 10856 4078 1186 1186 4 s 1335 3580 0 10857 4078 1186 1186 5 s 1334 3580 0 10858 4613 1186 1186 1 s 1332 3580 0 10859 4613 1186 1186 2 s 1333 3580 0 10860 4613 1186 1186 3 s 1330 3580 0 10861 4613 1186 1186 4 s 1335 3580 0 10862 4613 1186 1186 5 s 1334 3580 0 10863 4588 1186 1186 1 s 1330 3580 0 10864 4058 1266 1266 1 s 1552 3580 0 10865 4058 1266 1266 2 s 1553 3580 0 10866 4058 1266 1266 3 s 1550 3580 0 10867 4058 1266 1266 4 s 1555 3580 0 10868 4058 1266 1266 5 s 1554 3580 0 10869 4604 1266 1266 1 s 1552 3580 0 10870 4604 1266 1266 2 s 1553 3580 0 10871 4604 1266 1266 3 s 1550 3580 0 10872 4604 1266 1266 4 s 1555 3580 0 10873 4604 1266 1266 5 s 1554 3580 0 10874 4575 1266 1266 1 s 1550 3580 0 10875 4079 1560 1560 1 s 1786 3580 0 10876 4079 1560 1560 2 s 1788 3580 0 10877 4079 1560 1560 3 s 1784 3580 0 10878 4079 1560 1560 4 s 1789 3580 0 10879 4079 1560 1560 5 s 1787 3580 0 10880 4080 1562 1562 1 s 1806 3580 0 10881 4080 1562 1562 2 s 1808 3580 0 10882 4080 1562 1562 3 s 1804 3580 0 10883 4080 1562 1562 4 s 1809 3580 0 10884 4080 1562 1562 5 s 1807 3580 0 10885 4055 1700 1700 1 s 1754 3580 0 10886 4055 1700 1700 2 s 1755 3580 0 10887 4055 1700 1700 3 s 1752 3580 0 10888 4055 1700 1700 4 s 1757 3580 0 10889 4055 1700 1700 5 s 1756 3580 0 10890 4603 1700 1700 1 s 1754 3580 0 10891 4603 1700 1700 2 s 1755 3580 0 10892 4603 1700 1700 3 s 1752 3580 0 10893 4603 1700 1700 4 s 1757 3580 0 10894 4603 1700 1700 5 s 1756 3580 0 10895 4574 1700 1700 1 s 1752 3580 0 10896 4081 2950 2950 1 s 2974 3580 0 10897 4081 2950 2950 2 s 2976 3580 0 10898 4081 2950 2950 3 s 2972 3580 0 10899 4081 2950 2950 4 s 2977 3580 0 10900 4081 2950 2950 5 s 2975 3580 0 10901 4614 2950 2950 1 s 2974 3580 0 10902 4614 2950 2950 2 s 2976 3580 0 10903 4614 2950 2950 3 s 2972 3580 0 10904 4614 2950 2950 4 s 2977 3580 0 10905 4614 2950 2950 5 s 2975 3580 0 10906 4589 2950 2950 1 s 2972 3580 0 10907 4103 3831 3831 1 s 3893 3580 0 10908 4103 3831 3831 2 s 3895 3580 0 10909 4103 3831 3831 3 s 3888 3580 0 10910 4103 3831 3831 4 s 3896 3580 0 10911 4103 3831 3831 5 s 3894 3580 0 10912 4103 3831 3831 7 s 3890 3580 0 10913 4103 3831 3831 8 s 3892 3580 0 10914 4103 3831 2283 16 s 3889 3580 0 10915 4103 3831 3831 17 s 3897 3580 0 10916 4103 3831 3831 18 s 3882 3580 0 10917 4103 3831 3831 20 s 3884 3580 0 10918 4103 3831 3831 21 s 3885 3580 0 10919 4103 3831 3831 22 s 3887 3580 0 10920 4103 3831 3831 23 s 3886 3580 0 10921 4082 3220 3220 1 s 3224 3580 0 10922 4082 3220 3220 2 s 3226 3580 0 10923 4082 3220 3220 3 s 3222 3580 0 10924 4082 3220 3220 4 s 3227 3580 0 10925 4082 3220 3220 5 s 3225 3580 0 10926 4615 3220 3220 1 s 3224 3580 0 10927 4615 3220 3220 2 s 3226 3580 0 10928 4615 3220 3220 3 s 3222 3580 0 10929 4615 3220 3220 4 s 3227 3580 0 10930 4615 3220 3220 5 s 3225 3580 0 10931 4590 3220 3220 1 s 3222 3580 0 10932 4104 603 603 1 s 493 3580 0 10933 4104 603 603 2 s 494 3580 0 10934 4104 603 603 3 s 500 3580 0 10935 4104 603 603 4 s 495 3580 0 10936 4104 603 603 5 s 496 3580 0 10937 4104 603 603 6 s 499 3580 0 10938 4104 603 603 7 s 498 3580 0 10939 4104 603 603 8 s 497 3580 0 10940 4104 603 603 9 s 2571 3580 0 10941 4104 603 603 10 s 2570 3580 0 10942 4104 603 603 11 s 2573 3580 0 10943 4104 603 603 12 s 2572 3580 0 10944 4104 603 600 7 s 433 3580 0 16606 16604 20 20 1 s 412 403 0 16607 16604 20 20 2 s 414 403 0 16608 16604 20 20 3 s 410 403 0 16609 16604 20 20 4 s 415 403 0 16610 16604 20 20 5 s 413 403 0 16617 16615 23 23 3 s 16614 403 0 16628 16604 20 23 1 s 418 403 0 16629 16604 20 23 2 s 420 403 0 16630 16604 20 23 3 s 416 403 0 16631 16604 20 23 4 s 430 403 0 16632 16604 20 23 5 s 419 403 0 \. -- -- Data for Name: pg_amproc; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_amproc (oid, amprocfamily, amproclefttype, amprocrighttype, amprocnum, amproc) FROM stdin; 10000 397 2277 2277 1 btarraycmp 10001 423 1560 1560 1 bitcmp 10002 423 1560 1560 4 btequalimage 10003 424 16 16 1 btboolcmp 10004 424 16 16 4 btequalimage 10005 426 1042 1042 1 bpcharcmp 10006 426 1042 1042 2 bpchar_sortsupport 10007 426 1042 1042 4 btvarstrequalimage 10008 428 17 17 1 byteacmp 10009 428 17 17 2 bytea_sortsupport 10010 428 17 17 4 btequalimage 10011 429 18 18 1 btcharcmp 10012 429 18 18 4 btequalimage 10013 434 1082 1082 1 date_cmp 10014 434 1082 1082 2 date_sortsupport 10015 434 1082 1082 4 btequalimage 10016 434 1082 1114 1 date_cmp_timestamp 10017 434 1082 1184 1 date_cmp_timestamptz 10018 434 1114 1114 1 timestamp_cmp 10019 434 1114 1114 2 timestamp_sortsupport 10020 434 1114 1114 4 btequalimage 10021 434 1114 1082 1 timestamp_cmp_date 10022 434 1114 1184 1 timestamp_cmp_timestamptz 10023 434 1184 1184 1 timestamptz_cmp 10024 434 1184 1184 2 timestamp_sortsupport 10025 434 1184 1184 4 btequalimage 10026 434 1184 1082 1 timestamptz_cmp_date 10027 434 1184 1114 1 timestamptz_cmp_timestamp 10028 434 1082 1186 3 pg_catalog.in_range 10029 434 1114 1186 3 pg_catalog.in_range 10030 434 1184 1186 3 pg_catalog.in_range 10031 1970 700 700 1 btfloat4cmp 10032 1970 700 700 2 btfloat4sortsupport 10033 1970 700 701 1 btfloat48cmp 10034 1970 701 701 1 btfloat8cmp 10035 1970 701 701 2 btfloat8sortsupport 10036 1970 701 700 1 btfloat84cmp 10037 1970 701 701 3 pg_catalog.in_range 10038 1970 700 701 3 pg_catalog.in_range 10039 1974 869 869 1 network_cmp 10040 1974 869 869 2 network_sortsupport 10041 1974 869 869 4 btequalimage 10042 1976 21 21 1 btint2cmp 10043 1976 21 21 2 btint2sortsupport 10044 1976 21 21 4 btequalimage 10045 1976 21 23 1 btint24cmp 10046 1976 21 20 1 btint28cmp 10047 1976 21 20 3 pg_catalog.in_range 10048 1976 21 23 3 pg_catalog.in_range 10049 1976 21 21 3 pg_catalog.in_range 10050 1976 23 23 1 btint4cmp 10051 1976 23 23 2 btint4sortsupport 10052 1976 23 23 4 btequalimage 10053 1976 23 20 1 btint48cmp 10054 1976 23 21 1 btint42cmp 10055 1976 23 20 3 pg_catalog.in_range 10056 1976 23 23 3 pg_catalog.in_range 10057 1976 23 21 3 pg_catalog.in_range 10058 1976 20 20 1 btint8cmp 10059 1976 20 20 2 btint8sortsupport 10060 1976 20 20 4 btequalimage 10061 1976 20 23 1 btint84cmp 10062 1976 20 21 1 btint82cmp 10063 1976 20 20 3 pg_catalog.in_range 10064 1982 1186 1186 1 interval_cmp 10065 1982 1186 1186 3 pg_catalog.in_range 10066 1984 829 829 1 macaddr_cmp 10067 1984 829 829 2 macaddr_sortsupport 10068 1984 829 829 4 btequalimage 10069 1988 1700 1700 1 numeric_cmp 10070 1988 1700 1700 2 numeric_sortsupport 10071 1988 1700 1700 3 pg_catalog.in_range 10072 1989 26 26 1 btoidcmp 10073 1989 26 26 2 btoidsortsupport 10074 1989 26 26 4 btequalimage 10075 1991 30 30 1 btoidvectorcmp 10076 1991 30 30 4 btequalimage 10077 1994 25 25 1 bttextcmp 10078 1994 25 25 2 bttextsortsupport 10079 1994 25 25 4 btvarstrequalimage 10080 1994 19 19 1 btnamecmp 10081 1994 19 19 2 btnamesortsupport 10082 1994 19 19 4 btvarstrequalimage 10083 1994 19 25 1 btnametextcmp 10084 1994 25 19 1 bttextnamecmp 10085 1996 1083 1083 1 time_cmp 10086 1996 1083 1083 4 btequalimage 10087 1996 1083 1186 3 pg_catalog.in_range 10088 2000 1266 1266 1 timetz_cmp 10089 2000 1266 1266 4 btequalimage 10090 2000 1266 1186 3 pg_catalog.in_range 10091 2002 1562 1562 1 varbitcmp 10092 2002 1562 1562 4 btequalimage 10093 2095 25 25 1 bttext_pattern_cmp 10094 2095 25 25 2 bttext_pattern_sortsupport 10095 2095 25 25 4 btequalimage 10096 2097 1042 1042 1 btbpchar_pattern_cmp 10097 2097 1042 1042 2 btbpchar_pattern_sortsupport 10098 2097 1042 1042 4 btequalimage 10099 2099 790 790 1 cash_cmp 10100 2099 790 790 4 btequalimage 10101 2789 27 27 1 bttidcmp 10102 2789 27 27 4 btequalimage 10103 2968 2950 2950 1 uuid_cmp 10104 2968 2950 2950 2 uuid_sortsupport 10105 2968 2950 2950 4 btequalimage 10106 2994 2249 2249 1 btrecordcmp 10107 3194 2249 2249 1 btrecordimagecmp 10108 3253 3220 3220 1 pg_lsn_cmp 10109 3253 3220 3220 4 btequalimage 10110 3371 774 774 1 macaddr8_cmp 10111 3371 774 774 4 btequalimage 10112 3522 3500 3500 1 enum_cmp 10113 3522 3500 3500 4 btequalimage 10114 3626 3614 3614 1 tsvector_cmp 10115 3683 3615 3615 1 tsquery_cmp 10116 3901 3831 3831 1 range_cmp 10117 4199 4537 4537 1 multirange_cmp 10118 4033 3802 3802 1 jsonb_cmp 10119 5067 5069 5069 1 xid8cmp 10120 5067 5069 5069 4 btequalimage 10121 427 1042 1042 1 hashbpchar 10122 427 1042 1042 2 hashbpcharextended 10123 431 18 18 1 hashchar 10124 431 18 18 2 hashcharextended 10125 435 1082 1082 1 hashint4 10126 435 1082 1082 2 hashint4extended 10127 627 2277 2277 1 hash_array 10128 627 2277 2277 2 hash_array_extended 10129 1971 700 700 1 hashfloat4 10130 1971 700 700 2 hashfloat4extended 10131 1971 701 701 1 hashfloat8 10132 1971 701 701 2 hashfloat8extended 10133 1975 869 869 1 hashinet 10134 1975 869 869 2 hashinetextended 10135 1977 21 21 1 hashint2 10136 1977 21 21 2 hashint2extended 10137 1977 23 23 1 hashint4 10138 1977 23 23 2 hashint4extended 10139 1977 20 20 1 hashint8 10140 1977 20 20 2 hashint8extended 10141 1983 1186 1186 1 interval_hash 10142 1983 1186 1186 2 interval_hash_extended 10143 1985 829 829 1 hashmacaddr 10144 1985 829 829 2 hashmacaddrextended 10145 1990 26 26 1 hashoid 10146 1990 26 26 2 hashoidextended 10147 1992 30 30 1 hashoidvector 10148 1992 30 30 2 hashoidvectorextended 10149 1995 25 25 1 hashtext 10150 1995 25 25 2 hashtextextended 10151 1995 19 19 1 hashname 10152 1995 19 19 2 hashnameextended 10153 1997 1083 1083 1 time_hash 10154 1997 1083 1083 2 time_hash_extended 10155 1998 1700 1700 1 hash_numeric 10156 1998 1700 1700 2 hash_numeric_extended 10157 1999 1184 1184 1 timestamp_hash 10158 1999 1184 1184 2 timestamp_hash_extended 10159 2001 1266 1266 1 timetz_hash 10160 2001 1266 1266 2 timetz_hash_extended 10161 2040 1114 1114 1 timestamp_hash 10162 2040 1114 1114 2 timestamp_hash_extended 10163 2222 16 16 1 hashchar 10164 2222 16 16 2 hashcharextended 10165 2223 17 17 1 hashvarlena 10166 2223 17 17 2 hashvarlenaextended 10167 2225 28 28 1 hashint4 10168 2225 28 28 2 hashint4extended 10169 5032 5069 5069 1 hashint8 10170 5032 5069 5069 2 hashint8extended 10171 2226 29 29 1 hashint4 10172 2226 29 29 2 hashint4extended 10173 2227 27 27 1 hashtid 10174 2227 27 27 2 hashtidextended 10175 2229 25 25 1 hashtext 10176 2229 25 25 2 hashtextextended 10177 2231 1042 1042 1 hashbpchar 10178 2231 1042 1042 2 hashbpcharextended 10179 2235 1033 1033 1 hash_aclitem 10180 2235 1033 1033 2 hash_aclitem_extended 10181 2969 2950 2950 1 uuid_hash 10182 2969 2950 2950 2 uuid_hash_extended 10183 6194 2249 2249 1 hash_record 10184 6194 2249 2249 2 hash_record_extended 10185 3254 3220 3220 1 pg_lsn_hash 10186 3254 3220 3220 2 pg_lsn_hash_extended 10187 3372 774 774 1 hashmacaddr8 10188 3372 774 774 2 hashmacaddr8extended 10189 3523 3500 3500 1 hashenum 10190 3523 3500 3500 2 hashenumextended 10191 3903 3831 3831 1 hash_range 10192 3903 3831 3831 2 hash_range_extended 10193 4225 4537 4537 1 hash_multirange 10194 4225 4537 4537 2 hash_multirange_extended 10195 4034 3802 3802 1 jsonb_hash 10196 4034 3802 3802 2 jsonb_hash_extended 10197 1029 600 600 1 gist_point_consistent 10198 1029 600 600 2 gist_box_union 10199 1029 600 600 3 gist_point_compress 10200 1029 600 600 5 gist_box_penalty 10201 1029 600 600 6 gist_box_picksplit 10202 1029 600 600 7 gist_box_same 10203 1029 600 600 8 gist_point_distance 10204 1029 600 600 9 gist_point_fetch 10205 1029 600 600 11 gist_point_sortsupport 10206 2593 603 603 1 gist_box_consistent 10207 2593 603 603 2 gist_box_union 10208 2593 603 603 5 gist_box_penalty 10209 2593 603 603 6 gist_box_picksplit 10210 2593 603 603 7 gist_box_same 10211 2593 603 603 8 gist_box_distance 10212 2593 603 603 12 gist_stratnum_identity 10213 2594 604 604 1 gist_poly_consistent 10214 2594 604 604 2 gist_box_union 10215 2594 604 604 3 gist_poly_compress 10216 2594 604 604 5 gist_box_penalty 10217 2594 604 604 6 gist_box_picksplit 10218 2594 604 604 7 gist_box_same 10219 2594 604 604 8 gist_poly_distance 10220 2594 604 604 12 gist_stratnum_identity 10221 2595 718 718 1 gist_circle_consistent 10222 2595 718 718 2 gist_box_union 10223 2595 718 718 3 gist_circle_compress 10224 2595 718 718 5 gist_box_penalty 10225 2595 718 718 6 gist_box_picksplit 10226 2595 718 718 7 gist_box_same 10227 2595 718 718 8 gist_circle_distance 10228 2595 718 718 12 gist_stratnum_identity 10229 3655 3614 3614 1 pg_catalog.gtsvector_consistent 10230 3655 3614 3614 2 gtsvector_union 10231 3655 3614 3614 3 gtsvector_compress 10232 3655 3614 3614 4 gtsvector_decompress 10233 3655 3614 3614 5 gtsvector_penalty 10234 3655 3614 3614 6 gtsvector_picksplit 10235 3655 3614 3614 7 gtsvector_same 10236 3655 3614 3614 10 gtsvector_options 10237 3702 3615 3615 1 pg_catalog.gtsquery_consistent 10238 3702 3615 3615 2 gtsquery_union 10239 3702 3615 3615 3 gtsquery_compress 10240 3702 3615 3615 5 gtsquery_penalty 10241 3702 3615 3615 6 gtsquery_picksplit 10242 3702 3615 3615 7 gtsquery_same 10243 3919 3831 3831 1 range_gist_consistent 10244 3919 3831 3831 2 range_gist_union 10245 3919 3831 3831 5 range_gist_penalty 10246 3919 3831 3831 6 range_gist_picksplit 10247 3919 3831 3831 7 range_gist_same 10248 3919 3831 3831 12 gist_stratnum_identity 10249 3550 869 869 1 inet_gist_consistent 10250 3550 869 869 2 inet_gist_union 10251 3550 869 869 3 inet_gist_compress 10252 3550 869 869 5 inet_gist_penalty 10253 3550 869 869 6 inet_gist_picksplit 10254 3550 869 869 7 inet_gist_same 10255 3550 869 869 9 inet_gist_fetch 10256 3550 869 869 12 gist_stratnum_identity 10257 6158 4537 4537 1 multirange_gist_consistent 10258 6158 4537 4537 2 range_gist_union 10259 6158 4537 4537 3 multirange_gist_compress 10260 6158 4537 4537 5 range_gist_penalty 10261 6158 4537 4537 6 range_gist_picksplit 10262 6158 4537 4537 7 range_gist_same 10263 6158 4537 4537 12 gist_stratnum_identity 10264 2745 2277 2277 2 pg_catalog.ginarrayextract 10265 2745 2277 2277 3 ginqueryarrayextract 10266 2745 2277 2277 4 ginarrayconsistent 10267 2745 2277 2277 6 ginarraytriconsistent 10268 3659 3614 3614 1 gin_cmp_tslexeme 10269 3659 3614 3614 2 pg_catalog.gin_extract_tsvector 10270 3659 3614 3614 3 pg_catalog.gin_extract_tsquery 10271 3659 3614 3614 4 pg_catalog.gin_tsquery_consistent 10272 3659 3614 3614 5 gin_cmp_prefix 10273 3659 3614 3614 6 gin_tsquery_triconsistent 10274 4036 3802 3802 1 gin_compare_jsonb 10275 4036 3802 3802 2 gin_extract_jsonb 10276 4036 3802 3802 3 gin_extract_jsonb_query 10277 4036 3802 3802 4 gin_consistent_jsonb 10278 4036 3802 3802 6 gin_triconsistent_jsonb 10279 4037 3802 3802 1 btint4cmp 10280 4037 3802 3802 2 gin_extract_jsonb_path 10281 4037 3802 3802 3 gin_extract_jsonb_query_path 10282 4037 3802 3802 4 gin_consistent_jsonb_path 10283 4037 3802 3802 6 gin_triconsistent_jsonb_path 10284 3474 3831 3831 1 spg_range_quad_config 10285 3474 3831 3831 2 spg_range_quad_choose 10286 3474 3831 3831 3 spg_range_quad_picksplit 10287 3474 3831 3831 4 spg_range_quad_inner_consistent 10288 3474 3831 3831 5 spg_range_quad_leaf_consistent 10289 3794 869 869 1 inet_spg_config 10290 3794 869 869 2 inet_spg_choose 10291 3794 869 869 3 inet_spg_picksplit 10292 3794 869 869 4 inet_spg_inner_consistent 10293 3794 869 869 5 inet_spg_leaf_consistent 10294 4015 600 600 1 spg_quad_config 10295 4015 600 600 2 spg_quad_choose 10296 4015 600 600 3 spg_quad_picksplit 10297 4015 600 600 4 spg_quad_inner_consistent 10298 4015 600 600 5 spg_quad_leaf_consistent 10299 4016 600 600 1 spg_kd_config 10300 4016 600 600 2 spg_kd_choose 10301 4016 600 600 3 spg_kd_picksplit 10302 4016 600 600 4 spg_kd_inner_consistent 10303 4016 600 600 5 spg_quad_leaf_consistent 10304 4017 25 25 1 spg_text_config 10305 4017 25 25 2 spg_text_choose 10306 4017 25 25 3 spg_text_picksplit 10307 4017 25 25 4 spg_text_inner_consistent 10308 4017 25 25 5 spg_text_leaf_consistent 10309 5000 603 603 1 spg_box_quad_config 10310 5000 603 603 2 spg_box_quad_choose 10311 5000 603 603 3 spg_box_quad_picksplit 10312 5000 603 603 4 spg_box_quad_inner_consistent 10313 5000 603 603 5 spg_box_quad_leaf_consistent 10314 5008 604 604 1 spg_bbox_quad_config 10315 5008 604 604 2 spg_box_quad_choose 10316 5008 604 604 3 spg_box_quad_picksplit 10317 5008 604 604 4 spg_box_quad_inner_consistent 10318 5008 604 604 5 spg_box_quad_leaf_consistent 10319 5008 604 604 6 spg_poly_quad_compress 10320 4064 17 17 1 brin_minmax_opcinfo 10321 4064 17 17 2 brin_minmax_add_value 10322 4064 17 17 3 brin_minmax_consistent 10323 4064 17 17 4 brin_minmax_union 10324 4578 17 17 1 brin_bloom_opcinfo 10325 4578 17 17 2 brin_bloom_add_value 10326 4578 17 17 3 brin_bloom_consistent 10327 4578 17 17 4 brin_bloom_union 10328 4578 17 17 5 brin_bloom_options 10329 4578 17 17 11 hashvarlena 10330 4062 18 18 1 brin_minmax_opcinfo 10331 4062 18 18 2 brin_minmax_add_value 10332 4062 18 18 3 brin_minmax_consistent 10333 4062 18 18 4 brin_minmax_union 10334 4577 18 18 1 brin_bloom_opcinfo 10335 4577 18 18 2 brin_bloom_add_value 10336 4577 18 18 3 brin_bloom_consistent 10337 4577 18 18 4 brin_bloom_union 10338 4577 18 18 5 brin_bloom_options 10339 4577 18 18 11 hashchar 10340 4065 19 19 1 brin_minmax_opcinfo 10341 4065 19 19 2 brin_minmax_add_value 10342 4065 19 19 3 brin_minmax_consistent 10343 4065 19 19 4 brin_minmax_union 10344 4579 19 19 1 brin_bloom_opcinfo 10345 4579 19 19 2 brin_bloom_add_value 10346 4579 19 19 3 brin_bloom_consistent 10347 4579 19 19 4 brin_bloom_union 10348 4579 19 19 5 brin_bloom_options 10349 4579 19 19 11 hashname 10350 4054 20 20 1 brin_minmax_opcinfo 10351 4054 20 20 2 brin_minmax_add_value 10352 4054 20 20 3 brin_minmax_consistent 10353 4054 20 20 4 brin_minmax_union 10354 4054 21 21 1 brin_minmax_opcinfo 10355 4054 21 21 2 brin_minmax_add_value 10356 4054 21 21 3 brin_minmax_consistent 10357 4054 21 21 4 brin_minmax_union 10358 4054 23 23 1 brin_minmax_opcinfo 10359 4054 23 23 2 brin_minmax_add_value 10360 4054 23 23 3 brin_minmax_consistent 10361 4054 23 23 4 brin_minmax_union 10362 4602 21 21 1 brin_minmax_multi_opcinfo 10363 4602 21 21 2 brin_minmax_multi_add_value 10364 4602 21 21 3 brin_minmax_multi_consistent 10365 4602 21 21 4 brin_minmax_multi_union 10366 4602 21 21 5 brin_minmax_multi_options 10367 4602 21 21 11 brin_minmax_multi_distance_int2 10368 4602 23 23 1 brin_minmax_multi_opcinfo 10369 4602 23 23 2 brin_minmax_multi_add_value 10370 4602 23 23 3 brin_minmax_multi_consistent 10371 4602 23 23 4 brin_minmax_multi_union 10372 4602 23 23 5 brin_minmax_multi_options 10373 4602 23 23 11 brin_minmax_multi_distance_int4 10374 4602 20 20 1 brin_minmax_multi_opcinfo 10375 4602 20 20 2 brin_minmax_multi_add_value 10376 4602 20 20 3 brin_minmax_multi_consistent 10377 4602 20 20 4 brin_minmax_multi_union 10378 4602 20 20 5 brin_minmax_multi_options 10379 4602 20 20 11 brin_minmax_multi_distance_int8 10380 4572 20 20 1 brin_bloom_opcinfo 10381 4572 20 20 2 brin_bloom_add_value 10382 4572 20 20 3 brin_bloom_consistent 10383 4572 20 20 4 brin_bloom_union 10384 4572 20 20 5 brin_bloom_options 10385 4572 20 20 11 hashint8 10386 4572 21 21 1 brin_bloom_opcinfo 10387 4572 21 21 2 brin_bloom_add_value 10388 4572 21 21 3 brin_bloom_consistent 10389 4572 21 21 4 brin_bloom_union 10390 4572 21 21 5 brin_bloom_options 10391 4572 21 21 11 hashint2 10392 4572 23 23 1 brin_bloom_opcinfo 10393 4572 23 23 2 brin_bloom_add_value 10394 4572 23 23 3 brin_bloom_consistent 10395 4572 23 23 4 brin_bloom_union 10396 4572 23 23 5 brin_bloom_options 10397 4572 23 23 11 hashint4 10398 4056 25 25 1 brin_minmax_opcinfo 10399 4056 25 25 2 brin_minmax_add_value 10400 4056 25 25 3 brin_minmax_consistent 10401 4056 25 25 4 brin_minmax_union 10402 4573 25 25 1 brin_bloom_opcinfo 10403 4573 25 25 2 brin_bloom_add_value 10404 4573 25 25 3 brin_bloom_consistent 10405 4573 25 25 4 brin_bloom_union 10406 4573 25 25 5 brin_bloom_options 10407 4573 25 25 11 hashtext 10408 4068 26 26 1 brin_minmax_opcinfo 10409 4068 26 26 2 brin_minmax_add_value 10410 4068 26 26 3 brin_minmax_consistent 10411 4068 26 26 4 brin_minmax_union 10412 4606 26 26 1 brin_minmax_multi_opcinfo 10413 4606 26 26 2 brin_minmax_multi_add_value 10414 4606 26 26 3 brin_minmax_multi_consistent 10415 4606 26 26 4 brin_minmax_multi_union 10416 4606 26 26 5 brin_minmax_multi_options 10417 4606 26 26 11 brin_minmax_multi_distance_int4 10418 4580 26 26 1 brin_bloom_opcinfo 10419 4580 26 26 2 brin_bloom_add_value 10420 4580 26 26 3 brin_bloom_consistent 10421 4580 26 26 4 brin_bloom_union 10422 4580 26 26 5 brin_bloom_options 10423 4580 26 26 11 hashoid 10424 4069 27 27 1 brin_minmax_opcinfo 10425 4069 27 27 2 brin_minmax_add_value 10426 4069 27 27 3 brin_minmax_consistent 10427 4069 27 27 4 brin_minmax_union 10428 4581 27 27 1 brin_bloom_opcinfo 10429 4581 27 27 2 brin_bloom_add_value 10430 4581 27 27 3 brin_bloom_consistent 10431 4581 27 27 4 brin_bloom_union 10432 4581 27 27 5 brin_bloom_options 10433 4581 27 27 11 hashtid 10434 4607 27 27 1 brin_minmax_multi_opcinfo 10435 4607 27 27 2 brin_minmax_multi_add_value 10436 4607 27 27 3 brin_minmax_multi_consistent 10437 4607 27 27 4 brin_minmax_multi_union 10438 4607 27 27 5 brin_minmax_multi_options 10439 4607 27 27 11 brin_minmax_multi_distance_tid 10440 4070 700 700 1 brin_minmax_opcinfo 10441 4070 700 700 2 brin_minmax_add_value 10442 4070 700 700 3 brin_minmax_consistent 10443 4070 700 700 4 brin_minmax_union 10444 4070 701 701 1 brin_minmax_opcinfo 10445 4070 701 701 2 brin_minmax_add_value 10446 4070 701 701 3 brin_minmax_consistent 10447 4070 701 701 4 brin_minmax_union 10448 4608 700 700 1 brin_minmax_multi_opcinfo 10449 4608 700 700 2 brin_minmax_multi_add_value 10450 4608 700 700 3 brin_minmax_multi_consistent 10451 4608 700 700 4 brin_minmax_multi_union 10452 4608 700 700 5 brin_minmax_multi_options 10453 4608 700 700 11 brin_minmax_multi_distance_float4 10454 4608 701 701 1 brin_minmax_multi_opcinfo 10455 4608 701 701 2 brin_minmax_multi_add_value 10456 4608 701 701 3 brin_minmax_multi_consistent 10457 4608 701 701 4 brin_minmax_multi_union 10458 4608 701 701 5 brin_minmax_multi_options 10459 4608 701 701 11 brin_minmax_multi_distance_float8 10460 4582 700 700 1 brin_bloom_opcinfo 10461 4582 700 700 2 brin_bloom_add_value 10462 4582 700 700 3 brin_bloom_consistent 10463 4582 700 700 4 brin_bloom_union 10464 4582 700 700 5 brin_bloom_options 10465 4582 700 700 11 hashfloat4 10466 4582 701 701 1 brin_bloom_opcinfo 10467 4582 701 701 2 brin_bloom_add_value 10468 4582 701 701 3 brin_bloom_consistent 10469 4582 701 701 4 brin_bloom_union 10470 4582 701 701 5 brin_bloom_options 10471 4582 701 701 11 hashfloat8 10472 4074 829 829 1 brin_minmax_opcinfo 10473 4074 829 829 2 brin_minmax_add_value 10474 4074 829 829 3 brin_minmax_consistent 10475 4074 829 829 4 brin_minmax_union 10476 4609 829 829 1 brin_minmax_multi_opcinfo 10477 4609 829 829 2 brin_minmax_multi_add_value 10478 4609 829 829 3 brin_minmax_multi_consistent 10479 4609 829 829 4 brin_minmax_multi_union 10480 4609 829 829 5 brin_minmax_multi_options 10481 4609 829 829 11 brin_minmax_multi_distance_macaddr 10482 4583 829 829 1 brin_bloom_opcinfo 10483 4583 829 829 2 brin_bloom_add_value 10484 4583 829 829 3 brin_bloom_consistent 10485 4583 829 829 4 brin_bloom_union 10486 4583 829 829 5 brin_bloom_options 10487 4583 829 829 11 hashmacaddr 10488 4109 774 774 1 brin_minmax_opcinfo 10489 4109 774 774 2 brin_minmax_add_value 10490 4109 774 774 3 brin_minmax_consistent 10491 4109 774 774 4 brin_minmax_union 10492 4610 774 774 1 brin_minmax_multi_opcinfo 10493 4610 774 774 2 brin_minmax_multi_add_value 10494 4610 774 774 3 brin_minmax_multi_consistent 10495 4610 774 774 4 brin_minmax_multi_union 10496 4610 774 774 5 brin_minmax_multi_options 10497 4610 774 774 11 brin_minmax_multi_distance_macaddr8 10498 4584 774 774 1 brin_bloom_opcinfo 10499 4584 774 774 2 brin_bloom_add_value 10500 4584 774 774 3 brin_bloom_consistent 10501 4584 774 774 4 brin_bloom_union 10502 4584 774 774 5 brin_bloom_options 10503 4584 774 774 11 hashmacaddr8 10504 4075 869 869 1 brin_minmax_opcinfo 10505 4075 869 869 2 brin_minmax_add_value 10506 4075 869 869 3 brin_minmax_consistent 10507 4075 869 869 4 brin_minmax_union 10508 4611 869 869 1 brin_minmax_multi_opcinfo 10509 4611 869 869 2 brin_minmax_multi_add_value 10510 4611 869 869 3 brin_minmax_multi_consistent 10511 4611 869 869 4 brin_minmax_multi_union 10512 4611 869 869 5 brin_minmax_multi_options 10513 4611 869 869 11 brin_minmax_multi_distance_inet 10514 4585 869 869 1 brin_bloom_opcinfo 10515 4585 869 869 2 brin_bloom_add_value 10516 4585 869 869 3 brin_bloom_consistent 10517 4585 869 869 4 brin_bloom_union 10518 4585 869 869 5 brin_bloom_options 10519 4585 869 869 11 hashinet 10520 4102 869 869 1 brin_inclusion_opcinfo 10521 4102 869 869 2 brin_inclusion_add_value 10522 4102 869 869 3 brin_inclusion_consistent 10523 4102 869 869 4 brin_inclusion_union 10524 4102 869 869 11 inet_merge 10525 4102 869 869 12 inet_same_family 10526 4102 869 869 13 network_supeq 10527 4076 1042 1042 1 brin_minmax_opcinfo 10528 4076 1042 1042 2 brin_minmax_add_value 10529 4076 1042 1042 3 brin_minmax_consistent 10530 4076 1042 1042 4 brin_minmax_union 10531 4586 1042 1042 1 brin_bloom_opcinfo 10532 4586 1042 1042 2 brin_bloom_add_value 10533 4586 1042 1042 3 brin_bloom_consistent 10534 4586 1042 1042 4 brin_bloom_union 10535 4586 1042 1042 5 brin_bloom_options 10536 4586 1042 1042 11 hashbpchar 10537 4077 1083 1083 1 brin_minmax_opcinfo 10538 4077 1083 1083 2 brin_minmax_add_value 10539 4077 1083 1083 3 brin_minmax_consistent 10540 4077 1083 1083 4 brin_minmax_union 10541 4612 1083 1083 1 brin_minmax_multi_opcinfo 10542 4612 1083 1083 2 brin_minmax_multi_add_value 10543 4612 1083 1083 3 brin_minmax_multi_consistent 10544 4612 1083 1083 4 brin_minmax_multi_union 10545 4612 1083 1083 5 brin_minmax_multi_options 10546 4612 1083 1083 11 brin_minmax_multi_distance_time 10547 4587 1083 1083 1 brin_bloom_opcinfo 10548 4587 1083 1083 2 brin_bloom_add_value 10549 4587 1083 1083 3 brin_bloom_consistent 10550 4587 1083 1083 4 brin_bloom_union 10551 4587 1083 1083 5 brin_bloom_options 10552 4587 1083 1083 11 time_hash 10553 4059 1114 1114 1 brin_minmax_opcinfo 10554 4059 1114 1114 2 brin_minmax_add_value 10555 4059 1114 1114 3 brin_minmax_consistent 10556 4059 1114 1114 4 brin_minmax_union 10557 4059 1184 1184 1 brin_minmax_opcinfo 10558 4059 1184 1184 2 brin_minmax_add_value 10559 4059 1184 1184 3 brin_minmax_consistent 10560 4059 1184 1184 4 brin_minmax_union 10561 4059 1082 1082 1 brin_minmax_opcinfo 10562 4059 1082 1082 2 brin_minmax_add_value 10563 4059 1082 1082 3 brin_minmax_consistent 10564 4059 1082 1082 4 brin_minmax_union 10565 4605 1114 1114 1 brin_minmax_multi_opcinfo 10566 4605 1114 1114 2 brin_minmax_multi_add_value 10567 4605 1114 1114 3 brin_minmax_multi_consistent 10568 4605 1114 1114 4 brin_minmax_multi_union 10569 4605 1114 1114 5 brin_minmax_multi_options 10570 4605 1114 1114 11 brin_minmax_multi_distance_timestamp 10571 4605 1184 1184 1 brin_minmax_multi_opcinfo 10572 4605 1184 1184 2 brin_minmax_multi_add_value 10573 4605 1184 1184 3 brin_minmax_multi_consistent 10574 4605 1184 1184 4 brin_minmax_multi_union 10575 4605 1184 1184 5 brin_minmax_multi_options 10576 4605 1184 1184 11 brin_minmax_multi_distance_timestamp 10577 4605 1082 1082 1 brin_minmax_multi_opcinfo 10578 4605 1082 1082 2 brin_minmax_multi_add_value 10579 4605 1082 1082 3 brin_minmax_multi_consistent 10580 4605 1082 1082 4 brin_minmax_multi_union 10581 4605 1082 1082 5 brin_minmax_multi_options 10582 4605 1082 1082 11 brin_minmax_multi_distance_date 10583 4576 1114 1114 1 brin_bloom_opcinfo 10584 4576 1114 1114 2 brin_bloom_add_value 10585 4576 1114 1114 3 brin_bloom_consistent 10586 4576 1114 1114 4 brin_bloom_union 10587 4576 1114 1114 5 brin_bloom_options 10588 4576 1114 1114 11 timestamp_hash 10589 4576 1184 1184 1 brin_bloom_opcinfo 10590 4576 1184 1184 2 brin_bloom_add_value 10591 4576 1184 1184 3 brin_bloom_consistent 10592 4576 1184 1184 4 brin_bloom_union 10593 4576 1184 1184 5 brin_bloom_options 10594 4576 1184 1184 11 timestamp_hash 10595 4576 1082 1082 1 brin_bloom_opcinfo 10596 4576 1082 1082 2 brin_bloom_add_value 10597 4576 1082 1082 3 brin_bloom_consistent 10598 4576 1082 1082 4 brin_bloom_union 10599 4576 1082 1082 5 brin_bloom_options 10600 4576 1082 1082 11 hashint4 10601 4078 1186 1186 1 brin_minmax_opcinfo 10602 4078 1186 1186 2 brin_minmax_add_value 10603 4078 1186 1186 3 brin_minmax_consistent 10604 4078 1186 1186 4 brin_minmax_union 10605 4613 1186 1186 1 brin_minmax_multi_opcinfo 10606 4613 1186 1186 2 brin_minmax_multi_add_value 10607 4613 1186 1186 3 brin_minmax_multi_consistent 10608 4613 1186 1186 4 brin_minmax_multi_union 10609 4613 1186 1186 5 brin_minmax_multi_options 10610 4613 1186 1186 11 brin_minmax_multi_distance_interval 10611 4588 1186 1186 1 brin_bloom_opcinfo 10612 4588 1186 1186 2 brin_bloom_add_value 10613 4588 1186 1186 3 brin_bloom_consistent 10614 4588 1186 1186 4 brin_bloom_union 10615 4588 1186 1186 5 brin_bloom_options 10616 4588 1186 1186 11 interval_hash 10617 4058 1266 1266 1 brin_minmax_opcinfo 10618 4058 1266 1266 2 brin_minmax_add_value 10619 4058 1266 1266 3 brin_minmax_consistent 10620 4058 1266 1266 4 brin_minmax_union 10621 4604 1266 1266 1 brin_minmax_multi_opcinfo 10622 4604 1266 1266 2 brin_minmax_multi_add_value 10623 4604 1266 1266 3 brin_minmax_multi_consistent 10624 4604 1266 1266 4 brin_minmax_multi_union 10625 4604 1266 1266 5 brin_minmax_multi_options 10626 4604 1266 1266 11 brin_minmax_multi_distance_timetz 10627 4575 1266 1266 1 brin_bloom_opcinfo 10628 4575 1266 1266 2 brin_bloom_add_value 10629 4575 1266 1266 3 brin_bloom_consistent 10630 4575 1266 1266 4 brin_bloom_union 10631 4575 1266 1266 5 brin_bloom_options 10632 4575 1266 1266 11 timetz_hash 10633 4079 1560 1560 1 brin_minmax_opcinfo 10634 4079 1560 1560 2 brin_minmax_add_value 10635 4079 1560 1560 3 brin_minmax_consistent 10636 4079 1560 1560 4 brin_minmax_union 10637 4080 1562 1562 1 brin_minmax_opcinfo 10638 4080 1562 1562 2 brin_minmax_add_value 10639 4080 1562 1562 3 brin_minmax_consistent 10640 4080 1562 1562 4 brin_minmax_union 10641 4055 1700 1700 1 brin_minmax_opcinfo 10642 4055 1700 1700 2 brin_minmax_add_value 10643 4055 1700 1700 3 brin_minmax_consistent 10644 4055 1700 1700 4 brin_minmax_union 10645 4603 1700 1700 1 brin_minmax_multi_opcinfo 10646 4603 1700 1700 2 brin_minmax_multi_add_value 10647 4603 1700 1700 3 brin_minmax_multi_consistent 10648 4603 1700 1700 4 brin_minmax_multi_union 10649 4603 1700 1700 5 brin_minmax_multi_options 10650 4603 1700 1700 11 brin_minmax_multi_distance_numeric 10651 4574 1700 1700 1 brin_bloom_opcinfo 10652 4574 1700 1700 2 brin_bloom_add_value 10653 4574 1700 1700 3 brin_bloom_consistent 10654 4574 1700 1700 4 brin_bloom_union 10655 4574 1700 1700 5 brin_bloom_options 10656 4574 1700 1700 11 hash_numeric 10657 4081 2950 2950 1 brin_minmax_opcinfo 10658 4081 2950 2950 2 brin_minmax_add_value 10659 4081 2950 2950 3 brin_minmax_consistent 10660 4081 2950 2950 4 brin_minmax_union 10661 4614 2950 2950 1 brin_minmax_multi_opcinfo 10662 4614 2950 2950 2 brin_minmax_multi_add_value 10663 4614 2950 2950 3 brin_minmax_multi_consistent 10664 4614 2950 2950 4 brin_minmax_multi_union 10665 4614 2950 2950 5 brin_minmax_multi_options 10666 4614 2950 2950 11 brin_minmax_multi_distance_uuid 10667 4589 2950 2950 1 brin_bloom_opcinfo 10668 4589 2950 2950 2 brin_bloom_add_value 10669 4589 2950 2950 3 brin_bloom_consistent 10670 4589 2950 2950 4 brin_bloom_union 10671 4589 2950 2950 5 brin_bloom_options 10672 4589 2950 2950 11 uuid_hash 10673 4103 3831 3831 1 brin_inclusion_opcinfo 10674 4103 3831 3831 2 brin_inclusion_add_value 10675 4103 3831 3831 3 brin_inclusion_consistent 10676 4103 3831 3831 4 brin_inclusion_union 10677 4103 3831 3831 11 pg_catalog.range_merge 10678 4103 3831 3831 13 range_contains 10679 4103 3831 3831 14 pg_catalog.isempty 10680 4082 3220 3220 1 brin_minmax_opcinfo 10681 4082 3220 3220 2 brin_minmax_add_value 10682 4082 3220 3220 3 brin_minmax_consistent 10683 4082 3220 3220 4 brin_minmax_union 10684 4615 3220 3220 1 brin_minmax_multi_opcinfo 10685 4615 3220 3220 2 brin_minmax_multi_add_value 10686 4615 3220 3220 3 brin_minmax_multi_consistent 10687 4615 3220 3220 4 brin_minmax_multi_union 10688 4615 3220 3220 5 brin_minmax_multi_options 10689 4615 3220 3220 11 brin_minmax_multi_distance_pg_lsn 10690 4590 3220 3220 1 brin_bloom_opcinfo 10691 4590 3220 3220 2 brin_bloom_add_value 10692 4590 3220 3220 3 brin_bloom_consistent 10693 4590 3220 3220 4 brin_bloom_union 10694 4590 3220 3220 5 brin_bloom_options 10695 4590 3220 3220 11 pg_lsn_hash 10696 4104 603 603 1 brin_inclusion_opcinfo 10697 4104 603 603 2 brin_inclusion_add_value 10698 4104 603 603 3 brin_inclusion_consistent 10699 4104 603 603 4 brin_inclusion_union 10700 4104 603 603 11 bound_box 10701 4104 603 603 13 box_contain 16611 16604 20 20 1 btint8cmp 16612 16604 20 20 2 btint8sortsupport 16613 16604 20 20 4 btequalimage 16633 16604 23 23 1 btint4cmp 16634 16604 23 23 2 btint4sortsupport 16635 16604 23 23 4 btequalimage \. -- -- Data for Name: pg_attrdef; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_attrdef (oid, adrelid, adnum, adbin) FROM stdin; 16405 16402 1 {FUNCEXPR :funcid 480 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 1574 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 17 64 0 0 0 0 0 0 ]}) :location -1}) :location -1} 16415 16412 2 {OPEXPR :opno 514 :opfuncid 141 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 116} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 123 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 121} 16421 16418 2 {OPEXPR :opno 514 :opfuncid 141 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location -1} 16426 16423 2 {OPEXPR :opno 514 :opfuncid 141 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location -1} 16448 16445 3 {OPEXPR :opno 514 :opfuncid 141 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 100} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 105 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 103} 16449 16445 5 {OPEXPR :opno 514 :opfuncid 141 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 166} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 173 :constvalue 4 [ 3 0 0 0 0 0 0 0 ]}) :location 171} 16603 16599 1 {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 61 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]} 16656 16653 1 {FUNCEXPR :funcid 480 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 1574 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 12 65 0 0 0 0 0 0 ]}) :location -1}) :location -1} 16663 16660 1 {FUNCEXPR :funcid 480 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 1574 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 12 65 0 0 0 0 0 0 ]}) :location -1}) :location -1} 16665 16660 4 {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 125 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} 16686 16683 1 {FUNCEXPR :funcid 480 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 1574 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 12 65 0 0 0 0 0 0 ]}) :location -1}) :location -1} 16697 16694 1 {FUNCEXPR :funcid 480 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 1574 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 12 65 0 0 0 0 0 0 ]}) :location -1}) :location -1} 16708 16705 1 {FUNCEXPR :funcid 480 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 1574 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 12 65 0 0 0 0 0 0 ]}) :location -1}) :location -1} \. -- -- Data for Name: pg_attribute; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_attribute (attrelid, attname, atttypid, attlen, attnum, attcacheoff, atttypmod, attndims, attbyval, attalign, attstorage, attcompression, attnotnull, atthasdef, atthasmissing, attidentity, attgenerated, attisdropped, attislocal, attinhcount, attcollation, attstattarget, attacl, attoptions, attfdwoptions, attmissingval) FROM stdin; 1255 prosqlbody 194 -1 28 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 1255 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 1255 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1255 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1255 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1255 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1247 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1247 typname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 1247 typnamespace 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1247 typowner 26 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1247 typlen 21 2 5 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 1247 typbyval 16 1 6 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1247 typtype 18 1 7 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1247 typcategory 18 1 8 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1247 typispreferred 16 1 9 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1247 typisdefined 16 1 10 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1247 typdelim 18 1 11 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1247 typrelid 26 4 12 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1247 typsubscript 24 4 13 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1247 typelem 26 4 14 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1247 typarray 26 4 15 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1247 typinput 24 4 16 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1247 typoutput 24 4 17 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1247 typreceive 24 4 18 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1247 typsend 24 4 19 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1247 typmodin 24 4 20 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1247 typmodout 24 4 21 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1247 typanalyze 24 4 22 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1247 typalign 18 1 23 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1247 typstorage 18 1 24 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1247 typnotnull 16 1 25 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1247 typbasetype 26 4 26 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1247 typtypmod 23 4 27 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1247 typndims 23 4 28 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1247 typcollation 26 4 29 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1247 typdefaultbin 194 -1 30 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 1247 typdefault 25 -1 31 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 1247 typacl 1034 -1 32 -1 -1 1 f d x f f f f t 0 0 \N \N \N \N \N 1247 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 1247 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1247 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1247 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1247 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1247 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1249 attrelid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1249 attname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 1249 atttypid 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1249 attlen 21 2 4 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 1249 attnum 21 2 5 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 1249 attcacheoff 23 4 6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1249 atttypmod 23 4 7 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1249 attndims 21 2 8 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 1249 attbyval 16 1 9 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1249 attalign 18 1 10 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1249 attstorage 18 1 11 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1249 attcompression 18 1 12 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1249 attnotnull 16 1 13 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1249 atthasdef 16 1 14 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1249 atthasmissing 16 1 15 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1249 attidentity 18 1 16 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1249 attgenerated 18 1 17 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1249 attisdropped 16 1 18 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1249 attislocal 16 1 19 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1249 attinhcount 21 2 20 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 1249 attcollation 26 4 21 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1249 attstattarget 21 2 22 -1 -1 0 t s p f f f f t 0 0 \N \N \N \N \N 1249 attacl 1034 -1 23 -1 -1 1 f d x f f f f t 0 0 \N \N \N \N \N 1249 attoptions 1009 -1 24 -1 -1 1 f i x f f f f t 0 950 \N \N \N \N \N 1249 attfdwoptions 1009 -1 25 -1 -1 1 f i x f f f f t 0 950 \N \N \N \N \N 1249 attmissingval 2277 -1 26 -1 -1 0 f d x f f f f t 0 0 \N \N \N \N \N 1249 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 1249 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1249 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1249 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1249 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1249 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1259 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1259 relname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 1259 relnamespace 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1259 reltype 26 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1259 reloftype 26 4 5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1259 relowner 26 4 6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1259 relam 26 4 7 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1259 relfilenode 26 4 8 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1259 reltablespace 26 4 9 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1259 relpages 23 4 10 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1259 reltuples 700 4 11 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1259 relallvisible 23 4 12 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1259 reltoastrelid 26 4 13 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1259 relhasindex 16 1 14 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1259 relisshared 16 1 15 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1259 relpersistence 18 1 16 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1259 relkind 18 1 17 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1259 relnatts 21 2 18 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 1259 relchecks 21 2 19 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 1259 relhasrules 16 1 20 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1259 relhastriggers 16 1 21 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1259 relhassubclass 16 1 22 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1259 relrowsecurity 16 1 23 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1259 relforcerowsecurity 16 1 24 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1259 relispopulated 16 1 25 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1259 relreplident 18 1 26 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1259 relispartition 16 1 27 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1259 relrewrite 26 4 28 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1259 relfrozenxid 28 4 29 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1259 relminmxid 28 4 30 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1259 relacl 1034 -1 31 -1 -1 1 f d x f f f f t 0 0 \N \N \N \N \N 1259 reloptions 1009 -1 32 -1 -1 1 f i x f f f f t 0 950 \N \N \N \N \N 1259 relpartbound 194 -1 33 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 1259 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 1259 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1259 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1259 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1259 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1259 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2604 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2604 adrelid 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2604 adnum 21 2 3 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 2604 adbin 194 -1 4 -1 -1 0 f i x t f f f t 0 950 \N \N \N \N \N 2604 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2604 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2604 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2604 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2604 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2604 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2606 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2606 conname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 2606 connamespace 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2606 contype 18 1 4 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2606 condeferrable 16 1 5 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2606 condeferred 16 1 6 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2606 convalidated 16 1 7 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2606 conrelid 26 4 8 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2606 contypid 26 4 9 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2606 conindid 26 4 10 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2606 conparentid 26 4 11 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2606 confrelid 26 4 12 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2606 confupdtype 18 1 13 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2606 confdeltype 18 1 14 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2606 confmatchtype 18 1 15 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2606 conislocal 16 1 16 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2606 coninhcount 21 2 17 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 2606 connoinherit 16 1 18 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2606 conperiod 16 1 19 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2606 conkey 1005 -1 20 -1 -1 1 f i x f f f f t 0 0 \N \N \N \N \N 2606 confkey 1005 -1 21 -1 -1 1 f i x f f f f t 0 0 \N \N \N \N \N 2606 conpfeqop 1028 -1 22 -1 -1 1 f i x f f f f t 0 0 \N \N \N \N \N 2606 conppeqop 1028 -1 23 -1 -1 1 f i x f f f f t 0 0 \N \N \N \N \N 2606 conffeqop 1028 -1 24 -1 -1 1 f i x f f f f t 0 0 \N \N \N \N \N 2606 confdelsetcols 1005 -1 25 -1 -1 1 f i x f f f f t 0 0 \N \N \N \N \N 2606 conexclop 1028 -1 26 -1 -1 1 f i x f f f f t 0 0 \N \N \N \N \N 2606 conbin 194 -1 27 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 2606 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2606 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2606 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2606 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2606 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2606 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2611 inhrelid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2611 inhparent 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2611 inhseqno 23 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2611 inhdetachpending 16 1 4 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2611 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2611 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2611 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2611 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2611 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2611 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2610 indexrelid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2610 indrelid 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2610 indnatts 21 2 3 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 2610 indnkeyatts 21 2 4 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 2610 indisunique 16 1 5 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2610 indnullsnotdistinct 16 1 6 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2610 indisprimary 16 1 7 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2610 indisexclusion 16 1 8 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2610 indimmediate 16 1 9 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2610 indisclustered 16 1 10 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2610 indisvalid 16 1 11 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2610 indcheckxmin 16 1 12 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2610 indisready 16 1 13 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2610 indislive 16 1 14 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2610 indisreplident 16 1 15 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2610 indkey 22 -1 16 -1 -1 1 f i p t f f f t 0 0 \N \N \N \N \N 2610 indcollation 30 -1 17 -1 -1 1 f i p t f f f t 0 0 \N \N \N \N \N 2610 indclass 30 -1 18 -1 -1 1 f i p t f f f t 0 0 \N \N \N \N \N 2610 indoption 22 -1 19 -1 -1 1 f i p t f f f t 0 0 \N \N \N \N \N 2610 indexprs 194 -1 20 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 2610 indpred 194 -1 21 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 2610 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2610 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2610 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2610 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2610 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2610 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2617 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2617 oprname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 2617 oprnamespace 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2617 oprowner 26 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2617 oprkind 18 1 5 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2617 oprcanmerge 16 1 6 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2617 oprcanhash 16 1 7 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2617 oprleft 26 4 8 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2617 oprright 26 4 9 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2617 oprresult 26 4 10 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2617 oprcom 26 4 11 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2617 oprnegate 26 4 12 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2617 oprcode 24 4 13 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2617 oprrest 24 4 14 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2617 oprjoin 24 4 15 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2617 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2617 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2617 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2617 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2617 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2617 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2753 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2753 opfmethod 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2753 opfname 19 64 3 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 2753 opfnamespace 26 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2753 opfowner 26 4 5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2753 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2753 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2753 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2753 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2753 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2753 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2616 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2616 opcmethod 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2616 opcname 19 64 3 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 2616 opcnamespace 26 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2616 opcowner 26 4 5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2616 opcfamily 26 4 6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2616 opcintype 26 4 7 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2616 opcdefault 16 1 8 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2616 opckeytype 26 4 9 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2616 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2616 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2616 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2616 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2616 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2616 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2601 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2601 amname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 2601 amhandler 24 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2601 amtype 18 1 4 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2601 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2601 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2601 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2601 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2601 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2601 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2602 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2602 amopfamily 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2602 amoplefttype 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2602 amoprighttype 26 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2602 amopstrategy 21 2 5 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 2602 amoppurpose 18 1 6 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2602 amopopr 26 4 7 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2602 amopmethod 26 4 8 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2602 amopsortfamily 26 4 9 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2602 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2602 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2602 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2602 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2602 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2602 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2603 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2603 amprocfamily 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2603 amproclefttype 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2603 amprocrighttype 26 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2603 amprocnum 21 2 5 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 2603 amproc 24 4 6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2603 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2603 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2603 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2603 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2603 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2603 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2612 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2612 lanname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 2612 lanowner 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2612 lanispl 16 1 4 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2612 lanpltrusted 16 1 5 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2612 lanplcallfoid 26 4 6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2612 laninline 26 4 7 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2612 lanvalidator 26 4 8 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2612 lanacl 1034 -1 9 -1 -1 1 f d x f f f f t 0 0 \N \N \N \N \N 2612 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2612 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2612 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2612 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2612 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2612 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2995 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2995 lomowner 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2995 lomacl 1034 -1 3 -1 -1 1 f d x f f f f t 0 0 \N \N \N \N \N 2995 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2995 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2995 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2995 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2995 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2995 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2613 loid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2613 pageno 23 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2613 data 17 -1 3 -1 -1 0 f i x t f f f t 0 0 \N \N \N \N \N 2613 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2613 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2613 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2613 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2613 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2613 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2600 aggfnoid 24 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2600 aggkind 18 1 2 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2600 aggnumdirectargs 21 2 3 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 2600 aggtransfn 24 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2600 aggfinalfn 24 4 5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2600 aggcombinefn 24 4 6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2600 aggserialfn 24 4 7 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2600 aggdeserialfn 24 4 8 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2600 aggmtransfn 24 4 9 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2600 aggminvtransfn 24 4 10 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2600 aggmfinalfn 24 4 11 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2600 aggfinalextra 16 1 12 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2600 aggmfinalextra 16 1 13 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2600 aggfinalmodify 18 1 14 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2600 aggmfinalmodify 18 1 15 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2600 aggsortop 26 4 16 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2600 aggtranstype 26 4 17 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2600 aggtransspace 23 4 18 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2600 aggmtranstype 26 4 19 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2600 aggmtransspace 23 4 20 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2600 agginitval 25 -1 21 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 2600 aggminitval 25 -1 22 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 2600 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2600 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2600 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2600 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2600 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2600 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2619 starelid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2619 staattnum 21 2 2 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 2619 stainherit 16 1 3 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2619 stanullfrac 700 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2619 stawidth 23 4 5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2619 stadistinct 700 4 6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2619 stakind1 21 2 7 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 2619 stakind2 21 2 8 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 2619 stakind3 21 2 9 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 2619 stakind4 21 2 10 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 2619 stakind5 21 2 11 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 2619 staop1 26 4 12 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2619 staop2 26 4 13 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2619 staop3 26 4 14 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2619 staop4 26 4 15 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2619 staop5 26 4 16 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2619 stacoll1 26 4 17 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2619 stacoll2 26 4 18 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2619 stacoll3 26 4 19 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2619 stacoll4 26 4 20 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2619 stacoll5 26 4 21 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2619 stanumbers1 1021 -1 22 -1 -1 1 f i x f f f f t 0 0 \N \N \N \N \N 2619 stanumbers2 1021 -1 23 -1 -1 1 f i x f f f f t 0 0 \N \N \N \N \N 2619 stanumbers3 1021 -1 24 -1 -1 1 f i x f f f f t 0 0 \N \N \N \N \N 2619 stanumbers4 1021 -1 25 -1 -1 1 f i x f f f f t 0 0 \N \N \N \N \N 2619 stanumbers5 1021 -1 26 -1 -1 1 f i x f f f f t 0 0 \N \N \N \N \N 2619 stavalues1 2277 -1 27 -1 -1 0 f d x f f f f t 0 0 \N \N \N \N \N 2619 stavalues2 2277 -1 28 -1 -1 0 f d x f f f f t 0 0 \N \N \N \N \N 2619 stavalues3 2277 -1 29 -1 -1 0 f d x f f f f t 0 0 \N \N \N \N \N 2619 stavalues4 2277 -1 30 -1 -1 0 f d x f f f f t 0 0 \N \N \N \N \N 2619 stavalues5 2277 -1 31 -1 -1 0 f d x f f f f t 0 0 \N \N \N \N \N 2619 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2619 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2619 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2619 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2619 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2619 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3381 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3381 stxrelid 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3381 stxname 19 64 3 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 3381 stxnamespace 26 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3381 stxowner 26 4 5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3381 stxstattarget 21 2 6 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 3381 stxkeys 22 -1 7 -1 -1 1 f i p t f f f t 0 0 \N \N \N \N \N 3381 stxkind 1002 -1 8 -1 -1 1 f i x t f f f t 0 0 \N \N \N \N \N 3381 stxexprs 194 -1 9 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 3381 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 3381 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3381 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3381 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3381 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3381 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3429 stxoid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3429 stxdinherit 16 1 2 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 3429 stxdndistinct 3361 -1 3 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 3429 stxddependencies 3402 -1 4 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 3429 stxdmcv 5017 -1 5 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 3429 stxdexpr 10028 -1 6 -1 -1 1 f d x f f f f t 0 0 \N \N \N \N \N 3429 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 3429 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3429 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3429 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3429 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3429 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2618 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2618 rulename 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 2618 ev_class 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2618 ev_type 18 1 4 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2618 ev_enabled 18 1 5 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2618 is_instead 16 1 6 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2618 ev_qual 194 -1 7 -1 -1 0 f i x t f f f t 0 950 \N \N \N \N \N 2618 ev_action 194 -1 8 -1 -1 0 f i x t f f f t 0 950 \N \N \N \N \N 2618 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2618 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2618 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2618 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2618 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2618 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2620 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2620 tgrelid 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2620 tgparentid 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2620 tgname 19 64 4 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 2620 tgfoid 26 4 5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2620 tgtype 21 2 6 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 2620 tgenabled 18 1 7 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2620 tgisinternal 16 1 8 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2620 tgconstrrelid 26 4 9 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2620 tgconstrindid 26 4 10 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2620 tgconstraint 26 4 11 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2620 tgdeferrable 16 1 12 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2620 tginitdeferred 16 1 13 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2620 tgnargs 21 2 14 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 2620 tgattr 22 -1 15 -1 -1 1 f i p t f f f t 0 0 \N \N \N \N \N 2620 tgargs 17 -1 16 -1 -1 0 f i x t f f f t 0 0 \N \N \N \N \N 2620 tgqual 194 -1 17 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 2620 tgoldtable 19 64 18 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 2620 tgnewtable 19 64 19 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 2620 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2620 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2620 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2620 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2620 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2620 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3466 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3466 evtname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 3466 evtevent 19 64 3 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 3466 evtowner 26 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3466 evtfoid 26 4 5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3466 evtenabled 18 1 6 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 3466 evttags 1009 -1 7 -1 -1 1 f i x f f f f t 0 950 \N \N \N \N \N 3466 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 3466 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3466 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3466 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3466 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3466 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2609 objoid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2609 classoid 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2609 objsubid 23 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2609 description 25 -1 4 -1 -1 0 f i x t f f f t 0 950 \N \N \N \N \N 2609 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2609 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2609 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2609 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2609 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2609 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2605 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2605 castsource 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2605 casttarget 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2605 castfunc 26 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2605 castcontext 18 1 5 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2605 castmethod 18 1 6 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2605 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2605 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2605 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2605 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2605 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2605 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3501 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3501 enumtypid 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3501 enumsortorder 700 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3501 enumlabel 19 64 4 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 3501 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 3501 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3501 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3501 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3501 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3501 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2615 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2615 nspname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 2615 nspowner 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2615 nspacl 1034 -1 4 -1 -1 1 f d x f f f f t 0 0 \N \N \N \N \N 2615 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2615 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2615 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2615 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2615 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2615 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2607 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2607 conname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 2607 connamespace 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2607 conowner 26 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2607 conforencoding 23 4 5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2607 contoencoding 23 4 6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2607 conproc 24 4 7 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2607 condefault 16 1 8 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2607 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2607 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2607 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2607 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2607 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2607 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2608 classid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2608 objid 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2608 objsubid 23 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2608 refclassid 26 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2608 refobjid 26 4 5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2608 refobjsubid 23 4 6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2608 deptype 18 1 7 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2608 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2608 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2608 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2608 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2608 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2608 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1262 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1262 datname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 1262 datdba 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1262 encoding 23 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1262 datlocprovider 18 1 5 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1262 datistemplate 16 1 6 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1262 datallowconn 16 1 7 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1262 dathasloginevt 16 1 8 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1262 datconnlimit 23 4 9 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1262 datfrozenxid 28 4 10 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1262 datminmxid 28 4 11 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1262 dattablespace 26 4 12 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1262 datcollate 25 -1 13 -1 -1 0 f i x t f f f t 0 950 \N \N \N \N \N 1262 datctype 25 -1 14 -1 -1 0 f i x t f f f t 0 950 \N \N \N \N \N 1262 datlocale 25 -1 15 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 1262 daticurules 25 -1 16 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 1262 datcollversion 25 -1 17 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 1262 datacl 1034 -1 18 -1 -1 1 f d x f f f f t 0 0 \N \N \N \N \N 1262 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 1262 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1262 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1262 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1262 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1262 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2964 setdatabase 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2964 setrole 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2964 setconfig 1009 -1 3 -1 -1 1 f i x f f f f t 0 950 \N \N \N \N \N 2964 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2964 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2964 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2964 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2964 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2964 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1213 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1213 spcname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 1213 spcowner 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1213 spcacl 1034 -1 4 -1 -1 1 f d x f f f f t 0 0 \N \N \N \N \N 1213 spcoptions 1009 -1 5 -1 -1 1 f i x f f f f t 0 950 \N \N \N \N \N 1213 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 1213 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1213 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1213 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1213 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1213 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1260 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1260 rolname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 1260 rolsuper 16 1 3 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1260 rolinherit 16 1 4 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1260 rolcreaterole 16 1 5 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1260 rolcreatedb 16 1 6 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1260 rolcanlogin 16 1 7 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1260 rolreplication 16 1 8 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1260 rolbypassrls 16 1 9 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1260 rolconnlimit 23 4 10 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1260 rolpassword 25 -1 11 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 1260 rolvaliduntil 1184 8 12 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 1260 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 1260 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1260 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1260 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1260 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1260 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1261 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1261 roleid 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1261 member 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1261 grantor 26 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1261 admin_option 16 1 5 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1261 inherit_option 16 1 6 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1261 set_option 16 1 7 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1261 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 1261 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1261 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1261 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1261 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1261 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1214 dbid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1214 classid 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1214 objid 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1214 objsubid 23 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1214 refclassid 26 4 5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1214 refobjid 26 4 6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1214 deptype 18 1 7 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 1214 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 1214 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1214 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1214 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1214 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1214 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2396 objoid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2396 classoid 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2396 description 25 -1 3 -1 -1 0 f i x t f f f t 0 950 \N \N \N \N \N 2396 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2396 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2396 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2396 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2396 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2396 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3602 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3602 cfgname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 3602 cfgnamespace 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3602 cfgowner 26 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3602 cfgparser 26 4 5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3602 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 3602 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3602 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3602 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3602 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3602 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3603 mapcfg 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3603 maptokentype 23 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3603 mapseqno 23 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3603 mapdict 26 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3603 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 3603 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3603 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3603 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3603 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3603 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3600 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3600 dictname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 3600 dictnamespace 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3600 dictowner 26 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3600 dicttemplate 26 4 5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3600 dictinitoption 25 -1 6 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 3600 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 3600 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3600 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3600 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3600 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3600 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3601 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3601 prsname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 3601 prsnamespace 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3601 prsstart 24 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3601 prstoken 24 4 5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3601 prsend 24 4 6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3601 prsheadline 24 4 7 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3601 prslextype 24 4 8 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3601 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 3601 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3601 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3601 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3601 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3601 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3764 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3764 tmplname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 3764 tmplnamespace 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3764 tmplinit 24 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3764 tmpllexize 24 4 5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3764 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 3764 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3764 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3764 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3764 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3764 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3079 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3079 extname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 3079 extowner 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3079 extnamespace 26 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3079 extrelocatable 16 1 5 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 3079 extversion 25 -1 6 -1 -1 0 f i x t f f f t 0 950 \N \N \N \N \N 3079 extconfig 1028 -1 7 -1 -1 1 f i x f f f f t 0 0 \N \N \N \N \N 3079 extcondition 1009 -1 8 -1 -1 1 f i x f f f f t 0 950 \N \N \N \N \N 3079 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 3079 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3079 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3079 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3079 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3079 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2328 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2328 fdwname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 2328 fdwowner 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2328 fdwhandler 26 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2328 fdwvalidator 26 4 5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2328 fdwacl 1034 -1 6 -1 -1 1 f d x f f f f t 0 0 \N \N \N \N \N 2328 fdwoptions 1009 -1 7 -1 -1 1 f i x f f f f t 0 950 \N \N \N \N \N 2328 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2328 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2328 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2328 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2328 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2328 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1417 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1417 srvname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 1417 srvowner 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1417 srvfdw 26 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1417 srvtype 25 -1 5 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 1417 srvversion 25 -1 6 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 1417 srvacl 1034 -1 7 -1 -1 1 f d x f f f f t 0 0 \N \N \N \N \N 1417 srvoptions 1009 -1 8 -1 -1 1 f i x f f f f t 0 950 \N \N \N \N \N 1417 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 1417 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1417 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1417 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1417 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1417 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1418 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1418 umuser 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1418 umserver 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1418 umoptions 1009 -1 4 -1 -1 1 f i x f f f f t 0 950 \N \N \N \N \N 1418 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 1418 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1418 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1418 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1418 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 1418 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3118 ftrelid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3118 ftserver 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3118 ftoptions 1009 -1 3 -1 -1 1 f i x f f f f t 0 950 \N \N \N \N \N 3118 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 3118 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3118 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3118 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3118 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3118 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3256 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3256 polname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 3256 polrelid 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3256 polcmd 18 1 4 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 3256 polpermissive 16 1 5 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 3256 polroles 1028 -1 6 -1 -1 1 f i x t f f f t 0 0 \N \N \N \N \N 3256 polqual 194 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 3256 polwithcheck 194 -1 8 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 3256 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 3256 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3256 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3256 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3256 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3256 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6000 roident 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6000 roname 25 -1 2 -1 -1 0 f i x t f f f t 0 950 \N \N \N \N \N 6000 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 6000 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6000 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6000 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6000 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6000 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 826 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 826 defaclrole 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 826 defaclnamespace 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 826 defaclobjtype 18 1 4 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 826 defaclacl 1034 -1 5 -1 -1 1 f d x t f f f t 0 0 \N \N \N \N \N 826 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 826 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 826 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 826 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 826 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 826 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3394 objoid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3394 classoid 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3394 objsubid 23 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3394 privtype 18 1 4 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 3394 initprivs 1034 -1 5 -1 -1 1 f d x t f f f t 0 0 \N \N \N \N \N 3394 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 3394 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3394 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3394 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3394 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3394 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3596 objoid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3596 classoid 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3596 objsubid 23 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3596 provider 25 -1 4 -1 -1 0 f i x t f f f t 0 950 \N \N \N \N \N 3596 label 25 -1 5 -1 -1 0 f i x t f f f t 0 950 \N \N \N \N \N 3596 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 3596 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3596 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3596 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3596 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3596 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3592 objoid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3592 classoid 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3592 provider 25 -1 3 -1 -1 0 f i x t f f f t 0 950 \N \N \N \N \N 3592 label 25 -1 4 -1 -1 0 f i x t f f f t 0 950 \N \N \N \N \N 3592 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 3592 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3592 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3592 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3592 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3592 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3456 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3456 collname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 3456 collnamespace 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3456 collowner 26 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3456 collprovider 18 1 5 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 3456 collisdeterministic 16 1 6 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 3456 collencoding 23 4 7 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3456 collcollate 25 -1 8 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 3456 collctype 25 -1 9 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 3456 colllocale 25 -1 10 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 3456 collicurules 25 -1 11 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 3456 collversion 25 -1 12 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 3456 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 3456 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3456 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3456 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3456 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3456 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6243 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6243 parname 25 -1 2 -1 -1 0 f i x t f f f t 0 950 \N \N \N \N \N 6243 paracl 1034 -1 3 -1 -1 1 f d x f f f f t 0 0 \N \N \N \N \N 6243 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 6243 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6243 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6243 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6243 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6243 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3350 partrelid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3350 partstrat 18 1 2 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 3350 partnatts 21 2 3 -1 -1 0 t s p t f f f t 0 0 \N \N \N \N \N 3350 partdefid 26 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3350 partattrs 22 -1 5 -1 -1 1 f i p t f f f t 0 0 \N \N \N \N \N 3350 partclass 30 -1 6 -1 -1 1 f i p t f f f t 0 0 \N \N \N \N \N 3350 partcollation 30 -1 7 -1 -1 1 f i p t f f f t 0 0 \N \N \N \N \N 3350 partexprs 194 -1 8 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 3350 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 3350 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3350 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3350 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3350 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3350 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3541 rngtypid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3541 rngsubtype 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3541 rngmultitypid 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3541 rngcollation 26 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3541 rngsubopc 26 4 5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3541 rngcanonical 24 4 6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3541 rngsubdiff 24 4 7 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3541 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 3541 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3541 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3541 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3541 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3541 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3576 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3576 trftype 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3576 trflang 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3576 trffromsql 24 4 4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3576 trftosql 24 4 5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3576 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 3576 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3576 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3576 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3576 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3576 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2224 seqrelid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2224 seqtypid 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2224 seqstart 20 8 3 -1 -1 0 t d p t f f f t 0 0 \N \N \N \N \N 2224 seqincrement 20 8 4 -1 -1 0 t d p t f f f t 0 0 \N \N \N \N \N 2224 seqmax 20 8 5 -1 -1 0 t d p t f f f t 0 0 \N \N \N \N \N 2224 seqmin 20 8 6 -1 -1 0 t d p t f f f t 0 0 \N \N \N \N \N 2224 seqcache 20 8 7 -1 -1 0 t d p t f f f t 0 0 \N \N \N \N \N 2224 seqcycle 16 1 8 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 2224 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2224 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2224 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2224 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2224 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2224 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6104 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6104 pubname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N \N \N \N \N 6104 pubowner 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6104 puballtables 16 1 4 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 6104 pubinsert 16 1 5 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 6104 pubupdate 16 1 6 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 6104 pubdelete 16 1 7 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 6104 pubtruncate 16 1 8 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 6104 pubviaroot 16 1 9 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 6104 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 6104 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6104 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6104 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6104 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6104 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6237 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6237 pnpubid 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6237 pnnspid 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6237 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 6237 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6237 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6237 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6237 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6237 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6106 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6106 prpubid 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6106 prrelid 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6106 prqual 194 -1 4 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 6106 prattrs 22 -1 5 -1 -1 1 f i p f f f f t 0 0 \N \N \N \N \N 6106 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 6106 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6106 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6106 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6106 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6106 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16392 last_value 20 8 1 -1 -1 0 t d p t f f f t 0 0 \N \N \N \N \N 16392 log_cnt 20 8 2 -1 -1 0 t d p t f f f t 0 0 \N \N \N \N \N 16392 is_called 16 1 3 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 16392 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16392 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16392 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16392 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16392 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16392 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16393 col1 23 4 1 -1 -1 0 t i p t f f a f t 0 0 \N \N \N \N \N 16393 col2 25 -1 2 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 16393 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16393 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6100 subconninfo 25 -1 14 -1 -1 0 f i x t f f f t 0 950 \N \N \N \N \N 16393 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16393 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16393 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16393 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6100 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 6100 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6100 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6100 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6100 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6100 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6102 srsubid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6102 srrelid 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6102 srsubstate 18 1 3 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 6102 srsublsn 3220 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 6102 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 6102 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6102 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6102 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6102 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6102 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2836 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2836 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2836 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 2836 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2836 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2836 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2836 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2836 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2836 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2837 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2837 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4171 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4171 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4171 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 4171 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 4171 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4171 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4171 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4171 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4171 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4172 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4172 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2830 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2830 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2830 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 2830 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2830 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2830 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2830 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2830 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2830 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2831 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2831 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2832 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2832 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2832 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 2832 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2832 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2832 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2832 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2832 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2832 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2833 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2833 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4157 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4157 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4157 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 4157 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 4157 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4157 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4157 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4157 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4157 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4158 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4158 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4159 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4159 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4159 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 4159 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 4159 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4159 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4159 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4159 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4159 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4160 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4160 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2840 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2840 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2840 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 2840 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2840 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2840 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2840 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2840 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2840 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2841 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2841 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3439 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3439 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3439 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 3439 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 3439 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3439 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3439 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3439 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3439 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3440 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3440 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3430 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3430 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3430 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 3430 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 3430 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3430 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3430 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3430 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3430 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3431 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3431 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2838 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2838 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2838 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 2838 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2838 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2838 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2838 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2838 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2838 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2839 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2839 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2336 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2336 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2336 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 2336 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2336 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2336 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2336 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2336 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2336 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2337 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2337 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4145 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4145 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4145 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 4145 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 4145 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4145 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4145 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4145 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4145 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4146 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4146 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2834 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2834 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2834 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 2834 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2834 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2834 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2834 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2834 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2834 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2835 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2835 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4163 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4163 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4163 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 4163 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 4163 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4163 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4163 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4163 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4163 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4164 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4164 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4177 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4177 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4177 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 4177 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 4177 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4177 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4177 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4177 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4177 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4178 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4178 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2966 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2966 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2966 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 2966 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2966 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2966 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2966 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2966 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2966 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2967 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2967 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4185 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4185 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4185 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 4185 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 4185 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4185 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4185 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4185 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4185 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4186 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4186 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4175 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4175 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4175 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 4175 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 4175 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4175 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4175 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4175 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4175 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4176 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4176 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2846 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2846 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2846 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 2846 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 2846 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2846 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2846 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2846 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2846 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 2847 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2847 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4169 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4169 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4169 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 4169 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 4169 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4169 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4169 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4169 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4169 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4170 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4170 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4147 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4147 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4147 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 4147 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 4147 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4147 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4147 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4147 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4147 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4148 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4148 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4149 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4149 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4149 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 4149 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 4149 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4149 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4149 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4149 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4149 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4150 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4150 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4151 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4151 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4151 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 4151 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 4151 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4151 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4151 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4151 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4151 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4152 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4152 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4173 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4173 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4173 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 4173 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 4173 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4173 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4173 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4173 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4173 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4174 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4174 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4153 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4153 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4153 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 4153 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 4153 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4153 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4153 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4153 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4153 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4154 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4154 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4167 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4167 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4167 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 4167 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 4167 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4167 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4167 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4167 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4167 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4168 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4168 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4181 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4181 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4181 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 4181 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 4181 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4181 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4181 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4181 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4181 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4182 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4182 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4143 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4143 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4143 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 4143 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 4143 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4143 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4143 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4143 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4143 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4144 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4144 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4155 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4155 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4155 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 4155 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 4155 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4155 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4155 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4155 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4155 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4156 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4156 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3598 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3598 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3598 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 3598 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 3598 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3598 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3598 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3598 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3598 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 3599 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3599 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4060 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4060 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4060 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 4060 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 4060 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4060 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4060 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4060 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4060 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4061 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4061 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6175 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6175 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6175 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 6175 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 6175 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6175 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6175 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6175 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6175 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6176 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6176 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6244 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6244 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6244 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 6244 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 6244 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6244 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6244 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6244 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6244 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6245 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6245 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4165 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4165 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4165 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 4165 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 4165 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4165 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4165 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4165 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4165 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4166 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4166 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6228 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6228 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6228 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 6228 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 6228 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6228 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6228 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6228 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6228 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 6229 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6229 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4183 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4183 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4183 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 4183 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 4183 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4183 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4183 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4183 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4183 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 4184 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 4184 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2690 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2691 proname 2275 -2 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 2691 proargtypes 30 -1 2 -1 -1 1 f i p f f f f t 0 0 \N \N \N \N \N 2691 pronamespace 26 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2703 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2704 typname 2275 -2 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 2704 typnamespace 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2658 attrelid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2658 attname 2275 -2 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 2659 attrelid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2659 attnum 21 2 2 -1 -1 0 t s p f f f f t 0 0 \N \N \N \N \N 2662 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2663 relname 2275 -2 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 2663 relnamespace 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3455 reltablespace 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3455 relfilenode 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2656 adrelid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2656 adnum 21 2 2 -1 -1 0 t s p f f f f t 0 0 \N \N \N \N \N 2657 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2664 conname 2275 -2 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 2664 connamespace 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2665 conrelid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2665 contypid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2665 conname 2275 -2 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 2666 contypid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2667 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2579 conparentid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2680 inhrelid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2680 inhseqno 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2187 inhparent 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2678 indrelid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2679 indexrelid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2688 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2689 oprname 2275 -2 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 2689 oprleft 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2689 oprright 26 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2689 oprnamespace 26 4 4 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2754 opfmethod 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2754 opfname 2275 -2 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 2754 opfnamespace 26 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2755 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2686 opcmethod 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2686 opcname 2275 -2 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 2686 opcnamespace 26 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2687 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2651 amname 2275 -2 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 2652 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2653 amopfamily 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2653 amoplefttype 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2653 amoprighttype 26 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2653 amopstrategy 21 2 4 -1 -1 0 t s p f f f f t 0 0 \N \N \N \N \N 2654 amopopr 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2654 amoppurpose 18 1 2 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 2654 amopfamily 26 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2756 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2655 amprocfamily 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2655 amproclefttype 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2655 amprocrighttype 26 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2655 amprocnum 21 2 4 -1 -1 0 t s p f f f f t 0 0 \N \N \N \N \N 2757 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2681 lanname 2275 -2 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 2682 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2996 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2683 loid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2683 pageno 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2650 aggfnoid 24 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2696 starelid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2696 staattnum 21 2 2 -1 -1 0 t s p f f f f t 0 0 \N \N \N \N \N 2696 stainherit 16 1 3 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 3380 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3997 stxname 2275 -2 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 3997 stxnamespace 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3379 stxrelid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3433 stxoid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3433 stxdinherit 16 1 2 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 2692 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2693 ev_class 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2693 rulename 2275 -2 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 2699 tgconstraint 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2701 tgrelid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2701 tgname 2275 -2 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 2702 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3467 evtname 2275 -2 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 3468 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2675 objoid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2675 classoid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2675 objsubid 23 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2660 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2661 castsource 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2661 casttarget 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3502 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3503 enumtypid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3503 enumlabel 2275 -2 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 3534 enumtypid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3534 enumsortorder 700 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2684 nspname 2275 -2 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 2685 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2668 connamespace 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2668 conforencoding 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2668 contoencoding 23 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2668 oid 26 4 4 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2669 conname 2275 -2 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 2669 connamespace 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2670 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2673 classid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2673 objid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2673 objsubid 23 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2674 refclassid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2674 refobjid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2674 refobjsubid 23 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2671 datname 2275 -2 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 2672 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2965 setdatabase 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2965 setrole 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2697 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2698 spcname 2275 -2 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 2676 rolname 2275 -2 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 2677 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6303 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2694 roleid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2694 member 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2694 grantor 26 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2695 member 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2695 roleid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2695 grantor 26 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6302 grantor 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 1232 dbid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 1232 classid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 1232 objid 26 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 1232 objsubid 23 4 4 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 1233 refclassid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 1233 refobjid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2397 objoid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2397 classoid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3608 cfgname 2275 -2 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 3608 cfgnamespace 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3712 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3609 mapcfg 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3609 maptokentype 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3609 mapseqno 23 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3604 dictname 2275 -2 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 3604 dictnamespace 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3605 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3606 prsname 2275 -2 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 3606 prsnamespace 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3607 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3766 tmplname 2275 -2 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 3766 tmplnamespace 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3767 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3080 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3081 extname 2275 -2 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 112 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 548 fdwname 2275 -2 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 113 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 549 srvname 2275 -2 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 174 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 175 umuser 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 175 umserver 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3119 ftrelid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3257 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3258 polrelid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3258 polname 2275 -2 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 6001 roident 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6002 roname 25 -1 1 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 827 defaclrole 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 827 defaclnamespace 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 827 defaclobjtype 18 1 3 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 828 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3395 objoid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3395 classoid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3395 objsubid 23 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3597 objoid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3597 classoid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3597 objsubid 23 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3597 provider 25 -1 4 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 3593 objoid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3593 classoid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3593 provider 25 -1 3 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 3164 collname 2275 -2 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 3164 collencoding 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3164 collnamespace 26 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3085 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6246 parname 25 -1 1 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 6247 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3351 partrelid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3542 rngtypid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 2228 rngmultitypid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3574 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3575 trftype 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 3575 trflang 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 5002 seqrelid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6110 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6111 pubname 2275 -2 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 6238 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6239 pnnspid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6239 pnpubid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6112 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6113 prrelid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6113 prpubid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6116 prpubid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6114 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6115 subdbid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6115 subname 2275 -2 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 6117 srrelid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 6117 srsubid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12000 rolname 19 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12000 rolsuper 16 1 2 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12000 rolinherit 16 1 3 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12000 rolcreaterole 16 1 4 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12000 rolcreatedb 16 1 5 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12000 rolcanlogin 16 1 6 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12000 rolreplication 16 1 7 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12000 rolconnlimit 23 4 8 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12000 rolpassword 25 -1 9 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12000 rolvaliduntil 1184 8 10 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12000 rolbypassrls 16 1 11 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12000 rolconfig 1009 -1 12 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 12000 oid 26 4 13 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12005 usename 19 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12005 usesysid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12005 usecreatedb 16 1 3 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12005 usesuper 16 1 4 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12005 userepl 16 1 5 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12005 usebypassrls 16 1 6 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12005 passwd 25 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 12005 valuntil 1184 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12005 useconfig 1009 -1 9 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 12010 groname 19 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12010 grosysid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12010 grolist 1028 -1 3 -1 -1 0 f i x f f f f t 0 0 \N \N \N \N \N 12014 usename 19 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12014 usesysid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12014 usecreatedb 16 1 3 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12014 usesuper 16 1 4 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12014 userepl 16 1 5 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12014 usebypassrls 16 1 6 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12014 passwd 25 -1 7 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12014 valuntil 1184 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12014 useconfig 1009 -1 9 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 12018 schemaname 19 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12018 tablename 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12018 policyname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12018 permissive 25 -1 4 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12018 roles 1003 -1 5 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 12018 cmd 25 -1 6 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12018 qual 25 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 12018 with_check 25 -1 8 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 12023 schemaname 19 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12023 tablename 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12023 rulename 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12023 definition 25 -1 4 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12028 schemaname 19 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12028 viewname 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12028 viewowner 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12028 definition 25 -1 4 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12033 schemaname 19 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12033 tablename 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12033 tableowner 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12033 tablespace 19 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12033 hasindexes 16 1 5 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12033 hasrules 16 1 6 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12033 hastriggers 16 1 7 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12033 rowsecurity 16 1 8 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12038 schemaname 19 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12038 matviewname 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12038 matviewowner 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12038 tablespace 19 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12038 hasindexes 16 1 5 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12038 ispopulated 16 1 6 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12038 definition 25 -1 7 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12043 schemaname 19 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12043 tablename 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12043 indexname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12043 tablespace 19 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12043 indexdef 25 -1 5 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12048 schemaname 19 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12048 sequencename 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12048 sequenceowner 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12048 data_type 2206 4 4 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12048 start_value 20 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12048 min_value 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12048 max_value 20 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12048 increment_by 20 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12048 cycle 16 1 9 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12048 cache_size 20 8 10 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12048 last_value 20 8 11 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12053 schemaname 19 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12053 tablename 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12053 attname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12053 inherited 16 1 4 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12053 null_frac 700 4 5 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12053 avg_width 23 4 6 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12053 n_distinct 700 4 7 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12053 most_common_vals 2277 -1 8 -1 -1 0 f d x f f f f t 0 0 \N \N \N \N \N 12053 most_common_freqs 1021 -1 9 -1 -1 0 f i x f f f f t 0 0 \N \N \N \N \N 12053 histogram_bounds 2277 -1 10 -1 -1 0 f d x f f f f t 0 0 \N \N \N \N \N 12053 correlation 700 4 11 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12053 most_common_elems 2277 -1 12 -1 -1 0 f d x f f f f t 0 0 \N \N \N \N \N 12053 most_common_elem_freqs 1021 -1 13 -1 -1 0 f i x f f f f t 0 0 \N \N \N \N \N 12053 elem_count_histogram 1021 -1 14 -1 -1 0 f i x f f f f t 0 0 \N \N \N \N \N 12053 range_length_histogram 2277 -1 15 -1 -1 0 f d x f f f f t 0 0 \N \N \N \N \N 12053 range_empty_frac 700 4 16 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12053 range_bounds_histogram 2277 -1 17 -1 -1 0 f d x f f f f t 0 0 \N \N \N \N \N 12058 schemaname 19 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12058 tablename 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12058 statistics_schemaname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12058 statistics_name 19 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12058 statistics_owner 19 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12058 attnames 1003 -1 6 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 12058 exprs 1009 -1 7 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12058 kinds 1002 -1 8 -1 -1 0 f i x f f f f t 0 0 \N \N \N \N \N 12058 inherited 16 1 9 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12058 n_distinct 3361 -1 10 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 12058 dependencies 3402 -1 11 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 12058 most_common_vals 1009 -1 12 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12058 most_common_val_nulls 1000 -1 13 -1 -1 0 f i x f f f f t 0 0 \N \N \N \N \N 12058 most_common_freqs 1022 -1 14 -1 -1 0 f d x f f f f t 0 0 \N \N \N \N \N 12058 most_common_base_freqs 1022 -1 15 -1 -1 0 f d x f f f f t 0 0 \N \N \N \N \N 12063 schemaname 19 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12063 tablename 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12063 statistics_schemaname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12063 statistics_name 19 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12063 statistics_owner 19 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12063 expr 25 -1 6 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12063 inherited 16 1 7 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12063 null_frac 700 4 8 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12063 avg_width 23 4 9 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12063 n_distinct 700 4 10 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12063 most_common_vals 2277 -1 11 -1 -1 0 f d x f f f f t 0 0 \N \N \N \N \N 12063 most_common_freqs 1021 -1 12 -1 -1 0 f i x f f f f t 0 0 \N \N \N \N \N 12063 histogram_bounds 2277 -1 13 -1 -1 0 f d x f f f f t 0 0 \N \N \N \N \N 12063 correlation 700 4 14 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12063 most_common_elems 2277 -1 15 -1 -1 0 f d x f f f f t 0 0 \N \N \N \N \N 12063 most_common_elem_freqs 1021 -1 16 -1 -1 0 f i x f f f f t 0 0 \N \N \N \N \N 12063 elem_count_histogram 1021 -1 17 -1 -1 0 f i x f f f f t 0 0 \N \N \N \N \N 12068 pubname 19 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12068 schemaname 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12068 tablename 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12068 attnames 1003 -1 4 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 12068 rowfilter 25 -1 5 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12073 locktype 25 -1 1 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12073 database 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12073 relation 26 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12073 page 23 4 4 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12073 tuple 21 2 5 -1 -1 0 t s p f f f f t 0 0 \N \N \N \N \N 12073 virtualxid 25 -1 6 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12073 transactionid 28 4 7 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12073 classid 26 4 8 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12073 objid 26 4 9 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12073 objsubid 21 2 10 -1 -1 0 t s p f f f f t 0 0 \N \N \N \N \N 12073 virtualtransaction 25 -1 11 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12073 pid 23 4 12 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12073 mode 25 -1 13 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12073 granted 16 1 14 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12073 fastpath 16 1 15 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12073 waitstart 1184 8 16 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12077 name 25 -1 1 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12077 statement 25 -1 2 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12077 is_holdable 16 1 3 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12077 is_binary 16 1 4 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12077 is_scrollable 16 1 5 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12077 creation_time 1184 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12081 name 19 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12081 default_version 25 -1 2 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12081 installed_version 25 -1 3 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 12081 comment 25 -1 4 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12085 name 19 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12085 version 25 -1 2 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12085 installed 16 1 3 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12085 superuser 16 1 4 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12085 trusted 16 1 5 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12085 relocatable 16 1 6 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12085 schema 19 64 7 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12085 requires 1003 -1 8 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 12085 comment 25 -1 9 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12090 transaction 28 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12090 gid 25 -1 2 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12090 prepared 1184 8 3 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12090 owner 19 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12090 database 19 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12095 name 25 -1 1 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12095 statement 25 -1 2 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12095 prepare_time 1184 8 3 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12095 parameter_types 2211 -1 4 -1 -1 0 f i x f f f f t 0 0 \N \N \N \N \N 12095 result_types 2211 -1 5 -1 -1 0 f i x f f f f t 0 0 \N \N \N \N \N 12095 from_sql 16 1 6 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12095 generic_plans 20 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12095 custom_plans 20 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12099 objoid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12099 classoid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12099 objsubid 23 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12099 objtype 25 -1 4 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12099 objnamespace 26 4 5 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12099 objname 25 -1 6 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 12099 provider 25 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 12099 label 25 -1 8 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 12104 name 25 -1 1 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12104 setting 25 -1 2 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12104 unit 25 -1 3 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12104 category 25 -1 4 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12104 short_desc 25 -1 5 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12104 extra_desc 25 -1 6 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12104 context 25 -1 7 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12104 vartype 25 -1 8 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12104 source 25 -1 9 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12104 min_val 25 -1 10 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12104 max_val 25 -1 11 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12104 enumvals 1009 -1 12 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12104 boot_val 25 -1 13 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12104 reset_val 25 -1 14 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12104 sourcefile 25 -1 15 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12104 sourceline 23 4 16 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12104 pending_restart 16 1 17 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12110 sourcefile 25 -1 1 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12110 sourceline 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12110 seqno 23 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12110 name 25 -1 4 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12110 setting 25 -1 5 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12110 applied 16 1 6 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12110 error 25 -1 7 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12114 rule_number 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12114 file_name 25 -1 2 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12114 line_number 23 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12114 type 25 -1 4 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12114 database 1009 -1 5 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12114 user_name 1009 -1 6 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12114 address 25 -1 7 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12114 netmask 25 -1 8 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12114 auth_method 25 -1 9 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12114 options 1009 -1 10 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12114 error 25 -1 11 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12118 map_number 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12118 file_name 25 -1 2 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12118 line_number 23 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12118 map_name 25 -1 4 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12118 sys_name 25 -1 5 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12118 pg_username 25 -1 6 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12118 error 25 -1 7 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12122 abbrev 25 -1 1 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12122 utc_offset 1186 16 2 -1 -1 0 f d p f f f f t 0 0 \N \N \N \N \N 12122 is_dst 16 1 3 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12126 name 25 -1 1 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12126 abbrev 25 -1 2 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12126 utc_offset 1186 16 3 -1 -1 0 f d p f f f f t 0 0 \N \N \N \N \N 12126 is_dst 16 1 4 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12130 name 25 -1 1 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12130 setting 25 -1 2 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12134 name 25 -1 1 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12134 off 20 8 2 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12134 size 20 8 3 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12134 allocated_size 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12138 name 25 -1 1 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12138 ident 25 -1 2 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12138 parent 25 -1 3 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12138 level 23 4 4 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12138 total_bytes 20 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12138 total_nblocks 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12138 free_bytes 20 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12138 free_chunks 20 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12138 used_bytes 20 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12142 relid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12142 schemaname 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12142 relname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12142 seq_scan 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12142 last_seq_scan 1184 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12142 seq_tup_read 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12142 idx_scan 20 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12142 last_idx_scan 1184 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12142 idx_tup_fetch 20 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12142 n_tup_ins 20 8 10 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12142 n_tup_upd 20 8 11 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12142 n_tup_del 20 8 12 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12142 n_tup_hot_upd 20 8 13 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12142 n_tup_newpage_upd 20 8 14 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12142 n_live_tup 20 8 15 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12142 n_dead_tup 20 8 16 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12142 n_mod_since_analyze 20 8 17 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12142 n_ins_since_vacuum 20 8 18 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12142 last_vacuum 1184 8 19 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12142 last_autovacuum 1184 8 20 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12142 last_analyze 1184 8 21 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12142 last_autoanalyze 1184 8 22 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12142 vacuum_count 20 8 23 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12142 autovacuum_count 20 8 24 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12142 analyze_count 20 8 25 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12142 autoanalyze_count 20 8 26 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12147 relid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12147 schemaname 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12147 relname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12147 seq_scan 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12147 seq_tup_read 20 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12147 idx_scan 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12147 idx_tup_fetch 20 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12147 n_tup_ins 20 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12147 n_tup_upd 20 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12147 n_tup_del 20 8 10 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12147 n_tup_hot_upd 20 8 11 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12147 n_tup_newpage_upd 20 8 12 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12152 relid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12152 schemaname 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12152 relname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12152 seq_scan 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12152 last_seq_scan 1184 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12152 seq_tup_read 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12152 idx_scan 20 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12152 last_idx_scan 1184 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12152 idx_tup_fetch 20 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12152 n_tup_ins 20 8 10 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12152 n_tup_upd 20 8 11 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12152 n_tup_del 20 8 12 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12152 n_tup_hot_upd 20 8 13 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12152 n_tup_newpage_upd 20 8 14 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12152 n_live_tup 20 8 15 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12152 n_dead_tup 20 8 16 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12152 n_mod_since_analyze 20 8 17 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12152 n_ins_since_vacuum 20 8 18 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12152 last_vacuum 1184 8 19 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12152 last_autovacuum 1184 8 20 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12152 last_analyze 1184 8 21 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12152 last_autoanalyze 1184 8 22 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12152 vacuum_count 20 8 23 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12152 autovacuum_count 20 8 24 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12152 analyze_count 20 8 25 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12152 autoanalyze_count 20 8 26 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12157 relid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12157 schemaname 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12157 relname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12157 seq_scan 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12157 seq_tup_read 20 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12157 idx_scan 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12157 idx_tup_fetch 20 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12157 n_tup_ins 20 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12157 n_tup_upd 20 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12157 n_tup_del 20 8 10 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12157 n_tup_hot_upd 20 8 11 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12157 n_tup_newpage_upd 20 8 12 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12161 relid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12161 schemaname 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12161 relname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12161 seq_scan 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12161 last_seq_scan 1184 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12161 seq_tup_read 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12161 idx_scan 20 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12161 last_idx_scan 1184 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12161 idx_tup_fetch 20 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12161 n_tup_ins 20 8 10 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12161 n_tup_upd 20 8 11 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12161 n_tup_del 20 8 12 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12161 n_tup_hot_upd 20 8 13 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12161 n_tup_newpage_upd 20 8 14 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12161 n_live_tup 20 8 15 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12161 n_dead_tup 20 8 16 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12161 n_mod_since_analyze 20 8 17 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12161 n_ins_since_vacuum 20 8 18 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12161 last_vacuum 1184 8 19 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12161 last_autovacuum 1184 8 20 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12161 last_analyze 1184 8 21 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12161 last_autoanalyze 1184 8 22 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12161 vacuum_count 20 8 23 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12161 autovacuum_count 20 8 24 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12161 analyze_count 20 8 25 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12161 autoanalyze_count 20 8 26 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12166 relid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12166 schemaname 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12166 relname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12166 seq_scan 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12166 seq_tup_read 20 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12166 idx_scan 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12166 idx_tup_fetch 20 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12166 n_tup_ins 20 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12166 n_tup_upd 20 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12166 n_tup_del 20 8 10 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12166 n_tup_hot_upd 20 8 11 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12166 n_tup_newpage_upd 20 8 12 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12170 relid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12170 schemaname 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12170 relname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12170 heap_blks_read 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12170 heap_blks_hit 20 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12170 idx_blks_read 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12170 idx_blks_hit 20 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12170 toast_blks_read 20 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12170 toast_blks_hit 20 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12170 tidx_blks_read 20 8 10 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12170 tidx_blks_hit 20 8 11 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12175 relid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12175 schemaname 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12175 relname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12175 heap_blks_read 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12175 heap_blks_hit 20 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12175 idx_blks_read 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12175 idx_blks_hit 20 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12175 toast_blks_read 20 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12175 toast_blks_hit 20 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12175 tidx_blks_read 20 8 10 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12175 tidx_blks_hit 20 8 11 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12179 relid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12179 schemaname 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12179 relname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12179 heap_blks_read 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12179 heap_blks_hit 20 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12179 idx_blks_read 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12179 idx_blks_hit 20 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12179 toast_blks_read 20 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12179 toast_blks_hit 20 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12179 tidx_blks_read 20 8 10 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12179 tidx_blks_hit 20 8 11 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12183 relid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12183 indexrelid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12183 schemaname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12183 relname 19 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12183 indexrelname 19 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12183 idx_scan 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12183 last_idx_scan 1184 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12183 idx_tup_read 20 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12183 idx_tup_fetch 20 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12188 relid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12188 indexrelid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12188 schemaname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12188 relname 19 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12188 indexrelname 19 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12188 idx_scan 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12188 last_idx_scan 1184 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12188 idx_tup_read 20 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12188 idx_tup_fetch 20 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12192 relid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12192 indexrelid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12192 schemaname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12192 relname 19 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12192 indexrelname 19 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12192 idx_scan 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12192 last_idx_scan 1184 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12192 idx_tup_read 20 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12192 idx_tup_fetch 20 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12196 relid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12196 indexrelid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12196 schemaname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12196 relname 19 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12196 indexrelname 19 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12196 idx_blks_read 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12196 idx_blks_hit 20 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12201 relid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12201 indexrelid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12201 schemaname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12201 relname 19 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12201 indexrelname 19 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12201 idx_blks_read 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12201 idx_blks_hit 20 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12205 relid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12205 indexrelid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12205 schemaname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12205 relname 19 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12205 indexrelname 19 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12205 idx_blks_read 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12205 idx_blks_hit 20 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12209 relid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12209 schemaname 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12209 relname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12209 blks_read 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12209 blks_hit 20 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12214 relid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12214 schemaname 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12214 relname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12214 blks_read 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12214 blks_hit 20 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12218 relid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12218 schemaname 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12218 relname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12218 blks_read 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12218 blks_hit 20 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12222 datid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12222 datname 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12222 pid 23 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12222 leader_pid 23 4 4 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12222 usesysid 26 4 5 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12222 usename 19 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12222 application_name 25 -1 7 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12222 client_addr 869 -1 8 -1 -1 0 f i m f f f f t 0 0 \N \N \N \N \N 12222 client_hostname 25 -1 9 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12222 client_port 23 4 10 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12222 backend_start 1184 8 11 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12222 xact_start 1184 8 12 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12222 query_start 1184 8 13 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12222 state_change 1184 8 14 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12222 wait_event_type 25 -1 15 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12222 wait_event 25 -1 16 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12222 state 25 -1 17 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12222 backend_xid 28 4 18 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12222 backend_xmin 28 4 19 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12222 query_id 20 8 20 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12222 query 25 -1 21 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12222 backend_type 25 -1 22 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12227 pid 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12227 usesysid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12227 usename 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12227 application_name 25 -1 4 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12227 client_addr 869 -1 5 -1 -1 0 f i m f f f f t 0 0 \N \N \N \N \N 12227 client_hostname 25 -1 6 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12227 client_port 23 4 7 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12227 backend_start 1184 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12227 backend_xmin 28 4 9 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12227 state 25 -1 10 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12227 sent_lsn 3220 8 11 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12227 write_lsn 3220 8 12 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12227 flush_lsn 3220 8 13 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12227 replay_lsn 3220 8 14 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12227 write_lag 1186 16 15 -1 -1 0 f d p f f f f t 0 0 \N \N \N \N \N 12227 flush_lag 1186 16 16 -1 -1 0 f d p f f f f t 0 0 \N \N \N \N \N 12227 replay_lag 1186 16 17 -1 -1 0 f d p f f f f t 0 0 \N \N \N \N \N 12227 sync_priority 23 4 18 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12227 sync_state 25 -1 19 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12227 reply_time 1184 8 20 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12232 name 25 -1 1 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12232 blks_zeroed 20 8 2 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12232 blks_hit 20 8 3 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12232 blks_read 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12232 blks_written 20 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12232 blks_exists 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12232 flushes 20 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12232 truncates 20 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12232 stats_reset 1184 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12236 pid 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12236 status 25 -1 2 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12236 receive_start_lsn 3220 8 3 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12236 receive_start_tli 23 4 4 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12236 written_lsn 3220 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12236 flushed_lsn 3220 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12236 received_tli 23 4 7 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12236 last_msg_send_time 1184 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12236 last_msg_receipt_time 1184 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12236 latest_end_lsn 3220 8 10 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12236 latest_end_time 1184 8 11 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12236 slot_name 25 -1 12 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12236 sender_host 25 -1 13 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12236 sender_port 23 4 14 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12236 conninfo 25 -1 15 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12240 stats_reset 1184 8 1 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12240 prefetch 20 8 2 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12240 hit 20 8 3 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12240 skip_init 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12240 skip_new 20 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12240 skip_fpw 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12240 skip_rep 20 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12240 wal_distance 23 4 8 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12240 block_distance 23 4 9 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12240 io_depth 23 4 10 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12244 subid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12244 subname 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12244 worker_type 25 -1 3 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12244 pid 23 4 4 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12244 leader_pid 23 4 5 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12244 relid 26 4 6 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12244 received_lsn 3220 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12244 last_msg_send_time 1184 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12244 last_msg_receipt_time 1184 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12244 latest_end_lsn 3220 8 10 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12244 latest_end_time 1184 8 11 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12249 pid 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12249 ssl 16 1 2 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12249 version 25 -1 3 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12249 cipher 25 -1 4 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12249 bits 23 4 5 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12249 client_dn 25 -1 6 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12249 client_serial 1700 -1 7 -1 -1 0 f i m f f f f t 0 0 \N \N \N \N \N 12249 issuer_dn 25 -1 8 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12253 pid 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12253 gss_authenticated 16 1 2 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12253 principal 25 -1 3 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12253 encrypted 16 1 4 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12253 credentials_delegated 16 1 5 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12257 slot_name 19 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12257 plugin 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12257 slot_type 25 -1 3 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12257 datoid 26 4 4 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12257 database 19 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12257 temporary 16 1 6 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12257 active 16 1 7 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12257 active_pid 23 4 8 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12257 xmin 28 4 9 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12257 catalog_xmin 28 4 10 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12257 restart_lsn 3220 8 11 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12257 confirmed_flush_lsn 3220 8 12 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12257 wal_status 25 -1 13 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12257 safe_wal_size 20 8 14 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12257 two_phase 16 1 15 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12257 conflict_reason 25 -1 16 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12257 failover 16 1 17 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12257 synced 16 1 18 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 12262 slot_name 25 -1 1 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12262 spill_txns 20 8 2 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12262 spill_count 20 8 3 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12262 spill_bytes 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12262 stream_txns 20 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12262 stream_count 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12262 stream_bytes 20 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12262 total_txns 20 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12262 total_bytes 20 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12262 stats_reset 1184 8 10 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 datid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12266 datname 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12266 numbackends 23 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12266 xact_commit 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 xact_rollback 20 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 blks_read 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 blks_hit 20 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 tup_returned 20 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 tup_fetched 20 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 tup_inserted 20 8 10 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 tup_updated 20 8 11 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 tup_deleted 20 8 12 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 conflicts 20 8 13 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 temp_files 20 8 14 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 temp_bytes 20 8 15 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 deadlocks 20 8 16 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 checksum_failures 20 8 17 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 checksum_last_failure 1184 8 18 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 blk_read_time 701 8 19 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 blk_write_time 701 8 20 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 session_time 701 8 21 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 active_time 701 8 22 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 idle_in_transaction_time 701 8 23 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 sessions 20 8 24 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 sessions_abandoned 20 8 25 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 sessions_fatal 20 8 26 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 sessions_killed 20 8 27 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12266 stats_reset 1184 8 28 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12271 datid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12271 datname 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12271 confl_tablespace 20 8 3 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12271 confl_lock 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12271 confl_snapshot 20 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12271 confl_bufferpin 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12271 confl_deadlock 20 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12271 confl_active_logicalslot 20 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12275 funcid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12275 schemaname 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12275 funcname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12275 calls 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12275 total_time 701 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12275 self_time 701 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12280 funcid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12280 schemaname 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12280 funcname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12280 calls 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12280 total_time 701 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12280 self_time 701 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12285 archived_count 20 8 1 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12285 last_archived_wal 25 -1 2 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12285 last_archived_time 1184 8 3 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12285 failed_count 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12285 last_failed_wal 25 -1 5 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12285 last_failed_time 1184 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12285 stats_reset 1184 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12289 buffers_clean 20 8 1 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12289 maxwritten_clean 20 8 2 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12289 buffers_alloc 20 8 3 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12289 stats_reset 1184 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12293 num_timed 20 8 1 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12293 num_requested 20 8 2 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12293 restartpoints_timed 20 8 3 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12293 restartpoints_req 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12293 restartpoints_done 20 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12293 write_time 701 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12293 sync_time 701 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12293 buffers_written 20 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12293 stats_reset 1184 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12297 backend_type 25 -1 1 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12297 object 25 -1 2 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12297 context 25 -1 3 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12297 reads 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12297 read_time 701 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12297 writes 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12297 write_time 701 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12297 writebacks 20 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12297 writeback_time 701 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12297 extends 20 8 10 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12297 extend_time 701 8 11 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12297 op_bytes 20 8 12 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12297 hits 20 8 13 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12297 evictions 20 8 14 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12297 reuses 20 8 15 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12297 fsyncs 20 8 16 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12297 fsync_time 701 8 17 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12297 stats_reset 1184 8 18 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12301 wal_records 20 8 1 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12301 wal_fpi 20 8 2 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12301 wal_bytes 1700 -1 3 -1 -1 0 f i m f f f f t 0 0 \N \N \N \N \N 12301 wal_buffers_full 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12301 wal_write 20 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12301 wal_sync 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12301 wal_write_time 701 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12301 wal_sync_time 701 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12301 stats_reset 1184 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12305 pid 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12305 datid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12305 datname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12305 relid 26 4 4 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12305 phase 25 -1 5 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12305 sample_blks_total 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12305 sample_blks_scanned 20 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12305 ext_stats_total 20 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12305 ext_stats_computed 20 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12305 child_tables_total 20 8 10 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12305 child_tables_done 20 8 11 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12305 current_child_table_relid 26 4 12 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12310 pid 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12310 datid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12310 datname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12310 relid 26 4 4 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12310 phase 25 -1 5 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12310 heap_blks_total 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12310 heap_blks_scanned 20 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12310 heap_blks_vacuumed 20 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12310 index_vacuum_count 20 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12310 max_dead_tuples 20 8 10 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12310 num_dead_tuples 20 8 11 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12310 indexes_total 20 8 12 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12310 indexes_processed 20 8 13 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12315 pid 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12315 datid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12315 datname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12315 relid 26 4 4 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12315 command 25 -1 5 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12315 phase 25 -1 6 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12315 cluster_index_relid 26 4 7 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12315 heap_tuples_scanned 20 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12315 heap_tuples_written 20 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12315 heap_blks_total 20 8 10 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12315 heap_blks_scanned 20 8 11 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12315 index_rebuild_count 20 8 12 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12320 pid 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12320 datid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12320 datname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12320 relid 26 4 4 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12320 index_relid 26 4 5 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12320 command 25 -1 6 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12320 phase 25 -1 7 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12320 lockers_total 20 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12320 lockers_done 20 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12320 current_locker_pid 20 8 10 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12320 blocks_total 20 8 11 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12320 blocks_done 20 8 12 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12320 tuples_total 20 8 13 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12320 tuples_done 20 8 14 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12320 partitions_total 20 8 15 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12320 partitions_done 20 8 16 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12325 pid 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12325 phase 25 -1 2 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12325 backup_total 20 8 3 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12325 backup_streamed 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12325 tablespaces_total 20 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12325 tablespaces_streamed 20 8 6 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12330 pid 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12330 datid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12330 datname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12330 relid 26 4 4 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12330 command 25 -1 5 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12330 type 25 -1 6 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12330 bytes_processed 20 8 7 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12330 bytes_total 20 8 8 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12330 tuples_processed 20 8 9 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12330 tuples_excluded 20 8 10 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12330 tuples_skipped 20 8 11 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12335 umid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12335 srvid 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12335 srvname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12335 umuser 26 4 4 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12335 usename 19 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12335 umoptions 1009 -1 6 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 12340 local_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12340 external_id 25 -1 2 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12340 remote_lsn 3220 8 3 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12340 local_lsn 3220 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 6100 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 6100 subdbid 26 4 2 -1 -1 0 t i p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 6100 subskiplsn 3220 8 3 -1 -1 0 t d p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 6100 subname 19 64 4 -1 -1 0 f c p t f f f t 0 950 \N {=r/SYSTEM} \N \N \N 6100 subowner 26 4 5 -1 -1 0 t i p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 6100 subenabled 16 1 6 -1 -1 0 t c p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 6100 subbinary 16 1 7 -1 -1 0 t c p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 6100 substream 18 1 8 -1 -1 0 t c p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 6100 subtwophasestate 18 1 9 -1 -1 0 t c p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 6100 subdisableonerr 16 1 10 -1 -1 0 t c p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 6100 subpasswordrequired 16 1 11 -1 -1 0 t c p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 6100 subrunasowner 16 1 12 -1 -1 0 t c p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 6100 subfailover 16 1 13 -1 -1 0 t c p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 6100 subslotname 19 64 15 -1 -1 0 f c p f f f f t 0 950 \N {=r/SYSTEM} \N \N \N 6100 subsynccommit 25 -1 16 -1 -1 0 f i x t f f f t 0 950 \N {=r/SYSTEM} \N \N \N 6100 subpublications 1009 -1 17 -1 -1 1 f i x t f f f t 0 950 \N {=r/SYSTEM} \N \N \N 6100 suborigin 25 -1 18 -1 -1 0 f i x f f f f t 0 950 \N {=r/SYSTEM} \N \N \N 12344 subid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 12344 subname 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 12344 apply_error_count 20 8 3 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12344 sync_error_count 20 8 4 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12344 stats_reset 1184 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 12348 type 25 -1 1 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12348 name 25 -1 2 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 12348 description 25 -1 3 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 13888 catalog_name 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13897 grantee 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13897 role_name 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13897 is_grantable 13895 -1 3 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13902 grantee 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13902 role_name 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13902 is_grantable 13895 -1 3 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13906 udt_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13906 udt_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13906 udt_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13906 attribute_name 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13906 ordinal_position 13882 4 5 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13906 attribute_default 13885 -1 6 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13906 is_nullable 13895 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13906 data_type 13885 -1 8 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13906 character_maximum_length 13882 4 9 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13906 character_octet_length 13882 4 10 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13906 character_set_catalog 13887 64 11 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13906 character_set_schema 13887 64 12 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13906 character_set_name 13887 64 13 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13906 collation_catalog 13887 64 14 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13906 collation_schema 13887 64 15 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13906 collation_name 13887 64 16 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13906 numeric_precision 13882 4 17 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13906 numeric_precision_radix 13882 4 18 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13906 numeric_scale 13882 4 19 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13906 datetime_precision 13882 4 20 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13906 interval_type 13885 -1 21 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13906 interval_precision 13882 4 22 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13906 attribute_udt_catalog 13887 64 23 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13906 attribute_udt_schema 13887 64 24 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13906 attribute_udt_name 13887 64 25 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13906 scope_catalog 13887 64 26 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13906 scope_schema 13887 64 27 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13906 scope_name 13887 64 28 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13906 maximum_cardinality 13882 4 29 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13906 dtd_identifier 13887 64 30 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13906 is_derived_reference_attribute 13895 -1 31 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13911 character_set_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13911 character_set_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13911 character_set_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13911 character_repertoire 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13911 form_of_use 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13911 default_collate_catalog 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13911 default_collate_schema 13887 64 7 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13911 default_collate_name 13887 64 8 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13916 constraint_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13916 constraint_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13916 constraint_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13916 specific_catalog 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13916 specific_schema 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13916 specific_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13921 constraint_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13921 constraint_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13921 constraint_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13921 check_clause 13885 -1 4 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13926 collation_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13926 collation_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13926 collation_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13926 pad_attribute 13885 -1 4 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13931 collation_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13931 collation_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13931 collation_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13931 character_set_catalog 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13931 character_set_schema 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13931 character_set_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13936 table_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13936 table_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13936 table_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13936 column_name 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13936 dependent_column 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13941 domain_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13941 domain_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13941 domain_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13941 table_catalog 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13941 table_schema 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13941 table_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13941 column_name 13887 64 7 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13946 grantor 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13946 grantee 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13946 table_catalog 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13946 table_schema 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13946 table_name 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13946 column_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13946 privilege_type 13885 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13946 is_grantable 13895 -1 8 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13951 udt_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13951 udt_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13951 udt_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13951 table_catalog 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13951 table_schema 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13951 table_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13951 column_name 13887 64 7 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13956 table_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13956 table_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13956 table_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13956 column_name 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13956 ordinal_position 13882 4 5 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13956 column_default 13885 -1 6 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13956 is_nullable 13895 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13956 data_type 13885 -1 8 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13956 character_maximum_length 13882 4 9 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13956 character_octet_length 13882 4 10 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13956 numeric_precision 13882 4 11 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13956 numeric_precision_radix 13882 4 12 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13956 numeric_scale 13882 4 13 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13956 datetime_precision 13882 4 14 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13956 interval_type 13885 -1 15 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13956 interval_precision 13882 4 16 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13956 character_set_catalog 13887 64 17 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13956 character_set_schema 13887 64 18 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13956 character_set_name 13887 64 19 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13956 collation_catalog 13887 64 20 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13956 collation_schema 13887 64 21 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13956 collation_name 13887 64 22 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13956 domain_catalog 13887 64 23 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13956 domain_schema 13887 64 24 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13956 domain_name 13887 64 25 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13956 udt_catalog 13887 64 26 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13956 udt_schema 13887 64 27 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13956 udt_name 13887 64 28 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13956 scope_catalog 13887 64 29 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13956 scope_schema 13887 64 30 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13956 scope_name 13887 64 31 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13956 maximum_cardinality 13882 4 32 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13956 dtd_identifier 13887 64 33 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13956 is_self_referencing 13895 -1 34 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13956 is_identity 13895 -1 35 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13956 identity_generation 13885 -1 36 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13956 identity_start 13885 -1 37 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13956 identity_increment 13885 -1 38 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13956 identity_maximum 13885 -1 39 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13956 identity_minimum 13885 -1 40 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13956 identity_cycle 13895 -1 41 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13956 is_generated 13885 -1 42 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13956 generation_expression 13885 -1 43 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13956 is_updatable 13895 -1 44 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13961 table_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13961 table_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13961 table_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13961 column_name 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13961 constraint_catalog 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13961 constraint_schema 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13961 constraint_name 13887 64 7 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13966 table_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13966 table_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13966 table_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13966 constraint_catalog 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13966 constraint_schema 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13966 constraint_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13971 constraint_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13971 constraint_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13971 constraint_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13971 domain_catalog 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13971 domain_schema 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13971 domain_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13971 is_deferrable 13895 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13971 initially_deferred 13895 -1 8 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13976 udt_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13976 udt_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13976 udt_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13976 domain_catalog 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13976 domain_schema 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13976 domain_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13981 domain_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13981 domain_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13981 domain_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13981 data_type 13885 -1 4 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13981 character_maximum_length 13882 4 5 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13981 character_octet_length 13882 4 6 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13981 character_set_catalog 13887 64 7 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13981 character_set_schema 13887 64 8 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13981 character_set_name 13887 64 9 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13981 collation_catalog 13887 64 10 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13981 collation_schema 13887 64 11 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13981 collation_name 13887 64 12 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13981 numeric_precision 13882 4 13 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13981 numeric_precision_radix 13882 4 14 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13981 numeric_scale 13882 4 15 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13981 datetime_precision 13882 4 16 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13981 interval_type 13885 -1 17 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13981 interval_precision 13882 4 18 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13981 domain_default 13885 -1 19 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13981 udt_catalog 13887 64 20 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13981 udt_schema 13887 64 21 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13981 udt_name 13887 64 22 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13981 scope_catalog 13887 64 23 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13981 scope_schema 13887 64 24 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13981 scope_name 13887 64 25 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13981 maximum_cardinality 13882 4 26 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13981 dtd_identifier 13887 64 27 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13986 role_name 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13990 constraint_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13990 constraint_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13990 constraint_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13990 table_catalog 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13990 table_schema 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13990 table_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13990 column_name 13887 64 7 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13990 ordinal_position 13882 4 8 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13990 position_in_unique_constraint 13882 4 9 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13995 specific_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13995 specific_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13995 specific_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13995 ordinal_position 13882 4 4 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13995 parameter_mode 13885 -1 5 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13995 is_result 13895 -1 6 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13995 as_locator 13895 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13995 parameter_name 13887 64 8 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13995 data_type 13885 -1 9 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13995 character_maximum_length 13882 4 10 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13995 character_octet_length 13882 4 11 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13995 character_set_catalog 13887 64 12 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13995 character_set_schema 13887 64 13 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13995 character_set_name 13887 64 14 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13995 collation_catalog 13887 64 15 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13995 collation_schema 13887 64 16 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13995 collation_name 13887 64 17 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13995 numeric_precision 13882 4 18 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13995 numeric_precision_radix 13882 4 19 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13995 numeric_scale 13882 4 20 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13995 datetime_precision 13882 4 21 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13995 interval_type 13885 -1 22 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 13995 interval_precision 13882 4 23 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13995 udt_catalog 13887 64 24 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13995 udt_schema 13887 64 25 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13995 udt_name 13887 64 26 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13995 scope_catalog 13887 64 27 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13995 scope_schema 13887 64 28 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13995 scope_name 13887 64 29 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13995 maximum_cardinality 13882 4 30 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 13995 dtd_identifier 13887 64 31 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 13995 parameter_default 13885 -1 32 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14000 constraint_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14000 constraint_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14000 constraint_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14000 unique_constraint_catalog 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14000 unique_constraint_schema 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14000 unique_constraint_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14000 match_option 13885 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14000 update_rule 13885 -1 8 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14000 delete_rule 13885 -1 9 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14005 grantor 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14005 grantee 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14005 table_catalog 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14005 table_schema 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14005 table_name 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14005 column_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14005 privilege_type 13885 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14005 is_grantable 13895 -1 8 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14009 specific_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14009 specific_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14009 specific_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14009 routine_catalog 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14009 routine_schema 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14009 routine_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14009 table_catalog 13887 64 7 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14009 table_schema 13887 64 8 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14009 table_name 13887 64 9 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14009 column_name 13887 64 10 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14014 grantor 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14014 grantee 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14014 specific_catalog 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14014 specific_schema 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14014 specific_name 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14014 routine_catalog 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14014 routine_schema 13887 64 7 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14014 routine_name 13887 64 8 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14014 privilege_type 13885 -1 9 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14014 is_grantable 13895 -1 10 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14019 grantor 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14019 grantee 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14019 specific_catalog 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14019 specific_schema 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14019 specific_name 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14019 routine_catalog 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14019 routine_schema 13887 64 7 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14019 routine_name 13887 64 8 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14019 privilege_type 13885 -1 9 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14019 is_grantable 13895 -1 10 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14023 specific_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14023 specific_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14023 specific_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14023 routine_catalog 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14023 routine_schema 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14023 routine_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14028 specific_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14028 specific_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14028 specific_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14028 routine_catalog 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14028 routine_schema 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14028 routine_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14028 sequence_catalog 13887 64 7 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14028 sequence_schema 13887 64 8 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14028 sequence_name 13887 64 9 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14033 specific_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14033 specific_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14033 specific_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14033 routine_catalog 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14033 routine_schema 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14033 routine_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14033 table_catalog 13887 64 7 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14033 table_schema 13887 64 8 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14033 table_name 13887 64 9 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 specific_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 specific_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 specific_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 routine_catalog 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 routine_schema 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 routine_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 routine_type 13885 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14038 module_catalog 13887 64 8 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 module_schema 13887 64 9 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 module_name 13887 64 10 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 udt_catalog 13887 64 11 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 udt_schema 13887 64 12 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 udt_name 13887 64 13 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 data_type 13885 -1 14 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14038 character_maximum_length 13882 4 15 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14038 character_octet_length 13882 4 16 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14038 character_set_catalog 13887 64 17 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 character_set_schema 13887 64 18 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 character_set_name 13887 64 19 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 collation_catalog 13887 64 20 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 collation_schema 13887 64 21 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 collation_name 13887 64 22 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 numeric_precision 13882 4 23 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14038 numeric_precision_radix 13882 4 24 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14038 numeric_scale 13882 4 25 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14038 datetime_precision 13882 4 26 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14038 interval_type 13885 -1 27 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14038 interval_precision 13882 4 28 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14038 type_udt_catalog 13887 64 29 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 type_udt_schema 13887 64 30 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 type_udt_name 13887 64 31 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 scope_catalog 13887 64 32 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 scope_schema 13887 64 33 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 scope_name 13887 64 34 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 maximum_cardinality 13882 4 35 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14038 dtd_identifier 13887 64 36 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 routine_body 13885 -1 37 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14038 routine_definition 13885 -1 38 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14038 external_name 13885 -1 39 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14038 external_language 13885 -1 40 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14038 parameter_style 13885 -1 41 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14038 is_deterministic 13895 -1 42 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14038 sql_data_access 13885 -1 43 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14038 is_null_call 13895 -1 44 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14038 sql_path 13885 -1 45 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14038 schema_level_routine 13895 -1 46 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14038 max_dynamic_result_sets 13882 4 47 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14038 is_user_defined_cast 13895 -1 48 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14038 is_implicitly_invocable 13895 -1 49 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14038 security_type 13885 -1 50 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14038 to_sql_specific_catalog 13887 64 51 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 to_sql_specific_schema 13887 64 52 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 to_sql_specific_name 13887 64 53 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 as_locator 13895 -1 54 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14038 created 13893 8 55 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 14038 last_altered 13893 8 56 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 14038 new_savepoint_level 13895 -1 57 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14038 is_udt_dependent 13895 -1 58 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14038 result_cast_from_data_type 13885 -1 59 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14038 result_cast_as_locator 13895 -1 60 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14038 result_cast_char_max_length 13882 4 61 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14038 result_cast_char_octet_length 13882 4 62 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14038 result_cast_char_set_catalog 13887 64 63 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 result_cast_char_set_schema 13887 64 64 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 result_cast_char_set_name 13887 64 65 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 result_cast_collation_catalog 13887 64 66 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 result_cast_collation_schema 13887 64 67 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 result_cast_collation_name 13887 64 68 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 result_cast_numeric_precision 13882 4 69 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14038 result_cast_numeric_precision_radix 13882 4 70 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14038 result_cast_numeric_scale 13882 4 71 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14038 result_cast_datetime_precision 13882 4 72 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14038 result_cast_interval_type 13885 -1 73 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14038 result_cast_interval_precision 13882 4 74 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14038 result_cast_type_udt_catalog 13887 64 75 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 result_cast_type_udt_schema 13887 64 76 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 result_cast_type_udt_name 13887 64 77 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 result_cast_scope_catalog 13887 64 78 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 result_cast_scope_schema 13887 64 79 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 result_cast_scope_name 13887 64 80 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14038 result_cast_maximum_cardinality 13882 4 81 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14038 result_cast_dtd_identifier 13887 64 82 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14043 catalog_name 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14043 schema_name 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14043 schema_owner 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14043 default_character_set_catalog 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14043 default_character_set_schema 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14043 default_character_set_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14043 sql_path 13885 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14047 sequence_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14047 sequence_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14047 sequence_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14047 data_type 13885 -1 4 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14047 numeric_precision 13882 4 5 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14047 numeric_precision_radix 13882 4 6 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14047 numeric_scale 13882 4 7 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14047 start_value 13885 -1 8 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14047 minimum_value 13885 -1 9 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14047 maximum_value 13885 -1 10 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14047 increment 13885 -1 11 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14047 cycle_option 13895 -1 12 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14052 feature_id 13885 -1 1 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14052 feature_name 13885 -1 2 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14052 sub_feature_id 13885 -1 3 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14052 sub_feature_name 13885 -1 4 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14052 is_supported 13895 -1 5 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14052 is_verified_by 13885 -1 6 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14052 comments 13885 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14052 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 14052 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14052 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14052 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14052 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14052 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14055 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14055 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14055 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 14055 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 14055 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14055 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14055 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14055 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14055 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14056 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14056 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14057 implementation_info_id 13885 -1 1 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14057 implementation_info_name 13885 -1 2 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14057 integer_value 13882 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14057 character_value 13885 -1 4 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14057 comments 13885 -1 5 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14057 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 14057 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14057 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14057 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14057 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14057 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14060 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14060 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14060 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 14060 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 14060 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14060 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14060 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14060 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14060 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14061 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14061 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14062 feature_id 13885 -1 1 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14062 feature_name 13885 -1 2 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14062 is_supported 13895 -1 3 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14062 is_verified_by 13885 -1 4 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14062 comments 13885 -1 5 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14062 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 14062 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14062 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14062 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14062 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14062 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14065 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14065 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14065 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 14065 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 14065 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14065 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14065 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14065 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14065 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14066 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14066 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14067 sizing_id 13882 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14067 sizing_name 13885 -1 2 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14067 supported_value 13882 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14067 comments 13885 -1 4 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14067 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 14067 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14067 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14067 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14067 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14067 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14070 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14070 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14070 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 14070 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 14070 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14070 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14070 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14070 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14070 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 14071 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14071 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14072 constraint_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14072 constraint_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14072 constraint_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14072 table_catalog 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14072 table_schema 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14072 table_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14072 constraint_type 13885 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14072 is_deferrable 13895 -1 8 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14072 initially_deferred 13895 -1 9 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14072 enforced 13895 -1 10 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14072 nulls_distinct 13895 -1 11 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14077 grantor 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14077 grantee 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14077 table_catalog 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14077 table_schema 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14077 table_name 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14077 privilege_type 13885 -1 6 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14077 is_grantable 13895 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14077 with_hierarchy 13895 -1 8 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14082 grantor 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14082 grantee 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14082 table_catalog 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14082 table_schema 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14082 table_name 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14082 privilege_type 13885 -1 6 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14082 is_grantable 13895 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14082 with_hierarchy 13895 -1 8 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14086 table_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14086 table_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14086 table_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14086 table_type 13885 -1 4 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14086 self_referencing_column_name 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14086 reference_generation 13885 -1 6 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14086 user_defined_type_catalog 13887 64 7 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14086 user_defined_type_schema 13887 64 8 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14086 user_defined_type_name 13887 64 9 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14086 is_insertable_into 13895 -1 10 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14086 is_typed 13895 -1 11 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14086 commit_action 13885 -1 12 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14091 udt_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14091 udt_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14091 udt_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14091 specific_catalog 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14091 specific_schema 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14091 specific_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14091 group_name 13887 64 7 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14091 transform_type 13885 -1 8 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14096 trigger_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14096 trigger_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14096 trigger_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14096 event_object_catalog 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14096 event_object_schema 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14096 event_object_table 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14096 event_object_column 13887 64 7 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14101 trigger_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14101 trigger_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14101 trigger_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14101 event_manipulation 13885 -1 4 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14101 event_object_catalog 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14101 event_object_schema 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14101 event_object_table 13887 64 7 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14101 action_order 13882 4 8 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14101 action_condition 13885 -1 9 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14101 action_statement 13885 -1 10 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14101 action_orientation 13885 -1 11 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14101 action_timing 13885 -1 12 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14101 action_reference_old_table 13887 64 13 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14101 action_reference_new_table 13887 64 14 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14101 action_reference_old_row 13887 64 15 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14101 action_reference_new_row 13887 64 16 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14101 created 13893 8 17 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 14106 grantor 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14106 grantee 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14106 udt_catalog 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14106 udt_schema 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14106 udt_name 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14106 privilege_type 13885 -1 6 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14106 is_grantable 13895 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14111 grantor 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14111 grantee 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14111 udt_catalog 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14111 udt_schema 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14111 udt_name 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14111 privilege_type 13885 -1 6 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14111 is_grantable 13895 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14115 grantor 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14115 grantee 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14115 object_catalog 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14115 object_schema 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14115 object_name 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14115 object_type 13885 -1 6 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14115 privilege_type 13885 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14115 is_grantable 13895 -1 8 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14120 grantor 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14120 grantee 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14120 object_catalog 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14120 object_schema 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14120 object_name 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14120 object_type 13885 -1 6 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14120 privilege_type 13885 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14120 is_grantable 13895 -1 8 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14124 user_defined_type_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14124 user_defined_type_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14124 user_defined_type_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14124 user_defined_type_category 13885 -1 4 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14124 is_instantiable 13895 -1 5 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14124 is_final 13895 -1 6 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14124 ordering_form 13885 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14124 ordering_category 13885 -1 8 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14124 ordering_routine_catalog 13887 64 9 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14124 ordering_routine_schema 13887 64 10 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14124 ordering_routine_name 13887 64 11 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14124 reference_type 13885 -1 12 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14124 data_type 13885 -1 13 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14124 character_maximum_length 13882 4 14 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14124 character_octet_length 13882 4 15 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14124 character_set_catalog 13887 64 16 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14124 character_set_schema 13887 64 17 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14124 character_set_name 13887 64 18 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14124 collation_catalog 13887 64 19 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14124 collation_schema 13887 64 20 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14124 collation_name 13887 64 21 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14124 numeric_precision 13882 4 22 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14124 numeric_precision_radix 13882 4 23 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14124 numeric_scale 13882 4 24 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14124 datetime_precision 13882 4 25 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14124 interval_type 13885 -1 26 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14124 interval_precision 13882 4 27 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14124 source_dtd_identifier 13887 64 28 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14124 ref_dtd_identifier 13887 64 29 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14129 view_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14129 view_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14129 view_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14129 table_catalog 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14129 table_schema 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14129 table_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14129 column_name 13887 64 7 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14134 table_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14134 table_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14134 table_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14134 specific_catalog 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14134 specific_schema 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14134 specific_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14139 view_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14139 view_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14139 view_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14139 table_catalog 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14139 table_schema 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14139 table_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14144 table_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14144 table_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14144 table_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14144 view_definition 13885 -1 4 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14144 check_option 13885 -1 5 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14144 is_updatable 13895 -1 6 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14144 is_insertable_into 13895 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14144 is_trigger_updatable 13895 -1 8 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14144 is_trigger_deletable 13895 -1 9 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14144 is_trigger_insertable_into 13895 -1 10 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14149 object_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14149 object_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14149 object_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14149 object_type 13885 -1 4 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14149 dtd_identifier 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14154 object_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14154 object_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14154 object_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14154 object_type 13885 -1 4 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14154 collection_type_identifier 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14154 data_type 13885 -1 6 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14154 character_maximum_length 13882 4 7 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14154 character_octet_length 13882 4 8 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14154 character_set_catalog 13887 64 9 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14154 character_set_schema 13887 64 10 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14154 character_set_name 13887 64 11 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14154 collation_catalog 13887 64 12 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14154 collation_schema 13887 64 13 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14154 collation_name 13887 64 14 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14154 numeric_precision 13882 4 15 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14154 numeric_precision_radix 13882 4 16 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14154 numeric_scale 13882 4 17 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14154 datetime_precision 13882 4 18 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14154 interval_type 13885 -1 19 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14154 interval_precision 13882 4 20 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14154 udt_catalog 13887 64 21 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14154 udt_schema 13887 64 22 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14154 udt_name 13887 64 23 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14154 scope_catalog 13887 64 24 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14154 scope_schema 13887 64 25 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14154 scope_name 13887 64 26 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14154 maximum_cardinality 13882 4 27 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14154 dtd_identifier 13887 64 28 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14159 nspname 19 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14159 relname 19 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14159 attname 19 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14159 attfdwoptions 1009 -1 4 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14164 table_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14164 table_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14164 table_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14164 column_name 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14164 option_name 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14164 option_value 13885 -1 6 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14168 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14168 fdwowner 26 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14168 fdwoptions 1009 -1 3 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14168 foreign_data_wrapper_catalog 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14168 foreign_data_wrapper_name 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14168 authorization_identifier 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14168 foreign_data_wrapper_language 13885 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14172 foreign_data_wrapper_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14172 foreign_data_wrapper_name 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14172 option_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14172 option_value 13885 -1 4 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14176 foreign_data_wrapper_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14176 foreign_data_wrapper_name 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14176 authorization_identifier 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14176 library_name 13885 -1 4 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14176 foreign_data_wrapper_language 13885 -1 5 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14180 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14180 srvoptions 1009 -1 2 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14180 foreign_server_catalog 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14180 foreign_server_name 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14180 foreign_data_wrapper_catalog 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14180 foreign_data_wrapper_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14180 foreign_server_type 13885 -1 7 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14180 foreign_server_version 13885 -1 8 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14180 authorization_identifier 13887 64 9 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14185 foreign_server_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14185 foreign_server_name 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14185 option_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14185 option_value 13885 -1 4 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14189 foreign_server_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14189 foreign_server_name 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14189 foreign_data_wrapper_catalog 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14189 foreign_data_wrapper_name 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14189 foreign_server_type 13885 -1 5 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14189 foreign_server_version 13885 -1 6 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14189 authorization_identifier 13887 64 7 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14193 foreign_table_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14193 foreign_table_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14193 foreign_table_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14193 ftoptions 1009 -1 4 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14193 foreign_server_catalog 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14193 foreign_server_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14193 authorization_identifier 13887 64 7 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14198 foreign_table_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14198 foreign_table_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14198 foreign_table_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14198 option_name 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14198 option_value 13885 -1 5 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14202 foreign_table_catalog 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14202 foreign_table_schema 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14202 foreign_table_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14202 foreign_server_catalog 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14202 foreign_server_name 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14206 oid 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14206 umoptions 1009 -1 2 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14206 umuser 26 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 14206 authorization_identifier 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14206 foreign_server_catalog 13887 64 5 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14206 foreign_server_name 13887 64 6 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14206 srvowner 13887 64 7 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14211 authorization_identifier 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14211 foreign_server_catalog 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14211 foreign_server_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14211 option_name 13887 64 4 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14211 option_value 13885 -1 5 -1 -1 0 f i x f f f f t 0 950 \N \N \N \N \N 14216 authorization_identifier 13887 64 1 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14216 foreign_server_catalog 13887 64 2 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 14216 foreign_server_name 13887 64 3 -1 -1 0 f c p f f f f t 0 950 \N \N \N \N \N 16397 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16397 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16397 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 16397 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16397 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16397 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16397 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16397 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16397 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16398 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16398 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16399 col1 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16401 last_value 20 8 1 -1 -1 0 t d p t f f f t 0 0 \N \N \N \N \N 16401 log_cnt 20 8 2 -1 -1 0 t d p t f f f t 0 0 \N \N \N \N \N 16401 is_called 16 1 3 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 16401 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16401 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16401 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16401 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16401 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16401 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16402 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16402 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16402 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16402 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16402 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16402 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16402 col2 25 -1 2 -1 -1 0 f i e p f f f f t 0 100 \N \N \N \N \N 16408 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16408 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16408 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 16408 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16408 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16408 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16408 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16408 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16408 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16409 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16409 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16410 col1 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16412 col1 23 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16402 col3 25 -1 3 -1 -1 0 f i m f f f f t 0 100 \N \N \N \N \N 16412 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16412 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16412 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16412 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16412 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16412 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16412 col2 23 4 2 -1 -1 0 t i p f t f s f t 0 0 \N \N \N \N \N 16416 col1 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16418 col1 23 4 1 -1 -1 0 t i p t f f f t 1 0 \N \N \N \N \N 16418 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16418 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16418 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16418 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16418 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16418 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16418 col2 23 4 2 -1 -1 0 t i p f t f s f t 1 0 \N \N \N \N \N 16423 col1 23 4 1 -1 -1 0 t i p t f f f f 1 0 \N \N \N \N \N 16423 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16423 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16423 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16423 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16423 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16423 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16423 col2 23 4 2 -1 -1 0 t i p f t f s f f 1 0 \N \N \N \N \N 16428 col1 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16428 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16428 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16428 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16428 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16428 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16428 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16436 col1 23 4 1 -1 -1 0 t i p f f f f f 1 0 \N \N \N \N \N 16436 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16436 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16436 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16436 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16436 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16436 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16442 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16442 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16442 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16442 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16442 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16442 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16445 f1 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16445 F3 23 4 4 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16445 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16445 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16445 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16445 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16445 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16445 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16445 g1 23 4 3 -1 -1 0 t i p f t f s f t 0 0 \N \N \N \N \N 16445 g2 23 4 5 -1 -1 0 t i p f t f s f t 0 0 \N \N \N \N \N 16445 ........pg.dropped.2........ 0 4 2 -1 -1 0 t i p f f f t t 0 0 \N \N \N \N \N 16450 col1 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16450 col2 25 -1 2 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 16450 col3 17 -1 3 -1 -1 0 f i x f f f f t 0 0 \N \N \N \N \N 16450 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16450 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16450 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16450 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16450 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16450 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16453 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16453 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16453 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 16453 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16453 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16453 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16453 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16453 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16453 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16454 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16454 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16455 col1 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16455 col2 25 -1 2 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 16455 col3 17 -1 3 -1 -1 0 f i x f f f f t 0 0 \N \N \N \N \N 16455 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16455 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16455 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16455 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16455 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16455 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16458 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16458 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16458 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 16458 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16458 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16458 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16458 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16458 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16458 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16459 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16459 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16460 col2 25 -1 2 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 16460 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16460 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16460 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16460 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16460 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16460 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16463 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16463 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16463 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 16463 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16463 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16463 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16463 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16463 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16463 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16464 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16464 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16460 col1 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N {regress_dump_test_role=a/SYSTEM} \N \N \N 16467 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16467 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16467 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16467 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16467 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16467 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16470 col1 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16470 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16470 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16470 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16470 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16470 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16470 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16473 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16473 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16473 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16473 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16473 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16473 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16476 ?column? 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16476 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16476 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16476 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16476 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16476 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16476 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16480 count 20 8 1 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 16480 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16480 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16480 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16480 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16480 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16480 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16484 ?column? 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16484 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16484 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16484 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16484 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16484 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16484 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16492 col1 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16492 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16492 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16492 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16492 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16492 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16492 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16496 col1 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16496 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16496 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16496 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16496 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16496 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16496 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16500 col1 23 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16500 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16500 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16500 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16500 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16500 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16500 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16503 col1 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16549 id 23 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16549 data 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16549 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16549 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16549 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16549 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16549 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16549 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16552 id 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16558 id 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16558 data 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16558 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16558 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16558 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16558 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16558 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16558 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16562 f1 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16562 f2 16546 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 1255 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 1255 oid 26 4 1 -1 -1 0 t i p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 1255 proname 19 64 2 -1 -1 0 f c p t f f f t 0 950 \N {=r/SYSTEM} \N \N \N 1255 pronamespace 26 4 3 -1 -1 0 t i p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 1255 proowner 26 4 4 -1 -1 0 t i p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 1255 prolang 26 4 5 -1 -1 0 t i p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 1255 procost 700 4 6 -1 -1 0 t i p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 1255 prorows 700 4 7 -1 -1 0 t i p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 1255 provariadic 26 4 8 -1 -1 0 t i p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 1255 prosupport 24 4 9 -1 -1 0 t i p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 1255 prokind 18 1 10 -1 -1 0 t c p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 1255 prosecdef 16 1 11 -1 -1 0 t c p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 1255 proleakproof 16 1 12 -1 -1 0 t c p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 1255 proisstrict 16 1 13 -1 -1 0 t c p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 1255 proretset 16 1 14 -1 -1 0 t c p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 1255 provolatile 18 1 15 -1 -1 0 t c p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 1255 proparallel 18 1 16 -1 -1 0 t c p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 1255 pronargs 21 2 17 -1 -1 0 t s p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 1255 pronargdefaults 21 2 18 -1 -1 0 t s p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 1255 prorettype 26 4 19 -1 -1 0 t i p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 1255 proargtypes 30 -1 20 -1 -1 1 f i p t f f f t 0 0 \N {=r/SYSTEM} \N \N \N 1255 proallargtypes 1028 -1 21 -1 -1 1 f i x f f f f t 0 0 \N {=r/SYSTEM} \N \N \N 1255 proargmodes 1002 -1 22 -1 -1 1 f i x f f f f t 0 0 \N {=r/SYSTEM} \N \N \N 1255 proargnames 1009 -1 23 -1 -1 1 f i x f f f f t 0 950 \N {=r/SYSTEM} \N \N \N 1255 proargdefaults 194 -1 24 -1 -1 0 f i x f f f f t 0 950 \N {=r/SYSTEM} \N \N \N 1255 protrftypes 1028 -1 25 -1 -1 1 f i x f f f f t 0 0 \N {=r/SYSTEM} \N \N \N 1255 prosrc 25 -1 26 -1 -1 0 f i x t f f f t 0 950 \N {=r/SYSTEM} \N \N \N 1255 probin 25 -1 27 -1 -1 0 f i x f f f f t 0 950 \N {=r/SYSTEM} \N \N \N 1255 proconfig 1009 -1 29 -1 -1 1 f i x f f f f t 0 950 \N {=r/SYSTEM} \N \N \N 1255 proacl 1034 -1 30 -1 -1 1 f d x f f f f t 0 0 \N {=r/SYSTEM} \N \N \N 16586 col1 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16586 col2 16 1 2 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 16586 col3 16 1 3 -1 -1 0 t c p f f f f t 0 0 \N \N \N \N \N 16586 col4 1560 -1 4 -1 5 0 f i x f f f f t 0 0 \N \N \N \N \N 16586 col5 701 8 5 -1 -1 0 t d p f f f f t 0 0 \N \N \N \N \N 16586 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16586 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16586 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16586 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16586 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16586 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16591 col1 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16591 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16591 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16591 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16591 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16591 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16591 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16595 col1 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16595 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16595 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16595 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16595 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16595 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16595 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16599 col1 23 4 1 -1 -1 0 t i p f t f f t 0 0 \N \N \N \N \N 16643 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16643 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16643 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16643 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16643 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16643 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16643 c1 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N {column_name=col1} \N 16647 col1 23 4 1 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16647 col2 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16647 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16647 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16647 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16647 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16647 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16647 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16652 last_value 20 8 1 -1 -1 0 t d p t f f f t 0 0 \N \N \N \N \N 16652 log_cnt 20 8 2 -1 -1 0 t d p t f f f t 0 0 \N \N \N \N \N 16652 is_called 16 1 3 -1 -1 0 t c p t f f f t 0 0 \N \N \N \N \N 16652 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16652 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16652 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16652 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16652 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16652 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16653 logdate 1082 4 2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16653 peaktemp 23 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16653 unitsales 23 4 4 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16653 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16653 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16653 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16653 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16653 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16653 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16660 logdate 1082 4 2 -1 -1 0 t i p t f f f f 1 0 \N \N \N \N \N 16660 peaktemp 23 4 3 -1 -1 0 t i p f f f f f 1 0 \N \N \N \N \N 16660 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16660 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16660 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16660 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16660 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16660 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16660 city_id 23 4 1 -1 -1 0 t i p t t f f f 1 0 \N \N \N \N \N 16660 unitsales 23 4 4 -1 -1 0 t i p f t f f f 1 0 \N \N \N \N \N 16669 col1 23 4 1 -1 -1 0 t i p t f f f t 1 0 \N \N \N \N \N 16669 col2 23 4 2 -1 -1 0 t i p f f f f f 1 0 \N \N \N \N \N 16669 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16669 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16669 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16669 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16669 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16669 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16653 city_id 23 4 1 -1 -1 0 t i p t t f f t 0 0 \N {"\\"regress_quoted \\\\\\"\\" role\\"=r/SYSTEM"} \N \N \N 16677 city_id 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16677 logdate 1082 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16678 city_id 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16678 logdate 1082 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16679 city_id 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16679 logdate 1082 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16681 city_id 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16681 logdate 1082 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16683 logdate 1082 4 2 -1 -1 0 t i p t f f f f 1 0 \N \N \N \N \N 16683 peaktemp 23 4 3 -1 -1 0 t i p f f f f f 1 0 \N \N \N \N \N 16683 unitsales 23 4 4 -1 -1 0 t i p f f f f f 1 0 \N \N \N \N \N 16683 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16683 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16683 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16683 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16683 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16683 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16683 city_id 23 4 1 -1 -1 0 t i p t t f f f 1 0 \N \N \N \N \N 16688 city_id 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16688 logdate 1082 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16689 city_id 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16689 logdate 1082 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16694 logdate 1082 4 2 -1 -1 0 t i p t f f f f 1 0 \N \N \N \N \N 16694 peaktemp 23 4 3 -1 -1 0 t i p f f f f f 1 0 \N \N \N \N \N 16694 unitsales 23 4 4 -1 -1 0 t i p f f f f f 1 0 \N \N \N \N \N 16694 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16694 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16694 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16694 city_id 23 4 1 -1 -1 0 t i p t t f f f 1 0 \N \N \N \N \N 16694 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16694 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16694 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16699 city_id 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16699 logdate 1082 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16700 city_id 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16700 logdate 1082 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16705 logdate 1082 4 2 -1 -1 0 t i p t f f f f 1 0 \N \N \N \N \N 16705 peaktemp 23 4 3 -1 -1 0 t i p f f f f f 1 0 \N \N \N \N \N 16705 unitsales 23 4 4 -1 -1 0 t i p f f f f f 1 0 \N \N \N \N \N 16705 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16705 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16705 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16705 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16705 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16705 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16705 city_id 23 4 1 -1 -1 0 t i p t t f f f 1 0 \N \N \N \N \N 16710 city_id 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16710 logdate 1082 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16711 city_id 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16711 logdate 1082 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16402 col1 23 4 1 -1 -1 0 t i p t t f f t 0 0 90 \N \N \N \N 16402 col4 25 -1 4 -1 -1 0 f i x f f f f t 0 100 \N \N {n_distinct=10} \N \N 16718 col1 23 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16718 col2 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16718 col3 23 4 3 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16718 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16718 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16718 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16718 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16718 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16718 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16721 col1 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16721 expr2 23 4 4 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16721 expr 23 4 1 -1 -1 0 t i p f f f f t 0 0 400 \N \N \N \N 16721 expr1 23 4 3 -1 -1 0 t i p f f f f t 0 0 500 \N \N \N \N 16723 col1 25 -1 1 -1 -1 0 f i x f f f f t 0 100 \N \N \N \N \N 16723 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16723 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16723 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16723 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16723 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16723 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16726 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16726 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16726 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 16726 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16726 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16726 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16726 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16726 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16726 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16727 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16727 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16729 col1 3904 -1 1 -1 -1 0 f i x f f f f t 0 0 \N \N \N \N \N 16729 col2 3910 -1 2 -1 -1 0 f d x f f f f t 0 0 \N \N \N \N \N 16729 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16729 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16729 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16729 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16729 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16729 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16732 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16732 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16732 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 16732 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16732 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16732 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16732 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16732 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16732 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16733 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16733 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16734 col1 3904 -1 1 -1 -1 0 f i x f f f f t 0 0 \N \N \N \N \N 16734 col2 3910 -1 2 -1 -1 0 f d x f f f f t 0 0 \N \N \N \N \N 16736 col1 3904 -1 1 -1 -1 0 f i x t f f f t 0 0 \N \N \N \N \N 16736 col2 3910 -1 2 -1 -1 0 f d x t f f f t 0 0 \N \N \N \N \N 16736 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16736 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16736 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16736 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16736 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16736 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16739 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16739 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16739 chunk_data 17 -1 3 -1 -1 0 f i p f f f f t 0 0 \N \N \N \N \N 16739 ctid 27 6 -1 -1 -1 0 f s p t f f f t 0 0 \N \N \N \N \N 16739 xmin 28 4 -2 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16739 cmin 29 4 -3 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16739 xmax 28 4 -4 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16739 cmax 29 4 -5 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16739 tableoid 26 4 -6 -1 -1 0 t i p t f f f t 0 0 \N \N \N \N \N 16740 chunk_id 26 4 1 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16740 chunk_seq 23 4 2 -1 -1 0 t i p f f f f t 0 0 \N \N \N \N \N 16741 col1 3904 -1 1 -1 -1 0 f i x f f f f t 0 0 \N \N \N \N \N 16741 col2 3910 -1 2 -1 -1 0 f d x f f f f t 0 0 \N \N \N \N \N \. -- -- Data for Name: pg_auth_members; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_auth_members (oid, roleid, member, grantor, admin_option, inherit_option, set_option) FROM stdin; 10226 3374 3373 10 f t t 10227 3375 3373 10 f t t 10228 3377 3373 10 f t t \. -- -- Data for Name: pg_authid; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_authid (oid, rolname, rolsuper, rolinherit, rolcreaterole, rolcreatedb, rolcanlogin, rolreplication, rolbypassrls, rolconnlimit, rolpassword, rolvaliduntil) FROM stdin; 10 SYSTEM t t t t t t t -1 \N \N 6171 pg_database_owner f t f f f f f -1 \N \N 6181 pg_read_all_data f t f f f f f -1 \N \N 6182 pg_write_all_data f t f f f f f -1 \N \N 3373 pg_monitor f t f f f f f -1 \N \N 3374 pg_read_all_settings f t f f f f f -1 \N \N 3375 pg_read_all_stats f t f f f f f -1 \N \N 3377 pg_stat_scan_tables f t f f f f f -1 \N \N 4569 pg_read_server_files f t f f f f f -1 \N \N 4570 pg_write_server_files f t f f f f f -1 \N \N 4571 pg_execute_server_program f t f f f f f -1 \N \N 4200 pg_signal_backend f t f f f f f -1 \N \N 4544 pg_checkpoint f t f f f f f -1 \N \N 9256 pg_maintain f t f f f f f -1 \N \N 4550 pg_use_reserved_connections f t f f f f f -1 \N \N 6304 pg_create_subscription f t f f f f f -1 \N \N 16387 regress_dump_test_role f t f f f f f -1 \N \N 16388 regress_quoted \\" role f t f f f f f -1 \N \N \. -- -- Data for Name: pg_cast; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_cast (oid, castsource, casttarget, castfunc, castcontext, castmethod) FROM stdin; 10000 20 21 714 a f 10001 20 23 480 a f 10002 20 700 652 i f 10003 20 701 482 i f 10004 20 1700 1781 i f 10005 21 20 754 i f 10006 21 23 313 i f 10007 21 700 236 i f 10008 21 701 235 i f 10009 21 1700 1782 i f 10010 23 20 481 i f 10011 23 21 314 a f 10012 23 700 318 i f 10013 23 701 316 i f 10014 23 1700 1740 i f 10015 700 20 653 a f 10016 700 21 238 a f 10017 700 23 319 a f 10018 700 701 311 i f 10019 700 1700 1742 a f 10020 701 20 483 a f 10021 701 21 237 a f 10022 701 23 317 a f 10023 701 700 312 a f 10024 701 1700 1743 a f 10025 1700 20 1779 a f 10026 1700 21 1783 a f 10027 1700 23 1744 a f 10028 1700 700 1745 i f 10029 1700 701 1746 i f 10030 790 1700 3823 a f 10031 1700 790 3824 a f 10032 23 790 3811 a f 10033 20 790 3812 a f 10034 23 16 2557 e f 10035 16 23 2558 e f 10036 5069 28 5071 e f 10037 20 26 1287 i f 10038 21 26 313 i f 10039 23 26 0 i b 10040 26 20 1288 a f 10041 26 23 0 a b 10042 26 24 0 i b 10043 24 26 0 i b 10044 20 24 1287 i f 10045 21 24 313 i f 10046 23 24 0 i b 10047 24 20 1288 a f 10048 24 23 0 a b 10049 24 2202 0 i b 10050 2202 24 0 i b 10051 26 2202 0 i b 10052 2202 26 0 i b 10053 20 2202 1287 i f 10054 21 2202 313 i f 10055 23 2202 0 i b 10056 2202 20 1288 a f 10057 2202 23 0 a b 10058 26 2203 0 i b 10059 2203 26 0 i b 10060 20 2203 1287 i f 10061 21 2203 313 i f 10062 23 2203 0 i b 10063 2203 20 1288 a f 10064 2203 23 0 a b 10065 2203 2204 0 i b 10066 2204 2203 0 i b 10067 26 2204 0 i b 10068 2204 26 0 i b 10069 20 2204 1287 i f 10070 21 2204 313 i f 10071 23 2204 0 i b 10072 2204 20 1288 a f 10073 2204 23 0 a b 10074 26 2205 0 i b 10075 2205 26 0 i b 10076 20 2205 1287 i f 10077 21 2205 313 i f 10078 23 2205 0 i b 10079 2205 20 1288 a f 10080 2205 23 0 a b 10081 26 4191 0 i b 10082 4191 26 0 i b 10083 20 4191 1287 i f 10084 21 4191 313 i f 10085 23 4191 0 i b 10086 4191 20 1288 a f 10087 4191 23 0 a b 10088 26 2206 0 i b 10089 2206 26 0 i b 10090 20 2206 1287 i f 10091 21 2206 313 i f 10092 23 2206 0 i b 10093 2206 20 1288 a f 10094 2206 23 0 a b 10095 26 3734 0 i b 10096 3734 26 0 i b 10097 20 3734 1287 i f 10098 21 3734 313 i f 10099 23 3734 0 i b 10100 3734 20 1288 a f 10101 3734 23 0 a b 10102 26 3769 0 i b 10103 3769 26 0 i b 10104 20 3769 1287 i f 10105 21 3769 313 i f 10106 23 3769 0 i b 10107 3769 20 1288 a f 10108 3769 23 0 a b 10109 25 2205 1079 i f 10110 1043 2205 1079 i f 10111 26 4096 0 i b 10112 4096 26 0 i b 10113 20 4096 1287 i f 10114 21 4096 313 i f 10115 23 4096 0 i b 10116 4096 20 1288 a f 10117 4096 23 0 a b 10118 26 4089 0 i b 10119 4089 26 0 i b 10120 20 4089 1287 i f 10121 21 4089 313 i f 10122 23 4089 0 i b 10123 4089 20 1288 a f 10124 4089 23 0 a b 10125 25 1042 0 i b 10126 25 1043 0 i b 10127 1042 25 401 i f 10128 1042 1043 401 i f 10129 1043 25 0 i b 10130 1043 1042 0 i b 10131 18 25 946 i f 10132 18 1042 860 a f 10133 18 1043 946 a f 10134 19 25 406 i f 10135 19 1042 408 a f 10136 19 1043 1401 a f 10137 25 18 944 a f 10138 1042 18 944 a f 10139 1043 18 944 a f 10140 25 19 407 i f 10141 1042 19 409 i f 10142 1043 19 1400 i f 10143 18 23 77 e f 10144 23 18 78 e f 10145 194 25 0 i b 10146 3361 17 0 i b 10147 3361 25 0 i i 10148 3402 17 0 i b 10149 3402 25 0 i i 10150 5017 17 0 i b 10151 5017 25 0 i i 10152 1082 1114 2024 i f 10153 1082 1184 1174 i f 10154 1083 1186 1370 i f 10155 1083 1266 2047 i f 10156 1114 1082 2029 a f 10157 1114 1083 1316 a f 10158 1114 1184 2028 i f 10159 1184 1082 1178 a f 10160 1184 1083 2019 a f 10161 1184 1114 2027 a f 10162 1184 1266 1388 a f 10163 1186 1083 1419 a f 10164 1266 1083 2046 a f 10165 600 603 4091 a f 10166 601 600 1532 e f 10167 602 604 1449 a f 10168 603 600 1534 e f 10169 603 601 1541 e f 10170 603 604 1448 a f 10171 603 718 1479 e f 10172 604 600 1540 e f 10173 604 602 1447 a f 10174 604 603 1446 e f 10175 604 718 1474 e f 10176 718 600 1416 e f 10177 718 603 1480 e f 10178 718 604 1544 e f 10179 829 774 4123 i f 10180 774 829 4124 i f 10181 650 869 0 i b 10182 869 650 1715 a f 10183 1560 1562 0 i b 10184 1562 1560 0 i b 10185 20 1560 2075 e f 10186 23 1560 1683 e f 10187 1560 20 2076 e f 10188 1560 23 1684 e f 10189 650 25 730 a f 10190 869 25 730 a f 10191 16 25 2971 a f 10192 142 25 0 a b 10193 25 142 2896 e f 10194 650 1043 730 a f 10195 869 1043 730 a f 10196 16 1043 2971 a f 10197 142 1043 0 a b 10198 1043 142 2896 e f 10199 650 1042 730 a f 10200 869 1042 730 a f 10201 16 1042 2971 a f 10202 142 1042 0 a b 10203 1042 142 2896 e f 10204 1042 1042 668 i f 10205 1043 1043 669 i f 10206 1083 1083 1968 i f 10207 1114 1114 1961 i f 10208 1184 1184 1967 i f 10209 1186 1186 1200 i f 10210 1266 1266 1969 i f 10211 1560 1560 1685 i f 10212 1562 1562 1687 i f 10213 1700 1700 1703 i f 10214 114 3802 0 a i 10215 3802 114 0 a i 10216 3802 16 3556 e f 10217 3802 1700 3449 e f 10218 3802 21 3450 e f 10219 3802 23 3451 e f 10220 3802 20 3452 e f 10221 3802 700 3453 e f 10222 3802 701 2580 e f 10223 3904 4451 4281 e f 10224 3926 4536 4296 e f 10225 3906 4532 4284 e f 10226 3912 4535 4293 e f 10227 3908 4533 4287 e f 10228 3910 4534 4290 e f 16544 16538 16536 16542 e f 16578 1184 1186 1386 a f 16627 16621 16619 16625 e f \. -- -- Data for Name: pg_class; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_class (oid, relname, relnamespace, reltype, reloftype, relowner, relam, relfilenode, reltablespace, relpages, reltuples, relallvisible, reltoastrelid, relhasindex, relisshared, relpersistence, relkind, relnatts, relchecks, relhasrules, relhastriggers, relhassubclass, relrowsecurity, relforcerowsecurity, relispopulated, relreplident, relispartition, relrewrite, relfrozenxid, relminmxid, relacl, reloptions, relpartbound) FROM stdin; 16392 test_table_identity_col1_seq 16390 0 0 10 0 16392 0 1 1 0 0 f f p S 3 0 f f f f f t n f 0 0 0 \N \N \N 16397 pg_toast_16393 99 0 0 10 2 16397 0 0 -1 0 0 t f p t 3 0 f f f f f t n f 0 748 1 \N \N \N 16398 pg_toast_16393_index 99 0 0 10 403 16398 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 16393 test_table_identity 16390 16395 0 10 2 16393 0 0 -1 0 16397 t f p r 2 0 f f f f f t d f 0 748 1 \N \N \N 16399 test_table_identity_pkey 16390 0 0 10 403 16399 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 16401 test_table_col1_seq 16390 0 0 10 0 16401 0 1 1 0 0 f f p S 3 0 f f f f f t n f 0 0 0 \N \N \N 16454 pg_toast_16450_index 99 0 0 10 403 16454 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 16408 pg_toast_16402 99 0 0 10 2 16408 0 0 -1 0 0 t f p t 3 0 f f f f f t n f 0 749 1 \N \N \N 16409 pg_toast_16402_index 99 0 0 10 403 16409 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 16450 test_sixth_table 16390 16452 0 10 2 16450 0 0 -1 0 16453 f f p r 3 0 f f f f f t d f 0 761 1 \N \N \N 16410 test_table_pkey 16390 0 0 10 403 16410 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 16416 test_table_generated_pkey 16390 0 0 10 403 16416 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 16418 test_table_generated_child2 16390 16420 0 10 2 16418 0 0 -1 0 0 f f p r 2 0 f f f f f t d f 0 752 1 \N \N \N 16412 test_table_generated 16390 16414 0 10 2 16412 0 0 -1 0 0 t f p r 2 0 f f t f f t d f 0 751 1 \N \N \N 16423 test_table_generated_child1 16390 16425 0 10 2 16423 0 0 -1 0 0 f f p r 2 0 f f f f f t d f 0 753 1 \N \N \N 16458 pg_toast_16455 99 0 0 10 2 16458 0 0 -1 0 0 t f p t 3 0 f f f f f t n f 0 762 1 \N \N \N 16459 pg_toast_16455_index 99 0 0 10 403 16459 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 16428 test_table_fk 16390 16430 0 10 0 0 0 0 -1 0 0 f f p p 1 0 f t t f f t d f 0 0 0 \N \N \N 16436 test_table_fk_1 16390 16438 0 10 2 16436 0 0 -1 0 0 f f p r 1 0 f t f f f t d t 0 755 1 \N \N {PARTITIONBOUNDSPEC :strategy r :is_default false :modulus 0 :remainder 0 :listdatums <> :lowerdatums ({PARTITIONRANGEDATUM :kind 0 :value {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 107 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :location 107}) :upperdatums ({PARTITIONRANGEDATUM :kind 0 :value {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 114 :constvalue 4 [ 10 0 0 0 0 0 0 0 ]} :location 114}) :location 101} 16549 ordering_table 16390 16551 0 10 2 16549 0 0 -1 0 0 t f p r 2 0 f f f f f t d f 0 818 1 \N \N \N 16442 test_fourth_table 16390 16444 0 10 2 16442 0 0 -1 0 0 f f p r 0 0 f f f f f t d f 0 758 1 \N \N \N 16445 test_third_table 16390 16447 0 10 2 16445 0 0 -1 0 0 f f p r 5 0 f f f f f t d f 0 759 1 \N \N \N 16453 pg_toast_16450 99 0 0 10 2 16453 0 0 -1 0 0 t f p t 3 0 f f f f f t n f 0 761 1 \N \N \N 16455 test_seventh_table 16390 16457 0 10 2 16455 0 0 -1 0 16458 f f p r 3 0 f f f f f t d f 0 762 1 \N \N \N 16463 pg_toast_16460 99 0 0 10 2 16463 0 0 -1 0 0 t f p t 3 0 f f f f f t n f 0 763 1 \N \N \N 16464 pg_toast_16460_index 99 0 0 10 403 16464 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 16460 test_second_table 16390 16462 0 10 2 16460 0 0 -1 0 16463 f f p r 2 0 f f f f f t d f 0 763 1 \N \N \N 16467 regress_pg_dump_table_am_0 16390 16469 0 10 2 16467 0 0 -1 0 0 f f p r 0 0 f f f f f t d f 0 772 1 \N \N \N 16470 regress_pg_dump_table_am_1 16390 16472 0 10 16466 16470 0 0 -1 0 0 f f p r 1 0 f f f f f t d f 0 773 1 \N \N \N 16473 regress_pg_dump_table_am_2 16390 16475 0 10 2 16473 0 0 -1 0 0 f f p r 0 0 f f f f f t d f 0 774 1 \N \N \N 16480 regress_pg_dump_matview_am_1 16390 16482 0 10 16466 16480 0 0 -1 0 0 f f p m 1 0 t f f f f t d f 0 776 1 \N \N \N 16476 regress_pg_dump_matview_am_0 16390 16478 0 10 2 16476 0 0 -1 0 0 f f p m 1 0 t f f f f t d f 0 775 1 \N \N \N 2619 pg_statistic 11 10029 0 10 2 2619 0 19 411 19 2840 t f p r 31 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM} \N \N 1247 pg_type 11 71 0 10 2 0 0 15 617 15 4171 t f p r 32 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 16484 regress_pg_dump_matview_am_2 16390 16486 0 10 2 16484 0 0 -1 0 0 f f p m 1 0 t f f f f t d f 0 777 1 \N \N \N 16492 matview 16390 16494 0 10 2 16492 0 0 -1 0 0 f f p m 1 0 t f f f f t d f 0 789 1 \N \N \N 16503 fk_reference_test_table_pkey 16390 0 0 10 403 16503 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 16496 matview_second 16390 16498 0 10 2 16496 0 0 -1 0 0 f f p m 1 0 t f f f f t d f 0 790 1 \N \N \N 16500 fk_reference_test_table 16390 16502 0 10 2 16500 0 0 -1 0 0 t f p r 1 0 f t f f f t d f 0 791 1 \N \N \N 16402 test_table 16390 16404 0 10 2 16402 0 0 -1 0 16408 t f p r 4 1 f t f t f t d f 0 749 1 {SYSTEM=arwdDxtm/SYSTEM,regress_dump_test_role=r/SYSTEM} {autovacuum_enabled=false,fillfactor=80} \N 16552 ordering_table_pkey 16390 0 0 10 403 16552 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 16558 ordering_view 16390 16560 0 10 2 16558 0 0 -1 0 0 f f p m 2 0 t f f f f t d f 0 823 1 \N \N \N 16562 composite 16390 16564 0 10 0 0 0 0 -1 0 0 f f p c 2 0 f f f f f t n f 0 0 0 \N \N \N 2836 pg_toast_1255 99 0 0 10 2 0 0 1 4 1 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 2837 pg_toast_1255_index 99 0 0 10 403 0 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 4171 pg_toast_1247 99 0 0 10 2 0 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 4172 pg_toast_1247_index 99 0 0 10 403 0 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2830 pg_toast_2604 99 0 0 10 2 2830 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 2831 pg_toast_2604_index 99 0 0 10 403 2831 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2832 pg_toast_2606 99 0 0 10 2 2832 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 2833 pg_toast_2606_index 99 0 0 10 403 2833 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 4157 pg_toast_2612 99 0 0 10 2 4157 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 4158 pg_toast_2612_index 99 0 0 10 403 4158 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 4159 pg_toast_2600 99 0 0 10 2 4159 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 4160 pg_toast_2600_index 99 0 0 10 403 4160 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2840 pg_toast_2619 99 0 0 10 2 2840 0 3 13 3 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 2841 pg_toast_2619_index 99 0 0 10 403 2841 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 3439 pg_toast_3381 99 0 0 10 2 3439 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 3440 pg_toast_3381_index 99 0 0 10 403 3440 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 3430 pg_toast_3429 99 0 0 10 2 3430 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 3431 pg_toast_3429_index 99 0 0 10 403 3431 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2838 pg_toast_2618 99 0 0 10 2 2838 0 66 293 66 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 2839 pg_toast_2618_index 99 0 0 10 403 2839 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2336 pg_toast_2620 99 0 0 10 2 2336 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 2337 pg_toast_2620_index 99 0 0 10 403 2337 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 4145 pg_toast_3466 99 0 0 10 2 4145 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 4146 pg_toast_3466_index 99 0 0 10 403 4146 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2834 pg_toast_2609 99 0 0 10 2 2834 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 2835 pg_toast_2609_index 99 0 0 10 403 2835 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 3118 pg_foreign_table 11 10082 0 10 2 3118 0 0 0 0 4153 t f p r 3 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 4163 pg_toast_2615 99 0 0 10 2 4163 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 4164 pg_toast_2615_index 99 0 0 10 403 4164 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 4177 pg_toast_1262 99 0 0 10 2 0 1664 0 0 0 0 t t p t 3 0 f f f f f t n f 0 736 1 \N \N \N 4178 pg_toast_1262_index 99 0 0 10 403 0 1664 1 0 0 0 f t p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2966 pg_toast_2964 99 0 0 10 2 0 1664 0 0 0 0 t t p t 3 0 f f f f f t n f 0 730 1 \N \N \N 2967 pg_toast_2964_index 99 0 0 10 403 0 1664 1 0 0 0 f t p i 2 0 f f f f f t n f 0 0 0 \N \N \N 4185 pg_toast_1213 99 0 0 10 2 0 1664 0 0 0 0 t t p t 3 0 f f f f f t n f 0 730 1 \N \N \N 4186 pg_toast_1213_index 99 0 0 10 403 0 1664 1 0 0 0 f t p i 2 0 f f f f f t n f 0 0 0 \N \N \N 4175 pg_toast_1260 99 0 0 10 2 0 1664 0 0 0 0 t t p t 3 0 f f f f f t n f 0 730 1 \N \N \N 4176 pg_toast_1260_index 99 0 0 10 403 0 1664 1 0 0 0 f t p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2846 pg_toast_2396 99 0 0 10 2 0 1664 0 0 0 0 t t p t 3 0 f f f f f t n f 0 730 1 \N \N \N 2847 pg_toast_2396_index 99 0 0 10 403 0 1664 1 0 0 0 f t p i 2 0 f f f f f t n f 0 0 0 \N \N \N 4169 pg_toast_3600 99 0 0 10 2 4169 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 4170 pg_toast_3600_index 99 0 0 10 403 4170 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 4147 pg_toast_3079 99 0 0 10 2 4147 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 4148 pg_toast_3079_index 99 0 0 10 403 4148 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 4149 pg_toast_2328 99 0 0 10 2 4149 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 4150 pg_toast_2328_index 99 0 0 10 403 4150 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 4151 pg_toast_1417 99 0 0 10 2 4151 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 4152 pg_toast_1417_index 99 0 0 10 403 4152 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 4173 pg_toast_1418 99 0 0 10 2 4173 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 4174 pg_toast_1418_index 99 0 0 10 403 4174 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 4153 pg_toast_3118 99 0 0 10 2 4153 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 4154 pg_toast_3118_index 99 0 0 10 403 4154 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 4167 pg_toast_3256 99 0 0 10 2 4167 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 4168 pg_toast_3256_index 99 0 0 10 403 4168 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 4181 pg_toast_6000 99 0 0 10 2 0 1664 0 0 0 0 t t p t 3 0 f f f f f t n f 0 730 1 \N \N \N 4182 pg_toast_6000_index 99 0 0 10 403 0 1664 1 0 0 0 f t p i 2 0 f f f f f t n f 0 0 0 \N \N \N 4143 pg_toast_826 99 0 0 10 2 4143 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 4144 pg_toast_826_index 99 0 0 10 403 4144 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 4155 pg_toast_3394 99 0 0 10 2 4155 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 4156 pg_toast_3394_index 99 0 0 10 403 4156 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 3598 pg_toast_3596 99 0 0 10 2 3598 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 3599 pg_toast_3596_index 99 0 0 10 403 3599 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 4060 pg_toast_3592 99 0 0 10 2 0 1664 0 0 0 0 t t p t 3 0 f f f f f t n f 0 730 1 \N \N \N 4061 pg_toast_3592_index 99 0 0 10 403 0 1664 1 0 0 0 f t p i 2 0 f f f f f t n f 0 0 0 \N \N \N 6175 pg_toast_3456 99 0 0 10 2 6175 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 6176 pg_toast_3456_index 99 0 0 10 403 6176 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 6244 pg_toast_6243 99 0 0 10 2 0 1664 0 0 0 0 t t p t 3 0 f f f f f t n f 0 730 1 \N \N \N 6245 pg_toast_6243_index 99 0 0 10 403 0 1664 1 0 0 0 f t p i 2 0 f f f f f t n f 0 0 0 \N \N \N 4165 pg_toast_3350 99 0 0 10 2 4165 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 4166 pg_toast_3350_index 99 0 0 10 403 4166 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 6228 pg_toast_6106 99 0 0 10 2 6228 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 6229 pg_toast_6106_index 99 0 0 10 403 6229 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 4183 pg_toast_6100 99 0 0 10 2 0 1664 0 0 0 0 t t p t 3 0 f f f f f t n f 0 730 1 \N \N \N 4184 pg_toast_6100_index 99 0 0 10 403 0 1664 1 0 0 0 f t p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2690 pg_proc_oid_index 11 0 0 10 403 0 0 12 3326 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2691 pg_proc_proname_args_nsp_index 11 0 0 10 403 0 0 32 3326 0 0 f f p i 3 0 f f f f f t n f 0 0 0 \N \N \N 2703 pg_type_oid_index 11 0 0 10 403 0 0 4 617 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2704 pg_type_typname_nsp_index 11 0 0 10 403 0 0 5 617 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2658 pg_attribute_relid_attnam_index 11 0 0 10 403 0 0 15 3124 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2659 pg_attribute_relid_attnum_index 11 0 0 10 403 0 0 11 3124 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2662 pg_class_oid_index 11 0 0 10 403 0 0 4 415 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2663 pg_class_relname_nsp_index 11 0 0 10 403 0 0 5 415 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 3455 pg_class_tblspc_relfilenode_index 11 0 0 10 403 0 0 2 415 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2656 pg_attrdef_adrelid_adnum_index 11 0 0 10 403 2656 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2657 pg_attrdef_oid_index 11 0 0 10 403 2657 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2664 pg_constraint_conname_nsp_index 11 0 0 10 403 2664 0 2 112 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2665 pg_constraint_conrelid_contypid_conname_index 11 0 0 10 403 2665 0 2 112 0 0 f f p i 3 0 f f f f f t n f 0 0 0 \N \N \N 2666 pg_constraint_contypid_index 11 0 0 10 403 2666 0 2 112 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2667 pg_constraint_oid_index 11 0 0 10 403 2667 0 2 112 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2579 pg_constraint_conparentid_index 11 0 0 10 403 2579 0 2 112 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2680 pg_inherits_relid_seqno_index 11 0 0 10 403 2680 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2187 pg_inherits_parent_index 11 0 0 10 403 2187 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2678 pg_index_indrelid_index 11 0 0 10 403 2678 0 2 164 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2679 pg_index_indexrelid_index 11 0 0 10 403 2679 0 2 164 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2688 pg_operator_oid_index 11 0 0 10 403 2688 0 5 799 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2689 pg_operator_oprname_l_r_n_index 11 0 0 10 403 2689 0 6 799 0 0 f f p i 4 0 f f f f f t n f 0 0 0 \N \N \N 2754 pg_opfamily_am_name_nsp_index 11 0 0 10 403 2754 0 2 146 0 0 f f p i 3 0 f f f f f t n f 0 0 0 \N \N \N 2755 pg_opfamily_oid_index 11 0 0 10 403 2755 0 2 146 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2686 pg_opclass_am_name_nsp_index 11 0 0 10 403 2686 0 2 177 0 0 f f p i 3 0 f f f f f t n f 0 0 0 \N \N \N 2687 pg_opclass_oid_index 11 0 0 10 403 2687 0 2 177 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2651 pg_am_name_index 11 0 0 10 403 2651 0 2 7 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2652 pg_am_oid_index 11 0 0 10 403 2652 0 2 7 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2653 pg_amop_fam_strat_index 11 0 0 10 403 2653 0 6 945 0 0 f f p i 4 0 f f f f f t n f 0 0 0 \N \N \N 2654 pg_amop_opr_fam_index 11 0 0 10 403 2654 0 6 945 0 0 f f p i 3 0 f f f f f t n f 0 0 0 \N \N \N 2756 pg_amop_oid_index 11 0 0 10 403 2756 0 5 945 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2655 pg_amproc_fam_proc_index 11 0 0 10 403 2655 0 5 702 0 0 f f p i 4 0 f f f f f t n f 0 0 0 \N \N \N 2757 pg_amproc_oid_index 11 0 0 10 403 2757 0 4 702 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2681 pg_language_name_index 11 0 0 10 403 2681 0 2 4 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2682 pg_language_oid_index 11 0 0 10 403 2682 0 2 4 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2996 pg_largeobject_metadata_oid_index 11 0 0 10 403 2996 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2683 pg_largeobject_loid_pn_index 11 0 0 10 403 2683 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2650 pg_aggregate_fnoid_index 11 0 0 10 403 2650 0 2 157 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2696 pg_statistic_relid_att_inh_index 11 0 0 10 403 2696 0 1 0 0 0 f f p i 3 0 f f f f f t n f 0 0 0 \N \N \N 3380 pg_statistic_ext_oid_index 11 0 0 10 403 3380 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 3997 pg_statistic_ext_name_index 11 0 0 10 403 3997 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 3379 pg_statistic_ext_relid_index 11 0 0 10 403 3379 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 3433 pg_statistic_ext_data_stxoid_inh_index 11 0 0 10 403 3433 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2692 pg_rewrite_oid_index 11 0 0 10 403 2692 0 2 145 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2693 pg_rewrite_rel_rulename_index 11 0 0 10 403 2693 0 2 145 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2699 pg_trigger_tgconstraint_index 11 0 0 10 403 2699 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2701 pg_trigger_tgrelid_tgname_index 11 0 0 10 403 2701 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2702 pg_trigger_oid_index 11 0 0 10 403 2702 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 3467 pg_event_trigger_evtname_index 11 0 0 10 403 3467 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 3468 pg_event_trigger_oid_index 11 0 0 10 403 3468 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2675 pg_description_o_c_o_index 11 0 0 10 403 2675 0 24 4428 0 0 f f p i 3 0 f f f f f t n f 0 0 0 \N \N \N 2660 pg_cast_oid_index 11 0 0 10 403 2660 0 2 229 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2661 pg_cast_source_target_index 11 0 0 10 403 2661 0 2 229 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 3502 pg_enum_oid_index 11 0 0 10 403 3502 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 3503 pg_enum_typid_label_index 11 0 0 10 403 3503 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 3534 pg_enum_typid_sortorder_index 11 0 0 10 403 3534 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2684 pg_namespace_nspname_index 11 0 0 10 403 2684 0 2 4 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2685 pg_namespace_oid_index 11 0 0 10 403 2685 0 2 4 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2668 pg_conversion_default_index 11 0 0 10 403 2668 0 2 128 0 0 f f p i 4 0 f f f f f t n f 0 0 0 \N \N \N 2669 pg_conversion_name_nsp_index 11 0 0 10 403 2669 0 2 128 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2670 pg_conversion_oid_index 11 0 0 10 403 2670 0 2 128 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2673 pg_depend_depender_index 11 0 0 10 403 2673 0 10 1709 0 0 f f p i 3 0 f f f f f t n f 0 0 0 \N \N \N 2674 pg_depend_reference_index 11 0 0 10 403 2674 0 8 1709 0 0 f f p i 3 0 f f f f f t n f 0 0 0 \N \N \N 2671 pg_database_datname_index 11 0 0 10 403 0 1664 2 1 0 0 f t p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2672 pg_database_oid_index 11 0 0 10 403 0 1664 2 1 0 0 f t p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2965 pg_db_role_setting_databaseid_rol_index 11 0 0 10 403 0 1664 1 0 0 0 f t p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2697 pg_tablespace_oid_index 11 0 0 10 403 0 1664 2 2 0 0 f t p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2698 pg_tablespace_spcname_index 11 0 0 10 403 0 1664 2 2 0 0 f t p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2676 pg_authid_rolname_index 11 0 0 10 403 0 1664 2 16 0 0 f t p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2677 pg_authid_oid_index 11 0 0 10 403 0 1664 2 16 0 0 f t p i 1 0 f f f f f t n f 0 0 0 \N \N \N 6303 pg_auth_members_oid_index 11 0 0 10 403 0 1664 2 3 0 0 f t p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2694 pg_auth_members_role_member_index 11 0 0 10 403 0 1664 2 3 0 0 f t p i 3 0 f f f f f t n f 0 0 0 \N \N \N 2695 pg_auth_members_member_role_index 11 0 0 10 403 0 1664 2 3 0 0 f t p i 3 0 f f f f f t n f 0 0 0 \N \N \N 6302 pg_auth_members_grantor_index 11 0 0 10 403 0 1664 2 3 0 0 f t p i 1 0 f f f f f t n f 0 0 0 \N \N \N 1232 pg_shdepend_depender_index 11 0 0 10 403 0 1664 1 0 0 0 f t p i 4 0 f f f f f t n f 0 0 0 \N \N \N 1233 pg_shdepend_reference_index 11 0 0 10 403 0 1664 1 0 0 0 f t p i 2 0 f f f f f t n f 0 0 0 \N \N \N 2397 pg_shdescription_o_c_index 11 0 0 10 403 0 1664 2 1 0 0 f t p i 2 0 f f f f f t n f 0 0 0 \N \N \N 3608 pg_ts_config_cfgname_index 11 0 0 10 403 3608 0 2 29 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 3712 pg_ts_config_oid_index 11 0 0 10 403 3712 0 2 29 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 3609 pg_ts_config_map_index 11 0 0 10 403 3609 0 4 551 0 0 f f p i 3 0 f f f f f t n f 0 0 0 \N \N \N 3604 pg_ts_dict_dictname_index 11 0 0 10 403 3604 0 2 29 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 3605 pg_ts_dict_oid_index 11 0 0 10 403 3605 0 2 29 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 3606 pg_ts_parser_prsname_index 11 0 0 10 403 3606 0 2 1 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 3607 pg_ts_parser_oid_index 11 0 0 10 403 3607 0 2 1 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 3766 pg_ts_template_tmplname_index 11 0 0 10 403 3766 0 2 5 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 3767 pg_ts_template_oid_index 11 0 0 10 403 3767 0 2 5 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 3080 pg_extension_oid_index 11 0 0 10 403 3080 0 2 1 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 3081 pg_extension_name_index 11 0 0 10 403 3081 0 2 1 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 112 pg_foreign_data_wrapper_oid_index 11 0 0 10 403 112 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 548 pg_foreign_data_wrapper_name_index 11 0 0 10 403 548 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 113 pg_foreign_server_oid_index 11 0 0 10 403 113 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 549 pg_foreign_server_name_index 11 0 0 10 403 549 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 174 pg_user_mapping_oid_index 11 0 0 10 403 174 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 175 pg_user_mapping_user_server_index 11 0 0 10 403 175 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 3119 pg_foreign_table_relid_index 11 0 0 10 403 3119 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 3257 pg_policy_oid_index 11 0 0 10 403 3257 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 3258 pg_policy_polrelid_polname_index 11 0 0 10 403 3258 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 6001 pg_replication_origin_roiident_index 11 0 0 10 403 0 1664 1 0 0 0 f t p i 1 0 f f f f f t n f 0 0 0 \N \N \N 6002 pg_replication_origin_roname_index 11 0 0 10 403 0 1664 1 0 0 0 f t p i 1 0 f f f f f t n f 0 0 0 \N \N \N 827 pg_default_acl_role_nsp_obj_index 11 0 0 10 403 827 0 1 0 0 0 f f p i 3 0 f f f f f t n f 0 0 0 \N \N \N 828 pg_default_acl_oid_index 11 0 0 10 403 828 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 3395 pg_init_privs_o_c_o_index 11 0 0 10 403 3395 0 2 223 0 0 f f p i 3 0 f f f f f t n f 0 0 0 \N \N \N 3597 pg_seclabel_object_index 11 0 0 10 403 3597 0 1 0 0 0 f f p i 4 0 f f f f f t n f 0 0 0 \N \N \N 3593 pg_shseclabel_object_index 11 0 0 10 403 0 1664 1 0 0 0 f t p i 3 0 f f f f f t n f 0 0 0 \N \N \N 3164 pg_collation_name_enc_nsp_index 11 0 0 10 403 3164 0 8 1462 0 0 f f p i 3 0 f f f f f t n f 0 0 0 \N \N \N 3085 pg_collation_oid_index 11 0 0 10 403 3085 0 6 1462 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 6246 pg_parameter_acl_parname_index 11 0 0 10 403 0 1664 1 0 0 0 f t p i 1 0 f f f f f t n f 0 0 0 \N \N \N 6247 pg_parameter_acl_oid_index 11 0 0 10 403 0 1664 1 0 0 0 f t p i 1 0 f f f f f t n f 0 0 0 \N \N \N 3351 pg_partitioned_table_partrelid_index 11 0 0 10 403 3351 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 3542 pg_range_rngtypid_index 11 0 0 10 403 3542 0 2 6 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 2228 pg_range_rngmultitypid_index 11 0 0 10 403 2228 0 2 6 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 3574 pg_transform_oid_index 11 0 0 10 403 3574 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 3575 pg_transform_type_lang_index 11 0 0 10 403 3575 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 5002 pg_sequence_seqrelid_index 11 0 0 10 403 5002 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 6110 pg_publication_oid_index 11 0 0 10 403 6110 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 6111 pg_publication_pubname_index 11 0 0 10 403 6111 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 6238 pg_publication_namespace_oid_index 11 0 0 10 403 6238 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 6239 pg_publication_namespace_pnnspid_pnpubid_index 11 0 0 10 403 6239 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 6112 pg_publication_rel_oid_index 11 0 0 10 403 6112 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 6113 pg_publication_rel_prrelid_prpubid_index 11 0 0 10 403 6113 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 6116 pg_publication_rel_prpubid_index 11 0 0 10 403 6116 0 1 0 0 0 f f p i 1 0 f f f f f t n f 0 0 0 \N \N \N 6114 pg_subscription_oid_index 11 0 0 10 403 0 1664 1 0 0 0 f t p i 1 0 f f f f f t n f 0 0 0 \N \N \N 6115 pg_subscription_subname_index 11 0 0 10 403 0 1664 1 0 0 0 f t p i 2 0 f f f f f t n f 0 0 0 \N \N \N 6117 pg_subscription_rel_srrelid_srsubid_index 11 0 0 10 403 6117 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 1260 pg_authid 11 2842 0 10 2 0 1664 1 16 1 4175 t t p r 12 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM} \N \N 16586 test_fifth_table 16390 16588 0 10 2 16586 0 0 -1 0 0 f f p r 5 0 f f f f f t d f 0 851 1 \N \N \N 12005 pg_shadow 11 12007 0 10 0 0 0 0 -1 0 0 f f p v 9 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM} \N \N 16591 matview_third 16390 16593 0 10 2 16591 0 0 -1 0 0 f f p m 1 0 t f f f f f d f 0 858 1 \N \N \N 16595 matview_fourth 16390 16597 0 10 2 16595 0 0 -1 0 0 f f p m 1 0 t f f f f f d f 0 859 1 \N \N \N 16599 test_view 16390 16601 0 10 0 0 0 0 -1 0 0 f f p v 1 0 t f f f f t n f 0 0 0 \N {check_option=local,security_barrier=true} \N 16643 foreign_table 16390 16645 0 10 0 0 0 0 -1 0 0 f f p f 1 0 f f f f f t n f 0 0 0 \N \N \N 12000 pg_roles 11 12002 0 10 0 0 0 0 -1 0 0 f f p v 13 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 16652 measurement_city_id_seq 16390 0 0 10 0 16652 0 1 1 0 0 f f p S 3 0 f f f f f t n f 0 0 0 \N \N \N 16681 measurement_y2006m2_pkey 16465 0 0 10 403 16681 0 2 1 0 0 f f p i 2 0 f f f f f t n t 0 0 0 \N \N \N 16679 measurement_pkey 16390 0 0 10 403 0 0 0 0 0 0 f f p I 2 0 f f t f f t n f 0 0 0 \N \N \N 16699 measurement_y2006m4_city_id_logdate_idx 16465 0 0 10 403 16699 0 1 0 0 0 f f p i 2 0 f f f f f t n t 0 0 0 \N \N \N 16647 test_inheritance_parent 16390 16649 0 10 2 16647 0 0 -1 0 0 f f p r 2 1 f f t f f t d f 0 897 1 \N \N \N 16669 test_inheritance_child 16390 16671 0 10 2 16669 0 0 -1 0 0 f f p r 2 2 f f f f f t d f 0 900 1 \N \N \N 3429 pg_statistic_ext_data 11 10033 0 10 2 3429 0 0 0 0 3430 t f p r 6 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM} \N \N 16688 measurement_y2006m3_city_id_logdate_idx 16465 0 0 10 403 16688 0 1 0 0 0 f f p i 2 0 f f f f f t n t 0 0 0 \N \N \N 16653 measurement 16390 16655 0 10 0 0 0 0 -1 0 0 t f p p 4 1 f t t f f t d f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,regress_dump_test_role=r/SYSTEM} \N \N 16678 measurement_y2006m2_city_id_logdate_idx 16465 0 0 10 403 16678 0 1 0 0 0 f f p i 2 0 f f f f f t n t 0 0 0 \N \N \N 16677 measurement_city_id_logdate_idx 16390 0 0 10 403 0 0 0 0 0 0 f f p I 2 0 f f t f f t n f 0 0 0 \N \N \N 16689 measurement_y2006m3_pkey 16465 0 0 10 403 16689 0 1 0 0 0 f f p i 2 0 f f f f f t n t 0 0 0 \N \N \N 16660 measurement_y2006m2 16465 16662 0 10 2 16660 0 1 1 0 0 t f p r 4 2 f t f f f t d t 0 899 1 {SYSTEM=arwdDxtm/SYSTEM,regress_dump_test_role=r/SYSTEM} \N {PARTITIONBOUNDSPEC :strategy r :is_default false :modulus 0 :remainder 0 :listdatums <> :lowerdatums ({PARTITIONRANGEDATUM :kind 0 :value {CONST :consttype 1082 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 181 :constvalue 4 [ -81 8 0 0 0 0 0 0 ]} :location 181}) :upperdatums ({PARTITIONRANGEDATUM :kind 0 :value {CONST :consttype 1082 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 199 :constvalue 4 [ -53 8 0 0 0 0 0 0 ]} :location 199}) :location 175} 16700 measurement_y2006m4_pkey 16465 0 0 10 403 16700 0 1 0 0 0 f f p i 2 0 f f f f f t n t 0 0 0 \N \N \N 16710 measurement_y2006m5_city_id_logdate_idx 16465 0 0 10 403 16710 0 1 0 0 0 f f p i 2 0 f f f f f t n t 0 0 0 \N \N \N 16711 measurement_y2006m5_pkey 16465 0 0 10 403 16711 0 1 0 0 0 f f p i 2 0 f f f f f t n t 0 0 0 \N \N \N 12114 pg_hba_file_rules 11 12116 0 10 0 0 0 0 -1 0 0 f f p v 11 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM} \N \N 12104 pg_settings 11 12106 0 10 0 0 0 0 -1 0 0 f f p v 17 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=rw/SYSTEM} \N \N 12110 pg_file_settings 11 12112 0 10 0 0 0 0 -1 0 0 f f p v 7 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM} \N \N 12138 pg_backend_memory_contexts 11 12140 0 10 0 0 0 0 -1 0 0 f f p v 9 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,pg_read_all_stats=r/SYSTEM} \N \N 12118 pg_ident_file_mappings 11 12120 0 10 0 0 0 0 -1 0 0 f f p v 7 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM} \N \N 12130 pg_config 11 12132 0 10 0 0 0 0 -1 0 0 f f p v 2 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM} \N \N 12134 pg_shmem_allocations 11 12136 0 10 0 0 0 0 -1 0 0 f f p v 4 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,pg_read_all_stats=r/SYSTEM} \N \N 12033 pg_tables 11 12035 0 10 0 0 0 0 -1 0 0 f f p v 8 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 1255 pg_proc 11 81 0 10 2 0 0 99 3326 99 2836 t f p r 30 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM} \N \N 16683 measurement_y2006m3 16465 16685 0 10 2 16683 0 0 -1 0 0 t f p r 4 1 f t f f f t d t 0 907 1 {SYSTEM=arwdDxtm/SYSTEM,regress_dump_test_role=r/SYSTEM} \N {PARTITIONBOUNDSPEC :strategy r :is_default false :modulus 0 :remainder 0 :listdatums <> :lowerdatums ({PARTITIONRANGEDATUM :kind 0 :value {CONST :consttype 1082 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 121 :constvalue 4 [ -53 8 0 0 0 0 0 0 ]} :location 121}) :upperdatums ({PARTITIONRANGEDATUM :kind 0 :value {CONST :consttype 1082 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 139 :constvalue 4 [ -22 8 0 0 0 0 0 0 ]} :location 139}) :location 115} 16694 measurement_y2006m4 16465 16696 0 10 2 16694 0 0 -1 0 0 t f p r 4 1 f t f f f t d t 0 909 1 {SYSTEM=arwdDxtm/SYSTEM,regress_dump_test_role=r/SYSTEM} \N {PARTITIONBOUNDSPEC :strategy r :is_default false :modulus 0 :remainder 0 :listdatums <> :lowerdatums ({PARTITIONRANGEDATUM :kind 0 :value {CONST :consttype 1082 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 121 :constvalue 4 [ -22 8 0 0 0 0 0 0 ]} :location 121}) :upperdatums ({PARTITIONRANGEDATUM :kind 0 :value {CONST :consttype 1082 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 139 :constvalue 4 [ 8 9 0 0 0 0 0 0 ]} :location 139}) :location 115} 16705 measurement_y2006m5 16465 16707 0 10 2 16705 0 0 -1 0 0 t f p r 4 1 f t f f f t d t 0 911 1 {SYSTEM=arwdDxtm/SYSTEM,regress_dump_test_role=r/SYSTEM} \N {PARTITIONBOUNDSPEC :strategy r :is_default false :modulus 0 :remainder 0 :listdatums <> :lowerdatums ({PARTITIONRANGEDATUM :kind 0 :value {CONST :consttype 1082 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 121 :constvalue 4 [ 8 9 0 0 0 0 0 0 ]} :location 121}) :upperdatums ({PARTITIONRANGEDATUM :kind 0 :value {CONST :consttype 1082 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 139 :constvalue 4 [ 39 9 0 0 0 0 0 0 ]} :location 139}) :location 115} 16718 table_index_stats 16390 16720 0 10 2 16718 0 0 -1 0 0 t f p r 3 0 f f f f f t d f 0 922 1 \N \N \N 16721 index_with_stats 16390 0 0 10 403 16721 0 1 0 0 0 f f p i 4 0 f f f f f t n f 0 0 0 \N \N \N 16726 pg_toast_16723 99 0 0 10 2 16726 0 0 -1 0 0 t f p t 3 0 f f f f f t n f 0 927 1 \N \N \N 16727 pg_toast_16723_index 99 0 0 10 403 16727 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 16723 test_compression_method 16390 16725 0 10 2 16723 0 0 -1 0 16726 f f p r 1 0 f f f f f t d f 0 927 1 \N \N \N 16732 pg_toast_16729 99 0 0 10 2 16732 0 0 -1 0 0 t f p t 3 0 f f f f f t n f 0 929 1 \N \N \N 16733 pg_toast_16729_index 99 0 0 10 403 16733 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 16729 test_table_tuq 16390 16731 0 10 2 16729 0 0 -1 0 16732 t f p r 2 0 f f f f f t d f 0 929 1 \N \N \N 16734 test_table_tuq_uq 16390 0 0 10 783 16734 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 16739 pg_toast_16736 99 0 0 10 2 16739 0 0 -1 0 0 t f p t 3 0 f f f f f t n f 0 930 1 \N \N \N 16740 pg_toast_16736_index 99 0 0 10 403 16740 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 16736 test_table_tpk 16390 16738 0 10 2 16736 0 0 -1 0 16739 t f p r 2 0 f f f f f t d f 0 930 1 \N \N \N 16741 test_table_tpk_pkey 16390 0 0 10 783 16741 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 1418 pg_user_mapping 11 10080 0 10 2 1418 0 0 0 0 4173 t f p r 4 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM} \N \N 12209 pg_statio_all_sequences 11 12211 0 10 0 0 0 0 -1 0 0 f f p v 5 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12340 pg_replication_origin_status 11 12342 0 10 0 0 0 0 -1 0 0 f f p v 4 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM} \N \N 6100 pg_subscription 11 6101 0 10 2 0 1664 0 0 0 4183 t t p r 18 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM} \N \N 1249 pg_attribute 11 75 0 10 2 0 0 55 3124 55 0 t f p r 26 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 1259 pg_class 11 83 0 10 2 0 0 14 415 14 0 t f p r 33 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2604 pg_attrdef 11 10001 0 10 2 2604 0 0 0 0 2830 t f p r 4 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12214 pg_statio_sys_sequences 11 12216 0 10 0 0 0 0 -1 0 0 f f p v 5 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12218 pg_statio_user_sequences 11 12220 0 10 0 0 0 0 -1 0 0 f f p v 5 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2606 pg_constraint 11 10003 0 10 2 2606 0 3 112 3 2832 t f p r 27 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2611 pg_inherits 11 10005 0 10 2 2611 0 0 0 0 0 t f p r 4 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2610 pg_index 11 10007 0 10 2 2610 0 4 164 4 0 t f p r 21 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2617 pg_operator 11 10009 0 10 2 2617 0 14 799 14 0 t f p r 15 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2753 pg_opfamily 11 10011 0 10 2 2753 0 2 146 2 0 t f p r 5 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2616 pg_opclass 11 10013 0 10 2 2616 0 3 177 3 0 t f p r 9 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2601 pg_am 11 10015 0 10 2 2601 0 1 7 1 0 t f p r 4 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2602 pg_amop 11 10017 0 10 2 2602 0 7 945 7 0 t f p r 9 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2603 pg_amproc 11 10019 0 10 2 2603 0 5 702 5 0 t f p r 6 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2612 pg_language 11 10021 0 10 2 2612 0 1 4 1 4157 t f p r 9 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2995 pg_largeobject_metadata 11 10023 0 10 2 2995 0 0 0 0 0 t f p r 3 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2600 pg_aggregate 11 10027 0 10 2 2600 0 2 157 2 4159 t f p r 22 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 3381 pg_statistic_ext 11 10031 0 10 2 3381 0 0 0 0 3439 t f p r 9 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2618 pg_rewrite 11 10035 0 10 2 2618 0 14 145 14 2838 t f p r 8 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2620 pg_trigger 11 10037 0 10 2 2620 0 0 0 0 2336 t f p r 19 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 3466 pg_event_trigger 11 10039 0 10 2 3466 0 0 0 0 4145 t f p r 7 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2609 pg_description 11 10041 0 10 2 2609 0 39 4428 39 2834 t f p r 4 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2605 pg_cast 11 10043 0 10 2 2605 0 2 229 2 0 t f p r 6 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 3501 pg_enum 11 10045 0 10 2 3501 0 0 0 0 0 t f p r 4 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2615 pg_namespace 11 10047 0 10 2 2615 0 1 4 1 4163 t f p r 4 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2607 pg_conversion 11 10049 0 10 2 2607 0 2 128 2 0 t f p r 8 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2608 pg_depend 11 10051 0 10 2 2608 0 13 1709 13 0 t f p r 7 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 1262 pg_database 11 1248 0 10 2 0 1664 1 2 1 4177 t t p r 18 0 f f f f f t n f 0 733 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2964 pg_db_role_setting 11 10054 0 10 2 0 1664 0 0 0 2966 t t p r 3 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 1213 pg_tablespace 11 10056 0 10 2 0 1664 1 2 1 4185 t t p r 5 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 1261 pg_auth_members 11 2843 0 10 2 0 1664 1 3 1 0 t t p r 7 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 1214 pg_shdepend 11 10060 0 10 2 0 1664 0 0 0 0 t t p r 7 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2396 pg_shdescription 11 10062 0 10 2 0 1664 1 1 1 2846 t t p r 3 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 3602 pg_ts_config 11 10064 0 10 2 3602 0 1 29 1 0 t f p r 5 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 3603 pg_ts_config_map 11 10066 0 10 2 3603 0 3 551 3 0 t f p r 4 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 3600 pg_ts_dict 11 10068 0 10 2 3600 0 1 29 1 4169 t f p r 6 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 3601 pg_ts_parser 11 10070 0 10 2 3601 0 1 1 1 0 t f p r 8 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 3764 pg_ts_template 11 10072 0 10 2 3764 0 1 5 1 0 t f p r 5 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 3079 pg_extension 11 10074 0 10 2 3079 0 1 1 1 4147 t f p r 8 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2328 pg_foreign_data_wrapper 11 10076 0 10 2 2328 0 0 0 0 4149 t f p r 7 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 1417 pg_foreign_server 11 10078 0 10 2 1417 0 0 0 0 4151 t f p r 8 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 3256 pg_policy 11 10084 0 10 2 3256 0 0 0 0 4167 t f p r 8 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 6000 pg_replication_origin 11 10086 0 10 2 0 1664 0 0 0 4181 t t p r 2 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 826 pg_default_acl 11 10088 0 10 2 826 0 0 0 0 4143 t f p r 5 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 3394 pg_init_privs 11 10090 0 10 2 3394 0 3 223 3 4155 t f p r 5 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 3596 pg_seclabel 11 10092 0 10 2 3596 0 0 0 0 3598 t f p r 5 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 3592 pg_shseclabel 11 4066 0 10 2 0 1664 0 0 0 4060 t t p r 4 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 3456 pg_collation 11 10095 0 10 2 3456 0 27 1462 27 6175 t f p r 12 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 6243 pg_parameter_acl 11 10097 0 10 2 0 1664 0 0 0 6244 t t p r 3 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 3350 pg_partitioned_table 11 10099 0 10 2 3350 0 0 0 0 4165 t f p r 8 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 3541 pg_range 11 10101 0 10 2 3541 0 1 6 1 0 t f p r 7 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 3576 pg_transform 11 10103 0 10 2 3576 0 0 0 0 0 t f p r 5 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2224 pg_sequence 11 10105 0 10 2 2224 0 0 0 0 0 t f p r 8 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 6104 pg_publication 11 10107 0 10 2 6104 0 0 0 0 0 t f p r 9 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 6237 pg_publication_namespace 11 10109 0 10 2 6237 0 0 0 0 0 t f p r 3 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 6106 pg_publication_rel 11 10111 0 10 2 6106 0 0 0 0 6228 t f p r 5 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 6102 pg_subscription_rel 11 10114 0 10 2 6102 0 0 0 0 0 t f p r 4 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12010 pg_group 11 12012 0 10 0 0 0 0 -1 0 0 f f p v 3 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12014 pg_user 11 12016 0 10 0 0 0 0 -1 0 0 f f p v 9 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12018 pg_policies 11 12020 0 10 0 0 0 0 -1 0 0 f f p v 8 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12023 pg_rules 11 12025 0 10 0 0 0 0 -1 0 0 f f p v 4 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12028 pg_views 11 12030 0 10 0 0 0 0 -1 0 0 f f p v 4 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12038 pg_matviews 11 12040 0 10 0 0 0 0 -1 0 0 f f p v 7 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12043 pg_indexes 11 12045 0 10 0 0 0 0 -1 0 0 f f p v 5 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12048 pg_sequences 11 12050 0 10 0 0 0 0 -1 0 0 f f p v 11 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12053 pg_stats 11 12055 0 10 0 0 0 0 -1 0 0 f f p v 17 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} {security_barrier=true} \N 12058 pg_stats_ext 11 12060 0 10 0 0 0 0 -1 0 0 f f p v 15 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} {security_barrier=true} \N 12063 pg_stats_ext_exprs 11 12065 0 10 0 0 0 0 -1 0 0 f f p v 17 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} {security_barrier=true} \N 12068 pg_publication_tables 11 12070 0 10 0 0 0 0 -1 0 0 f f p v 5 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12073 pg_locks 11 12075 0 10 0 0 0 0 -1 0 0 f f p v 16 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12077 pg_cursors 11 12079 0 10 0 0 0 0 -1 0 0 f f p v 6 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12081 pg_available_extensions 11 12083 0 10 0 0 0 0 -1 0 0 f f p v 4 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12085 pg_available_extension_versions 11 12087 0 10 0 0 0 0 -1 0 0 f f p v 9 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12090 pg_prepared_xacts 11 12092 0 10 0 0 0 0 -1 0 0 f f p v 5 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12095 pg_prepared_statements 11 12097 0 10 0 0 0 0 -1 0 0 f f p v 8 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12099 pg_seclabels 11 12101 0 10 0 0 0 0 -1 0 0 f f p v 8 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12122 pg_timezone_abbrevs 11 12124 0 10 0 0 0 0 -1 0 0 f f p v 3 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12126 pg_timezone_names 11 12128 0 10 0 0 0 0 -1 0 0 f f p v 4 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12142 pg_stat_all_tables 11 12144 0 10 0 0 0 0 -1 0 0 f f p v 26 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12147 pg_stat_xact_all_tables 11 12149 0 10 0 0 0 0 -1 0 0 f f p v 12 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12166 pg_stat_xact_user_tables 11 12168 0 10 0 0 0 0 -1 0 0 f f p v 12 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12152 pg_stat_sys_tables 11 12154 0 10 0 0 0 0 -1 0 0 f f p v 26 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12157 pg_stat_xact_sys_tables 11 12159 0 10 0 0 0 0 -1 0 0 f f p v 12 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12161 pg_stat_user_tables 11 12163 0 10 0 0 0 0 -1 0 0 f f p v 26 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12170 pg_statio_all_tables 11 12172 0 10 0 0 0 0 -1 0 0 f f p v 11 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12175 pg_statio_sys_tables 11 12177 0 10 0 0 0 0 -1 0 0 f f p v 11 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12179 pg_statio_user_tables 11 12181 0 10 0 0 0 0 -1 0 0 f f p v 11 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12183 pg_stat_all_indexes 11 12185 0 10 0 0 0 0 -1 0 0 f f p v 9 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12188 pg_stat_sys_indexes 11 12190 0 10 0 0 0 0 -1 0 0 f f p v 9 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12192 pg_stat_user_indexes 11 12194 0 10 0 0 0 0 -1 0 0 f f p v 9 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12196 pg_statio_all_indexes 11 12198 0 10 0 0 0 0 -1 0 0 f f p v 7 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12201 pg_statio_sys_indexes 11 12203 0 10 0 0 0 0 -1 0 0 f f p v 7 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12205 pg_statio_user_indexes 11 12207 0 10 0 0 0 0 -1 0 0 f f p v 7 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12222 pg_stat_activity 11 12224 0 10 0 0 0 0 -1 0 0 f f p v 22 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12227 pg_stat_replication 11 12229 0 10 0 0 0 0 -1 0 0 f f p v 20 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12232 pg_stat_slru 11 12234 0 10 0 0 0 0 -1 0 0 f f p v 9 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12236 pg_stat_wal_receiver 11 12238 0 10 0 0 0 0 -1 0 0 f f p v 15 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12240 pg_stat_recovery_prefetch 11 12242 0 10 0 0 0 0 -1 0 0 f f p v 10 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12244 pg_stat_subscription 11 12246 0 10 0 0 0 0 -1 0 0 f f p v 11 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12249 pg_stat_ssl 11 12251 0 10 0 0 0 0 -1 0 0 f f p v 8 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12253 pg_stat_gssapi 11 12255 0 10 0 0 0 0 -1 0 0 f f p v 5 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12257 pg_replication_slots 11 12259 0 10 0 0 0 0 -1 0 0 f f p v 18 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12262 pg_stat_replication_slots 11 12264 0 10 0 0 0 0 -1 0 0 f f p v 10 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12266 pg_stat_database 11 12268 0 10 0 0 0 0 -1 0 0 f f p v 28 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12271 pg_stat_database_conflicts 11 12273 0 10 0 0 0 0 -1 0 0 f f p v 8 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12275 pg_stat_user_functions 11 12277 0 10 0 0 0 0 -1 0 0 f f p v 6 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12280 pg_stat_xact_user_functions 11 12282 0 10 0 0 0 0 -1 0 0 f f p v 6 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12285 pg_stat_archiver 11 12287 0 10 0 0 0 0 -1 0 0 f f p v 7 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12289 pg_stat_bgwriter 11 12291 0 10 0 0 0 0 -1 0 0 f f p v 4 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12293 pg_stat_checkpointer 11 12295 0 10 0 0 0 0 -1 0 0 f f p v 9 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12297 pg_stat_io 11 12299 0 10 0 0 0 0 -1 0 0 f f p v 18 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12301 pg_stat_wal 11 12303 0 10 0 0 0 0 -1 0 0 f f p v 9 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12305 pg_stat_progress_analyze 11 12307 0 10 0 0 0 0 -1 0 0 f f p v 12 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12310 pg_stat_progress_vacuum 11 12312 0 10 0 0 0 0 -1 0 0 f f p v 13 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12315 pg_stat_progress_cluster 11 12317 0 10 0 0 0 0 -1 0 0 f f p v 12 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12320 pg_stat_progress_create_index 11 12322 0 10 0 0 0 0 -1 0 0 f f p v 16 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12325 pg_stat_progress_basebackup 11 12327 0 10 0 0 0 0 -1 0 0 f f p v 6 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12330 pg_stat_progress_copy 11 12332 0 10 0 0 0 0 -1 0 0 f f p v 11 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12335 pg_user_mappings 11 12337 0 10 0 0 0 0 -1 0 0 f f p v 6 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12344 pg_stat_subscription_stats 11 12346 0 10 0 0 0 0 -1 0 0 f f p v 5 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 12348 pg_wait_events 11 12350 0 10 0 0 0 0 -1 0 0 f f p v 3 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 2613 pg_largeobject 11 10025 0 10 2 2613 0 0 0 0 0 t f p r 3 0 f f f f f t n f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM} \N \N 13936 column_column_usage 13868 13938 0 10 0 0 0 0 -1 0 0 f f p v 5 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 13888 information_schema_catalog_name 13868 13890 0 10 0 0 0 0 -1 0 0 f f p v 1 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 13921 check_constraints 13868 13923 0 10 0 0 0 0 -1 0 0 f f p v 4 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 13897 applicable_roles 13868 13899 0 10 0 0 0 0 -1 0 0 f f p v 3 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 13902 administrable_role_authorizations 13868 13904 0 10 0 0 0 0 -1 0 0 f f p v 3 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 13906 attributes 13868 13908 0 10 0 0 0 0 -1 0 0 f f p v 31 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 13926 collations 13868 13928 0 10 0 0 0 0 -1 0 0 f f p v 4 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 13911 character_sets 13868 13913 0 10 0 0 0 0 -1 0 0 f f p v 8 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 13916 check_constraint_routine_usage 13868 13918 0 10 0 0 0 0 -1 0 0 f f p v 6 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 13946 column_privileges 13868 13948 0 10 0 0 0 0 -1 0 0 f f p v 8 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 13931 collation_character_set_applicability 13868 13933 0 10 0 0 0 0 -1 0 0 f f p v 6 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 13941 column_domain_usage 13868 13943 0 10 0 0 0 0 -1 0 0 f f p v 7 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 13951 column_udt_usage 13868 13953 0 10 0 0 0 0 -1 0 0 f f p v 7 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 13956 columns 13868 13958 0 10 0 0 0 0 -1 0 0 f f p v 44 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 13961 constraint_column_usage 13868 13963 0 10 0 0 0 0 -1 0 0 f f p v 7 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 13966 constraint_table_usage 13868 13968 0 10 0 0 0 0 -1 0 0 f f p v 6 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 13971 domain_constraints 13868 13973 0 10 0 0 0 0 -1 0 0 f f p v 8 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14033 routine_table_usage 13868 14035 0 10 0 0 0 0 -1 0 0 f f p v 9 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 13976 domain_udt_usage 13868 13978 0 10 0 0 0 0 -1 0 0 f f p v 6 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 13981 domains 13868 13983 0 10 0 0 0 0 -1 0 0 f f p v 27 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14065 pg_toast_14062 99 0 0 10 2 14065 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 13986 enabled_roles 13868 13988 0 10 0 0 0 0 -1 0 0 f f p v 1 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14038 routines 13868 14040 0 10 0 0 0 0 -1 0 0 f f p v 82 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 13990 key_column_usage 13868 13992 0 10 0 0 0 0 -1 0 0 f f p v 9 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 13995 parameters 13868 13997 0 10 0 0 0 0 -1 0 0 f f p v 32 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14066 pg_toast_14062_index 99 0 0 10 403 14066 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 14000 referential_constraints 13868 14002 0 10 0 0 0 0 -1 0 0 f f p v 9 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14043 schemata 13868 14045 0 10 0 0 0 0 -1 0 0 f f p v 7 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14005 role_column_grants 13868 14007 0 10 0 0 0 0 -1 0 0 f f p v 8 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14009 routine_column_usage 13868 14011 0 10 0 0 0 0 -1 0 0 f f p v 10 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14062 sql_parts 13868 14064 0 10 2 14062 0 1 11 1 14065 f f p r 5 0 f f f f f t d f 0 730 1 \N \N \N 14014 routine_privileges 13868 14016 0 10 0 0 0 0 -1 0 0 f f p v 10 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14047 sequences 13868 14049 0 10 0 0 0 0 -1 0 0 f f p v 12 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14019 role_routine_grants 13868 14021 0 10 0 0 0 0 -1 0 0 f f p v 10 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14023 routine_routine_usage 13868 14025 0 10 0 0 0 0 -1 0 0 f f p v 6 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14055 pg_toast_14052 99 0 0 10 2 14055 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 14028 routine_sequence_usage 13868 14030 0 10 0 0 0 0 -1 0 0 f f p v 9 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14056 pg_toast_14052_index 99 0 0 10 403 14056 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 14070 pg_toast_14067 99 0 0 10 2 14070 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 14052 sql_features 13868 14054 0 10 2 14052 0 8 755 8 14055 f f p r 7 0 f f f f f t d f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14060 pg_toast_14057 99 0 0 10 2 14060 0 0 0 0 0 t f p t 3 0 f f f f f t n f 0 730 1 \N \N \N 14061 pg_toast_14057_index 99 0 0 10 403 14061 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 14071 pg_toast_14067_index 99 0 0 10 403 14071 0 1 0 0 0 f f p i 2 0 f f f f f t n f 0 0 0 \N \N \N 14057 sql_implementation_info 13868 14059 0 10 2 14057 0 1 12 1 14060 f f p r 5 0 f f f f f t d f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14082 role_table_grants 13868 14084 0 10 0 0 0 0 -1 0 0 f f p v 8 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14067 sql_sizing 13868 14069 0 10 2 14067 0 1 23 1 14070 f f p r 4 0 f f f f f t d f 0 730 1 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14077 table_privileges 13868 14079 0 10 0 0 0 0 -1 0 0 f f p v 8 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14072 table_constraints 13868 14074 0 10 0 0 0 0 -1 0 0 f f p v 11 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14091 transforms 13868 14093 0 10 0 0 0 0 -1 0 0 f f p v 8 0 t f f f f t n f 0 0 0 \N \N \N 14086 tables 13868 14088 0 10 0 0 0 0 -1 0 0 f f p v 12 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14096 triggered_update_columns 13868 14098 0 10 0 0 0 0 -1 0 0 f f p v 7 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14101 triggers 13868 14103 0 10 0 0 0 0 -1 0 0 f f p v 17 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14106 udt_privileges 13868 14108 0 10 0 0 0 0 -1 0 0 f f p v 7 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14168 _pg_foreign_data_wrappers 13868 14170 0 10 0 0 0 0 -1 0 0 f f p v 7 0 t f f f f t n f 0 0 0 \N \N \N 14111 role_udt_grants 13868 14113 0 10 0 0 0 0 -1 0 0 f f p v 7 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14115 usage_privileges 13868 14117 0 10 0 0 0 0 -1 0 0 f f p v 8 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14202 foreign_tables 13868 14204 0 10 0 0 0 0 -1 0 0 f f p v 5 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14120 role_usage_grants 13868 14122 0 10 0 0 0 0 -1 0 0 f f p v 8 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14172 foreign_data_wrapper_options 13868 14174 0 10 0 0 0 0 -1 0 0 f f p v 4 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14124 user_defined_types 13868 14126 0 10 0 0 0 0 -1 0 0 f f p v 29 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14129 view_column_usage 13868 14131 0 10 0 0 0 0 -1 0 0 f f p v 7 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14134 view_routine_usage 13868 14136 0 10 0 0 0 0 -1 0 0 f f p v 6 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14176 foreign_data_wrappers 13868 14178 0 10 0 0 0 0 -1 0 0 f f p v 5 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14139 view_table_usage 13868 14141 0 10 0 0 0 0 -1 0 0 f f p v 6 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14144 views 13868 14146 0 10 0 0 0 0 -1 0 0 f f p v 10 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14180 _pg_foreign_servers 13868 14182 0 10 0 0 0 0 -1 0 0 f f p v 9 0 t f f f f t n f 0 0 0 \N \N \N 14149 data_type_privileges 13868 14151 0 10 0 0 0 0 -1 0 0 f f p v 5 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14154 element_types 13868 14156 0 10 0 0 0 0 -1 0 0 f f p v 28 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14159 _pg_foreign_table_columns 13868 14161 0 10 0 0 0 0 -1 0 0 f f p v 4 0 t f f f f t n f 0 0 0 \N \N \N 14206 _pg_user_mappings 13868 14208 0 10 0 0 0 0 -1 0 0 f f p v 7 0 t f f f f t n f 0 0 0 \N \N \N 14164 column_options 13868 14166 0 10 0 0 0 0 -1 0 0 f f p v 6 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14185 foreign_server_options 13868 14187 0 10 0 0 0 0 -1 0 0 f f p v 4 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14189 foreign_servers 13868 14191 0 10 0 0 0 0 -1 0 0 f f p v 7 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14193 _pg_foreign_tables 13868 14195 0 10 0 0 0 0 -1 0 0 f f p v 7 0 t f f f f t n f 0 0 0 \N \N \N 14198 foreign_table_options 13868 14200 0 10 0 0 0 0 -1 0 0 f f p v 5 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14211 user_mapping_options 13868 14213 0 10 0 0 0 0 -1 0 0 f f p v 5 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N 14216 user_mappings 13868 14218 0 10 0 0 0 0 -1 0 0 f f p v 3 0 t f f f f t n f 0 0 0 {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} \N \N \. -- -- Data for Name: pg_collation; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_collation (oid, collname, collnamespace, collowner, collprovider, collisdeterministic, collencoding, collcollate, collctype, colllocale, collicurules, collversion) FROM stdin; 100 default 11 10 d t -1 \N \N \N \N \N 950 C 11 10 c t -1 C C \N \N \N 951 POSIX 11 10 c t -1 POSIX POSIX \N \N \N 962 ucs_basic 11 10 b t 6 \N \N C \N \N 963 unicode 11 10 i t -1 \N \N und \N \N 12352 aa 11 10 c t 6 aa aa \N \N 1540.3,1540.3 12353 aa-DJ 11 10 c t 6 aa-DJ aa-DJ \N \N 1540.3,1540.3 12354 aa_DJ 11 10 c t 6 aa-DJ aa-DJ \N \N 1540.3,1540.3 12355 aa-ER 11 10 c t 6 aa-ER aa-ER \N \N 1540.3,1540.3 12356 aa_ER 11 10 c t 6 aa-ER aa-ER \N \N 1540.3,1540.3 12357 aa-ET 11 10 c t 6 aa-ET aa-ET \N \N 1540.3,1540.3 12358 aa_ET 11 10 c t 6 aa-ET aa-ET \N \N 1540.3,1540.3 12359 af 11 10 c t 24 af af \N \N 1540.3,1540.3 12360 af-NA 11 10 c t 24 af-NA af-NA \N \N 1540.3,1540.3 12361 af_NA 11 10 c t 24 af-NA af-NA \N \N 1540.3,1540.3 12362 af-ZA 11 10 c t 24 af-ZA af-ZA \N \N 1540.3,1540.3 12363 af_ZA 11 10 c t 24 af-ZA af-ZA \N \N 1540.3,1540.3 12364 agq 11 10 c t 6 agq agq \N \N 1540.3,1540.3 12365 agq-CM 11 10 c t 6 agq-CM agq-CM \N \N 1540.3,1540.3 12366 agq_CM 11 10 c t 6 agq-CM agq-CM \N \N 1540.3,1540.3 12367 ak 11 10 c t 6 ak ak \N \N 1540.3,1540.3 12368 ak-GH 11 10 c t 6 ak-GH ak-GH \N \N 1540.3,1540.3 12369 ak_GH 11 10 c t 6 ak-GH ak-GH \N \N 1540.3,1540.3 12370 am 11 10 c t 6 am am \N \N 1540.3,1540.3 12371 am-ET 11 10 c t 6 am-ET am-ET \N \N 1540.3,1540.3 12372 am_ET 11 10 c t 6 am-ET am-ET \N \N 1540.3,1540.3 12373 ar 11 10 c t 18 ar ar \N \N 1540.3,1540.3 12374 ar-001 11 10 c t 18 ar-001 ar-001 \N \N 1540.3,1540.3 12375 ar_001 11 10 c t 18 ar-001 ar-001 \N \N 1540.3,1540.3 12376 ar-AE 11 10 c t 18 ar-AE ar-AE \N \N 1540.3,1540.3 12377 ar_AE 11 10 c t 18 ar-AE ar-AE \N \N 1540.3,1540.3 12378 ar-BH 11 10 c t 18 ar-BH ar-BH \N \N 1540.3,1540.3 12379 ar_BH 11 10 c t 18 ar-BH ar-BH \N \N 1540.3,1540.3 12380 ar-DJ 11 10 c t 18 ar-DJ ar-DJ \N \N 1540.3,1540.3 12381 ar_DJ 11 10 c t 18 ar-DJ ar-DJ \N \N 1540.3,1540.3 12382 ar-DZ 11 10 c t 18 ar-DZ ar-DZ \N \N 1540.3,1540.3 12383 ar_DZ 11 10 c t 18 ar-DZ ar-DZ \N \N 1540.3,1540.3 12384 ar-EG 11 10 c t 18 ar-EG ar-EG \N \N 1540.3,1540.3 12385 ar_EG 11 10 c t 18 ar-EG ar-EG \N \N 1540.3,1540.3 12386 ar-ER 11 10 c t 18 ar-ER ar-ER \N \N 1540.3,1540.3 12387 ar_ER 11 10 c t 18 ar-ER ar-ER \N \N 1540.3,1540.3 12388 ar-IL 11 10 c t 18 ar-IL ar-IL \N \N 1540.3,1540.3 12389 ar_IL 11 10 c t 18 ar-IL ar-IL \N \N 1540.3,1540.3 12390 ar-IQ 11 10 c t 18 ar-IQ ar-IQ \N \N 1540.3,1540.3 12391 ar_IQ 11 10 c t 18 ar-IQ ar-IQ \N \N 1540.3,1540.3 12392 ar-JO 11 10 c t 18 ar-JO ar-JO \N \N 1540.3,1540.3 12393 ar_JO 11 10 c t 18 ar-JO ar-JO \N \N 1540.3,1540.3 12394 ar-KM 11 10 c t 18 ar-KM ar-KM \N \N 1540.3,1540.3 12395 ar_KM 11 10 c t 18 ar-KM ar-KM \N \N 1540.3,1540.3 12396 ar-KW 11 10 c t 18 ar-KW ar-KW \N \N 1540.3,1540.3 12397 ar_KW 11 10 c t 18 ar-KW ar-KW \N \N 1540.3,1540.3 12398 ar-LB 11 10 c t 18 ar-LB ar-LB \N \N 1540.3,1540.3 12399 ar_LB 11 10 c t 18 ar-LB ar-LB \N \N 1540.3,1540.3 12400 ar-LY 11 10 c t 18 ar-LY ar-LY \N \N 1540.3,1540.3 12401 ar_LY 11 10 c t 18 ar-LY ar-LY \N \N 1540.3,1540.3 12402 ar-MA 11 10 c t 18 ar-MA ar-MA \N \N 1540.3,1540.3 12403 ar_MA 11 10 c t 18 ar-MA ar-MA \N \N 1540.3,1540.3 12404 ar-MR 11 10 c t 18 ar-MR ar-MR \N \N 1540.3,1540.3 12405 ar_MR 11 10 c t 18 ar-MR ar-MR \N \N 1540.3,1540.3 12406 ar-OM 11 10 c t 18 ar-OM ar-OM \N \N 1540.3,1540.3 12407 ar_OM 11 10 c t 18 ar-OM ar-OM \N \N 1540.3,1540.3 12408 ar-PS 11 10 c t 18 ar-PS ar-PS \N \N 1540.3,1540.3 12409 ar_PS 11 10 c t 18 ar-PS ar-PS \N \N 1540.3,1540.3 12410 ar-QA 11 10 c t 18 ar-QA ar-QA \N \N 1540.3,1540.3 12411 ar_QA 11 10 c t 18 ar-QA ar-QA \N \N 1540.3,1540.3 12412 ar-SA 11 10 c t 18 ar-SA ar-SA \N \N 1540.3,1540.3 12413 ar_SA 11 10 c t 18 ar-SA ar-SA \N \N 1540.3,1540.3 12414 ar-SD 11 10 c t 18 ar-SD ar-SD \N \N 1540.3,1540.3 12415 ar_SD 11 10 c t 18 ar-SD ar-SD \N \N 1540.3,1540.3 12416 ar-SO 11 10 c t 18 ar-SO ar-SO \N \N 1540.3,1540.3 12417 ar_SO 11 10 c t 18 ar-SO ar-SO \N \N 1540.3,1540.3 12418 ar-SS 11 10 c t 18 ar-SS ar-SS \N \N 1540.3,1540.3 12419 ar_SS 11 10 c t 18 ar-SS ar-SS \N \N 1540.3,1540.3 12420 ar-SY 11 10 c t 18 ar-SY ar-SY \N \N 1540.3,1540.3 12421 ar_SY 11 10 c t 18 ar-SY ar-SY \N \N 1540.3,1540.3 12422 ar-TD 11 10 c t 18 ar-TD ar-TD \N \N 1540.3,1540.3 12423 ar_TD 11 10 c t 18 ar-TD ar-TD \N \N 1540.3,1540.3 12424 ar-TN 11 10 c t 18 ar-TN ar-TN \N \N 1540.3,1540.3 12425 ar_TN 11 10 c t 18 ar-TN ar-TN \N \N 1540.3,1540.3 12426 ar-YE 11 10 c t 18 ar-YE ar-YE \N \N 1540.3,1540.3 12427 ar_YE 11 10 c t 18 ar-YE ar-YE \N \N 1540.3,1540.3 12428 arn 11 10 c t 24 arn arn \N \N 1540.3,1540.3 12429 arn-CL 11 10 c t 24 arn-CL arn-CL \N \N 1540.3,1540.3 12430 arn_CL 11 10 c t 24 arn-CL arn-CL \N \N 1540.3,1540.3 12431 as 11 10 c t 6 as as \N \N 1540.3,1540.3 12432 as-IN 11 10 c t 6 as-IN as-IN \N \N 1540.3,1540.3 12433 as_IN 11 10 c t 6 as-IN as-IN \N \N 1540.3,1540.3 12434 asa 11 10 c t 6 asa asa \N \N 1540.3,1540.3 12435 asa-TZ 11 10 c t 6 asa-TZ asa-TZ \N \N 1540.3,1540.3 12436 asa_TZ 11 10 c t 6 asa-TZ asa-TZ \N \N 1540.3,1540.3 12437 ast 11 10 c t 6 ast ast \N \N 1540.3,1540.3 12438 ast-ES 11 10 c t 6 ast-ES ast-ES \N \N 1540.3,1540.3 12439 ast_ES 11 10 c t 6 ast-ES ast-ES \N \N 1540.3,1540.3 12440 az 11 10 c t 31 az az \N \N 1540.3,1540.3 12441 az-Cyrl 11 10 c t 23 az-Cyrl az-Cyrl \N \N 1540.3,1540.3 12442 az_Cyrl 11 10 c t 23 az-Cyrl az-Cyrl \N \N 1540.3,1540.3 12443 az-Cyrl-AZ 11 10 c t 23 az-Cyrl-AZ az-Cyrl-AZ \N \N 1540.3,1540.3 12444 az_Cyrl_AZ 11 10 c t 23 az-Cyrl-AZ az-Cyrl-AZ \N \N 1540.3,1540.3 12445 az-Latn 11 10 c t 31 az-Latn az-Latn \N \N 1540.3,1540.3 12446 az_Latn 11 10 c t 31 az-Latn az-Latn \N \N 1540.3,1540.3 12447 az-Latn-AZ 11 10 c t 31 az-Latn-AZ az-Latn-AZ \N \N 1540.3,1540.3 12448 az_Latn_AZ 11 10 c t 31 az-Latn-AZ az-Latn-AZ \N \N 1540.3,1540.3 12449 ba 11 10 c t 23 ba ba \N \N 1540.3,1540.3 12450 ba-RU 11 10 c t 23 ba-RU ba-RU \N \N 1540.3,1540.3 12451 ba_RU 11 10 c t 23 ba-RU ba-RU \N \N 1540.3,1540.3 12452 bas 11 10 c t 23 bas bas \N \N 1540.3,1540.3 12453 bas-CM 11 10 c t 6 bas-CM bas-CM \N \N 1540.3,1540.3 12454 bas_CM 11 10 c t 6 bas-CM bas-CM \N \N 1540.3,1540.3 12455 be 11 10 c t 23 be be \N \N 1540.3,1540.3 16636 test0 2200 10 c t -1 C C \N \N \N 12456 be-BY 11 10 c t 23 be-BY be-BY \N \N 1540.3,1540.3 12457 be_BY 11 10 c t 23 be-BY be-BY \N \N 1540.3,1540.3 12458 bem 11 10 c t 6 bem bem \N \N 1540.3,1540.3 12459 bem-ZM 11 10 c t 6 bem-ZM bem-ZM \N \N 1540.3,1540.3 12460 bem_ZM 11 10 c t 6 bem-ZM bem-ZM \N \N 1540.3,1540.3 12461 bez 11 10 c t 6 bez bez \N \N 1540.3,1540.3 12462 bez-TZ 11 10 c t 6 bez-TZ bez-TZ \N \N 1540.3,1540.3 12463 bez_TZ 11 10 c t 6 bez-TZ bez-TZ \N \N 1540.3,1540.3 12464 bg 11 10 c t 23 bg bg \N \N 1540.3,1540.3 12465 bg-BG 11 10 c t 23 bg-BG bg-BG \N \N 1540.3,1540.3 12466 bg_BG 11 10 c t 23 bg-BG bg-BG \N \N 1540.3,1540.3 12467 bin 11 10 c t 24 bin bin \N \N 1540.3,1540.3 12468 bin-NG 11 10 c t 24 bin-NG bin-NG \N \N 1540.3,1540.3 12469 bin_NG 11 10 c t 24 bin-NG bin-NG \N \N 1540.3,1540.3 12470 bm 11 10 c t 6 bm bm \N \N 1540.3,1540.3 12471 bm-Latn 11 10 c t 6 bm-Latn bm-Latn \N \N 1540.3,1540.3 12472 bm_Latn 11 10 c t 6 bm-Latn bm-Latn \N \N 1540.3,1540.3 12473 bm-Latn-ML 11 10 c t 6 bm-Latn-ML bm-Latn-ML \N \N 1540.3,1540.3 12474 bm_Latn_ML 11 10 c t 6 bm-Latn-ML bm-Latn-ML \N \N 1540.3,1540.3 12475 bn 11 10 c t 6 bn bn \N \N 1540.3,1540.3 12476 bn-BD 11 10 c t 6 bn-BD bn-BD \N \N 1540.3,1540.3 12477 bn_BD 11 10 c t 6 bn-BD bn-BD \N \N 1540.3,1540.3 12478 bn-IN 11 10 c t 6 bn-IN bn-IN \N \N 1540.3,1540.3 12479 bn_IN 11 10 c t 6 bn-IN bn-IN \N \N 1540.3,1540.3 12480 bo 11 10 c t 6 bo bo \N \N 1540.3,1540.3 12481 bo-CN 11 10 c t 6 bo-CN bo-CN \N \N 1540.3,1540.3 12482 bo_CN 11 10 c t 6 bo-CN bo-CN \N \N 1540.3,1540.3 12483 bo-IN 11 10 c t 6 bo-IN bo-IN \N \N 1540.3,1540.3 12484 bo_IN 11 10 c t 6 bo-IN bo-IN \N \N 1540.3,1540.3 12485 br 11 10 c t 24 br br \N \N 1540.3,1540.3 12486 br-FR 11 10 c t 24 br-FR br-FR \N \N 1540.3,1540.3 12487 br_FR 11 10 c t 24 br-FR br-FR \N \N 1540.3,1540.3 12488 brx 11 10 c t 6 brx brx \N \N 1540.3,1540.3 12489 brx-IN 11 10 c t 6 brx-IN brx-IN \N \N 1540.3,1540.3 12490 brx_IN 11 10 c t 6 brx-IN brx-IN \N \N 1540.3,1540.3 12491 bs 11 10 c t 29 bs bs \N \N 1540.3,1540.3 12492 bs-Cyrl 11 10 c t 23 bs-Cyrl bs-Cyrl \N \N 1540.3,1540.3 12493 bs_Cyrl 11 10 c t 23 bs-Cyrl bs-Cyrl \N \N 1540.3,1540.3 12494 bs-Cyrl-BA 11 10 c t 23 bs-Cyrl-BA bs-Cyrl-BA \N \N 1540.3,1540.3 12495 bs_Cyrl_BA 11 10 c t 23 bs-Cyrl-BA bs-Cyrl-BA \N \N 1540.3,1540.3 12496 bs-Latn 11 10 c t 29 bs-Latn bs-Latn \N \N 1540.3,1540.3 12497 bs_Latn 11 10 c t 29 bs-Latn bs-Latn \N \N 1540.3,1540.3 12498 bs-Latn-BA 11 10 c t 29 bs-Latn-BA bs-Latn-BA \N \N 1540.3,1540.3 12499 bs_Latn_BA 11 10 c t 29 bs-Latn-BA bs-Latn-BA \N \N 1540.3,1540.3 12500 byn 11 10 c t 6 byn byn \N \N 1540.3,1540.3 12501 byn-ER 11 10 c t 6 byn-ER byn-ER \N \N 1540.3,1540.3 12502 byn_ER 11 10 c t 6 byn-ER byn-ER \N \N 1540.3,1540.3 12503 ca 11 10 c t 24 ca ca \N \N 1540.3,1540.3 12504 ca-AD 11 10 c t 24 ca-AD ca-AD \N \N 1540.3,1540.3 12505 ca_AD 11 10 c t 24 ca-AD ca-AD \N \N 1540.3,1540.3 12506 ca-ES 11 10 c t 24 ca-ES ca-ES \N \N 1540.3,1540.3 12507 ca_ES 11 10 c t 24 ca-ES ca-ES \N \N 1540.3,1540.3 12508 ca-ES-valencia 11 10 c t 24 ca-ES-valencia ca-ES-valencia \N \N 1540.3,1540.3 12509 ca_ES_valencia 11 10 c t 24 ca-ES-valencia ca-ES-valencia \N \N 1540.3,1540.3 12510 ca-FR 11 10 c t 24 ca-FR ca-FR \N \N 1540.3,1540.3 12511 ca_FR 11 10 c t 24 ca-FR ca-FR \N \N 1540.3,1540.3 12512 ca-IT 11 10 c t 24 ca-IT ca-IT \N \N 1540.3,1540.3 12513 ca_IT 11 10 c t 24 ca-IT ca-IT \N \N 1540.3,1540.3 12514 ccp 11 10 c t 6 ccp ccp \N \N 1540.3,1540.3 12515 ccp-Cakm 11 10 c t 6 ccp-Cakm ccp-Cakm \N \N 1540.3,1540.3 12516 ccp_Cakm 11 10 c t 6 ccp-Cakm ccp-Cakm \N \N 1540.3,1540.3 12517 ccp-Cakm-BD 11 10 c t 6 ccp-Cakm-BD ccp-Cakm-BD \N \N 1540.3,1540.3 12518 ccp_Cakm_BD 11 10 c t 6 ccp-Cakm-BD ccp-Cakm-BD \N \N 1540.3,1540.3 12519 ccp-Cakm-IN 11 10 c t 6 ccp-Cakm-IN ccp-Cakm-IN \N \N 1540.3,1540.3 12520 ccp_Cakm_IN 11 10 c t 6 ccp-Cakm-IN ccp-Cakm-IN \N \N 1540.3,1540.3 12521 ce 11 10 c t 6 ce ce \N \N 1540.3,1540.3 12522 ce-RU 11 10 c t 6 ce-RU ce-RU \N \N 1540.3,1540.3 12523 ce_RU 11 10 c t 6 ce-RU ce-RU \N \N 1540.3,1540.3 12524 ceb 11 10 c t 6 ceb ceb \N \N 1540.3,1540.3 12525 ceb-Latn 11 10 c t 6 ceb-Latn ceb-Latn \N \N 1540.3,1540.3 12526 ceb_Latn 11 10 c t 6 ceb-Latn ceb-Latn \N \N 1540.3,1540.3 12527 ceb-Latn-PH 11 10 c t 6 ceb-Latn-PH ceb-Latn-PH \N \N 1540.3,1540.3 12528 ceb_Latn_PH 11 10 c t 6 ceb-Latn-PH ceb-Latn-PH \N \N 1540.3,1540.3 12529 cgg 11 10 c t 6 cgg cgg \N \N 1540.3,1540.3 12530 cgg-UG 11 10 c t 6 cgg-UG cgg-UG \N \N 1540.3,1540.3 12531 cgg_UG 11 10 c t 6 cgg-UG cgg-UG \N \N 1540.3,1540.3 12532 chr 11 10 c t 6 chr chr \N \N 1540.3,1540.3 12533 chr-Cher 11 10 c t 6 chr-Cher chr-Cher \N \N 1540.3,1540.3 12534 chr_Cher 11 10 c t 6 chr-Cher chr-Cher \N \N 1540.3,1540.3 12535 chr-Cher-US 11 10 c t 6 chr-Cher-US chr-Cher-US \N \N 1540.3,1540.3 12536 chr_Cher_US 11 10 c t 6 chr-Cher-US chr-Cher-US \N \N 1540.3,1540.3 12537 co 11 10 c t 24 co co \N \N 1540.3,1540.3 12538 co-FR 11 10 c t 24 co-FR co-FR \N \N 1540.3,1540.3 12539 co_FR 11 10 c t 24 co-FR co-FR \N \N 1540.3,1540.3 12540 cs 11 10 c t 29 cs cs \N \N 1540.3,1540.3 12541 cs-CZ 11 10 c t 29 cs-CZ cs-CZ \N \N 1540.3,1540.3 12542 cs_CZ 11 10 c t 29 cs-CZ cs-CZ \N \N 1540.3,1540.3 12543 cu 11 10 c t 6 cu cu \N \N 1540.3,1540.3 12544 cu-RU 11 10 c t 6 cu-RU cu-RU \N \N 1540.3,1540.3 12545 cu_RU 11 10 c t 6 cu-RU cu-RU \N \N 1540.3,1540.3 12546 cy 11 10 c t 24 cy cy \N \N 1540.3,1540.3 12547 cy-GB 11 10 c t 24 cy-GB cy-GB \N \N 1540.3,1540.3 12548 cy_GB 11 10 c t 24 cy-GB cy-GB \N \N 1540.3,1540.3 12549 da 11 10 c t 24 da da \N \N 1540.3,1540.3 12550 da-DK 11 10 c t 24 da-DK da-DK \N \N 1540.3,1540.3 12551 da_DK 11 10 c t 24 da-DK da-DK \N \N 1540.3,1540.3 12552 da-GL 11 10 c t 24 da-GL da-GL \N \N 1540.3,1540.3 12553 da_GL 11 10 c t 24 da-GL da-GL \N \N 1540.3,1540.3 12554 dav 11 10 c t 6 dav dav \N \N 1540.3,1540.3 12555 dav-KE 11 10 c t 6 dav-KE dav-KE \N \N 1540.3,1540.3 12556 dav_KE 11 10 c t 6 dav-KE dav-KE \N \N 1540.3,1540.3 12557 de 11 10 c t 24 de de \N \N 1540.3,1540.3 12558 de-AT 11 10 c t 24 de-AT de-AT \N \N 1540.3,1540.3 12559 de_AT 11 10 c t 24 de-AT de-AT \N \N 1540.3,1540.3 12560 de-BE 11 10 c t 24 de-BE de-BE \N \N 1540.3,1540.3 12561 de_BE 11 10 c t 24 de-BE de-BE \N \N 1540.3,1540.3 12562 de-CH 11 10 c t 24 de-CH de-CH \N \N 1540.3,1540.3 12563 de_CH 11 10 c t 24 de-CH de-CH \N \N 1540.3,1540.3 12564 de-DE 11 10 c t 24 de-DE de-DE \N \N 1540.3,1540.3 12565 de_DE 11 10 c t 24 de-DE de-DE \N \N 1540.3,1540.3 12566 de-DE_phoneb 11 10 c t 24 de-DE_phoneb de-DE_phoneb \N \N 1540.3,1540.3 12567 de_DE_phoneb 11 10 c t 24 de-DE_phoneb de-DE_phoneb \N \N 1540.3,1540.3 12568 de-IT 11 10 c t 6 de-IT de-IT \N \N 1540.3,1540.3 12569 de_IT 11 10 c t 6 de-IT de-IT \N \N 1540.3,1540.3 12570 de-LI 11 10 c t 24 de-LI de-LI \N \N 1540.3,1540.3 12571 de_LI 11 10 c t 24 de-LI de-LI \N \N 1540.3,1540.3 12572 de-LU 11 10 c t 24 de-LU de-LU \N \N 1540.3,1540.3 12573 de_LU 11 10 c t 24 de-LU de-LU \N \N 1540.3,1540.3 12574 dje 11 10 c t 6 dje dje \N \N 1540.3,1540.3 12575 dje-NE 11 10 c t 6 dje-NE dje-NE \N \N 1540.3,1540.3 12576 dje_NE 11 10 c t 6 dje-NE dje-NE \N \N 1540.3,1540.3 12577 dsb 11 10 c t 24 dsb dsb \N \N 1540.3,1540.3 12578 dsb-DE 11 10 c t 24 dsb-DE dsb-DE \N \N 1540.3,1540.3 12579 dsb_DE 11 10 c t 24 dsb-DE dsb-DE \N \N 1540.3,1540.3 12580 dua 11 10 c t 6 dua dua \N \N 1540.3,1540.3 12581 dua-CM 11 10 c t 6 dua-CM dua-CM \N \N 1540.3,1540.3 12582 dua_CM 11 10 c t 6 dua-CM dua-CM \N \N 1540.3,1540.3 12583 dv 11 10 c t 6 dv dv \N \N 1540.3,1540.3 12584 dv-MV 11 10 c t 6 dv-MV dv-MV \N \N 1540.3,1540.3 12585 dv_MV 11 10 c t 6 dv-MV dv-MV \N \N 1540.3,1540.3 12586 dyo 11 10 c t 6 dyo dyo \N \N 1540.3,1540.3 12587 dyo-SN 11 10 c t 6 dyo-SN dyo-SN \N \N 1540.3,1540.3 12588 dyo_SN 11 10 c t 6 dyo-SN dyo-SN \N \N 1540.3,1540.3 12589 dz 11 10 c t 6 dz dz \N \N 1540.3,1540.3 12590 dz-BT 11 10 c t 6 dz-BT dz-BT \N \N 1540.3,1540.3 12591 dz_BT 11 10 c t 6 dz-BT dz-BT \N \N 1540.3,1540.3 12592 ebu 11 10 c t 6 ebu ebu \N \N 1540.3,1540.3 12593 ebu-KE 11 10 c t 6 ebu-KE ebu-KE \N \N 1540.3,1540.3 12594 ebu_KE 11 10 c t 6 ebu-KE ebu-KE \N \N 1540.3,1540.3 12595 ee 11 10 c t 6 ee ee \N \N 1540.3,1540.3 12596 ee-GH 11 10 c t 6 ee-GH ee-GH \N \N 1540.3,1540.3 12597 ee_GH 11 10 c t 6 ee-GH ee-GH \N \N 1540.3,1540.3 12598 ee-TG 11 10 c t 6 ee-TG ee-TG \N \N 1540.3,1540.3 12599 ee_TG 11 10 c t 6 ee-TG ee-TG \N \N 1540.3,1540.3 12600 el 11 10 c t 30 el el \N \N 1540.3,1540.3 12601 el-CY 11 10 c t 30 el-CY el-CY \N \N 1540.3,1540.3 12602 el_CY 11 10 c t 30 el-CY el-CY \N \N 1540.3,1540.3 12603 el-GR 11 10 c t 30 el-GR el-GR \N \N 1540.3,1540.3 12604 el_GR 11 10 c t 30 el-GR el-GR \N \N 1540.3,1540.3 12605 en 11 10 c t 24 en en \N \N 1540.3,1540.3 12606 en-001 11 10 c t 24 en-001 en-001 \N \N 1540.3,1540.3 12607 en_001 11 10 c t 24 en-001 en-001 \N \N 1540.3,1540.3 12608 en-029 11 10 c t 24 en-029 en-029 \N \N 1540.3,1540.3 12609 en_029 11 10 c t 24 en-029 en-029 \N \N 1540.3,1540.3 12610 en-150 11 10 c t 6 en-150 en-150 \N \N 1540.3,1540.3 12611 en_150 11 10 c t 6 en-150 en-150 \N \N 1540.3,1540.3 12612 en-AE 11 10 c t 6 en-AE en-AE \N \N 1540.3,1540.3 12613 en_AE 11 10 c t 6 en-AE en-AE \N \N 1540.3,1540.3 12614 en-AG 11 10 c t 24 en-AG en-AG \N \N 1540.3,1540.3 12615 en_AG 11 10 c t 24 en-AG en-AG \N \N 1540.3,1540.3 12616 en-AI 11 10 c t 24 en-AI en-AI \N \N 1540.3,1540.3 12617 en_AI 11 10 c t 24 en-AI en-AI \N \N 1540.3,1540.3 12618 en-AS 11 10 c t 24 en-AS en-AS \N \N 1540.3,1540.3 12619 en_AS 11 10 c t 24 en-AS en-AS \N \N 1540.3,1540.3 12620 en-AT 11 10 c t 6 en-AT en-AT \N \N 1540.3,1540.3 12621 en_AT 11 10 c t 6 en-AT en-AT \N \N 1540.3,1540.3 12622 en-AU 11 10 c t 24 en-AU en-AU \N \N 1540.3,1540.3 12623 en_AU 11 10 c t 24 en-AU en-AU \N \N 1540.3,1540.3 12624 en-BB 11 10 c t 24 en-BB en-BB \N \N 1540.3,1540.3 12625 en_BB 11 10 c t 24 en-BB en-BB \N \N 1540.3,1540.3 12626 en-BE 11 10 c t 24 en-BE en-BE \N \N 1540.3,1540.3 12627 en_BE 11 10 c t 24 en-BE en-BE \N \N 1540.3,1540.3 12628 en-BI 11 10 c t 6 en-BI en-BI \N \N 1540.3,1540.3 12629 en_BI 11 10 c t 6 en-BI en-BI \N \N 1540.3,1540.3 12630 en-BM 11 10 c t 24 en-BM en-BM \N \N 1540.3,1540.3 12631 en_BM 11 10 c t 24 en-BM en-BM \N \N 1540.3,1540.3 12632 en-BS 11 10 c t 24 en-BS en-BS \N \N 1540.3,1540.3 12633 en_BS 11 10 c t 24 en-BS en-BS \N \N 1540.3,1540.3 12634 en-BW 11 10 c t 24 en-BW en-BW \N \N 1540.3,1540.3 12635 en_BW 11 10 c t 24 en-BW en-BW \N \N 1540.3,1540.3 12636 en-BZ 11 10 c t 24 en-BZ en-BZ \N \N 1540.3,1540.3 12637 en_BZ 11 10 c t 24 en-BZ en-BZ \N \N 1540.3,1540.3 12638 en-CA 11 10 c t 24 en-CA en-CA \N \N 1540.3,1540.3 12639 en_CA 11 10 c t 24 en-CA en-CA \N \N 1540.3,1540.3 12640 en-CC 11 10 c t 24 en-CC en-CC \N \N 1540.3,1540.3 12641 en_CC 11 10 c t 24 en-CC en-CC \N \N 1540.3,1540.3 12642 en-CH 11 10 c t 6 en-CH en-CH \N \N 1540.3,1540.3 12643 en_CH 11 10 c t 6 en-CH en-CH \N \N 1540.3,1540.3 12644 en-CK 11 10 c t 24 en-CK en-CK \N \N 1540.3,1540.3 12645 en_CK 11 10 c t 24 en-CK en-CK \N \N 1540.3,1540.3 12646 en-CM 11 10 c t 24 en-CM en-CM \N \N 1540.3,1540.3 12647 en_CM 11 10 c t 24 en-CM en-CM \N \N 1540.3,1540.3 12648 en-CX 11 10 c t 24 en-CX en-CX \N \N 1540.3,1540.3 12649 en_CX 11 10 c t 24 en-CX en-CX \N \N 1540.3,1540.3 12650 en-CY 11 10 c t 6 en-CY en-CY \N \N 1540.3,1540.3 12651 en_CY 11 10 c t 6 en-CY en-CY \N \N 1540.3,1540.3 12652 en-DE 11 10 c t 6 en-DE en-DE \N \N 1540.3,1540.3 12653 en_DE 11 10 c t 6 en-DE en-DE \N \N 1540.3,1540.3 12654 en-DK 11 10 c t 6 en-DK en-DK \N \N 1540.3,1540.3 12655 en_DK 11 10 c t 6 en-DK en-DK \N \N 1540.3,1540.3 12656 en-DM 11 10 c t 24 en-DM en-DM \N \N 1540.3,1540.3 12657 en_DM 11 10 c t 24 en-DM en-DM \N \N 1540.3,1540.3 12658 en-ER 11 10 c t 24 en-ER en-ER \N \N 1540.3,1540.3 12659 en_ER 11 10 c t 24 en-ER en-ER \N \N 1540.3,1540.3 12660 en-FI 11 10 c t 6 en-FI en-FI \N \N 1540.3,1540.3 12661 en_FI 11 10 c t 6 en-FI en-FI \N \N 1540.3,1540.3 12662 en-FJ 11 10 c t 24 en-FJ en-FJ \N \N 1540.3,1540.3 12663 en_FJ 11 10 c t 24 en-FJ en-FJ \N \N 1540.3,1540.3 12664 en-FK 11 10 c t 24 en-FK en-FK \N \N 1540.3,1540.3 12665 en_FK 11 10 c t 24 en-FK en-FK \N \N 1540.3,1540.3 12666 en-FM 11 10 c t 24 en-FM en-FM \N \N 1540.3,1540.3 12667 en_FM 11 10 c t 24 en-FM en-FM \N \N 1540.3,1540.3 12668 en-GB 11 10 c t 24 en-GB en-GB \N \N 1540.3,1540.3 12669 en_GB 11 10 c t 24 en-GB en-GB \N \N 1540.3,1540.3 12670 en-GD 11 10 c t 24 en-GD en-GD \N \N 1540.3,1540.3 12671 en_GD 11 10 c t 24 en-GD en-GD \N \N 1540.3,1540.3 12672 en-GG 11 10 c t 24 en-GG en-GG \N \N 1540.3,1540.3 12673 en_GG 11 10 c t 24 en-GG en-GG \N \N 1540.3,1540.3 12674 en-GH 11 10 c t 24 en-GH en-GH \N \N 1540.3,1540.3 12675 en_GH 11 10 c t 24 en-GH en-GH \N \N 1540.3,1540.3 12676 en-GI 11 10 c t 24 en-GI en-GI \N \N 1540.3,1540.3 12677 en_GI 11 10 c t 24 en-GI en-GI \N \N 1540.3,1540.3 12678 en-GM 11 10 c t 24 en-GM en-GM \N \N 1540.3,1540.3 12679 en_GM 11 10 c t 24 en-GM en-GM \N \N 1540.3,1540.3 12680 en-GU 11 10 c t 24 en-GU en-GU \N \N 1540.3,1540.3 12681 en_GU 11 10 c t 24 en-GU en-GU \N \N 1540.3,1540.3 12682 en-GY 11 10 c t 24 en-GY en-GY \N \N 1540.3,1540.3 12683 en_GY 11 10 c t 24 en-GY en-GY \N \N 1540.3,1540.3 12684 en-HK 11 10 c t 24 en-HK en-HK \N \N 1540.3,1540.3 12685 en_HK 11 10 c t 24 en-HK en-HK \N \N 1540.3,1540.3 12686 en-ID 11 10 c t 24 en-ID en-ID \N \N 1540.3,1540.3 12687 en_ID 11 10 c t 24 en-ID en-ID \N \N 1540.3,1540.3 12688 en-IE 11 10 c t 24 en-IE en-IE \N \N 1540.3,1540.3 12689 en_IE 11 10 c t 24 en-IE en-IE \N \N 1540.3,1540.3 12690 en-IL 11 10 c t 6 en-IL en-IL \N \N 1540.3,1540.3 12691 en_IL 11 10 c t 6 en-IL en-IL \N \N 1540.3,1540.3 12692 en-IM 11 10 c t 24 en-IM en-IM \N \N 1540.3,1540.3 12693 en_IM 11 10 c t 24 en-IM en-IM \N \N 1540.3,1540.3 12694 en-IN 11 10 c t 24 en-IN en-IN \N \N 1540.3,1540.3 12695 en_IN 11 10 c t 24 en-IN en-IN \N \N 1540.3,1540.3 12696 en-IO 11 10 c t 24 en-IO en-IO \N \N 1540.3,1540.3 12697 en_IO 11 10 c t 24 en-IO en-IO \N \N 1540.3,1540.3 12698 en-JE 11 10 c t 24 en-JE en-JE \N \N 1540.3,1540.3 12699 en_JE 11 10 c t 24 en-JE en-JE \N \N 1540.3,1540.3 12700 en-JM 11 10 c t 24 en-JM en-JM \N \N 1540.3,1540.3 12701 en_JM 11 10 c t 24 en-JM en-JM \N \N 1540.3,1540.3 12702 en-KE 11 10 c t 24 en-KE en-KE \N \N 1540.3,1540.3 12703 en_KE 11 10 c t 24 en-KE en-KE \N \N 1540.3,1540.3 12704 en-KI 11 10 c t 24 en-KI en-KI \N \N 1540.3,1540.3 12705 en_KI 11 10 c t 24 en-KI en-KI \N \N 1540.3,1540.3 12706 en-KN 11 10 c t 24 en-KN en-KN \N \N 1540.3,1540.3 12707 en_KN 11 10 c t 24 en-KN en-KN \N \N 1540.3,1540.3 12708 en-KY 11 10 c t 24 en-KY en-KY \N \N 1540.3,1540.3 12709 en_KY 11 10 c t 24 en-KY en-KY \N \N 1540.3,1540.3 12710 en-LC 11 10 c t 24 en-LC en-LC \N \N 1540.3,1540.3 12711 en_LC 11 10 c t 24 en-LC en-LC \N \N 1540.3,1540.3 12712 en-LR 11 10 c t 24 en-LR en-LR \N \N 1540.3,1540.3 12713 en_LR 11 10 c t 24 en-LR en-LR \N \N 1540.3,1540.3 12714 en-LS 11 10 c t 24 en-LS en-LS \N \N 1540.3,1540.3 12715 en_LS 11 10 c t 24 en-LS en-LS \N \N 1540.3,1540.3 12716 en-MG 11 10 c t 24 en-MG en-MG \N \N 1540.3,1540.3 12717 en_MG 11 10 c t 24 en-MG en-MG \N \N 1540.3,1540.3 12718 en-MH 11 10 c t 24 en-MH en-MH \N \N 1540.3,1540.3 12719 en_MH 11 10 c t 24 en-MH en-MH \N \N 1540.3,1540.3 12720 en-MO 11 10 c t 24 en-MO en-MO \N \N 1540.3,1540.3 12721 en_MO 11 10 c t 24 en-MO en-MO \N \N 1540.3,1540.3 12722 en-MP 11 10 c t 24 en-MP en-MP \N \N 1540.3,1540.3 12723 en_MP 11 10 c t 24 en-MP en-MP \N \N 1540.3,1540.3 12724 en-MS 11 10 c t 24 en-MS en-MS \N \N 1540.3,1540.3 12725 en_MS 11 10 c t 24 en-MS en-MS \N \N 1540.3,1540.3 12726 en-MT 11 10 c t 24 en-MT en-MT \N \N 1540.3,1540.3 12727 en_MT 11 10 c t 24 en-MT en-MT \N \N 1540.3,1540.3 12728 en-MU 11 10 c t 24 en-MU en-MU \N \N 1540.3,1540.3 12729 en_MU 11 10 c t 24 en-MU en-MU \N \N 1540.3,1540.3 12730 en-MW 11 10 c t 24 en-MW en-MW \N \N 1540.3,1540.3 12731 en_MW 11 10 c t 24 en-MW en-MW \N \N 1540.3,1540.3 12732 en-MY 11 10 c t 24 en-MY en-MY \N \N 1540.3,1540.3 12733 en_MY 11 10 c t 24 en-MY en-MY \N \N 1540.3,1540.3 12734 en-NA 11 10 c t 24 en-NA en-NA \N \N 1540.3,1540.3 12735 en_NA 11 10 c t 24 en-NA en-NA \N \N 1540.3,1540.3 12736 en-NF 11 10 c t 24 en-NF en-NF \N \N 1540.3,1540.3 12737 en_NF 11 10 c t 24 en-NF en-NF \N \N 1540.3,1540.3 12738 en-NG 11 10 c t 24 en-NG en-NG \N \N 1540.3,1540.3 12739 en_NG 11 10 c t 24 en-NG en-NG \N \N 1540.3,1540.3 12740 en-NL 11 10 c t 6 en-NL en-NL \N \N 1540.3,1540.3 12741 en_NL 11 10 c t 6 en-NL en-NL \N \N 1540.3,1540.3 12742 en-NR 11 10 c t 24 en-NR en-NR \N \N 1540.3,1540.3 12743 en_NR 11 10 c t 24 en-NR en-NR \N \N 1540.3,1540.3 12744 en-NU 11 10 c t 24 en-NU en-NU \N \N 1540.3,1540.3 12745 en_NU 11 10 c t 24 en-NU en-NU \N \N 1540.3,1540.3 12746 en-NZ 11 10 c t 24 en-NZ en-NZ \N \N 1540.3,1540.3 12747 en_NZ 11 10 c t 24 en-NZ en-NZ \N \N 1540.3,1540.3 12748 en-PG 11 10 c t 24 en-PG en-PG \N \N 1540.3,1540.3 12749 en_PG 11 10 c t 24 en-PG en-PG \N \N 1540.3,1540.3 12750 en-PH 11 10 c t 24 en-PH en-PH \N \N 1540.3,1540.3 12751 en_PH 11 10 c t 24 en-PH en-PH \N \N 1540.3,1540.3 12752 en-PK 11 10 c t 24 en-PK en-PK \N \N 1540.3,1540.3 12753 en_PK 11 10 c t 24 en-PK en-PK \N \N 1540.3,1540.3 12754 en-PN 11 10 c t 24 en-PN en-PN \N \N 1540.3,1540.3 12755 en_PN 11 10 c t 24 en-PN en-PN \N \N 1540.3,1540.3 12756 en-PR 11 10 c t 24 en-PR en-PR \N \N 1540.3,1540.3 12757 en_PR 11 10 c t 24 en-PR en-PR \N \N 1540.3,1540.3 12758 en-PW 11 10 c t 24 en-PW en-PW \N \N 1540.3,1540.3 12759 en_PW 11 10 c t 24 en-PW en-PW \N \N 1540.3,1540.3 12760 en-RW 11 10 c t 24 en-RW en-RW \N \N 1540.3,1540.3 12761 en_RW 11 10 c t 24 en-RW en-RW \N \N 1540.3,1540.3 12762 en-SB 11 10 c t 24 en-SB en-SB \N \N 1540.3,1540.3 12763 en_SB 11 10 c t 24 en-SB en-SB \N \N 1540.3,1540.3 12764 en-SC 11 10 c t 24 en-SC en-SC \N \N 1540.3,1540.3 12765 en_SC 11 10 c t 24 en-SC en-SC \N \N 1540.3,1540.3 12766 en-SD 11 10 c t 24 en-SD en-SD \N \N 1540.3,1540.3 12767 en_SD 11 10 c t 24 en-SD en-SD \N \N 1540.3,1540.3 12768 en-SE 11 10 c t 6 en-SE en-SE \N \N 1540.3,1540.3 12769 en_SE 11 10 c t 6 en-SE en-SE \N \N 1540.3,1540.3 12770 en-SG 11 10 c t 24 en-SG en-SG \N \N 1540.3,1540.3 12771 en_SG 11 10 c t 24 en-SG en-SG \N \N 1540.3,1540.3 12772 en-SH 11 10 c t 24 en-SH en-SH \N \N 1540.3,1540.3 12773 en_SH 11 10 c t 24 en-SH en-SH \N \N 1540.3,1540.3 12774 en-SI 11 10 c t 6 en-SI en-SI \N \N 1540.3,1540.3 12775 en_SI 11 10 c t 6 en-SI en-SI \N \N 1540.3,1540.3 12776 en-SL 11 10 c t 24 en-SL en-SL \N \N 1540.3,1540.3 12777 en_SL 11 10 c t 24 en-SL en-SL \N \N 1540.3,1540.3 12778 en-SS 11 10 c t 24 en-SS en-SS \N \N 1540.3,1540.3 12779 en_SS 11 10 c t 24 en-SS en-SS \N \N 1540.3,1540.3 12780 en-SX 11 10 c t 24 en-SX en-SX \N \N 1540.3,1540.3 12781 en_SX 11 10 c t 24 en-SX en-SX \N \N 1540.3,1540.3 12782 en-SZ 11 10 c t 24 en-SZ en-SZ \N \N 1540.3,1540.3 12783 en_SZ 11 10 c t 24 en-SZ en-SZ \N \N 1540.3,1540.3 12784 en-TC 11 10 c t 24 en-TC en-TC \N \N 1540.3,1540.3 12785 en_TC 11 10 c t 24 en-TC en-TC \N \N 1540.3,1540.3 12786 en-TK 11 10 c t 24 en-TK en-TK \N \N 1540.3,1540.3 12787 en_TK 11 10 c t 24 en-TK en-TK \N \N 1540.3,1540.3 12788 en-TO 11 10 c t 24 en-TO en-TO \N \N 1540.3,1540.3 12789 en_TO 11 10 c t 24 en-TO en-TO \N \N 1540.3,1540.3 12790 en-TT 11 10 c t 24 en-TT en-TT \N \N 1540.3,1540.3 12791 en_TT 11 10 c t 24 en-TT en-TT \N \N 1540.3,1540.3 12792 en-TV 11 10 c t 24 en-TV en-TV \N \N 1540.3,1540.3 12793 en_TV 11 10 c t 24 en-TV en-TV \N \N 1540.3,1540.3 12794 en-TZ 11 10 c t 24 en-TZ en-TZ \N \N 1540.3,1540.3 12795 en_TZ 11 10 c t 24 en-TZ en-TZ \N \N 1540.3,1540.3 12796 en-UG 11 10 c t 24 en-UG en-UG \N \N 1540.3,1540.3 12797 en_UG 11 10 c t 24 en-UG en-UG \N \N 1540.3,1540.3 12798 en-UM 11 10 c t 24 en-UM en-UM \N \N 1540.3,1540.3 12799 en_UM 11 10 c t 24 en-UM en-UM \N \N 1540.3,1540.3 12800 en-US 11 10 c t 24 en-US en-US \N \N 1540.3,1540.3 12801 en_US 11 10 c t 24 en-US en-US \N \N 1540.3,1540.3 12802 en-VC 11 10 c t 24 en-VC en-VC \N \N 1540.3,1540.3 12803 en_VC 11 10 c t 24 en-VC en-VC \N \N 1540.3,1540.3 12804 en-VG 11 10 c t 24 en-VG en-VG \N \N 1540.3,1540.3 12805 en_VG 11 10 c t 24 en-VG en-VG \N \N 1540.3,1540.3 12806 en-VI 11 10 c t 24 en-VI en-VI \N \N 1540.3,1540.3 12807 en_VI 11 10 c t 24 en-VI en-VI \N \N 1540.3,1540.3 12808 en-VU 11 10 c t 24 en-VU en-VU \N \N 1540.3,1540.3 12809 en_VU 11 10 c t 24 en-VU en-VU \N \N 1540.3,1540.3 12810 en-WS 11 10 c t 24 en-WS en-WS \N \N 1540.3,1540.3 12811 en_WS 11 10 c t 24 en-WS en-WS \N \N 1540.3,1540.3 12812 en-ZA 11 10 c t 24 en-ZA en-ZA \N \N 1540.3,1540.3 12813 en_ZA 11 10 c t 24 en-ZA en-ZA \N \N 1540.3,1540.3 12814 en-ZM 11 10 c t 24 en-ZM en-ZM \N \N 1540.3,1540.3 12815 en_ZM 11 10 c t 24 en-ZM en-ZM \N \N 1540.3,1540.3 12816 en-ZW 11 10 c t 24 en-ZW en-ZW \N \N 1540.3,1540.3 12817 en_ZW 11 10 c t 24 en-ZW en-ZW \N \N 1540.3,1540.3 12818 eo 11 10 c t 6 eo eo \N \N 1540.3,1540.3 12819 eo-001 11 10 c t 6 eo-001 eo-001 \N \N 1540.3,1540.3 12820 eo_001 11 10 c t 6 eo-001 eo-001 \N \N 1540.3,1540.3 12821 es 11 10 c t 24 es es \N \N 1540.3,1540.3 12822 es-419 11 10 c t 24 es-419 es-419 \N \N 1540.3,1540.3 12823 es_419 11 10 c t 24 es-419 es-419 \N \N 1540.3,1540.3 12824 es-AR 11 10 c t 24 es-AR es-AR \N \N 1540.3,1540.3 12825 es_AR 11 10 c t 24 es-AR es-AR \N \N 1540.3,1540.3 12826 es-BO 11 10 c t 24 es-BO es-BO \N \N 1540.3,1540.3 12827 es_BO 11 10 c t 24 es-BO es-BO \N \N 1540.3,1540.3 12828 es-BR 11 10 c t 6 es-BR es-BR \N \N 1540.3,1540.3 12829 es_BR 11 10 c t 6 es-BR es-BR \N \N 1540.3,1540.3 12830 es-BZ 11 10 c t 6 es-BZ es-BZ \N \N 1540.3,1540.3 12831 es_BZ 11 10 c t 6 es-BZ es-BZ \N \N 1540.3,1540.3 12832 es-CL 11 10 c t 24 es-CL es-CL \N \N 1540.3,1540.3 12833 es_CL 11 10 c t 24 es-CL es-CL \N \N 1540.3,1540.3 12834 es-CO 11 10 c t 24 es-CO es-CO \N \N 1540.3,1540.3 12835 es_CO 11 10 c t 24 es-CO es-CO \N \N 1540.3,1540.3 12836 es-CR 11 10 c t 24 es-CR es-CR \N \N 1540.3,1540.3 12837 es_CR 11 10 c t 24 es-CR es-CR \N \N 1540.3,1540.3 12838 es-CU 11 10 c t 24 es-CU es-CU \N \N 1540.3,1540.3 12839 es_CU 11 10 c t 24 es-CU es-CU \N \N 1540.3,1540.3 12840 es-DO 11 10 c t 24 es-DO es-DO \N \N 1540.3,1540.3 12841 es_DO 11 10 c t 24 es-DO es-DO \N \N 1540.3,1540.3 12842 es-EC 11 10 c t 24 es-EC es-EC \N \N 1540.3,1540.3 12843 es_EC 11 10 c t 24 es-EC es-EC \N \N 1540.3,1540.3 12844 es-ES 11 10 c t 24 es-ES es-ES \N \N 1540.3,1540.3 12845 es_ES 11 10 c t 24 es-ES es-ES \N \N 1540.3,1540.3 12846 es-ES_tradnl 11 10 c t 24 es-ES_tradnl es-ES_tradnl \N \N 1540.3,1540.3 12847 es_ES_tradnl 11 10 c t 24 es-ES_tradnl es-ES_tradnl \N \N 1540.3,1540.3 12848 es-GQ 11 10 c t 24 es-GQ es-GQ \N \N 1540.3,1540.3 12849 es_GQ 11 10 c t 24 es-GQ es-GQ \N \N 1540.3,1540.3 12850 es-GT 11 10 c t 24 es-GT es-GT \N \N 1540.3,1540.3 12851 es_GT 11 10 c t 24 es-GT es-GT \N \N 1540.3,1540.3 12852 es-HN 11 10 c t 24 es-HN es-HN \N \N 1540.3,1540.3 12853 es_HN 11 10 c t 24 es-HN es-HN \N \N 1540.3,1540.3 12854 es-MX 11 10 c t 24 es-MX es-MX \N \N 1540.3,1540.3 12855 es_MX 11 10 c t 24 es-MX es-MX \N \N 1540.3,1540.3 12856 es-NI 11 10 c t 24 es-NI es-NI \N \N 1540.3,1540.3 12857 es_NI 11 10 c t 24 es-NI es-NI \N \N 1540.3,1540.3 12858 es-PA 11 10 c t 24 es-PA es-PA \N \N 1540.3,1540.3 12859 es_PA 11 10 c t 24 es-PA es-PA \N \N 1540.3,1540.3 12860 es-PE 11 10 c t 24 es-PE es-PE \N \N 1540.3,1540.3 12861 es_PE 11 10 c t 24 es-PE es-PE \N \N 1540.3,1540.3 12862 es-PH 11 10 c t 24 es-PH es-PH \N \N 1540.3,1540.3 12863 es_PH 11 10 c t 24 es-PH es-PH \N \N 1540.3,1540.3 12864 es-PR 11 10 c t 24 es-PR es-PR \N \N 1540.3,1540.3 12865 es_PR 11 10 c t 24 es-PR es-PR \N \N 1540.3,1540.3 12866 es-PY 11 10 c t 24 es-PY es-PY \N \N 1540.3,1540.3 12867 es_PY 11 10 c t 24 es-PY es-PY \N \N 1540.3,1540.3 12868 es-SV 11 10 c t 24 es-SV es-SV \N \N 1540.3,1540.3 12869 es_SV 11 10 c t 24 es-SV es-SV \N \N 1540.3,1540.3 12870 es-US 11 10 c t 24 es-US es-US \N \N 1540.3,1540.3 12871 es_US 11 10 c t 24 es-US es-US \N \N 1540.3,1540.3 12872 es-UY 11 10 c t 24 es-UY es-UY \N \N 1540.3,1540.3 12873 es_UY 11 10 c t 24 es-UY es-UY \N \N 1540.3,1540.3 12874 es-VE 11 10 c t 24 es-VE es-VE \N \N 1540.3,1540.3 12875 es_VE 11 10 c t 24 es-VE es-VE \N \N 1540.3,1540.3 12876 et 11 10 c t 33 et et \N \N 1540.3,1540.3 12877 et-EE 11 10 c t 33 et-EE et-EE \N \N 1540.3,1540.3 12878 et_EE 11 10 c t 33 et-EE et-EE \N \N 1540.3,1540.3 12879 eu 11 10 c t 24 eu eu \N \N 1540.3,1540.3 12880 eu-ES 11 10 c t 24 eu-ES eu-ES \N \N 1540.3,1540.3 12881 eu_ES 11 10 c t 24 eu-ES eu-ES \N \N 1540.3,1540.3 12882 ewo 11 10 c t 6 ewo ewo \N \N 1540.3,1540.3 12883 ewo-CM 11 10 c t 6 ewo-CM ewo-CM \N \N 1540.3,1540.3 12884 ewo_CM 11 10 c t 6 ewo-CM ewo-CM \N \N 1540.3,1540.3 12885 fa 11 10 c t 18 fa fa \N \N 1540.3,1540.3 12886 fa-IR 11 10 c t 18 fa-IR fa-IR \N \N 1540.3,1540.3 12887 fa_IR 11 10 c t 18 fa-IR fa-IR \N \N 1540.3,1540.3 12888 ff 11 10 c t 24 ff ff \N \N 1540.3,1540.3 12889 ff-Latn 11 10 c t 24 ff-Latn ff-Latn \N \N 1540.3,1540.3 12890 ff_Latn 11 10 c t 24 ff-Latn ff-Latn \N \N 1540.3,1540.3 12891 ff-Latn-BF 11 10 c t 6 ff-Latn-BF ff-Latn-BF \N \N 1540.3,1540.3 12892 ff_Latn_BF 11 10 c t 6 ff-Latn-BF ff-Latn-BF \N \N 1540.3,1540.3 12893 ff-Latn-CM 11 10 c t 24 ff-Latn-CM ff-Latn-CM \N \N 1540.3,1540.3 12894 ff_Latn_CM 11 10 c t 24 ff-Latn-CM ff-Latn-CM \N \N 1540.3,1540.3 12895 ff-Latn-GH 11 10 c t 6 ff-Latn-GH ff-Latn-GH \N \N 1540.3,1540.3 12896 ff_Latn_GH 11 10 c t 6 ff-Latn-GH ff-Latn-GH \N \N 1540.3,1540.3 12897 ff-Latn-GM 11 10 c t 6 ff-Latn-GM ff-Latn-GM \N \N 1540.3,1540.3 12898 ff_Latn_GM 11 10 c t 6 ff-Latn-GM ff-Latn-GM \N \N 1540.3,1540.3 12899 ff-Latn-GN 11 10 c t 24 ff-Latn-GN ff-Latn-GN \N \N 1540.3,1540.3 12900 ff_Latn_GN 11 10 c t 24 ff-Latn-GN ff-Latn-GN \N \N 1540.3,1540.3 12901 ff-Latn-GW 11 10 c t 6 ff-Latn-GW ff-Latn-GW \N \N 1540.3,1540.3 12902 ff_Latn_GW 11 10 c t 6 ff-Latn-GW ff-Latn-GW \N \N 1540.3,1540.3 12903 ff-Latn-LR 11 10 c t 6 ff-Latn-LR ff-Latn-LR \N \N 1540.3,1540.3 12904 ff_Latn_LR 11 10 c t 6 ff-Latn-LR ff-Latn-LR \N \N 1540.3,1540.3 12905 ff-Latn-MR 11 10 c t 24 ff-Latn-MR ff-Latn-MR \N \N 1540.3,1540.3 12906 ff_Latn_MR 11 10 c t 24 ff-Latn-MR ff-Latn-MR \N \N 1540.3,1540.3 12907 ff-Latn-NE 11 10 c t 6 ff-Latn-NE ff-Latn-NE \N \N 1540.3,1540.3 12908 ff_Latn_NE 11 10 c t 6 ff-Latn-NE ff-Latn-NE \N \N 1540.3,1540.3 12909 ff-Latn-NG 11 10 c t 24 ff-Latn-NG ff-Latn-NG \N \N 1540.3,1540.3 12910 ff_Latn_NG 11 10 c t 24 ff-Latn-NG ff-Latn-NG \N \N 1540.3,1540.3 12911 ff-Latn-SL 11 10 c t 6 ff-Latn-SL ff-Latn-SL \N \N 1540.3,1540.3 12912 ff_Latn_SL 11 10 c t 6 ff-Latn-SL ff-Latn-SL \N \N 1540.3,1540.3 12913 ff-Latn-SN 11 10 c t 24 ff-Latn-SN ff-Latn-SN \N \N 1540.3,1540.3 12914 ff_Latn_SN 11 10 c t 24 ff-Latn-SN ff-Latn-SN \N \N 1540.3,1540.3 12915 fi 11 10 c t 24 fi fi \N \N 1540.3,1540.3 12916 fi-FI 11 10 c t 24 fi-FI fi-FI \N \N 1540.3,1540.3 12917 fi_FI 11 10 c t 24 fi-FI fi-FI \N \N 1540.3,1540.3 12918 fil 11 10 c t 24 fil fil \N \N 1540.3,1540.3 12919 fil-PH 11 10 c t 24 fil-PH fil-PH \N \N 1540.3,1540.3 12920 fil_PH 11 10 c t 24 fil-PH fil-PH \N \N 1540.3,1540.3 12921 fo 11 10 c t 24 fo fo \N \N 1540.3,1540.3 12922 fo-DK 11 10 c t 6 fo-DK fo-DK \N \N 1540.3,1540.3 12923 fo_DK 11 10 c t 6 fo-DK fo-DK \N \N 1540.3,1540.3 12924 fo-FO 11 10 c t 24 fo-FO fo-FO \N \N 1540.3,1540.3 12925 fo_FO 11 10 c t 24 fo-FO fo-FO \N \N 1540.3,1540.3 12926 fr 11 10 c t 24 fr fr \N \N 1540.3,1540.3 12927 fr-029 11 10 c t 24 fr-029 fr-029 \N \N 1540.3,1540.3 12928 fr_029 11 10 c t 24 fr-029 fr-029 \N \N 1540.3,1540.3 12929 fr-BE 11 10 c t 24 fr-BE fr-BE \N \N 1540.3,1540.3 12930 fr_BE 11 10 c t 24 fr-BE fr-BE \N \N 1540.3,1540.3 12931 fr-BF 11 10 c t 24 fr-BF fr-BF \N \N 1540.3,1540.3 12932 fr_BF 11 10 c t 24 fr-BF fr-BF \N \N 1540.3,1540.3 12933 fr-BI 11 10 c t 24 fr-BI fr-BI \N \N 1540.3,1540.3 12934 fr_BI 11 10 c t 24 fr-BI fr-BI \N \N 1540.3,1540.3 12935 fr-BJ 11 10 c t 24 fr-BJ fr-BJ \N \N 1540.3,1540.3 12936 fr_BJ 11 10 c t 24 fr-BJ fr-BJ \N \N 1540.3,1540.3 12937 fr-BL 11 10 c t 24 fr-BL fr-BL \N \N 1540.3,1540.3 12938 fr_BL 11 10 c t 24 fr-BL fr-BL \N \N 1540.3,1540.3 12939 fr-CA 11 10 c t 24 fr-CA fr-CA \N \N 1540.3,1540.3 12940 fr_CA 11 10 c t 24 fr-CA fr-CA \N \N 1540.3,1540.3 12941 fr-CD 11 10 c t 24 fr-CD fr-CD \N \N 1540.3,1540.3 12942 fr_CD 11 10 c t 24 fr-CD fr-CD \N \N 1540.3,1540.3 12943 fr-CF 11 10 c t 24 fr-CF fr-CF \N \N 1540.3,1540.3 12944 fr_CF 11 10 c t 24 fr-CF fr-CF \N \N 1540.3,1540.3 12945 fr-CG 11 10 c t 24 fr-CG fr-CG \N \N 1540.3,1540.3 12946 fr_CG 11 10 c t 24 fr-CG fr-CG \N \N 1540.3,1540.3 12947 fr-CH 11 10 c t 24 fr-CH fr-CH \N \N 1540.3,1540.3 12948 fr_CH 11 10 c t 24 fr-CH fr-CH \N \N 1540.3,1540.3 12949 fr-CI 11 10 c t 24 fr-CI fr-CI \N \N 1540.3,1540.3 12950 fr_CI 11 10 c t 24 fr-CI fr-CI \N \N 1540.3,1540.3 12951 fr-CM 11 10 c t 24 fr-CM fr-CM \N \N 1540.3,1540.3 12952 fr_CM 11 10 c t 24 fr-CM fr-CM \N \N 1540.3,1540.3 12953 fr-DJ 11 10 c t 24 fr-DJ fr-DJ \N \N 1540.3,1540.3 12954 fr_DJ 11 10 c t 24 fr-DJ fr-DJ \N \N 1540.3,1540.3 12955 fr-DZ 11 10 c t 24 fr-DZ fr-DZ \N \N 1540.3,1540.3 12956 fr_DZ 11 10 c t 24 fr-DZ fr-DZ \N \N 1540.3,1540.3 12957 fr-FR 11 10 c t 24 fr-FR fr-FR \N \N 1540.3,1540.3 12958 fr_FR 11 10 c t 24 fr-FR fr-FR \N \N 1540.3,1540.3 12959 fr-GA 11 10 c t 24 fr-GA fr-GA \N \N 1540.3,1540.3 12960 fr_GA 11 10 c t 24 fr-GA fr-GA \N \N 1540.3,1540.3 12961 fr-GF 11 10 c t 24 fr-GF fr-GF \N \N 1540.3,1540.3 12962 fr_GF 11 10 c t 24 fr-GF fr-GF \N \N 1540.3,1540.3 12963 fr-GN 11 10 c t 24 fr-GN fr-GN \N \N 1540.3,1540.3 12964 fr_GN 11 10 c t 24 fr-GN fr-GN \N \N 1540.3,1540.3 12965 fr-GP 11 10 c t 24 fr-GP fr-GP \N \N 1540.3,1540.3 12966 fr_GP 11 10 c t 24 fr-GP fr-GP \N \N 1540.3,1540.3 12967 fr-GQ 11 10 c t 24 fr-GQ fr-GQ \N \N 1540.3,1540.3 12968 fr_GQ 11 10 c t 24 fr-GQ fr-GQ \N \N 1540.3,1540.3 12969 fr-HT 11 10 c t 24 fr-HT fr-HT \N \N 1540.3,1540.3 12970 fr_HT 11 10 c t 24 fr-HT fr-HT \N \N 1540.3,1540.3 12971 fr-KM 11 10 c t 24 fr-KM fr-KM \N \N 1540.3,1540.3 12972 fr_KM 11 10 c t 24 fr-KM fr-KM \N \N 1540.3,1540.3 12973 fr-LU 11 10 c t 24 fr-LU fr-LU \N \N 1540.3,1540.3 12974 fr_LU 11 10 c t 24 fr-LU fr-LU \N \N 1540.3,1540.3 12975 fr-MA 11 10 c t 24 fr-MA fr-MA \N \N 1540.3,1540.3 12976 fr_MA 11 10 c t 24 fr-MA fr-MA \N \N 1540.3,1540.3 12977 fr-MC 11 10 c t 24 fr-MC fr-MC \N \N 1540.3,1540.3 12978 fr_MC 11 10 c t 24 fr-MC fr-MC \N \N 1540.3,1540.3 12979 fr-MF 11 10 c t 24 fr-MF fr-MF \N \N 1540.3,1540.3 12980 fr_MF 11 10 c t 24 fr-MF fr-MF \N \N 1540.3,1540.3 12981 fr-MG 11 10 c t 24 fr-MG fr-MG \N \N 1540.3,1540.3 12982 fr_MG 11 10 c t 24 fr-MG fr-MG \N \N 1540.3,1540.3 12983 fr-ML 11 10 c t 24 fr-ML fr-ML \N \N 1540.3,1540.3 12984 fr_ML 11 10 c t 24 fr-ML fr-ML \N \N 1540.3,1540.3 12985 fr-MQ 11 10 c t 24 fr-MQ fr-MQ \N \N 1540.3,1540.3 12986 fr_MQ 11 10 c t 24 fr-MQ fr-MQ \N \N 1540.3,1540.3 12987 fr-MR 11 10 c t 24 fr-MR fr-MR \N \N 1540.3,1540.3 12988 fr_MR 11 10 c t 24 fr-MR fr-MR \N \N 1540.3,1540.3 12989 fr-MU 11 10 c t 24 fr-MU fr-MU \N \N 1540.3,1540.3 12990 fr_MU 11 10 c t 24 fr-MU fr-MU \N \N 1540.3,1540.3 12991 fr-NC 11 10 c t 24 fr-NC fr-NC \N \N 1540.3,1540.3 12992 fr_NC 11 10 c t 24 fr-NC fr-NC \N \N 1540.3,1540.3 12993 fr-NE 11 10 c t 24 fr-NE fr-NE \N \N 1540.3,1540.3 12994 fr_NE 11 10 c t 24 fr-NE fr-NE \N \N 1540.3,1540.3 12995 fr-PF 11 10 c t 24 fr-PF fr-PF \N \N 1540.3,1540.3 12996 fr_PF 11 10 c t 24 fr-PF fr-PF \N \N 1540.3,1540.3 12997 fr-PM 11 10 c t 24 fr-PM fr-PM \N \N 1540.3,1540.3 12998 fr_PM 11 10 c t 24 fr-PM fr-PM \N \N 1540.3,1540.3 12999 fr-RE 11 10 c t 24 fr-RE fr-RE \N \N 1540.3,1540.3 13000 fr_RE 11 10 c t 24 fr-RE fr-RE \N \N 1540.3,1540.3 13001 fr-RW 11 10 c t 24 fr-RW fr-RW \N \N 1540.3,1540.3 13002 fr_RW 11 10 c t 24 fr-RW fr-RW \N \N 1540.3,1540.3 13003 fr-SC 11 10 c t 24 fr-SC fr-SC \N \N 1540.3,1540.3 13004 fr_SC 11 10 c t 24 fr-SC fr-SC \N \N 1540.3,1540.3 13005 fr-SN 11 10 c t 24 fr-SN fr-SN \N \N 1540.3,1540.3 13006 fr_SN 11 10 c t 24 fr-SN fr-SN \N \N 1540.3,1540.3 13007 fr-SY 11 10 c t 24 fr-SY fr-SY \N \N 1540.3,1540.3 13008 fr_SY 11 10 c t 24 fr-SY fr-SY \N \N 1540.3,1540.3 13009 fr-TD 11 10 c t 24 fr-TD fr-TD \N \N 1540.3,1540.3 13010 fr_TD 11 10 c t 24 fr-TD fr-TD \N \N 1540.3,1540.3 13011 fr-TG 11 10 c t 24 fr-TG fr-TG \N \N 1540.3,1540.3 13012 fr_TG 11 10 c t 24 fr-TG fr-TG \N \N 1540.3,1540.3 13013 fr-TN 11 10 c t 24 fr-TN fr-TN \N \N 1540.3,1540.3 13014 fr_TN 11 10 c t 24 fr-TN fr-TN \N \N 1540.3,1540.3 13015 fr-VU 11 10 c t 24 fr-VU fr-VU \N \N 1540.3,1540.3 13016 fr_VU 11 10 c t 24 fr-VU fr-VU \N \N 1540.3,1540.3 13017 fr-WF 11 10 c t 24 fr-WF fr-WF \N \N 1540.3,1540.3 13018 fr_WF 11 10 c t 24 fr-WF fr-WF \N \N 1540.3,1540.3 13019 fr-YT 11 10 c t 24 fr-YT fr-YT \N \N 1540.3,1540.3 13020 fr_YT 11 10 c t 24 fr-YT fr-YT \N \N 1540.3,1540.3 13021 fur 11 10 c t 6 fur fur \N \N 1540.3,1540.3 13022 fur-IT 11 10 c t 6 fur-IT fur-IT \N \N 1540.3,1540.3 13023 fur_IT 11 10 c t 6 fur-IT fur-IT \N \N 1540.3,1540.3 13024 fy 11 10 c t 24 fy fy \N \N 1540.3,1540.3 13025 fy-NL 11 10 c t 24 fy-NL fy-NL \N \N 1540.3,1540.3 13026 fy_NL 11 10 c t 24 fy-NL fy-NL \N \N 1540.3,1540.3 13027 ga 11 10 c t 24 ga ga \N \N 1540.3,1540.3 13028 ga-IE 11 10 c t 24 ga-IE ga-IE \N \N 1540.3,1540.3 13029 ga_IE 11 10 c t 24 ga-IE ga-IE \N \N 1540.3,1540.3 13030 gd 11 10 c t 24 gd gd \N \N 1540.3,1540.3 13031 gd-GB 11 10 c t 24 gd-GB gd-GB \N \N 1540.3,1540.3 13032 gd_GB 11 10 c t 24 gd-GB gd-GB \N \N 1540.3,1540.3 13033 gl 11 10 c t 24 gl gl \N \N 1540.3,1540.3 13034 gl-ES 11 10 c t 24 gl-ES gl-ES \N \N 1540.3,1540.3 13035 gl_ES 11 10 c t 24 gl-ES gl-ES \N \N 1540.3,1540.3 13036 gn 11 10 c t 24 gn gn \N \N 1540.3,1540.3 13037 gn-PY 11 10 c t 24 gn-PY gn-PY \N \N 1540.3,1540.3 13038 gn_PY 11 10 c t 24 gn-PY gn-PY \N \N 1540.3,1540.3 13039 gsw 11 10 c t 24 gsw gsw \N \N 1540.3,1540.3 13040 gsw-CH 11 10 c t 24 gsw-CH gsw-CH \N \N 1540.3,1540.3 13041 gsw_CH 11 10 c t 24 gsw-CH gsw-CH \N \N 1540.3,1540.3 13042 gsw-FR 11 10 c t 24 gsw-FR gsw-FR \N \N 1540.3,1540.3 13043 gsw_FR 11 10 c t 24 gsw-FR gsw-FR \N \N 1540.3,1540.3 13044 gsw-LI 11 10 c t 24 gsw-LI gsw-LI \N \N 1540.3,1540.3 13045 gsw_LI 11 10 c t 24 gsw-LI gsw-LI \N \N 1540.3,1540.3 13046 gu 11 10 c t 6 gu gu \N \N 1540.3,1540.3 13047 gu-IN 11 10 c t 6 gu-IN gu-IN \N \N 1540.3,1540.3 13048 gu_IN 11 10 c t 6 gu-IN gu-IN \N \N 1540.3,1540.3 13049 guz 11 10 c t 6 guz guz \N \N 1540.3,1540.3 13050 guz-KE 11 10 c t 6 guz-KE guz-KE \N \N 1540.3,1540.3 13051 guz_KE 11 10 c t 6 guz-KE guz-KE \N \N 1540.3,1540.3 13052 gv 11 10 c t 6 gv gv \N \N 1540.3,1540.3 13053 gv-IM 11 10 c t 6 gv-IM gv-IM \N \N 1540.3,1540.3 13054 gv_IM 11 10 c t 6 gv-IM gv-IM \N \N 1540.3,1540.3 13055 ha 11 10 c t 24 ha ha \N \N 1540.3,1540.3 13056 ha-Latn 11 10 c t 24 ha-Latn ha-Latn \N \N 1540.3,1540.3 13057 ha_Latn 11 10 c t 24 ha-Latn ha-Latn \N \N 1540.3,1540.3 13058 ha-Latn-GH 11 10 c t 24 ha-Latn-GH ha-Latn-GH \N \N 1540.3,1540.3 13059 ha_Latn_GH 11 10 c t 24 ha-Latn-GH ha-Latn-GH \N \N 1540.3,1540.3 13060 ha-Latn-NE 11 10 c t 24 ha-Latn-NE ha-Latn-NE \N \N 1540.3,1540.3 13061 ha_Latn_NE 11 10 c t 24 ha-Latn-NE ha-Latn-NE \N \N 1540.3,1540.3 13062 ha-Latn-NG 11 10 c t 24 ha-Latn-NG ha-Latn-NG \N \N 1540.3,1540.3 13063 ha_Latn_NG 11 10 c t 24 ha-Latn-NG ha-Latn-NG \N \N 1540.3,1540.3 13064 haw 11 10 c t 24 haw haw \N \N 1540.3,1540.3 13065 haw-US 11 10 c t 24 haw-US haw-US \N \N 1540.3,1540.3 13066 haw_US 11 10 c t 24 haw-US haw-US \N \N 1540.3,1540.3 13067 he 11 10 c t 32 he he \N \N 1540.3,1540.3 13068 he-IL 11 10 c t 32 he-IL he-IL \N \N 1540.3,1540.3 13069 he_IL 11 10 c t 32 he-IL he-IL \N \N 1540.3,1540.3 13070 hi 11 10 c t 6 hi hi \N \N 1540.3,1540.3 13071 hi-IN 11 10 c t 6 hi-IN hi-IN \N \N 1540.3,1540.3 13072 hi_IN 11 10 c t 6 hi-IN hi-IN \N \N 1540.3,1540.3 13073 hr 11 10 c t 29 hr hr \N \N 1540.3,1540.3 13074 hr-BA 11 10 c t 29 hr-BA hr-BA \N \N 1540.3,1540.3 13075 hr_BA 11 10 c t 29 hr-BA hr-BA \N \N 1540.3,1540.3 13076 hr-HR 11 10 c t 29 hr-HR hr-HR \N \N 1540.3,1540.3 13077 hr_HR 11 10 c t 29 hr-HR hr-HR \N \N 1540.3,1540.3 13078 hsb 11 10 c t 24 hsb hsb \N \N 1540.3,1540.3 13079 hsb-DE 11 10 c t 24 hsb-DE hsb-DE \N \N 1540.3,1540.3 13080 hsb_DE 11 10 c t 24 hsb-DE hsb-DE \N \N 1540.3,1540.3 13081 hu 11 10 c t 29 hu hu \N \N 1540.3,1540.3 13082 hu-HU 11 10 c t 29 hu-HU hu-HU \N \N 1540.3,1540.3 13083 hu_HU 11 10 c t 29 hu-HU hu-HU \N \N 1540.3,1540.3 13084 hu-HU_technl 11 10 c t 29 hu-HU_technl hu-HU_technl \N \N 1540.3,1540.3 13085 hu_HU_technl 11 10 c t 29 hu-HU_technl hu-HU_technl \N \N 1540.3,1540.3 13086 hy 11 10 c t 6 hy hy \N \N 1540.3,1540.3 13087 hy-AM 11 10 c t 6 hy-AM hy-AM \N \N 1540.3,1540.3 13088 hy_AM 11 10 c t 6 hy-AM hy-AM \N \N 1540.3,1540.3 13089 ia 11 10 c t 6 ia ia \N \N 1540.3,1540.3 13090 ia-001 11 10 c t 6 ia-001 ia-001 \N \N 1540.3,1540.3 13091 ia_001 11 10 c t 6 ia-001 ia-001 \N \N 1540.3,1540.3 13092 ibb 11 10 c t 24 ibb ibb \N \N 1540.3,1540.3 13093 ibb-NG 11 10 c t 24 ibb-NG ibb-NG \N \N 1540.3,1540.3 13094 ibb_NG 11 10 c t 24 ibb-NG ibb-NG \N \N 1540.3,1540.3 13095 id 11 10 c t 24 id id \N \N 1540.3,1540.3 13096 id-ID 11 10 c t 24 id-ID id-ID \N \N 1540.3,1540.3 13097 id_ID 11 10 c t 24 id-ID id-ID \N \N 1540.3,1540.3 13098 ig 11 10 c t 24 ig ig \N \N 1540.3,1540.3 13099 ig-NG 11 10 c t 24 ig-NG ig-NG \N \N 1540.3,1540.3 13100 ig_NG 11 10 c t 24 ig-NG ig-NG \N \N 1540.3,1540.3 13101 ii 11 10 c t 6 ii ii \N \N 1540.3,1540.3 13102 ii-CN 11 10 c t 6 ii-CN ii-CN \N \N 1540.3,1540.3 13103 ii_CN 11 10 c t 6 ii-CN ii-CN \N \N 1540.3,1540.3 13104 is 11 10 c t 24 is is \N \N 1540.3,1540.3 13105 is-IS 11 10 c t 24 is-IS is-IS \N \N 1540.3,1540.3 13106 is_IS 11 10 c t 24 is-IS is-IS \N \N 1540.3,1540.3 13107 it 11 10 c t 24 it it \N \N 1540.3,1540.3 13108 it-CH 11 10 c t 24 it-CH it-CH \N \N 1540.3,1540.3 13109 it_CH 11 10 c t 24 it-CH it-CH \N \N 1540.3,1540.3 13110 it-IT 11 10 c t 24 it-IT it-IT \N \N 1540.3,1540.3 13111 it_IT 11 10 c t 24 it-IT it-IT \N \N 1540.3,1540.3 13112 it-SM 11 10 c t 24 it-SM it-SM \N \N 1540.3,1540.3 13113 it_SM 11 10 c t 24 it-SM it-SM \N \N 1540.3,1540.3 13114 it-VA 11 10 c t 6 it-VA it-VA \N \N 1540.3,1540.3 13115 it_VA 11 10 c t 6 it-VA it-VA \N \N 1540.3,1540.3 13116 iu 11 10 c t 24 iu iu \N \N 1540.3,1540.3 13117 iu-Cans 11 10 c t 6 iu-Cans iu-Cans \N \N 1540.3,1540.3 13118 iu_Cans 11 10 c t 6 iu-Cans iu-Cans \N \N 1540.3,1540.3 13119 iu-Cans-CA 11 10 c t 6 iu-Cans-CA iu-Cans-CA \N \N 1540.3,1540.3 13120 iu_Cans_CA 11 10 c t 6 iu-Cans-CA iu-Cans-CA \N \N 1540.3,1540.3 13121 iu-Latn 11 10 c t 24 iu-Latn iu-Latn \N \N 1540.3,1540.3 13122 iu_Latn 11 10 c t 24 iu-Latn iu-Latn \N \N 1540.3,1540.3 13123 iu-Latn-CA 11 10 c t 24 iu-Latn-CA iu-Latn-CA \N \N 1540.3,1540.3 13124 iu_Latn_CA 11 10 c t 24 iu-Latn-CA iu-Latn-CA \N \N 1540.3,1540.3 13125 jgo 11 10 c t 6 jgo jgo \N \N 1540.3,1540.3 13126 jgo-CM 11 10 c t 6 jgo-CM jgo-CM \N \N 1540.3,1540.3 13127 jgo_CM 11 10 c t 6 jgo-CM jgo-CM \N \N 1540.3,1540.3 13128 jmc 11 10 c t 6 jmc jmc \N \N 1540.3,1540.3 13129 jmc-TZ 11 10 c t 6 jmc-TZ jmc-TZ \N \N 1540.3,1540.3 13130 jmc_TZ 11 10 c t 6 jmc-TZ jmc-TZ \N \N 1540.3,1540.3 13131 jv 11 10 c t 24 jv jv \N \N 1540.3,1540.3 13132 jv-Java 11 10 c t 24 jv-Java jv-Java \N \N 1540.3,1540.3 13133 jv_Java 11 10 c t 24 jv-Java jv-Java \N \N 1540.3,1540.3 13134 jv-Java-ID 11 10 c t 24 jv-Java-ID jv-Java-ID \N \N 1540.3,1540.3 13135 jv_Java_ID 11 10 c t 24 jv-Java-ID jv-Java-ID \N \N 1540.3,1540.3 13136 jv-Latn 11 10 c t 24 jv-Latn jv-Latn \N \N 1540.3,1540.3 13137 jv_Latn 11 10 c t 24 jv-Latn jv-Latn \N \N 1540.3,1540.3 13138 jv-Latn-ID 11 10 c t 24 jv-Latn-ID jv-Latn-ID \N \N 1540.3,1540.3 13139 jv_Latn_ID 11 10 c t 24 jv-Latn-ID jv-Latn-ID \N \N 1540.3,1540.3 13140 ka 11 10 c t 6 ka ka \N \N 1540.3,1540.3 13141 ka-GE 11 10 c t 6 ka-GE ka-GE \N \N 1540.3,1540.3 13142 ka_GE 11 10 c t 6 ka-GE ka-GE \N \N 1540.3,1540.3 13143 ka-GE_modern 11 10 c t 6 ka-GE_modern ka-GE_modern \N \N 1540.3,1540.3 13144 ka_GE_modern 11 10 c t 6 ka-GE_modern ka-GE_modern \N \N 1540.3,1540.3 13145 kab 11 10 c t 6 kab kab \N \N 1540.3,1540.3 13146 kab-DZ 11 10 c t 6 kab-DZ kab-DZ \N \N 1540.3,1540.3 13147 kab_DZ 11 10 c t 6 kab-DZ kab-DZ \N \N 1540.3,1540.3 13148 kam 11 10 c t 6 kam kam \N \N 1540.3,1540.3 13149 kam-KE 11 10 c t 6 kam-KE kam-KE \N \N 1540.3,1540.3 13150 kam_KE 11 10 c t 6 kam-KE kam-KE \N \N 1540.3,1540.3 13151 kde 11 10 c t 6 kde kde \N \N 1540.3,1540.3 13152 kde-TZ 11 10 c t 6 kde-TZ kde-TZ \N \N 1540.3,1540.3 13153 kde_TZ 11 10 c t 6 kde-TZ kde-TZ \N \N 1540.3,1540.3 13154 kea 11 10 c t 6 kea kea \N \N 1540.3,1540.3 13155 kea-CV 11 10 c t 6 kea-CV kea-CV \N \N 1540.3,1540.3 13156 kea_CV 11 10 c t 6 kea-CV kea-CV \N \N 1540.3,1540.3 13157 khq 11 10 c t 6 khq khq \N \N 1540.3,1540.3 13158 khq-ML 11 10 c t 6 khq-ML khq-ML \N \N 1540.3,1540.3 13159 khq_ML 11 10 c t 6 khq-ML khq-ML \N \N 1540.3,1540.3 13160 ki 11 10 c t 6 ki ki \N \N 1540.3,1540.3 13161 ki-KE 11 10 c t 6 ki-KE ki-KE \N \N 1540.3,1540.3 13162 ki_KE 11 10 c t 6 ki-KE ki-KE \N \N 1540.3,1540.3 13163 kk 11 10 c t 6 kk kk \N \N 1540.3,1540.3 13164 kk-KZ 11 10 c t 6 kk-KZ kk-KZ \N \N 1540.3,1540.3 13165 kk_KZ 11 10 c t 6 kk-KZ kk-KZ \N \N 1540.3,1540.3 13166 kkj 11 10 c t 6 kkj kkj \N \N 1540.3,1540.3 13167 kkj-CM 11 10 c t 6 kkj-CM kkj-CM \N \N 1540.3,1540.3 13168 kkj_CM 11 10 c t 6 kkj-CM kkj-CM \N \N 1540.3,1540.3 13169 kl 11 10 c t 24 kl kl \N \N 1540.3,1540.3 13170 kl-GL 11 10 c t 24 kl-GL kl-GL \N \N 1540.3,1540.3 13171 kl_GL 11 10 c t 24 kl-GL kl-GL \N \N 1540.3,1540.3 13172 kln 11 10 c t 6 kln kln \N \N 1540.3,1540.3 13173 kln-KE 11 10 c t 6 kln-KE kln-KE \N \N 1540.3,1540.3 13174 kln_KE 11 10 c t 6 kln-KE kln-KE \N \N 1540.3,1540.3 13175 km 11 10 c t 6 km km \N \N 1540.3,1540.3 13176 km-KH 11 10 c t 6 km-KH km-KH \N \N 1540.3,1540.3 13177 km_KH 11 10 c t 6 km-KH km-KH \N \N 1540.3,1540.3 13178 kn 11 10 c t 6 kn kn \N \N 1540.3,1540.3 13179 kn-IN 11 10 c t 6 kn-IN kn-IN \N \N 1540.3,1540.3 13180 kn_IN 11 10 c t 6 kn-IN kn-IN \N \N 1540.3,1540.3 13181 ko-KP 11 10 c t 6 ko-KP ko-KP \N \N 1540.3,1540.3 13182 ko_KP 11 10 c t 6 ko-KP ko-KP \N \N 1540.3,1540.3 13183 kok 11 10 c t 6 kok kok \N \N 1540.3,1540.3 13184 kok-IN 11 10 c t 6 kok-IN kok-IN \N \N 1540.3,1540.3 13185 kok_IN 11 10 c t 6 kok-IN kok-IN \N \N 1540.3,1540.3 13186 kr 11 10 c t 24 kr kr \N \N 1540.3,1540.3 13187 kr-Latn 11 10 c t 24 kr-Latn kr-Latn \N \N 1540.3,1540.3 13188 kr_Latn 11 10 c t 24 kr-Latn kr-Latn \N \N 1540.3,1540.3 13189 kr-Latn-NG 11 10 c t 24 kr-Latn-NG kr-Latn-NG \N \N 1540.3,1540.3 13190 kr_Latn_NG 11 10 c t 24 kr-Latn-NG kr-Latn-NG \N \N 1540.3,1540.3 13191 ks 11 10 c t 6 ks ks \N \N 1540.3,1540.3 13192 ks-Arab 11 10 c t 6 ks-Arab ks-Arab \N \N 1540.3,1540.3 13193 ks_Arab 11 10 c t 6 ks-Arab ks-Arab \N \N 1540.3,1540.3 13194 ks-Arab-IN 11 10 c t 6 ks-Arab-IN ks-Arab-IN \N \N 1540.3,1540.3 13195 ks_Arab_IN 11 10 c t 6 ks-Arab-IN ks-Arab-IN \N \N 1540.3,1540.3 13196 ks-Deva 11 10 c t 6 ks-Deva ks-Deva \N \N 1540.3,1540.3 13197 ks_Deva 11 10 c t 6 ks-Deva ks-Deva \N \N 1540.3,1540.3 13198 ks-Deva-IN 11 10 c t 6 ks-Deva-IN ks-Deva-IN \N \N 1540.3,1540.3 13199 ks_Deva_IN 11 10 c t 6 ks-Deva-IN ks-Deva-IN \N \N 1540.3,1540.3 13200 ksb 11 10 c t 6 ksb ksb \N \N 1540.3,1540.3 13201 ksb-TZ 11 10 c t 6 ksb-TZ ksb-TZ \N \N 1540.3,1540.3 13202 ksb_TZ 11 10 c t 6 ksb-TZ ksb-TZ \N \N 1540.3,1540.3 13203 ksf 11 10 c t 6 ksf ksf \N \N 1540.3,1540.3 13204 ksf-CM 11 10 c t 6 ksf-CM ksf-CM \N \N 1540.3,1540.3 13205 ksf_CM 11 10 c t 6 ksf-CM ksf-CM \N \N 1540.3,1540.3 13206 ksh 11 10 c t 6 ksh ksh \N \N 1540.3,1540.3 13207 ksh-DE 11 10 c t 6 ksh-DE ksh-DE \N \N 1540.3,1540.3 13208 ksh_DE 11 10 c t 6 ksh-DE ksh-DE \N \N 1540.3,1540.3 13209 ku 11 10 c t 18 ku ku \N \N 1540.3,1540.3 13210 ku-Arab 11 10 c t 18 ku-Arab ku-Arab \N \N 1540.3,1540.3 13211 ku_Arab 11 10 c t 18 ku-Arab ku-Arab \N \N 1540.3,1540.3 13212 ku-Arab-IQ 11 10 c t 18 ku-Arab-IQ ku-Arab-IQ \N \N 1540.3,1540.3 13213 ku_Arab_IQ 11 10 c t 18 ku-Arab-IQ ku-Arab-IQ \N \N 1540.3,1540.3 13214 ku-Arab-IR 11 10 c t 6 ku-Arab-IR ku-Arab-IR \N \N 1540.3,1540.3 13215 ku_Arab_IR 11 10 c t 6 ku-Arab-IR ku-Arab-IR \N \N 1540.3,1540.3 13216 kw 11 10 c t 6 kw kw \N \N 1540.3,1540.3 13217 kw-GB 11 10 c t 6 kw-GB kw-GB \N \N 1540.3,1540.3 13218 kw_GB 11 10 c t 6 kw-GB kw-GB \N \N 1540.3,1540.3 13219 ky 11 10 c t 23 ky ky \N \N 1540.3,1540.3 13220 ky-KG 11 10 c t 23 ky-KG ky-KG \N \N 1540.3,1540.3 13221 ky_KG 11 10 c t 23 ky-KG ky-KG \N \N 1540.3,1540.3 13222 la 11 10 c t 24 la la \N \N 1540.3,1540.3 13223 la-001 11 10 c t 24 la-001 la-001 \N \N 1540.3,1540.3 13224 la_001 11 10 c t 24 la-001 la-001 \N \N 1540.3,1540.3 13225 lag 11 10 c t 6 lag lag \N \N 1540.3,1540.3 13226 lag-TZ 11 10 c t 6 lag-TZ lag-TZ \N \N 1540.3,1540.3 13227 lag_TZ 11 10 c t 6 lag-TZ lag-TZ \N \N 1540.3,1540.3 13228 lb 11 10 c t 24 lb lb \N \N 1540.3,1540.3 13229 lb-LU 11 10 c t 24 lb-LU lb-LU \N \N 1540.3,1540.3 13230 lb_LU 11 10 c t 24 lb-LU lb-LU \N \N 1540.3,1540.3 13231 lg 11 10 c t 6 lg lg \N \N 1540.3,1540.3 13232 lg-UG 11 10 c t 6 lg-UG lg-UG \N \N 1540.3,1540.3 13233 lg_UG 11 10 c t 6 lg-UG lg-UG \N \N 1540.3,1540.3 13234 lkt 11 10 c t 6 lkt lkt \N \N 1540.3,1540.3 13235 lkt-US 11 10 c t 6 lkt-US lkt-US \N \N 1540.3,1540.3 13236 lkt_US 11 10 c t 6 lkt-US lkt-US \N \N 1540.3,1540.3 13237 ln 11 10 c t 6 ln ln \N \N 1540.3,1540.3 13238 ln-AO 11 10 c t 6 ln-AO ln-AO \N \N 1540.3,1540.3 13239 ln_AO 11 10 c t 6 ln-AO ln-AO \N \N 1540.3,1540.3 13240 ln-CD 11 10 c t 6 ln-CD ln-CD \N \N 1540.3,1540.3 13241 ln_CD 11 10 c t 6 ln-CD ln-CD \N \N 1540.3,1540.3 13242 ln-CF 11 10 c t 6 ln-CF ln-CF \N \N 1540.3,1540.3 13243 ln_CF 11 10 c t 6 ln-CF ln-CF \N \N 1540.3,1540.3 13244 ln-CG 11 10 c t 6 ln-CG ln-CG \N \N 1540.3,1540.3 13245 ln_CG 11 10 c t 6 ln-CG ln-CG \N \N 1540.3,1540.3 13246 lo 11 10 c t 6 lo lo \N \N 1540.3,1540.3 13247 lo-LA 11 10 c t 6 lo-LA lo-LA \N \N 1540.3,1540.3 13248 lo_LA 11 10 c t 6 lo-LA lo-LA \N \N 1540.3,1540.3 13249 lrc 11 10 c t 6 lrc lrc \N \N 1540.3,1540.3 13250 lrc-IQ 11 10 c t 6 lrc-IQ lrc-IQ \N \N 1540.3,1540.3 13251 lrc_IQ 11 10 c t 6 lrc-IQ lrc-IQ \N \N 1540.3,1540.3 13252 lrc-IR 11 10 c t 6 lrc-IR lrc-IR \N \N 1540.3,1540.3 13253 lrc_IR 11 10 c t 6 lrc-IR lrc-IR \N \N 1540.3,1540.3 13254 lt 11 10 c t 33 lt lt \N \N 1540.3,1540.3 13255 lt-LT 11 10 c t 33 lt-LT lt-LT \N \N 1540.3,1540.3 13256 lt_LT 11 10 c t 33 lt-LT lt-LT \N \N 1540.3,1540.3 13257 lu 11 10 c t 6 lu lu \N \N 1540.3,1540.3 13258 lu-CD 11 10 c t 6 lu-CD lu-CD \N \N 1540.3,1540.3 13259 lu_CD 11 10 c t 6 lu-CD lu-CD \N \N 1540.3,1540.3 13260 luo 11 10 c t 6 luo luo \N \N 1540.3,1540.3 13261 luo-KE 11 10 c t 6 luo-KE luo-KE \N \N 1540.3,1540.3 13262 luo_KE 11 10 c t 6 luo-KE luo-KE \N \N 1540.3,1540.3 13263 luy 11 10 c t 6 luy luy \N \N 1540.3,1540.3 13264 luy-KE 11 10 c t 6 luy-KE luy-KE \N \N 1540.3,1540.3 13265 luy_KE 11 10 c t 6 luy-KE luy-KE \N \N 1540.3,1540.3 13266 lv 11 10 c t 33 lv lv \N \N 1540.3,1540.3 13267 lv-LV 11 10 c t 33 lv-LV lv-LV \N \N 1540.3,1540.3 13268 lv_LV 11 10 c t 33 lv-LV lv-LV \N \N 1540.3,1540.3 13269 mas 11 10 c t 6 mas mas \N \N 1540.3,1540.3 13270 mas-KE 11 10 c t 6 mas-KE mas-KE \N \N 1540.3,1540.3 13271 mas_KE 11 10 c t 6 mas-KE mas-KE \N \N 1540.3,1540.3 13272 mas-TZ 11 10 c t 6 mas-TZ mas-TZ \N \N 1540.3,1540.3 13273 mas_TZ 11 10 c t 6 mas-TZ mas-TZ \N \N 1540.3,1540.3 13274 mer 11 10 c t 6 mer mer \N \N 1540.3,1540.3 13275 mer-KE 11 10 c t 6 mer-KE mer-KE \N \N 1540.3,1540.3 13276 mer_KE 11 10 c t 6 mer-KE mer-KE \N \N 1540.3,1540.3 13277 mfe 11 10 c t 6 mfe mfe \N \N 1540.3,1540.3 13278 mfe-MU 11 10 c t 6 mfe-MU mfe-MU \N \N 1540.3,1540.3 13279 mfe_MU 11 10 c t 6 mfe-MU mfe-MU \N \N 1540.3,1540.3 13280 mg 11 10 c t 6 mg mg \N \N 1540.3,1540.3 13281 mg-MG 11 10 c t 6 mg-MG mg-MG \N \N 1540.3,1540.3 13282 mg_MG 11 10 c t 6 mg-MG mg-MG \N \N 1540.3,1540.3 13283 mgh 11 10 c t 6 mgh mgh \N \N 1540.3,1540.3 13284 mgh-MZ 11 10 c t 6 mgh-MZ mgh-MZ \N \N 1540.3,1540.3 13285 mgh_MZ 11 10 c t 6 mgh-MZ mgh-MZ \N \N 1540.3,1540.3 13286 mgo 11 10 c t 6 mgo mgo \N \N 1540.3,1540.3 13287 mgo-CM 11 10 c t 6 mgo-CM mgo-CM \N \N 1540.3,1540.3 13288 mgo_CM 11 10 c t 6 mgo-CM mgo-CM \N \N 1540.3,1540.3 13289 mi 11 10 c t 6 mi mi \N \N 1540.3,1540.3 13290 mi-NZ 11 10 c t 6 mi-NZ mi-NZ \N \N 1540.3,1540.3 13291 mi_NZ 11 10 c t 6 mi-NZ mi-NZ \N \N 1540.3,1540.3 13292 mk 11 10 c t 23 mk mk \N \N 1540.3,1540.3 13293 mk-MK 11 10 c t 23 mk-MK mk-MK \N \N 1540.3,1540.3 13294 mk_MK 11 10 c t 23 mk-MK mk-MK \N \N 1540.3,1540.3 13295 ml 11 10 c t 6 ml ml \N \N 1540.3,1540.3 13296 ml-IN 11 10 c t 6 ml-IN ml-IN \N \N 1540.3,1540.3 13297 ml_IN 11 10 c t 6 ml-IN ml-IN \N \N 1540.3,1540.3 13298 mn 11 10 c t 23 mn mn \N \N 1540.3,1540.3 13299 mn-Cyrl 11 10 c t 23 mn-Cyrl mn-Cyrl \N \N 1540.3,1540.3 13300 mn_Cyrl 11 10 c t 23 mn-Cyrl mn-Cyrl \N \N 1540.3,1540.3 13301 mn-MN 11 10 c t 23 mn-MN mn-MN \N \N 1540.3,1540.3 13302 mn_MN 11 10 c t 23 mn-MN mn-MN \N \N 1540.3,1540.3 13303 mn-Mong 11 10 c t 6 mn-Mong mn-Mong \N \N 1540.3,1540.3 13304 mn_Mong 11 10 c t 6 mn-Mong mn-Mong \N \N 1540.3,1540.3 13305 mn-Mong-CN 11 10 c t 6 mn-Mong-CN mn-Mong-CN \N \N 1540.3,1540.3 13306 mn_Mong_CN 11 10 c t 6 mn-Mong-CN mn-Mong-CN \N \N 1540.3,1540.3 13307 mn-Mong-MN 11 10 c t 6 mn-Mong-MN mn-Mong-MN \N \N 1540.3,1540.3 13308 mn_Mong_MN 11 10 c t 6 mn-Mong-MN mn-Mong-MN \N \N 1540.3,1540.3 13309 mni 11 10 c t 6 mni mni \N \N 1540.3,1540.3 13310 mni-IN 11 10 c t 6 mni-IN mni-IN \N \N 1540.3,1540.3 13311 mni_IN 11 10 c t 6 mni-IN mni-IN \N \N 1540.3,1540.3 13312 moh 11 10 c t 24 moh moh \N \N 1540.3,1540.3 13313 moh-CA 11 10 c t 24 moh-CA moh-CA \N \N 1540.3,1540.3 13314 moh_CA 11 10 c t 24 moh-CA moh-CA \N \N 1540.3,1540.3 13315 mr 11 10 c t 6 mr mr \N \N 1540.3,1540.3 13316 mr-IN 11 10 c t 6 mr-IN mr-IN \N \N 1540.3,1540.3 13317 mr_IN 11 10 c t 6 mr-IN mr-IN \N \N 1540.3,1540.3 13318 ms 11 10 c t 24 ms ms \N \N 1540.3,1540.3 13319 ms-BN 11 10 c t 24 ms-BN ms-BN \N \N 1540.3,1540.3 13320 ms_BN 11 10 c t 24 ms-BN ms-BN \N \N 1540.3,1540.3 13321 ms-MY 11 10 c t 24 ms-MY ms-MY \N \N 1540.3,1540.3 13322 ms_MY 11 10 c t 24 ms-MY ms-MY \N \N 1540.3,1540.3 13323 ms-SG 11 10 c t 24 ms-SG ms-SG \N \N 1540.3,1540.3 13324 ms_SG 11 10 c t 24 ms-SG ms-SG \N \N 1540.3,1540.3 13325 mt 11 10 c t 6 mt mt \N \N 1540.3,1540.3 13326 mt-MT 11 10 c t 6 mt-MT mt-MT \N \N 1540.3,1540.3 13327 mt_MT 11 10 c t 6 mt-MT mt-MT \N \N 1540.3,1540.3 13328 mua 11 10 c t 6 mua mua \N \N 1540.3,1540.3 13329 mua-CM 11 10 c t 6 mua-CM mua-CM \N \N 1540.3,1540.3 13330 mua_CM 11 10 c t 6 mua-CM mua-CM \N \N 1540.3,1540.3 13331 my 11 10 c t 6 my my \N \N 1540.3,1540.3 13332 my-MM 11 10 c t 6 my-MM my-MM \N \N 1540.3,1540.3 13333 my_MM 11 10 c t 6 my-MM my-MM \N \N 1540.3,1540.3 13334 mzn 11 10 c t 6 mzn mzn \N \N 1540.3,1540.3 13335 mzn-IR 11 10 c t 6 mzn-IR mzn-IR \N \N 1540.3,1540.3 13336 mzn_IR 11 10 c t 6 mzn-IR mzn-IR \N \N 1540.3,1540.3 13337 naq 11 10 c t 6 naq naq \N \N 1540.3,1540.3 13338 naq-NA 11 10 c t 6 naq-NA naq-NA \N \N 1540.3,1540.3 13339 naq_NA 11 10 c t 6 naq-NA naq-NA \N \N 1540.3,1540.3 13340 nb 11 10 c t 24 nb nb \N \N 1540.3,1540.3 13341 nb-NO 11 10 c t 24 nb-NO nb-NO \N \N 1540.3,1540.3 13342 nb_NO 11 10 c t 24 nb-NO nb-NO \N \N 1540.3,1540.3 13343 nb-SJ 11 10 c t 24 nb-SJ nb-SJ \N \N 1540.3,1540.3 13344 nb_SJ 11 10 c t 24 nb-SJ nb-SJ \N \N 1540.3,1540.3 13345 nd 11 10 c t 6 nd nd \N \N 1540.3,1540.3 13346 nd-ZW 11 10 c t 6 nd-ZW nd-ZW \N \N 1540.3,1540.3 13347 nd_ZW 11 10 c t 6 nd-ZW nd-ZW \N \N 1540.3,1540.3 13348 nds 11 10 c t 6 nds nds \N \N 1540.3,1540.3 13349 nds-DE 11 10 c t 6 nds-DE nds-DE \N \N 1540.3,1540.3 13350 nds_DE 11 10 c t 6 nds-DE nds-DE \N \N 1540.3,1540.3 13351 nds-NL 11 10 c t 6 nds-NL nds-NL \N \N 1540.3,1540.3 13352 nds_NL 11 10 c t 6 nds-NL nds-NL \N \N 1540.3,1540.3 13353 ne 11 10 c t 6 ne ne \N \N 1540.3,1540.3 13354 ne-IN 11 10 c t 6 ne-IN ne-IN \N \N 1540.3,1540.3 13355 ne_IN 11 10 c t 6 ne-IN ne-IN \N \N 1540.3,1540.3 13356 ne-NP 11 10 c t 6 ne-NP ne-NP \N \N 1540.3,1540.3 13357 ne_NP 11 10 c t 6 ne-NP ne-NP \N \N 1540.3,1540.3 13358 nl 11 10 c t 24 nl nl \N \N 1540.3,1540.3 13359 nl-AW 11 10 c t 24 nl-AW nl-AW \N \N 1540.3,1540.3 13360 nl_AW 11 10 c t 24 nl-AW nl-AW \N \N 1540.3,1540.3 13361 nl-BE 11 10 c t 24 nl-BE nl-BE \N \N 1540.3,1540.3 13362 nl_BE 11 10 c t 24 nl-BE nl-BE \N \N 1540.3,1540.3 13363 nl-BQ 11 10 c t 24 nl-BQ nl-BQ \N \N 1540.3,1540.3 13364 nl_BQ 11 10 c t 24 nl-BQ nl-BQ \N \N 1540.3,1540.3 13365 nl-CW 11 10 c t 24 nl-CW nl-CW \N \N 1540.3,1540.3 13366 nl_CW 11 10 c t 24 nl-CW nl-CW \N \N 1540.3,1540.3 13367 nl-NL 11 10 c t 24 nl-NL nl-NL \N \N 1540.3,1540.3 13368 nl_NL 11 10 c t 24 nl-NL nl-NL \N \N 1540.3,1540.3 13369 nl-SR 11 10 c t 24 nl-SR nl-SR \N \N 1540.3,1540.3 13370 nl_SR 11 10 c t 24 nl-SR nl-SR \N \N 1540.3,1540.3 13371 nl-SX 11 10 c t 24 nl-SX nl-SX \N \N 1540.3,1540.3 13372 nl_SX 11 10 c t 24 nl-SX nl-SX \N \N 1540.3,1540.3 13373 nmg 11 10 c t 6 nmg nmg \N \N 1540.3,1540.3 13374 nmg-CM 11 10 c t 6 nmg-CM nmg-CM \N \N 1540.3,1540.3 13375 nmg_CM 11 10 c t 6 nmg-CM nmg-CM \N \N 1540.3,1540.3 13376 nn 11 10 c t 24 nn nn \N \N 1540.3,1540.3 13377 nn-NO 11 10 c t 24 nn-NO nn-NO \N \N 1540.3,1540.3 13378 nn_NO 11 10 c t 24 nn-NO nn-NO \N \N 1540.3,1540.3 13379 nnh 11 10 c t 6 nnh nnh \N \N 1540.3,1540.3 13380 nnh-CM 11 10 c t 6 nnh-CM nnh-CM \N \N 1540.3,1540.3 13381 nnh_CM 11 10 c t 6 nnh-CM nnh-CM \N \N 1540.3,1540.3 13382 no 11 10 c t 24 no no \N \N 1540.3,1540.3 13383 nqo 11 10 c t 6 nqo nqo \N \N 1540.3,1540.3 13384 nqo-GN 11 10 c t 6 nqo-GN nqo-GN \N \N 1540.3,1540.3 13385 nqo_GN 11 10 c t 6 nqo-GN nqo-GN \N \N 1540.3,1540.3 13386 nr 11 10 c t 6 nr nr \N \N 1540.3,1540.3 13387 nr-ZA 11 10 c t 6 nr-ZA nr-ZA \N \N 1540.3,1540.3 13388 nr_ZA 11 10 c t 6 nr-ZA nr-ZA \N \N 1540.3,1540.3 13389 nso 11 10 c t 24 nso nso \N \N 1540.3,1540.3 13390 nso-ZA 11 10 c t 24 nso-ZA nso-ZA \N \N 1540.3,1540.3 13391 nso_ZA 11 10 c t 24 nso-ZA nso-ZA \N \N 1540.3,1540.3 13392 nus 11 10 c t 6 nus nus \N \N 1540.3,1540.3 13393 nus-SS 11 10 c t 6 nus-SS nus-SS \N \N 1540.3,1540.3 13394 nus_SS 11 10 c t 6 nus-SS nus-SS \N \N 1540.3,1540.3 13395 nyn 11 10 c t 6 nyn nyn \N \N 1540.3,1540.3 13396 nyn-UG 11 10 c t 6 nyn-UG nyn-UG \N \N 1540.3,1540.3 13397 nyn_UG 11 10 c t 6 nyn-UG nyn-UG \N \N 1540.3,1540.3 13398 oc 11 10 c t 24 oc oc \N \N 1540.3,1540.3 13399 oc-FR 11 10 c t 24 oc-FR oc-FR \N \N 1540.3,1540.3 13400 oc_FR 11 10 c t 24 oc-FR oc-FR \N \N 1540.3,1540.3 13401 om 11 10 c t 6 om om \N \N 1540.3,1540.3 13402 om-ET 11 10 c t 6 om-ET om-ET \N \N 1540.3,1540.3 13403 om_ET 11 10 c t 6 om-ET om-ET \N \N 1540.3,1540.3 13404 om-KE 11 10 c t 6 om-KE om-KE \N \N 1540.3,1540.3 13405 om_KE 11 10 c t 6 om-KE om-KE \N \N 1540.3,1540.3 13406 or 11 10 c t 6 or or \N \N 1540.3,1540.3 13407 or-IN 11 10 c t 6 or-IN or-IN \N \N 1540.3,1540.3 13408 or_IN 11 10 c t 6 or-IN or-IN \N \N 1540.3,1540.3 13409 os 11 10 c t 6 os os \N \N 1540.3,1540.3 13410 os-GE 11 10 c t 6 os-GE os-GE \N \N 1540.3,1540.3 13411 os_GE 11 10 c t 6 os-GE os-GE \N \N 1540.3,1540.3 13412 os-RU 11 10 c t 6 os-RU os-RU \N \N 1540.3,1540.3 13413 os_RU 11 10 c t 6 os-RU os-RU \N \N 1540.3,1540.3 13414 pa 11 10 c t 6 pa pa \N \N 1540.3,1540.3 13415 pa-Arab 11 10 c t 18 pa-Arab pa-Arab \N \N 1540.3,1540.3 13416 pa_Arab 11 10 c t 18 pa-Arab pa-Arab \N \N 1540.3,1540.3 13417 pa-Arab-PK 11 10 c t 18 pa-Arab-PK pa-Arab-PK \N \N 1540.3,1540.3 13418 pa_Arab_PK 11 10 c t 18 pa-Arab-PK pa-Arab-PK \N \N 1540.3,1540.3 13419 pa-Guru 11 10 c t 6 pa-Guru pa-Guru \N \N 1540.3,1540.3 13420 pa_Guru 11 10 c t 6 pa-Guru pa-Guru \N \N 1540.3,1540.3 13421 pa-IN 11 10 c t 6 pa-IN pa-IN \N \N 1540.3,1540.3 13422 pa_IN 11 10 c t 6 pa-IN pa-IN \N \N 1540.3,1540.3 13423 pap 11 10 c t 18 pap pap \N \N 1540.3,1540.3 13424 pap-029 11 10 c t 24 pap-029 pap-029 \N \N 1540.3,1540.3 13425 pap_029 11 10 c t 24 pap-029 pap-029 \N \N 1540.3,1540.3 13426 pl 11 10 c t 29 pl pl \N \N 1540.3,1540.3 13427 pl-PL 11 10 c t 29 pl-PL pl-PL \N \N 1540.3,1540.3 13428 pl_PL 11 10 c t 29 pl-PL pl-PL \N \N 1540.3,1540.3 13429 prg 11 10 c t 6 prg prg \N \N 1540.3,1540.3 13430 prg-001 11 10 c t 6 prg-001 prg-001 \N \N 1540.3,1540.3 13431 prg_001 11 10 c t 6 prg-001 prg-001 \N \N 1540.3,1540.3 13432 prs 11 10 c t 18 prs prs \N \N 1540.3,1540.3 13433 prs-AF 11 10 c t 18 prs-AF prs-AF \N \N 1540.3,1540.3 13434 prs_AF 11 10 c t 18 prs-AF prs-AF \N \N 1540.3,1540.3 13435 ps 11 10 c t 6 ps ps \N \N 1540.3,1540.3 13436 ps-AF 11 10 c t 6 ps-AF ps-AF \N \N 1540.3,1540.3 13437 ps_AF 11 10 c t 6 ps-AF ps-AF \N \N 1540.3,1540.3 13438 ps-PK 11 10 c t 6 ps-PK ps-PK \N \N 1540.3,1540.3 13439 ps_PK 11 10 c t 6 ps-PK ps-PK \N \N 1540.3,1540.3 13440 pt 11 10 c t 24 pt pt \N \N 1540.3,1540.3 13441 pt-AO 11 10 c t 24 pt-AO pt-AO \N \N 1540.3,1540.3 13442 pt_AO 11 10 c t 24 pt-AO pt-AO \N \N 1540.3,1540.3 13443 pt-BR 11 10 c t 24 pt-BR pt-BR \N \N 1540.3,1540.3 13444 pt_BR 11 10 c t 24 pt-BR pt-BR \N \N 1540.3,1540.3 13445 pt-CH 11 10 c t 6 pt-CH pt-CH \N \N 1540.3,1540.3 13446 pt_CH 11 10 c t 6 pt-CH pt-CH \N \N 1540.3,1540.3 13447 pt-CV 11 10 c t 24 pt-CV pt-CV \N \N 1540.3,1540.3 13448 pt_CV 11 10 c t 24 pt-CV pt-CV \N \N 1540.3,1540.3 13449 pt-GQ 11 10 c t 6 pt-GQ pt-GQ \N \N 1540.3,1540.3 13450 pt_GQ 11 10 c t 6 pt-GQ pt-GQ \N \N 1540.3,1540.3 13451 pt-GW 11 10 c t 24 pt-GW pt-GW \N \N 1540.3,1540.3 13452 pt_GW 11 10 c t 24 pt-GW pt-GW \N \N 1540.3,1540.3 13453 pt-LU 11 10 c t 6 pt-LU pt-LU \N \N 1540.3,1540.3 13454 pt_LU 11 10 c t 6 pt-LU pt-LU \N \N 1540.3,1540.3 13455 pt-MO 11 10 c t 24 pt-MO pt-MO \N \N 1540.3,1540.3 13456 pt_MO 11 10 c t 24 pt-MO pt-MO \N \N 1540.3,1540.3 13457 pt-MZ 11 10 c t 24 pt-MZ pt-MZ \N \N 1540.3,1540.3 13458 pt_MZ 11 10 c t 24 pt-MZ pt-MZ \N \N 1540.3,1540.3 13459 pt-PT 11 10 c t 24 pt-PT pt-PT \N \N 1540.3,1540.3 13460 pt_PT 11 10 c t 24 pt-PT pt-PT \N \N 1540.3,1540.3 13461 pt-ST 11 10 c t 24 pt-ST pt-ST \N \N 1540.3,1540.3 13462 pt_ST 11 10 c t 24 pt-ST pt-ST \N \N 1540.3,1540.3 13463 pt-TL 11 10 c t 24 pt-TL pt-TL \N \N 1540.3,1540.3 13464 pt_TL 11 10 c t 24 pt-TL pt-TL \N \N 1540.3,1540.3 13465 quc 11 10 c t 24 quc quc \N \N 1540.3,1540.3 13466 quc-Latn 11 10 c t 24 quc-Latn quc-Latn \N \N 1540.3,1540.3 13467 quc_Latn 11 10 c t 24 quc-Latn quc-Latn \N \N 1540.3,1540.3 13468 quc-Latn-GT 11 10 c t 24 quc-Latn-GT quc-Latn-GT \N \N 1540.3,1540.3 13469 quc_Latn_GT 11 10 c t 24 quc-Latn-GT quc-Latn-GT \N \N 1540.3,1540.3 13470 quz 11 10 c t 24 quz quz \N \N 1540.3,1540.3 13471 quz-BO 11 10 c t 24 quz-BO quz-BO \N \N 1540.3,1540.3 13472 quz_BO 11 10 c t 24 quz-BO quz-BO \N \N 1540.3,1540.3 13473 quz-EC 11 10 c t 24 quz-EC quz-EC \N \N 1540.3,1540.3 13474 quz_EC 11 10 c t 24 quz-EC quz-EC \N \N 1540.3,1540.3 13475 quz-PE 11 10 c t 24 quz-PE quz-PE \N \N 1540.3,1540.3 13476 quz_PE 11 10 c t 24 quz-PE quz-PE \N \N 1540.3,1540.3 13477 rm 11 10 c t 24 rm rm \N \N 1540.3,1540.3 13478 rm-CH 11 10 c t 24 rm-CH rm-CH \N \N 1540.3,1540.3 13479 rm_CH 11 10 c t 24 rm-CH rm-CH \N \N 1540.3,1540.3 13480 rn 11 10 c t 6 rn rn \N \N 1540.3,1540.3 13481 rn-BI 11 10 c t 6 rn-BI rn-BI \N \N 1540.3,1540.3 13482 rn_BI 11 10 c t 6 rn-BI rn-BI \N \N 1540.3,1540.3 13483 ro 11 10 c t 29 ro ro \N \N 1540.3,1540.3 13484 ro-MD 11 10 c t 29 ro-MD ro-MD \N \N 1540.3,1540.3 13485 ro_MD 11 10 c t 29 ro-MD ro-MD \N \N 1540.3,1540.3 13486 ro-RO 11 10 c t 29 ro-RO ro-RO \N \N 1540.3,1540.3 13487 ro_RO 11 10 c t 29 ro-RO ro-RO \N \N 1540.3,1540.3 13488 rof 11 10 c t 6 rof rof \N \N 1540.3,1540.3 13489 rof-TZ 11 10 c t 6 rof-TZ rof-TZ \N \N 1540.3,1540.3 13490 rof_TZ 11 10 c t 6 rof-TZ rof-TZ \N \N 1540.3,1540.3 13491 ru 11 10 c t 23 ru ru \N \N 1540.3,1540.3 13492 ru-BY 11 10 c t 23 ru-BY ru-BY \N \N 1540.3,1540.3 13493 ru_BY 11 10 c t 23 ru-BY ru-BY \N \N 1540.3,1540.3 13494 ru-KG 11 10 c t 23 ru-KG ru-KG \N \N 1540.3,1540.3 13495 ru_KG 11 10 c t 23 ru-KG ru-KG \N \N 1540.3,1540.3 13496 ru-KZ 11 10 c t 23 ru-KZ ru-KZ \N \N 1540.3,1540.3 13497 ru_KZ 11 10 c t 23 ru-KZ ru-KZ \N \N 1540.3,1540.3 13498 ru-MD 11 10 c t 23 ru-MD ru-MD \N \N 1540.3,1540.3 13499 ru_MD 11 10 c t 23 ru-MD ru-MD \N \N 1540.3,1540.3 13500 ru-RU 11 10 c t 23 ru-RU ru-RU \N \N 1540.3,1540.3 13501 ru_RU 11 10 c t 23 ru-RU ru-RU \N \N 1540.3,1540.3 13502 ru-UA 11 10 c t 23 ru-UA ru-UA \N \N 1540.3,1540.3 13503 ru_UA 11 10 c t 23 ru-UA ru-UA \N \N 1540.3,1540.3 13504 rw 11 10 c t 24 rw rw \N \N 1540.3,1540.3 13505 rw-RW 11 10 c t 24 rw-RW rw-RW \N \N 1540.3,1540.3 13506 rw_RW 11 10 c t 24 rw-RW rw-RW \N \N 1540.3,1540.3 13507 rwk 11 10 c t 6 rwk rwk \N \N 1540.3,1540.3 13508 rwk-TZ 11 10 c t 6 rwk-TZ rwk-TZ \N \N 1540.3,1540.3 13509 rwk_TZ 11 10 c t 6 rwk-TZ rwk-TZ \N \N 1540.3,1540.3 13510 sa 11 10 c t 6 sa sa \N \N 1540.3,1540.3 13511 sa-IN 11 10 c t 6 sa-IN sa-IN \N \N 1540.3,1540.3 13512 sa_IN 11 10 c t 6 sa-IN sa-IN \N \N 1540.3,1540.3 13513 sah 11 10 c t 23 sah sah \N \N 1540.3,1540.3 13514 sah-RU 11 10 c t 23 sah-RU sah-RU \N \N 1540.3,1540.3 13515 sah_RU 11 10 c t 23 sah-RU sah-RU \N \N 1540.3,1540.3 13516 saq 11 10 c t 6 saq saq \N \N 1540.3,1540.3 13517 saq-KE 11 10 c t 6 saq-KE saq-KE \N \N 1540.3,1540.3 13518 saq_KE 11 10 c t 6 saq-KE saq-KE \N \N 1540.3,1540.3 13519 sbp 11 10 c t 6 sbp sbp \N \N 1540.3,1540.3 13520 sbp-TZ 11 10 c t 6 sbp-TZ sbp-TZ \N \N 1540.3,1540.3 13521 sbp_TZ 11 10 c t 6 sbp-TZ sbp-TZ \N \N 1540.3,1540.3 13522 sd 11 10 c t 18 sd sd \N \N 1540.3,1540.3 13523 sd-Arab 11 10 c t 18 sd-Arab sd-Arab \N \N 1540.3,1540.3 13524 sd_Arab 11 10 c t 18 sd-Arab sd-Arab \N \N 1540.3,1540.3 13525 sd-Arab-PK 11 10 c t 18 sd-Arab-PK sd-Arab-PK \N \N 1540.3,1540.3 13526 sd_Arab_PK 11 10 c t 18 sd-Arab-PK sd-Arab-PK \N \N 1540.3,1540.3 13527 sd-Deva 11 10 c t 6 sd-Deva sd-Deva \N \N 1540.3,1540.3 13528 sd_Deva 11 10 c t 6 sd-Deva sd-Deva \N \N 1540.3,1540.3 13529 sd-Deva-IN 11 10 c t 6 sd-Deva-IN sd-Deva-IN \N \N 1540.3,1540.3 13530 sd_Deva_IN 11 10 c t 6 sd-Deva-IN sd-Deva-IN \N \N 1540.3,1540.3 13531 se 11 10 c t 24 se se \N \N 1540.3,1540.3 13532 se-FI 11 10 c t 24 se-FI se-FI \N \N 1540.3,1540.3 13533 se_FI 11 10 c t 24 se-FI se-FI \N \N 1540.3,1540.3 13534 se-NO 11 10 c t 24 se-NO se-NO \N \N 1540.3,1540.3 13535 se_NO 11 10 c t 24 se-NO se-NO \N \N 1540.3,1540.3 13536 se-SE 11 10 c t 24 se-SE se-SE \N \N 1540.3,1540.3 13537 se_SE 11 10 c t 24 se-SE se-SE \N \N 1540.3,1540.3 13538 seh 11 10 c t 6 seh seh \N \N 1540.3,1540.3 13539 seh-MZ 11 10 c t 6 seh-MZ seh-MZ \N \N 1540.3,1540.3 13540 seh_MZ 11 10 c t 6 seh-MZ seh-MZ \N \N 1540.3,1540.3 13541 ses 11 10 c t 6 ses ses \N \N 1540.3,1540.3 13542 ses-ML 11 10 c t 6 ses-ML ses-ML \N \N 1540.3,1540.3 13543 ses_ML 11 10 c t 6 ses-ML ses-ML \N \N 1540.3,1540.3 13544 sg 11 10 c t 6 sg sg \N \N 1540.3,1540.3 13545 sg-CF 11 10 c t 6 sg-CF sg-CF \N \N 1540.3,1540.3 13546 sg_CF 11 10 c t 6 sg-CF sg-CF \N \N 1540.3,1540.3 13547 shi 11 10 c t 6 shi shi \N \N 1540.3,1540.3 13548 shi-Latn 11 10 c t 6 shi-Latn shi-Latn \N \N 1540.3,1540.3 13549 shi_Latn 11 10 c t 6 shi-Latn shi-Latn \N \N 1540.3,1540.3 13550 shi-Latn-MA 11 10 c t 6 shi-Latn-MA shi-Latn-MA \N \N 1540.3,1540.3 13551 shi_Latn_MA 11 10 c t 6 shi-Latn-MA shi-Latn-MA \N \N 1540.3,1540.3 13552 shi-Tfng 11 10 c t 6 shi-Tfng shi-Tfng \N \N 1540.3,1540.3 13553 shi_Tfng 11 10 c t 6 shi-Tfng shi-Tfng \N \N 1540.3,1540.3 13554 shi-Tfng-MA 11 10 c t 6 shi-Tfng-MA shi-Tfng-MA \N \N 1540.3,1540.3 13555 shi_Tfng_MA 11 10 c t 6 shi-Tfng-MA shi-Tfng-MA \N \N 1540.3,1540.3 13556 si 11 10 c t 6 si si \N \N 1540.3,1540.3 13557 si-LK 11 10 c t 6 si-LK si-LK \N \N 1540.3,1540.3 13558 si_LK 11 10 c t 6 si-LK si-LK \N \N 1540.3,1540.3 13559 sk 11 10 c t 29 sk sk \N \N 1540.3,1540.3 13560 sk-SK 11 10 c t 29 sk-SK sk-SK \N \N 1540.3,1540.3 13561 sk_SK 11 10 c t 29 sk-SK sk-SK \N \N 1540.3,1540.3 13562 sl 11 10 c t 29 sl sl \N \N 1540.3,1540.3 13563 sl-SI 11 10 c t 29 sl-SI sl-SI \N \N 1540.3,1540.3 13564 sl_SI 11 10 c t 29 sl-SI sl-SI \N \N 1540.3,1540.3 13565 sma 11 10 c t 24 sma sma \N \N 1540.3,1540.3 13566 sma-NO 11 10 c t 24 sma-NO sma-NO \N \N 1540.3,1540.3 13567 sma_NO 11 10 c t 24 sma-NO sma-NO \N \N 1540.3,1540.3 13568 sma-SE 11 10 c t 24 sma-SE sma-SE \N \N 1540.3,1540.3 13569 sma_SE 11 10 c t 24 sma-SE sma-SE \N \N 1540.3,1540.3 13570 smj 11 10 c t 24 smj smj \N \N 1540.3,1540.3 13571 smj-NO 11 10 c t 24 smj-NO smj-NO \N \N 1540.3,1540.3 13572 smj_NO 11 10 c t 24 smj-NO smj-NO \N \N 1540.3,1540.3 13573 smj-SE 11 10 c t 24 smj-SE smj-SE \N \N 1540.3,1540.3 13574 smj_SE 11 10 c t 24 smj-SE smj-SE \N \N 1540.3,1540.3 13575 smn 11 10 c t 24 smn smn \N \N 1540.3,1540.3 13576 smn-FI 11 10 c t 24 smn-FI smn-FI \N \N 1540.3,1540.3 13577 smn_FI 11 10 c t 24 smn-FI smn-FI \N \N 1540.3,1540.3 13578 sms 11 10 c t 24 sms sms \N \N 1540.3,1540.3 13579 sms-FI 11 10 c t 24 sms-FI sms-FI \N \N 1540.3,1540.3 13580 sms_FI 11 10 c t 24 sms-FI sms-FI \N \N 1540.3,1540.3 13581 sn 11 10 c t 6 sn sn \N \N 1540.3,1540.3 13582 sn-Latn 11 10 c t 6 sn-Latn sn-Latn \N \N 1540.3,1540.3 13583 sn_Latn 11 10 c t 6 sn-Latn sn-Latn \N \N 1540.3,1540.3 13584 sn-Latn-ZW 11 10 c t 6 sn-Latn-ZW sn-Latn-ZW \N \N 1540.3,1540.3 13585 sn_Latn_ZW 11 10 c t 6 sn-Latn-ZW sn-Latn-ZW \N \N 1540.3,1540.3 13586 so 11 10 c t 6 so so \N \N 1540.3,1540.3 13587 so-DJ 11 10 c t 6 so-DJ so-DJ \N \N 1540.3,1540.3 13588 so_DJ 11 10 c t 6 so-DJ so-DJ \N \N 1540.3,1540.3 13589 so-ET 11 10 c t 6 so-ET so-ET \N \N 1540.3,1540.3 13590 so_ET 11 10 c t 6 so-ET so-ET \N \N 1540.3,1540.3 13591 so-KE 11 10 c t 6 so-KE so-KE \N \N 1540.3,1540.3 13592 so_KE 11 10 c t 6 so-KE so-KE \N \N 1540.3,1540.3 13593 so-SO 11 10 c t 6 so-SO so-SO \N \N 1540.3,1540.3 13594 so_SO 11 10 c t 6 so-SO so-SO \N \N 1540.3,1540.3 13595 sq 11 10 c t 29 sq sq \N \N 1540.3,1540.3 13596 sq-AL 11 10 c t 29 sq-AL sq-AL \N \N 1540.3,1540.3 13597 sq_AL 11 10 c t 29 sq-AL sq-AL \N \N 1540.3,1540.3 13598 sq-MK 11 10 c t 29 sq-MK sq-MK \N \N 1540.3,1540.3 13599 sq_MK 11 10 c t 29 sq-MK sq-MK \N \N 1540.3,1540.3 13600 sq-XK 11 10 c t 29 sq-XK sq-XK \N \N 1540.3,1540.3 13601 sq_XK 11 10 c t 29 sq-XK sq-XK \N \N 1540.3,1540.3 13602 sr 11 10 c t 29 sr sr \N \N 1540.3,1540.3 13603 sr-Cyrl 11 10 c t 23 sr-Cyrl sr-Cyrl \N \N 1540.3,1540.3 13604 sr_Cyrl 11 10 c t 23 sr-Cyrl sr-Cyrl \N \N 1540.3,1540.3 13605 sr-Cyrl-BA 11 10 c t 23 sr-Cyrl-BA sr-Cyrl-BA \N \N 1540.3,1540.3 13606 sr_Cyrl_BA 11 10 c t 23 sr-Cyrl-BA sr-Cyrl-BA \N \N 1540.3,1540.3 13607 sr-Cyrl-ME 11 10 c t 23 sr-Cyrl-ME sr-Cyrl-ME \N \N 1540.3,1540.3 13608 sr_Cyrl_ME 11 10 c t 23 sr-Cyrl-ME sr-Cyrl-ME \N \N 1540.3,1540.3 13609 sr-Cyrl-RS 11 10 c t 23 sr-Cyrl-RS sr-Cyrl-RS \N \N 1540.3,1540.3 13610 sr_Cyrl_RS 11 10 c t 23 sr-Cyrl-RS sr-Cyrl-RS \N \N 1540.3,1540.3 13611 sr-Cyrl-XK 11 10 c t 23 sr-Cyrl-XK sr-Cyrl-XK \N \N 1540.3,1540.3 13612 sr_Cyrl_XK 11 10 c t 23 sr-Cyrl-XK sr-Cyrl-XK \N \N 1540.3,1540.3 13613 sr-Latn 11 10 c t 29 sr-Latn sr-Latn \N \N 1540.3,1540.3 13614 sr_Latn 11 10 c t 29 sr-Latn sr-Latn \N \N 1540.3,1540.3 13615 sr-Latn-BA 11 10 c t 29 sr-Latn-BA sr-Latn-BA \N \N 1540.3,1540.3 13616 sr_Latn_BA 11 10 c t 29 sr-Latn-BA sr-Latn-BA \N \N 1540.3,1540.3 13617 sr-Latn-ME 11 10 c t 29 sr-Latn-ME sr-Latn-ME \N \N 1540.3,1540.3 13618 sr_Latn_ME 11 10 c t 29 sr-Latn-ME sr-Latn-ME \N \N 1540.3,1540.3 13619 sr-Latn-RS 11 10 c t 29 sr-Latn-RS sr-Latn-RS \N \N 1540.3,1540.3 13620 sr_Latn_RS 11 10 c t 29 sr-Latn-RS sr-Latn-RS \N \N 1540.3,1540.3 13621 sr-Latn-XK 11 10 c t 29 sr-Latn-XK sr-Latn-XK \N \N 1540.3,1540.3 13622 sr_Latn_XK 11 10 c t 29 sr-Latn-XK sr-Latn-XK \N \N 1540.3,1540.3 13623 ss 11 10 c t 6 ss ss \N \N 1540.3,1540.3 13624 ss-SZ 11 10 c t 6 ss-SZ ss-SZ \N \N 1540.3,1540.3 13625 ss_SZ 11 10 c t 6 ss-SZ ss-SZ \N \N 1540.3,1540.3 13626 ss-ZA 11 10 c t 6 ss-ZA ss-ZA \N \N 1540.3,1540.3 13627 ss_ZA 11 10 c t 6 ss-ZA ss-ZA \N \N 1540.3,1540.3 13628 ssy 11 10 c t 6 ssy ssy \N \N 1540.3,1540.3 13629 ssy-ER 11 10 c t 6 ssy-ER ssy-ER \N \N 1540.3,1540.3 13630 ssy_ER 11 10 c t 6 ssy-ER ssy-ER \N \N 1540.3,1540.3 13631 st 11 10 c t 6 st st \N \N 1540.3,1540.3 13632 st-LS 11 10 c t 6 st-LS st-LS \N \N 1540.3,1540.3 13633 st_LS 11 10 c t 6 st-LS st-LS \N \N 1540.3,1540.3 13634 st-ZA 11 10 c t 6 st-ZA st-ZA \N \N 1540.3,1540.3 13635 st_ZA 11 10 c t 6 st-ZA st-ZA \N \N 1540.3,1540.3 13636 sv 11 10 c t 24 sv sv \N \N 1540.3,1540.3 13637 sv-AX 11 10 c t 24 sv-AX sv-AX \N \N 1540.3,1540.3 13638 sv_AX 11 10 c t 24 sv-AX sv-AX \N \N 1540.3,1540.3 13639 sv-FI 11 10 c t 24 sv-FI sv-FI \N \N 1540.3,1540.3 13640 sv_FI 11 10 c t 24 sv-FI sv-FI \N \N 1540.3,1540.3 13641 sv-SE 11 10 c t 24 sv-SE sv-SE \N \N 1540.3,1540.3 13642 sv_SE 11 10 c t 24 sv-SE sv-SE \N \N 1540.3,1540.3 13643 sw 11 10 c t 24 sw sw \N \N 1540.3,1540.3 13644 sw-CD 11 10 c t 24 sw-CD sw-CD \N \N 1540.3,1540.3 13645 sw_CD 11 10 c t 24 sw-CD sw-CD \N \N 1540.3,1540.3 13646 sw-KE 11 10 c t 24 sw-KE sw-KE \N \N 1540.3,1540.3 13647 sw_KE 11 10 c t 24 sw-KE sw-KE \N \N 1540.3,1540.3 13648 sw-TZ 11 10 c t 24 sw-TZ sw-TZ \N \N 1540.3,1540.3 13649 sw_TZ 11 10 c t 24 sw-TZ sw-TZ \N \N 1540.3,1540.3 13650 sw-UG 11 10 c t 24 sw-UG sw-UG \N \N 1540.3,1540.3 13651 sw_UG 11 10 c t 24 sw-UG sw-UG \N \N 1540.3,1540.3 13652 syr 11 10 c t 6 syr syr \N \N 1540.3,1540.3 13653 syr-SY 11 10 c t 6 syr-SY syr-SY \N \N 1540.3,1540.3 13654 syr_SY 11 10 c t 6 syr-SY syr-SY \N \N 1540.3,1540.3 13655 ta 11 10 c t 6 ta ta \N \N 1540.3,1540.3 13656 ta-IN 11 10 c t 6 ta-IN ta-IN \N \N 1540.3,1540.3 13657 ta_IN 11 10 c t 6 ta-IN ta-IN \N \N 1540.3,1540.3 13658 ta-LK 11 10 c t 6 ta-LK ta-LK \N \N 1540.3,1540.3 13659 ta_LK 11 10 c t 6 ta-LK ta-LK \N \N 1540.3,1540.3 13660 ta-MY 11 10 c t 6 ta-MY ta-MY \N \N 1540.3,1540.3 13661 ta_MY 11 10 c t 6 ta-MY ta-MY \N \N 1540.3,1540.3 13662 ta-SG 11 10 c t 6 ta-SG ta-SG \N \N 1540.3,1540.3 13663 ta_SG 11 10 c t 6 ta-SG ta-SG \N \N 1540.3,1540.3 13664 te 11 10 c t 6 te te \N \N 1540.3,1540.3 13665 te-IN 11 10 c t 6 te-IN te-IN \N \N 1540.3,1540.3 13666 te_IN 11 10 c t 6 te-IN te-IN \N \N 1540.3,1540.3 13667 teo 11 10 c t 6 teo teo \N \N 1540.3,1540.3 13668 teo-KE 11 10 c t 6 teo-KE teo-KE \N \N 1540.3,1540.3 13669 teo_KE 11 10 c t 6 teo-KE teo-KE \N \N 1540.3,1540.3 13670 teo-UG 11 10 c t 6 teo-UG teo-UG \N \N 1540.3,1540.3 13671 teo_UG 11 10 c t 6 teo-UG teo-UG \N \N 1540.3,1540.3 13672 tg 11 10 c t 23 tg tg \N \N 1540.3,1540.3 13673 tg-Cyrl 11 10 c t 23 tg-Cyrl tg-Cyrl \N \N 1540.3,1540.3 13674 tg_Cyrl 11 10 c t 23 tg-Cyrl tg-Cyrl \N \N 1540.3,1540.3 13675 tg-Cyrl-TJ 11 10 c t 23 tg-Cyrl-TJ tg-Cyrl-TJ \N \N 1540.3,1540.3 13676 tg_Cyrl_TJ 11 10 c t 23 tg-Cyrl-TJ tg-Cyrl-TJ \N \N 1540.3,1540.3 13677 th 11 10 c t 21 th th \N \N 1540.3,1540.3 13678 th-TH 11 10 c t 21 th-TH th-TH \N \N 1540.3,1540.3 13679 th_TH 11 10 c t 21 th-TH th-TH \N \N 1540.3,1540.3 13680 ti 11 10 c t 6 ti ti \N \N 1540.3,1540.3 13681 ti-ER 11 10 c t 6 ti-ER ti-ER \N \N 1540.3,1540.3 13682 ti_ER 11 10 c t 6 ti-ER ti-ER \N \N 1540.3,1540.3 13683 ti-ET 11 10 c t 6 ti-ET ti-ET \N \N 1540.3,1540.3 13684 ti_ET 11 10 c t 6 ti-ET ti-ET \N \N 1540.3,1540.3 13685 tig 11 10 c t 6 tig tig \N \N 1540.3,1540.3 13686 tig-ER 11 10 c t 6 tig-ER tig-ER \N \N 1540.3,1540.3 13687 tig_ER 11 10 c t 6 tig-ER tig-ER \N \N 1540.3,1540.3 13688 tk 11 10 c t 29 tk tk \N \N 1540.3,1540.3 13689 tk-TM 11 10 c t 29 tk-TM tk-TM \N \N 1540.3,1540.3 13690 tk_TM 11 10 c t 29 tk-TM tk-TM \N \N 1540.3,1540.3 13691 tn 11 10 c t 24 tn tn \N \N 1540.3,1540.3 13692 tn-BW 11 10 c t 24 tn-BW tn-BW \N \N 1540.3,1540.3 13693 tn_BW 11 10 c t 24 tn-BW tn-BW \N \N 1540.3,1540.3 13694 tn-ZA 11 10 c t 24 tn-ZA tn-ZA \N \N 1540.3,1540.3 13695 tn_ZA 11 10 c t 24 tn-ZA tn-ZA \N \N 1540.3,1540.3 13696 to 11 10 c t 6 to to \N \N 1540.3,1540.3 13697 to-TO 11 10 c t 6 to-TO to-TO \N \N 1540.3,1540.3 13698 to_TO 11 10 c t 6 to-TO to-TO \N \N 1540.3,1540.3 13699 tr 11 10 c t 31 tr tr \N \N 1540.3,1540.3 13700 tr-CY 11 10 c t 31 tr-CY tr-CY \N \N 1540.3,1540.3 13701 tr_CY 11 10 c t 31 tr-CY tr-CY \N \N 1540.3,1540.3 13702 tr-TR 11 10 c t 31 tr-TR tr-TR \N \N 1540.3,1540.3 13703 tr_TR 11 10 c t 31 tr-TR tr-TR \N \N 1540.3,1540.3 13704 ts 11 10 c t 6 ts ts \N \N 1540.3,1540.3 13705 ts-ZA 11 10 c t 6 ts-ZA ts-ZA \N \N 1540.3,1540.3 13706 ts_ZA 11 10 c t 6 ts-ZA ts-ZA \N \N 1540.3,1540.3 13707 tt 11 10 c t 23 tt tt \N \N 1540.3,1540.3 13708 tt-RU 11 10 c t 23 tt-RU tt-RU \N \N 1540.3,1540.3 13709 tt_RU 11 10 c t 23 tt-RU tt-RU \N \N 1540.3,1540.3 13710 twq 11 10 c t 6 twq twq \N \N 1540.3,1540.3 13711 twq-NE 11 10 c t 6 twq-NE twq-NE \N \N 1540.3,1540.3 13712 twq_NE 11 10 c t 6 twq-NE twq-NE \N \N 1540.3,1540.3 13713 tzm 11 10 c t 6 tzm tzm \N \N 1540.3,1540.3 13714 tzm-Arab 11 10 c t 18 tzm-Arab tzm-Arab \N \N 1540.3,1540.3 13715 tzm_Arab 11 10 c t 18 tzm-Arab tzm-Arab \N \N 1540.3,1540.3 13716 tzm-Arab-MA 11 10 c t 18 tzm-Arab-MA tzm-Arab-MA \N \N 1540.3,1540.3 13717 tzm_Arab_MA 11 10 c t 18 tzm-Arab-MA tzm-Arab-MA \N \N 1540.3,1540.3 13718 tzm-Latn 11 10 c t 24 tzm-Latn tzm-Latn \N \N 1540.3,1540.3 13719 tzm_Latn 11 10 c t 24 tzm-Latn tzm-Latn \N \N 1540.3,1540.3 13720 tzm-Latn-DZ 11 10 c t 24 tzm-Latn-DZ tzm-Latn-DZ \N \N 1540.3,1540.3 13721 tzm_Latn_DZ 11 10 c t 24 tzm-Latn-DZ tzm-Latn-DZ \N \N 1540.3,1540.3 13722 tzm-Latn-MA 11 10 c t 6 tzm-Latn-MA tzm-Latn-MA \N \N 1540.3,1540.3 13723 tzm_Latn_MA 11 10 c t 6 tzm-Latn-MA tzm-Latn-MA \N \N 1540.3,1540.3 13724 tzm-Tfng 11 10 c t 6 tzm-Tfng tzm-Tfng \N \N 1540.3,1540.3 13725 tzm_Tfng 11 10 c t 6 tzm-Tfng tzm-Tfng \N \N 1540.3,1540.3 13726 tzm-Tfng-MA 11 10 c t 6 tzm-Tfng-MA tzm-Tfng-MA \N \N 1540.3,1540.3 13727 tzm_Tfng_MA 11 10 c t 6 tzm-Tfng-MA tzm-Tfng-MA \N \N 1540.3,1540.3 13728 ug 11 10 c t 18 ug ug \N \N 1540.3,1540.3 13729 ug-CN 11 10 c t 18 ug-CN ug-CN \N \N 1540.3,1540.3 13730 ug_CN 11 10 c t 18 ug-CN ug-CN \N \N 1540.3,1540.3 13731 uk 11 10 c t 24 uk uk \N \N 1540.3,1540.3 13732 uk-UA 11 10 c t 23 uk-UA uk-UA \N \N 1540.3,1540.3 13733 uk_UA 11 10 c t 23 uk-UA uk-UA \N \N 1540.3,1540.3 13734 ur 11 10 c t 18 ur ur \N \N 1540.3,1540.3 13735 ur-IN 11 10 c t 18 ur-IN ur-IN \N \N 1540.3,1540.3 13736 ur_IN 11 10 c t 18 ur-IN ur-IN \N \N 1540.3,1540.3 13737 ur-PK 11 10 c t 18 ur-PK ur-PK \N \N 1540.3,1540.3 13738 ur_PK 11 10 c t 18 ur-PK ur-PK \N \N 1540.3,1540.3 13739 uz 11 10 c t 31 uz uz \N \N 1540.3,1540.3 13740 uz-Arab 11 10 c t 6 uz-Arab uz-Arab \N \N 1540.3,1540.3 13741 uz_Arab 11 10 c t 6 uz-Arab uz-Arab \N \N 1540.3,1540.3 13742 uz-Arab-AF 11 10 c t 6 uz-Arab-AF uz-Arab-AF \N \N 1540.3,1540.3 13743 uz_Arab_AF 11 10 c t 6 uz-Arab-AF uz-Arab-AF \N \N 1540.3,1540.3 13744 uz-Cyrl 11 10 c t 23 uz-Cyrl uz-Cyrl \N \N 1540.3,1540.3 13745 uz_Cyrl 11 10 c t 23 uz-Cyrl uz-Cyrl \N \N 1540.3,1540.3 13746 uz-Cyrl-UZ 11 10 c t 23 uz-Cyrl-UZ uz-Cyrl-UZ \N \N 1540.3,1540.3 13747 uz_Cyrl_UZ 11 10 c t 23 uz-Cyrl-UZ uz-Cyrl-UZ \N \N 1540.3,1540.3 13748 uz-Latn 11 10 c t 31 uz-Latn uz-Latn \N \N 1540.3,1540.3 13749 uz_Latn 11 10 c t 31 uz-Latn uz-Latn \N \N 1540.3,1540.3 13750 uz-Latn-UZ 11 10 c t 31 uz-Latn-UZ uz-Latn-UZ \N \N 1540.3,1540.3 13751 uz_Latn_UZ 11 10 c t 31 uz-Latn-UZ uz-Latn-UZ \N \N 1540.3,1540.3 13752 vai 11 10 c t 6 vai vai \N \N 1540.3,1540.3 13753 vai-Latn 11 10 c t 6 vai-Latn vai-Latn \N \N 1540.3,1540.3 13754 vai_Latn 11 10 c t 6 vai-Latn vai-Latn \N \N 1540.3,1540.3 13755 vai-Latn-LR 11 10 c t 6 vai-Latn-LR vai-Latn-LR \N \N 1540.3,1540.3 13756 vai_Latn_LR 11 10 c t 6 vai-Latn-LR vai-Latn-LR \N \N 1540.3,1540.3 13757 vai-Vaii 11 10 c t 6 vai-Vaii vai-Vaii \N \N 1540.3,1540.3 13758 vai_Vaii 11 10 c t 6 vai-Vaii vai-Vaii \N \N 1540.3,1540.3 13759 vai-Vaii-LR 11 10 c t 6 vai-Vaii-LR vai-Vaii-LR \N \N 1540.3,1540.3 13760 vai_Vaii_LR 11 10 c t 6 vai-Vaii-LR vai-Vaii-LR \N \N 1540.3,1540.3 13761 ve 11 10 c t 6 ve ve \N \N 1540.3,1540.3 13762 ve-ZA 11 10 c t 6 ve-ZA ve-ZA \N \N 1540.3,1540.3 13763 ve_ZA 11 10 c t 6 ve-ZA ve-ZA \N \N 1540.3,1540.3 13764 vi 11 10 c t 19 vi vi \N \N 1540.3,1540.3 13765 vi-VN 11 10 c t 19 vi-VN vi-VN \N \N 1540.3,1540.3 13766 vi_VN 11 10 c t 19 vi-VN vi-VN \N \N 1540.3,1540.3 13767 vo 11 10 c t 6 vo vo \N \N 1540.3,1540.3 13768 vo-001 11 10 c t 6 vo-001 vo-001 \N \N 1540.3,1540.3 13769 vo_001 11 10 c t 6 vo-001 vo-001 \N \N 1540.3,1540.3 13770 vun 11 10 c t 6 vun vun \N \N 1540.3,1540.3 13771 vun-TZ 11 10 c t 6 vun-TZ vun-TZ \N \N 1540.3,1540.3 13772 vun_TZ 11 10 c t 6 vun-TZ vun-TZ \N \N 1540.3,1540.3 13773 wae 11 10 c t 6 wae wae \N \N 1540.3,1540.3 13774 wae-CH 11 10 c t 6 wae-CH wae-CH \N \N 1540.3,1540.3 13775 wae_CH 11 10 c t 6 wae-CH wae-CH \N \N 1540.3,1540.3 13776 wal 11 10 c t 6 wal wal \N \N 1540.3,1540.3 13777 wal-ET 11 10 c t 6 wal-ET wal-ET \N \N 1540.3,1540.3 13778 wal_ET 11 10 c t 6 wal-ET wal-ET \N \N 1540.3,1540.3 13779 wo 11 10 c t 24 wo wo \N \N 1540.3,1540.3 13780 wo-SN 11 10 c t 24 wo-SN wo-SN \N \N 1540.3,1540.3 13781 wo_SN 11 10 c t 24 wo-SN wo-SN \N \N 1540.3,1540.3 13782 x-IV_mathan 11 10 c t 24 x-IV_mathan x-IV_mathan \N \N 1540.3,1540.3 13783 x_IV_mathan 11 10 c t 24 x-IV_mathan x-IV_mathan \N \N 1540.3,1540.3 13784 xh 11 10 c t 24 xh xh \N \N 1540.3,1540.3 13785 xh-ZA 11 10 c t 24 xh-ZA xh-ZA \N \N 1540.3,1540.3 13786 xh_ZA 11 10 c t 24 xh-ZA xh-ZA \N \N 1540.3,1540.3 13787 xog 11 10 c t 6 xog xog \N \N 1540.3,1540.3 13788 xog-UG 11 10 c t 6 xog-UG xog-UG \N \N 1540.3,1540.3 13789 xog_UG 11 10 c t 6 xog-UG xog-UG \N \N 1540.3,1540.3 13790 yav 11 10 c t 6 yav yav \N \N 1540.3,1540.3 13791 yav-CM 11 10 c t 6 yav-CM yav-CM \N \N 1540.3,1540.3 13792 yav_CM 11 10 c t 6 yav-CM yav-CM \N \N 1540.3,1540.3 13793 yi 11 10 c t 6 yi yi \N \N 1540.3,1540.3 13794 yi-001 11 10 c t 6 yi-001 yi-001 \N \N 1540.3,1540.3 13795 yi_001 11 10 c t 6 yi-001 yi-001 \N \N 1540.3,1540.3 13796 yo 11 10 c t 24 yo yo \N \N 1540.3,1540.3 13797 yo-BJ 11 10 c t 24 yo-BJ yo-BJ \N \N 1540.3,1540.3 13798 yo_BJ 11 10 c t 24 yo-BJ yo-BJ \N \N 1540.3,1540.3 13799 yo-NG 11 10 c t 24 yo-NG yo-NG \N \N 1540.3,1540.3 13800 yo_NG 11 10 c t 24 yo-NG yo-NG \N \N 1540.3,1540.3 13801 zgh 11 10 c t 6 zgh zgh \N \N 1540.3,1540.3 13802 zgh-Tfng 11 10 c t 6 zgh-Tfng zgh-Tfng \N \N 1540.3,1540.3 13803 zgh_Tfng 11 10 c t 6 zgh-Tfng zgh-Tfng \N \N 1540.3,1540.3 13804 zgh-Tfng-MA 11 10 c t 6 zgh-Tfng-MA zgh-Tfng-MA \N \N 1540.3,1540.3 13805 zgh_Tfng_MA 11 10 c t 6 zgh-Tfng-MA zgh-Tfng-MA \N \N 1540.3,1540.3 13806 zu 11 10 c t 24 zu zu \N \N 1540.3,1540.3 13807 zu-ZA 11 10 c t 24 zu-ZA zu-ZA \N \N 1540.3,1540.3 13808 zu_ZA 11 10 c t 24 zu-ZA zu-ZA \N \N 1540.3,1540.3 \. -- -- Data for Name: pg_constraint; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_constraint (oid, conname, connamespace, contype, condeferrable, condeferred, convalidated, conrelid, contypid, conindid, conparentid, confrelid, confupdtype, confdeltype, confmatchtype, conislocal, coninhcount, connoinherit, conperiod, conkey, confkey, conpfeqop, conppeqop, conffeqop, confdelsetcols, conexclop, conbin) FROM stdin; 10115 pg_proc_oid_index 11 p f f t 1255 0 2690 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10116 pg_proc_proname_args_nsp_index 11 u f f t 1255 0 2691 0 0 t 0 t f {2,20,3} \N \N \N \N \N \N \N 10117 pg_type_oid_index 11 p f f t 1247 0 2703 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10118 pg_type_typname_nsp_index 11 u f f t 1247 0 2704 0 0 t 0 t f {2,3} \N \N \N \N \N \N \N 10119 pg_attribute_relid_attnam_index 11 u f f t 1249 0 2658 0 0 t 0 t f {1,2} \N \N \N \N \N \N \N 10120 pg_attribute_relid_attnum_index 11 p f f t 1249 0 2659 0 0 t 0 t f {1,5} \N \N \N \N \N \N \N 10121 pg_class_oid_index 11 p f f t 1259 0 2662 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10122 pg_class_relname_nsp_index 11 u f f t 1259 0 2663 0 0 t 0 t f {2,3} \N \N \N \N \N \N \N 10123 pg_attrdef_adrelid_adnum_index 11 u f f t 2604 0 2656 0 0 t 0 t f {2,3} \N \N \N \N \N \N \N 10124 pg_attrdef_oid_index 11 p f f t 2604 0 2657 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10125 pg_constraint_conrelid_contypid_conname_index 11 u f f t 2606 0 2665 0 0 t 0 t f {8,9,2} \N \N \N \N \N \N \N 10126 pg_constraint_oid_index 11 p f f t 2606 0 2667 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10127 pg_inherits_relid_seqno_index 11 p f f t 2611 0 2680 0 0 t 0 t f {1,3} \N \N \N \N \N \N \N 10128 pg_index_indexrelid_index 11 p f f t 2610 0 2679 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10129 pg_operator_oid_index 11 p f f t 2617 0 2688 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10130 pg_operator_oprname_l_r_n_index 11 u f f t 2617 0 2689 0 0 t 0 t f {2,8,9,3} \N \N \N \N \N \N \N 10131 pg_opfamily_am_name_nsp_index 11 u f f t 2753 0 2754 0 0 t 0 t f {2,3,4} \N \N \N \N \N \N \N 10132 pg_opfamily_oid_index 11 p f f t 2753 0 2755 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10133 pg_opclass_am_name_nsp_index 11 u f f t 2616 0 2686 0 0 t 0 t f {2,3,4} \N \N \N \N \N \N \N 10134 pg_opclass_oid_index 11 p f f t 2616 0 2687 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10135 pg_am_name_index 11 u f f t 2601 0 2651 0 0 t 0 t f {2} \N \N \N \N \N \N \N 10136 pg_am_oid_index 11 p f f t 2601 0 2652 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10137 pg_amop_fam_strat_index 11 u f f t 2602 0 2653 0 0 t 0 t f {2,3,4,5} \N \N \N \N \N \N \N 10138 pg_amop_opr_fam_index 11 u f f t 2602 0 2654 0 0 t 0 t f {7,6,2} \N \N \N \N \N \N \N 10139 pg_amop_oid_index 11 p f f t 2602 0 2756 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10140 pg_amproc_fam_proc_index 11 u f f t 2603 0 2655 0 0 t 0 t f {2,3,4,5} \N \N \N \N \N \N \N 10141 pg_amproc_oid_index 11 p f f t 2603 0 2757 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10142 pg_language_name_index 11 u f f t 2612 0 2681 0 0 t 0 t f {2} \N \N \N \N \N \N \N 10143 pg_language_oid_index 11 p f f t 2612 0 2682 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10144 pg_largeobject_metadata_oid_index 11 p f f t 2995 0 2996 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10145 pg_largeobject_loid_pn_index 11 p f f t 2613 0 2683 0 0 t 0 t f {1,2} \N \N \N \N \N \N \N 10146 pg_aggregate_fnoid_index 11 p f f t 2600 0 2650 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10147 pg_statistic_relid_att_inh_index 11 p f f t 2619 0 2696 0 0 t 0 t f {1,2,3} \N \N \N \N \N \N \N 10148 pg_statistic_ext_oid_index 11 p f f t 3381 0 3380 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10149 pg_statistic_ext_name_index 11 u f f t 3381 0 3997 0 0 t 0 t f {3,4} \N \N \N \N \N \N \N 10150 pg_statistic_ext_data_stxoid_inh_index 11 p f f t 3429 0 3433 0 0 t 0 t f {1,2} \N \N \N \N \N \N \N 10151 pg_rewrite_oid_index 11 p f f t 2618 0 2692 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10152 pg_rewrite_rel_rulename_index 11 u f f t 2618 0 2693 0 0 t 0 t f {3,2} \N \N \N \N \N \N \N 10153 pg_trigger_tgrelid_tgname_index 11 u f f t 2620 0 2701 0 0 t 0 t f {2,4} \N \N \N \N \N \N \N 10154 pg_trigger_oid_index 11 p f f t 2620 0 2702 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10155 pg_event_trigger_evtname_index 11 u f f t 3466 0 3467 0 0 t 0 t f {2} \N \N \N \N \N \N \N 10156 pg_event_trigger_oid_index 11 p f f t 3466 0 3468 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10157 pg_description_o_c_o_index 11 p f f t 2609 0 2675 0 0 t 0 t f {1,2,3} \N \N \N \N \N \N \N 10158 pg_cast_oid_index 11 p f f t 2605 0 2660 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10159 pg_cast_source_target_index 11 u f f t 2605 0 2661 0 0 t 0 t f {2,3} \N \N \N \N \N \N \N 10160 pg_enum_oid_index 11 p f f t 3501 0 3502 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10161 pg_enum_typid_label_index 11 u f f t 3501 0 3503 0 0 t 0 t f {2,4} \N \N \N \N \N \N \N 10162 pg_enum_typid_sortorder_index 11 u f f t 3501 0 3534 0 0 t 0 t f {2,3} \N \N \N \N \N \N \N 10163 pg_namespace_nspname_index 11 u f f t 2615 0 2684 0 0 t 0 t f {2} \N \N \N \N \N \N \N 10164 pg_namespace_oid_index 11 p f f t 2615 0 2685 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10165 pg_conversion_default_index 11 u f f t 2607 0 2668 0 0 t 0 t f {3,5,6,1} \N \N \N \N \N \N \N 10166 pg_conversion_name_nsp_index 11 u f f t 2607 0 2669 0 0 t 0 t f {2,3} \N \N \N \N \N \N \N 10167 pg_conversion_oid_index 11 p f f t 2607 0 2670 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10168 pg_database_datname_index 11 u f f t 1262 0 2671 0 0 t 0 t f {2} \N \N \N \N \N \N \N 10169 pg_database_oid_index 11 p f f t 1262 0 2672 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10170 pg_db_role_setting_databaseid_rol_index 11 p f f t 2964 0 2965 0 0 t 0 t f {1,2} \N \N \N \N \N \N \N 10171 pg_tablespace_oid_index 11 p f f t 1213 0 2697 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10172 pg_tablespace_spcname_index 11 u f f t 1213 0 2698 0 0 t 0 t f {2} \N \N \N \N \N \N \N 10173 pg_authid_rolname_index 11 u f f t 1260 0 2676 0 0 t 0 t f {2} \N \N \N \N \N \N \N 10174 pg_authid_oid_index 11 p f f t 1260 0 2677 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10175 pg_auth_members_oid_index 11 p f f t 1261 0 6303 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10176 pg_auth_members_role_member_index 11 u f f t 1261 0 2694 0 0 t 0 t f {2,3,4} \N \N \N \N \N \N \N 10177 pg_auth_members_member_role_index 11 u f f t 1261 0 2695 0 0 t 0 t f {3,2,4} \N \N \N \N \N \N \N 10178 pg_shdescription_o_c_index 11 p f f t 2396 0 2397 0 0 t 0 t f {1,2} \N \N \N \N \N \N \N 10179 pg_ts_config_cfgname_index 11 u f f t 3602 0 3608 0 0 t 0 t f {2,3} \N \N \N \N \N \N \N 10180 pg_ts_config_oid_index 11 p f f t 3602 0 3712 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10181 pg_ts_config_map_index 11 p f f t 3603 0 3609 0 0 t 0 t f {1,2,3} \N \N \N \N \N \N \N 10182 pg_ts_dict_dictname_index 11 u f f t 3600 0 3604 0 0 t 0 t f {2,3} \N \N \N \N \N \N \N 10183 pg_ts_dict_oid_index 11 p f f t 3600 0 3605 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10184 pg_ts_parser_prsname_index 11 u f f t 3601 0 3606 0 0 t 0 t f {2,3} \N \N \N \N \N \N \N 10185 pg_ts_parser_oid_index 11 p f f t 3601 0 3607 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10186 pg_ts_template_tmplname_index 11 u f f t 3764 0 3766 0 0 t 0 t f {2,3} \N \N \N \N \N \N \N 10187 pg_ts_template_oid_index 11 p f f t 3764 0 3767 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10188 pg_extension_oid_index 11 p f f t 3079 0 3080 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10189 pg_extension_name_index 11 u f f t 3079 0 3081 0 0 t 0 t f {2} \N \N \N \N \N \N \N 10190 pg_foreign_data_wrapper_oid_index 11 p f f t 2328 0 112 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10191 pg_foreign_data_wrapper_name_index 11 u f f t 2328 0 548 0 0 t 0 t f {2} \N \N \N \N \N \N \N 10192 pg_foreign_server_oid_index 11 p f f t 1417 0 113 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10193 pg_foreign_server_name_index 11 u f f t 1417 0 549 0 0 t 0 t f {2} \N \N \N \N \N \N \N 10194 pg_user_mapping_oid_index 11 p f f t 1418 0 174 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10195 pg_user_mapping_user_server_index 11 u f f t 1418 0 175 0 0 t 0 t f {2,3} \N \N \N \N \N \N \N 10196 pg_foreign_table_relid_index 11 p f f t 3118 0 3119 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10197 pg_policy_oid_index 11 p f f t 3256 0 3257 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10198 pg_policy_polrelid_polname_index 11 u f f t 3256 0 3258 0 0 t 0 t f {3,2} \N \N \N \N \N \N \N 10199 pg_replication_origin_roiident_index 11 p f f t 6000 0 6001 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10200 pg_replication_origin_roname_index 11 u f f t 6000 0 6002 0 0 t 0 t f {2} \N \N \N \N \N \N \N 10201 pg_default_acl_role_nsp_obj_index 11 u f f t 826 0 827 0 0 t 0 t f {2,3,4} \N \N \N \N \N \N \N 10202 pg_default_acl_oid_index 11 p f f t 826 0 828 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10203 pg_init_privs_o_c_o_index 11 p f f t 3394 0 3395 0 0 t 0 t f {1,2,3} \N \N \N \N \N \N \N 10204 pg_seclabel_object_index 11 p f f t 3596 0 3597 0 0 t 0 t f {1,2,3,4} \N \N \N \N \N \N \N 10205 pg_shseclabel_object_index 11 p f f t 3592 0 3593 0 0 t 0 t f {1,2,3} \N \N \N \N \N \N \N 10206 pg_collation_name_enc_nsp_index 11 u f f t 3456 0 3164 0 0 t 0 t f {2,7,3} \N \N \N \N \N \N \N 10207 pg_collation_oid_index 11 p f f t 3456 0 3085 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10208 pg_parameter_acl_parname_index 11 u f f t 6243 0 6246 0 0 t 0 t f {2} \N \N \N \N \N \N \N 10209 pg_parameter_acl_oid_index 11 p f f t 6243 0 6247 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10210 pg_partitioned_table_partrelid_index 11 p f f t 3350 0 3351 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10211 pg_range_rngtypid_index 11 p f f t 3541 0 3542 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10212 pg_range_rngmultitypid_index 11 u f f t 3541 0 2228 0 0 t 0 t f {3} \N \N \N \N \N \N \N 10213 pg_transform_oid_index 11 p f f t 3576 0 3574 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10214 pg_transform_type_lang_index 11 u f f t 3576 0 3575 0 0 t 0 t f {2,3} \N \N \N \N \N \N \N 10215 pg_sequence_seqrelid_index 11 p f f t 2224 0 5002 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10216 pg_publication_oid_index 11 p f f t 6104 0 6110 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10217 pg_publication_pubname_index 11 u f f t 6104 0 6111 0 0 t 0 t f {2} \N \N \N \N \N \N \N 10218 pg_publication_namespace_oid_index 11 p f f t 6237 0 6238 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10219 pg_publication_namespace_pnnspid_pnpubid_index 11 u f f t 6237 0 6239 0 0 t 0 t f {3,2} \N \N \N \N \N \N \N 10220 pg_publication_rel_oid_index 11 p f f t 6106 0 6112 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10221 pg_publication_rel_prrelid_prpubid_index 11 u f f t 6106 0 6113 0 0 t 0 t f {3,2} \N \N \N \N \N \N \N 10222 pg_subscription_oid_index 11 p f f t 6100 0 6114 0 0 t 0 t f {1} \N \N \N \N \N \N \N 10223 pg_subscription_subname_index 11 u f f t 6100 0 6115 0 0 t 0 t f {2,4} \N \N \N \N \N \N \N 10224 pg_subscription_rel_srrelid_srsubid_index 11 p f f t 6102 0 6117 0 0 t 0 t f {2,1} \N \N \N \N \N \N \N 13883 cardinal_number_domain_check 13868 c f f t 0 13882 0 0 0 t 0 f f \N \N \N \N \N \N \N {OPEXPR :opno 525 :opfuncid 150 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({COERCETODOMAINVALUE :typeId 23 :typeMod -1 :collation 0 :location 195} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 204 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 201} 13896 yes_or_no_check 13868 c f f t 0 13895 0 0 0 t 0 f f \N \N \N \N \N \N \N {SCALARARRAYOPEXPR :opno 98 :opfuncid 67 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 100 :args ({RELABELTYPE :arg {COERCETODOMAINVALUE :typeId 1043 :typeMod 7 :collation 100 :location 133} :resulttype 25 :resulttypmod -1 :resultcollid 100 :relabelformat 2 :location -1} {ARRAYCOERCEEXPR :arg {ARRAYEXPR :array_typeid 1015 :array_collid 100 :element_typeid 1043 :elements ({CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 143 :constvalue 7 [ 28 0 0 0 89 69 83 ]} {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 150 :constvalue 6 [ 24 0 0 0 78 79 ]}) :multidims false :location -1} :elemexpr {RELABELTYPE :arg {CASETESTEXPR :typeId 1043 :typeMod -1 :collation 0} :resulttype 25 :resulttypmod -1 :resultcollid 100 :relabelformat 2 :location -1} :resulttype 1009 :resulttypmod -1 :resultcollid 100 :coerceformat 2 :location -1}) :location 139} 16396 test_table_identity_col1_not_null 16390 n f f t 16393 0 0 0 0 t 0 f f {1} \N \N \N \N \N \N \N 16400 test_table_identity_pkey 16390 p f f t 16393 0 16399 0 0 t 0 t f {1} \N \N \N \N \N \N \N 16406 test_table_col1_check 16390 c f f t 16402 0 0 0 0 t 0 f f {1} \N \N \N \N \N \N {OPEXPR :opno 523 :opfuncid 149 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 163} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 171 :constvalue 4 [ -24 3 0 0 0 0 0 0 ]}) :location 168} 16407 test_table_col1_not_null 16390 n f f t 16402 0 0 0 0 t 0 f f {1} \N \N \N \N \N \N \N 16411 test_table_pkey 16390 p f f t 16402 0 16410 0 0 t 0 t f {1} \N \N \N \N \N \N \N 16417 test_table_generated_pkey 16390 p f f t 16412 0 16416 0 0 t 0 t f {1} \N \N \N \N \N \N \N 16422 test_table_generated_child2_col1_not_null 16390 n f f t 16418 0 0 0 0 f 1 f f {1} \N \N \N \N \N \N \N 16427 test_table_generated_child1_col1_not_null 16390 n f f t 16423 0 0 0 0 f 1 f f {1} \N \N \N \N \N \N \N 16431 test_table_fk_col1_fkey 16390 f f f t 16428 0 16410 0 16402 a a s t 0 f f {1} {1} {96} {96} {96} \N \N \N 16439 test_table_fk_col1_fkey 16390 f f f t 16436 0 16410 16431 16402 a a s f 1 f f {1} {1} {96} {96} {96} \N \N \N 16504 fk_reference_test_table_pkey 16390 p f f t 16500 0 16503 0 0 t 0 t f {1} \N \N \N \N \N \N \N 16505 fk_reference_test_table_col1_fkey 16390 f f f t 16500 0 16410 0 16402 a a s t 0 t f {1} {1} {96} {96} {96} \N \N \N 16519 us_postal_code_check 16390 c f f t 0 16518 0 0 0 t 0 f f \N \N \N \N \N \N \N {BOOLEXPR :boolop or :args ({OPEXPR :opno 641 :opfuncid 1254 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ({COERCETODOMAINVALUE :typeId 25 :typeMod -1 :collation 100 :location 114} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 122 :constvalue 11 [ 44 0 0 0 94 92 100 123 53 125 36 ]}) :location 120} {OPEXPR :opno 641 :opfuncid 1254 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ({COERCETODOMAINVALUE :typeId 25 :typeMod -1 :collation 100 :location 143} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 151 :constvalue 17 [ 68 0 0 0 94 92 100 123 53 125 45 92 100 123 52 125 36 ]}) :location 149}) :location 132} 16553 ordering_table_pkey 16390 p f f t 16549 0 16552 0 0 t 0 t f {1} \N \N \N \N \N \N \N 16735 test_table_tuq_uq 16390 u f f t 16729 0 16734 0 0 t 0 t t {1,2} \N \N \N \N \N {3882,3888} \N 16742 test_table_tpk_pkey 16390 p f f t 16736 0 16741 0 0 t 0 t t {1,2} \N \N \N \N \N {3882,3888} \N 16650 test_inheritance_parent_col2_check 16390 c f f t 16647 0 0 0 0 t 0 f f {2} \N \N \N \N \N \N {OPEXPR :opno 525 :opfuncid 150 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 102} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 110 :constvalue 4 [ 42 0 0 0 0 0 0 0 ]}) :location 107} 16651 test_inheritance_parent_col1_not_null 16390 n f f t 16647 0 0 0 0 t 0 f f {1} \N \N \N \N \N \N \N 16657 measurement_peaktemp_check 16390 c f f t 16653 0 0 0 0 t 0 f f {3} \N \N \N \N \N \N {OPEXPR :opno 525 :opfuncid 150 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 123} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 135 :constvalue 4 [ 52 -2 -1 -1 -1 -1 -1 -1 ]}) :location 132} 16658 measurement_city_id_not_null 16390 n f f t 16653 0 0 0 0 t 0 f f {1} \N \N \N \N \N \N \N 16659 measurement_logdate_not_null 16390 n f f t 16653 0 0 0 0 t 0 f f {2} \N \N \N \N \N \N \N 16664 measurement_peaktemp_check 16465 c f f t 16660 0 0 0 0 f 1 f f {3} \N \N \N \N \N \N {OPEXPR :opno 525 :opfuncid 150 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 52 -2 -1 -1 -1 -1 -1 -1 ]}) :location -1} 16666 measurement_y2006m2_unitsales_check 16465 c f f t 16660 0 0 0 0 t 0 f f {4} \N \N \N \N \N \N {OPEXPR :opno 525 :opfuncid 150 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 134} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 147 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 144} 16667 measurement_city_id_not_null 16465 n f f t 16660 0 0 0 0 f 1 f f {1} \N \N \N \N \N \N \N 16668 measurement_logdate_not_null 16465 n f f t 16660 0 0 0 0 f 1 f f {2} \N \N \N \N \N \N \N 16672 test_inheritance_parent_col2_check 16390 c f f t 16669 0 0 0 0 f 1 f f {2} \N \N \N \N \N \N {OPEXPR :opno 525 :opfuncid 150 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 42 0 0 0 0 0 0 0 ]}) :location -1} 16673 test_inheritance_child 16390 c f f t 16669 0 0 0 0 t 0 f f {2} \N \N \N \N \N \N {OPEXPR :opno 525 :opfuncid 150 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 128} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 136 :constvalue 4 [ 9 46 2 0 0 0 0 0 ]}) :location 133} 16674 test_inheritance_child_col1_not_null 16390 n f f t 16669 0 0 0 0 t 1 f f {1} \N \N \N \N \N \N \N 16680 measurement_pkey 16390 p f f t 16653 0 16679 0 0 t 0 t f {1,2} \N \N \N \N \N \N \N 16682 measurement_y2006m2_pkey 16465 p f f t 16660 0 16681 16680 0 f 1 f f {1,2} \N \N \N \N \N \N \N 16687 measurement_peaktemp_check 16465 c f f t 16683 0 0 0 0 f 1 f f {3} \N \N \N \N \N \N {OPEXPR :opno 525 :opfuncid 150 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 52 -2 -1 -1 -1 -1 -1 -1 ]}) :location -1} 16690 measurement_y2006m3_pkey 16465 p f f t 16683 0 16689 16680 0 f 1 f f {1,2} \N \N \N \N \N \N \N 16692 measurement_city_id_not_null 16465 n f f t 16683 0 0 0 0 f 1 f f {1} \N \N \N \N \N \N \N 16693 measurement_logdate_not_null 16465 n f f t 16683 0 0 0 0 f 1 f f {2} \N \N \N \N \N \N \N 16698 measurement_peaktemp_check 16465 c f f t 16694 0 0 0 0 f 1 f f {3} \N \N \N \N \N \N {OPEXPR :opno 525 :opfuncid 150 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 52 -2 -1 -1 -1 -1 -1 -1 ]}) :location -1} 16701 measurement_y2006m4_pkey 16465 p f f t 16694 0 16700 16680 0 f 1 f f {1,2} \N \N \N \N \N \N \N 16703 measurement_city_id_not_null 16465 n f f t 16694 0 0 0 0 f 1 f f {1} \N \N \N \N \N \N \N 16704 measurement_logdate_not_null 16465 n f f t 16694 0 0 0 0 f 1 f f {2} \N \N \N \N \N \N \N 16709 measurement_peaktemp_check 16465 c f f t 16705 0 0 0 0 f 1 f f {3} \N \N \N \N \N \N {OPEXPR :opno 525 :opfuncid 150 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 52 -2 -1 -1 -1 -1 -1 -1 ]}) :location -1} 16712 measurement_y2006m5_pkey 16465 p f f t 16705 0 16711 16680 0 f 1 f f {1,2} \N \N \N \N \N \N \N 16714 measurement_city_id_not_null 16465 n f f t 16705 0 0 0 0 f 1 f f {1} \N \N \N \N \N \N \N 16715 measurement_logdate_not_null 16465 n f f t 16705 0 0 0 0 f 1 f f {2} \N \N \N \N \N \N \N \. -- -- Data for Name: pg_conversion; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_conversion (oid, conname, connamespace, conowner, conforencoding, contoencoding, conproc, condefault) FROM stdin; 4402 koi8_r_to_mic 11 10 22 7 koi8r_to_mic t 4403 mic_to_koi8_r 11 10 7 22 mic_to_koi8r t 4404 iso_8859_5_to_mic 11 10 25 7 iso_to_mic t 4405 mic_to_iso_8859_5 11 10 7 25 mic_to_iso t 4406 windows_1251_to_mic 11 10 23 7 win1251_to_mic t 4407 mic_to_windows_1251 11 10 7 23 mic_to_win1251 t 4408 windows_866_to_mic 11 10 20 7 win866_to_mic t 4409 mic_to_windows_866 11 10 7 20 mic_to_win866 t 4410 koi8_r_to_windows_1251 11 10 22 23 koi8r_to_win1251 t 4411 windows_1251_to_koi8_r 11 10 23 22 win1251_to_koi8r t 4412 koi8_r_to_windows_866 11 10 22 20 koi8r_to_win866 t 4413 windows_866_to_koi8_r 11 10 20 22 win866_to_koi8r t 4414 windows_866_to_windows_1251 11 10 20 23 win866_to_win1251 t 4415 windows_1251_to_windows_866 11 10 23 20 win1251_to_win866 t 4416 iso_8859_5_to_koi8_r 11 10 25 22 iso_to_koi8r t 4417 koi8_r_to_iso_8859_5 11 10 22 25 koi8r_to_iso t 4418 iso_8859_5_to_windows_1251 11 10 25 23 iso_to_win1251 t 4419 windows_1251_to_iso_8859_5 11 10 23 25 win1251_to_iso t 4420 iso_8859_5_to_windows_866 11 10 25 20 iso_to_win866 t 4421 windows_866_to_iso_8859_5 11 10 20 25 win866_to_iso t 4422 euc_cn_to_mic 11 10 2 7 euc_cn_to_mic t 4423 mic_to_euc_cn 11 10 7 2 mic_to_euc_cn t 4424 euc_jp_to_sjis 11 10 1 35 euc_jp_to_sjis t 4425 sjis_to_euc_jp 11 10 35 1 sjis_to_euc_jp t 4426 euc_jp_to_mic 11 10 1 7 euc_jp_to_mic t 4427 sjis_to_mic 11 10 35 7 sjis_to_mic t 4428 mic_to_euc_jp 11 10 7 1 mic_to_euc_jp t 4429 mic_to_sjis 11 10 7 35 mic_to_sjis t 4430 euc_kr_to_mic 11 10 3 7 euc_kr_to_mic t 4431 mic_to_euc_kr 11 10 7 3 mic_to_euc_kr t 4432 euc_tw_to_big5 11 10 4 36 euc_tw_to_big5 t 4433 big5_to_euc_tw 11 10 36 4 big5_to_euc_tw t 4434 euc_tw_to_mic 11 10 4 7 euc_tw_to_mic t 4435 big5_to_mic 11 10 36 7 big5_to_mic t 4436 mic_to_euc_tw 11 10 7 4 mic_to_euc_tw t 4437 mic_to_big5 11 10 7 36 mic_to_big5 t 4438 iso_8859_2_to_mic 11 10 9 7 latin2_to_mic t 4439 mic_to_iso_8859_2 11 10 7 9 mic_to_latin2 t 4440 windows_1250_to_mic 11 10 29 7 win1250_to_mic t 4441 mic_to_windows_1250 11 10 7 29 mic_to_win1250 t 4442 iso_8859_2_to_windows_1250 11 10 9 29 latin2_to_win1250 t 4443 windows_1250_to_iso_8859_2 11 10 29 9 win1250_to_latin2 t 4444 iso_8859_1_to_mic 11 10 8 7 latin1_to_mic t 4445 mic_to_iso_8859_1 11 10 7 8 mic_to_latin1 t 4446 iso_8859_3_to_mic 11 10 10 7 latin3_to_mic t 4447 mic_to_iso_8859_3 11 10 7 10 mic_to_latin3 t 4448 iso_8859_4_to_mic 11 10 11 7 latin4_to_mic t 4449 mic_to_iso_8859_4 11 10 7 11 mic_to_latin4 t 4452 big5_to_utf8 11 10 36 6 big5_to_utf8 t 4453 utf8_to_big5 11 10 6 36 utf8_to_big5 t 4454 utf8_to_koi8_r 11 10 6 22 utf8_to_koi8r t 4455 koi8_r_to_utf8 11 10 22 6 koi8r_to_utf8 t 4456 utf8_to_koi8_u 11 10 6 34 utf8_to_koi8u t 4457 koi8_u_to_utf8 11 10 34 6 koi8u_to_utf8 t 4458 utf8_to_windows_866 11 10 6 20 utf8_to_win t 4459 windows_866_to_utf8 11 10 20 6 win_to_utf8 t 4460 utf8_to_windows_874 11 10 6 21 utf8_to_win t 4461 windows_874_to_utf8 11 10 21 6 win_to_utf8 t 4462 utf8_to_windows_1250 11 10 6 29 utf8_to_win t 4463 windows_1250_to_utf8 11 10 29 6 win_to_utf8 t 4464 utf8_to_windows_1251 11 10 6 23 utf8_to_win t 4465 windows_1251_to_utf8 11 10 23 6 win_to_utf8 t 4466 utf8_to_windows_1252 11 10 6 24 utf8_to_win t 4467 windows_1252_to_utf8 11 10 24 6 win_to_utf8 t 4468 utf8_to_windows_1253 11 10 6 30 utf8_to_win t 4469 windows_1253_to_utf8 11 10 30 6 win_to_utf8 t 4470 utf8_to_windows_1254 11 10 6 31 utf8_to_win t 4471 windows_1254_to_utf8 11 10 31 6 win_to_utf8 t 4472 utf8_to_windows_1255 11 10 6 32 utf8_to_win t 4473 windows_1255_to_utf8 11 10 32 6 win_to_utf8 t 4474 utf8_to_windows_1256 11 10 6 18 utf8_to_win t 4475 windows_1256_to_utf8 11 10 18 6 win_to_utf8 t 4476 utf8_to_windows_1257 11 10 6 33 utf8_to_win t 4477 windows_1257_to_utf8 11 10 33 6 win_to_utf8 t 4478 utf8_to_windows_1258 11 10 6 19 utf8_to_win t 4479 windows_1258_to_utf8 11 10 19 6 win_to_utf8 t 4480 euc_cn_to_utf8 11 10 2 6 euc_cn_to_utf8 t 4481 utf8_to_euc_cn 11 10 6 2 utf8_to_euc_cn t 4482 euc_jp_to_utf8 11 10 1 6 euc_jp_to_utf8 t 4483 utf8_to_euc_jp 11 10 6 1 utf8_to_euc_jp t 4484 euc_kr_to_utf8 11 10 3 6 euc_kr_to_utf8 t 4485 utf8_to_euc_kr 11 10 6 3 utf8_to_euc_kr t 4486 euc_tw_to_utf8 11 10 4 6 euc_tw_to_utf8 t 4487 utf8_to_euc_tw 11 10 6 4 utf8_to_euc_tw t 4488 gb18030_to_utf8 11 10 39 6 gb18030_to_utf8 t 4489 utf8_to_gb18030 11 10 6 39 utf8_to_gb18030 t 4490 gbk_to_utf8 11 10 37 6 gbk_to_utf8 t 4491 utf8_to_gbk 11 10 6 37 utf8_to_gbk t 4492 utf8_to_iso_8859_2 11 10 6 9 utf8_to_iso8859 t 4493 iso_8859_2_to_utf8 11 10 9 6 iso8859_to_utf8 t 4494 utf8_to_iso_8859_3 11 10 6 10 utf8_to_iso8859 t 4495 iso_8859_3_to_utf8 11 10 10 6 iso8859_to_utf8 t 4496 utf8_to_iso_8859_4 11 10 6 11 utf8_to_iso8859 t 4497 iso_8859_4_to_utf8 11 10 11 6 iso8859_to_utf8 t 4498 utf8_to_iso_8859_9 11 10 6 12 utf8_to_iso8859 t 4499 iso_8859_9_to_utf8 11 10 12 6 iso8859_to_utf8 t 4500 utf8_to_iso_8859_10 11 10 6 13 utf8_to_iso8859 t 4501 iso_8859_10_to_utf8 11 10 13 6 iso8859_to_utf8 t 4502 utf8_to_iso_8859_13 11 10 6 14 utf8_to_iso8859 t 4503 iso_8859_13_to_utf8 11 10 14 6 iso8859_to_utf8 t 4504 utf8_to_iso_8859_14 11 10 6 15 utf8_to_iso8859 t 4505 iso_8859_14_to_utf8 11 10 15 6 iso8859_to_utf8 t 4506 utf8_to_iso_8859_15 11 10 6 16 utf8_to_iso8859 t 4507 iso_8859_15_to_utf8 11 10 16 6 iso8859_to_utf8 t 4508 utf8_to_iso_8859_16 11 10 6 17 utf8_to_iso8859 t 4509 iso_8859_16_to_utf8 11 10 17 6 iso8859_to_utf8 t 4510 utf8_to_iso_8859_5 11 10 6 25 utf8_to_iso8859 t 4511 iso_8859_5_to_utf8 11 10 25 6 iso8859_to_utf8 t 4512 utf8_to_iso_8859_6 11 10 6 26 utf8_to_iso8859 t 4513 iso_8859_6_to_utf8 11 10 26 6 iso8859_to_utf8 t 4514 utf8_to_iso_8859_7 11 10 6 27 utf8_to_iso8859 t 4515 iso_8859_7_to_utf8 11 10 27 6 iso8859_to_utf8 t 4516 utf8_to_iso_8859_8 11 10 6 28 utf8_to_iso8859 t 4517 iso_8859_8_to_utf8 11 10 28 6 iso8859_to_utf8 t 4518 iso_8859_1_to_utf8 11 10 8 6 iso8859_1_to_utf8 t 4519 utf8_to_iso_8859_1 11 10 6 8 utf8_to_iso8859_1 t 4520 johab_to_utf8 11 10 40 6 johab_to_utf8 t 4521 utf8_to_johab 11 10 6 40 utf8_to_johab t 4522 sjis_to_utf8 11 10 35 6 sjis_to_utf8 t 4523 utf8_to_sjis 11 10 6 35 utf8_to_sjis t 4524 uhc_to_utf8 11 10 38 6 uhc_to_utf8 t 4525 utf8_to_uhc 11 10 6 38 utf8_to_uhc t 4526 euc_jis_2004_to_utf8 11 10 5 6 euc_jis_2004_to_utf8 t 4527 utf8_to_euc_jis_2004 11 10 6 5 utf8_to_euc_jis_2004 t 4528 shift_jis_2004_to_utf8 11 10 41 6 shift_jis_2004_to_utf8 t 4529 utf8_to_shift_jis_2004 11 10 6 41 utf8_to_shift_jis_2004 t 4530 euc_jis_2004_to_shift_jis_2004 11 10 5 41 euc_jis_2004_to_shift_jis_2004 t 4531 shift_jis_2004_to_euc_jis_2004 11 10 41 5 shift_jis_2004_to_euc_jis_2004 t 16637 test_conversion 16390 10 8 6 iso8859_1_to_utf8 t \. -- -- Data for Name: pg_database; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_database (oid, datname, datdba, encoding, datlocprovider, datistemplate, datallowconn, dathasloginevt, datconnlimit, datfrozenxid, datminmxid, dattablespace, datcollate, datctype, datlocale, daticurules, datcollversion, datacl) FROM stdin; 5 postgres 10 24 c f t f -1 730 1 1663 English_United States.1252 English_United States.1252 \N \N \N \N 16385 regress_pg_dump_test 10 24 c f t f -1 730 1 1663 English_United States.1252 English_United States.1252 \N \N \N \N 1 template1 10 24 c t t f -1 730 1 1663 English_United States.1252 English_United States.1252 \N \N \N {=c/SYSTEM,SYSTEM=CTc/SYSTEM} 4 template0 10 24 c t f f -1 730 1 1663 English_United States.1252 English_United States.1252 \N \N \N {=c/SYSTEM,SYSTEM=CTc/SYSTEM} 16386 regress_public_owner 10 24 c f t f -1 730 1 1663 English_United States.1252 English_United States.1252 \N \N \N \N 16389 regression_invalid 10 24 c f t f -2 730 1 1663 English_United States.1252 English_United States.1252 \N \N \N \N 16565 dump_test2 10 24 c f t f -1 730 1 1663 C C \N \N \N \N 16566 dump_test 10 24 c f t f -1 730 1 1663 English_United States.1252 English_United States.1252 \N \N \N {=T/SYSTEM,SYSTEM=CTc/SYSTEM,regress_dump_test_role=C/SYSTEM} \. -- -- Data for Name: pg_db_role_setting; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_db_role_setting (setdatabase, setrole, setconfig) FROM stdin; \. -- -- Data for Name: pg_default_acl; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_default_acl (oid, defaclrole, defaclnamespace, defaclobjtype, defaclacl) FROM stdin; 16488 16387 16390 r {regress_dump_test_role=r/regress_dump_test_role} 16489 16387 16390 f {regress_dump_test_role=X/regress_dump_test_role} 16589 16387 0 f {regress_dump_test_role=X/regress_dump_test_role} 16590 16387 0 r {regress_dump_test_role=awdDxtm/regress_dump_test_role} \. -- -- Data for Name: pg_depend; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_depend (classid, objid, objsubid, refclassid, refobjid, refobjsubid, deptype) FROM stdin; 1247 12002 0 1259 12000 0 i 1247 12001 0 1247 12002 0 i 2618 12003 0 1259 12000 0 i 1247 12007 0 1259 12005 0 i 1247 12006 0 1247 12007 0 i 2618 12008 0 1259 12005 0 i 1247 12012 0 1259 12010 0 i 1247 12011 0 1247 12012 0 i 2618 12013 0 1259 12010 0 i 1247 12016 0 1259 12014 0 i 1247 12015 0 1247 12016 0 i 2618 12017 0 1259 12014 0 i 2618 12017 0 1259 12005 1 n 2618 12017 0 1259 12005 2 n 2618 12017 0 1259 12005 3 n 2618 12017 0 1259 12005 4 n 2618 12017 0 1259 12005 5 n 2618 12017 0 1259 12005 6 n 2618 12017 0 1259 12005 8 n 2618 12017 0 1259 12005 9 n 1247 12020 0 1259 12018 0 i 1247 12019 0 1247 12020 0 i 2618 12021 0 1259 12018 0 i 1247 12025 0 1259 12023 0 i 1247 12024 0 1247 12025 0 i 2618 12026 0 1259 12023 0 i 1247 12030 0 1259 12028 0 i 1247 12029 0 1247 12030 0 i 2618 12031 0 1259 12028 0 i 1247 12035 0 1259 12033 0 i 1247 12034 0 1247 12035 0 i 2618 12036 0 1259 12033 0 i 1247 12040 0 1259 12038 0 i 1247 12039 0 1247 12040 0 i 2618 12041 0 1259 12038 0 i 1247 12045 0 1259 12043 0 i 1247 12044 0 1247 12045 0 i 2618 12046 0 1259 12043 0 i 1247 12050 0 1259 12048 0 i 1247 12049 0 1247 12050 0 i 2618 12051 0 1259 12048 0 i 1247 12055 0 1259 12053 0 i 1247 12054 0 1247 12055 0 i 2618 12056 0 1259 12053 0 i 1247 12060 0 1259 12058 0 i 1247 12059 0 1247 12060 0 i 2618 12061 0 1259 12058 0 i 1247 12065 0 1259 12063 0 i 1247 12064 0 1247 12065 0 i 2618 12066 0 1259 12063 0 i 1247 12070 0 1259 12068 0 i 1247 12069 0 1247 12070 0 i 2618 12071 0 1259 12068 0 i 1247 12075 0 1259 12073 0 i 1247 12074 0 1247 12075 0 i 2618 12076 0 1259 12073 0 i 1247 12079 0 1259 12077 0 i 1247 12078 0 1247 12079 0 i 2618 12080 0 1259 12077 0 i 1247 12083 0 1259 12081 0 i 1247 12082 0 1247 12083 0 i 2618 12084 0 1259 12081 0 i 1247 12087 0 1259 12085 0 i 1247 12086 0 1247 12087 0 i 2618 12088 0 1259 12085 0 i 1247 12092 0 1259 12090 0 i 1247 12091 0 1247 12092 0 i 2618 12093 0 1259 12090 0 i 1247 12097 0 1259 12095 0 i 1247 12096 0 1247 12097 0 i 2618 12098 0 1259 12095 0 i 1247 12101 0 1259 12099 0 i 1247 12100 0 1247 12101 0 i 2618 12102 0 1259 12099 0 i 1247 12106 0 1259 12104 0 i 1247 12105 0 1247 12106 0 i 2618 12107 0 1259 12104 0 i 2618 12108 0 1259 12104 0 a 2618 12108 0 1259 12104 1 n 2618 12108 0 1259 12104 2 n 2618 12108 0 1259 12104 1 n 2618 12109 0 1259 12104 0 a 2618 12109 0 1259 12104 0 n 1247 12112 0 1259 12110 0 i 1247 12111 0 1247 12112 0 i 2618 12113 0 1259 12110 0 i 1247 12116 0 1259 12114 0 i 1247 12115 0 1247 12116 0 i 2618 12117 0 1259 12114 0 i 1247 12120 0 1259 12118 0 i 1247 12119 0 1247 12120 0 i 2618 12121 0 1259 12118 0 i 1247 12124 0 1259 12122 0 i 1247 12123 0 1247 12124 0 i 2618 12125 0 1259 12122 0 i 1247 12128 0 1259 12126 0 i 1247 12127 0 1247 12128 0 i 2618 12129 0 1259 12126 0 i 1247 12132 0 1259 12130 0 i 1247 12131 0 1247 12132 0 i 2618 12133 0 1259 12130 0 i 1247 12136 0 1259 12134 0 i 1247 12135 0 1247 12136 0 i 2618 12137 0 1259 12134 0 i 1247 12140 0 1259 12138 0 i 1247 12139 0 1247 12140 0 i 2618 12141 0 1259 12138 0 i 1247 12144 0 1259 12142 0 i 1247 12143 0 1247 12144 0 i 2618 12145 0 1259 12142 0 i 1247 12149 0 1259 12147 0 i 1247 12148 0 1247 12149 0 i 2618 12150 0 1259 12147 0 i 1247 12154 0 1259 12152 0 i 1247 12153 0 1247 12154 0 i 2618 12155 0 1259 12152 0 i 2618 12155 0 1259 12142 1 n 2618 12155 0 1259 12142 2 n 2618 12155 0 1259 12142 3 n 2618 12155 0 1259 12142 4 n 2618 12155 0 1259 12142 5 n 2618 12155 0 1259 12142 6 n 2618 12155 0 1259 12142 7 n 2618 12155 0 1259 12142 8 n 2618 12155 0 1259 12142 9 n 2618 12155 0 1259 12142 10 n 2618 12155 0 1259 12142 11 n 2618 12155 0 1259 12142 12 n 2618 12155 0 1259 12142 13 n 2618 12155 0 1259 12142 14 n 2618 12155 0 1259 12142 15 n 2618 12155 0 1259 12142 16 n 2618 12155 0 1259 12142 17 n 2618 12155 0 1259 12142 18 n 2618 12155 0 1259 12142 19 n 2618 12155 0 1259 12142 20 n 2618 12155 0 1259 12142 21 n 2618 12155 0 1259 12142 22 n 2618 12155 0 1259 12142 23 n 2618 12155 0 1259 12142 24 n 2618 12155 0 1259 12142 25 n 2618 12155 0 1259 12142 26 n 1247 12159 0 1259 12157 0 i 1247 12158 0 1247 12159 0 i 2618 12160 0 1259 12157 0 i 2618 12160 0 1259 12147 1 n 2618 12160 0 1259 12147 2 n 2618 12160 0 1259 12147 3 n 2618 12160 0 1259 12147 4 n 2618 12160 0 1259 12147 5 n 2618 12160 0 1259 12147 6 n 2618 12160 0 1259 12147 7 n 2618 12160 0 1259 12147 8 n 2618 12160 0 1259 12147 9 n 2618 12160 0 1259 12147 10 n 2618 12160 0 1259 12147 11 n 2618 12160 0 1259 12147 12 n 1247 12163 0 1259 12161 0 i 1247 12162 0 1247 12163 0 i 2618 12164 0 1259 12161 0 i 2618 12164 0 1259 12142 1 n 2618 12164 0 1259 12142 2 n 2618 12164 0 1259 12142 3 n 2618 12164 0 1259 12142 4 n 2618 12164 0 1259 12142 5 n 2618 12164 0 1259 12142 6 n 2618 12164 0 1259 12142 7 n 2618 12164 0 1259 12142 8 n 2618 12164 0 1259 12142 9 n 2618 12164 0 1259 12142 10 n 2618 12164 0 1259 12142 11 n 2618 12164 0 1259 12142 12 n 2618 12164 0 1259 12142 13 n 2618 12164 0 1259 12142 14 n 2618 12164 0 1259 12142 15 n 2618 12164 0 1259 12142 16 n 2618 12164 0 1259 12142 17 n 2618 12164 0 1259 12142 18 n 2618 12164 0 1259 12142 19 n 2618 12164 0 1259 12142 20 n 2618 12164 0 1259 12142 21 n 2618 12164 0 1259 12142 22 n 2618 12164 0 1259 12142 23 n 2618 12164 0 1259 12142 24 n 2618 12164 0 1259 12142 25 n 2618 12164 0 1259 12142 26 n 1247 12168 0 1259 12166 0 i 1247 12167 0 1247 12168 0 i 2618 12169 0 1259 12166 0 i 2618 12169 0 1259 12147 1 n 2618 12169 0 1259 12147 2 n 2618 12169 0 1259 12147 3 n 2618 12169 0 1259 12147 4 n 2618 12169 0 1259 12147 5 n 2618 12169 0 1259 12147 6 n 2618 12169 0 1259 12147 7 n 2618 12169 0 1259 12147 8 n 2618 12169 0 1259 12147 9 n 2618 12169 0 1259 12147 10 n 2618 12169 0 1259 12147 11 n 2618 12169 0 1259 12147 12 n 1247 12172 0 1259 12170 0 i 1247 12171 0 1247 12172 0 i 2618 12173 0 1259 12170 0 i 1247 12177 0 1259 12175 0 i 1247 12176 0 1247 12177 0 i 2618 12178 0 1259 12175 0 i 2618 12178 0 1259 12170 1 n 2618 12178 0 1259 12170 2 n 2618 12178 0 1259 12170 3 n 2618 12178 0 1259 12170 4 n 2618 12178 0 1259 12170 5 n 2618 12178 0 1259 12170 6 n 2618 12178 0 1259 12170 7 n 2618 12178 0 1259 12170 8 n 2618 12178 0 1259 12170 9 n 2618 12178 0 1259 12170 10 n 2618 12178 0 1259 12170 11 n 1247 12181 0 1259 12179 0 i 1247 12180 0 1247 12181 0 i 2618 12182 0 1259 12179 0 i 2618 12182 0 1259 12170 1 n 2618 12182 0 1259 12170 2 n 2618 12182 0 1259 12170 3 n 2618 12182 0 1259 12170 4 n 2618 12182 0 1259 12170 5 n 2618 12182 0 1259 12170 6 n 2618 12182 0 1259 12170 7 n 2618 12182 0 1259 12170 8 n 2618 12182 0 1259 12170 9 n 2618 12182 0 1259 12170 10 n 2618 12182 0 1259 12170 11 n 1247 12185 0 1259 12183 0 i 1247 12184 0 1247 12185 0 i 2618 12186 0 1259 12183 0 i 1247 12190 0 1259 12188 0 i 1247 12189 0 1247 12190 0 i 2618 12191 0 1259 12188 0 i 2618 12191 0 1259 12183 1 n 2618 12191 0 1259 12183 2 n 2618 12191 0 1259 12183 3 n 2618 12191 0 1259 12183 4 n 2618 12191 0 1259 12183 5 n 2618 12191 0 1259 12183 6 n 2618 12191 0 1259 12183 7 n 2618 12191 0 1259 12183 8 n 2618 12191 0 1259 12183 9 n 1247 12194 0 1259 12192 0 i 1247 12193 0 1247 12194 0 i 2618 12195 0 1259 12192 0 i 2618 12195 0 1259 12183 1 n 2618 12195 0 1259 12183 2 n 2618 12195 0 1259 12183 3 n 2618 12195 0 1259 12183 4 n 2618 12195 0 1259 12183 5 n 2618 12195 0 1259 12183 6 n 2618 12195 0 1259 12183 7 n 2618 12195 0 1259 12183 8 n 2618 12195 0 1259 12183 9 n 1247 12198 0 1259 12196 0 i 1247 12197 0 1247 12198 0 i 2618 12199 0 1259 12196 0 i 1247 12203 0 1259 12201 0 i 1247 12202 0 1247 12203 0 i 2618 12204 0 1259 12201 0 i 2618 12204 0 1259 12196 1 n 2618 12204 0 1259 12196 2 n 2618 12204 0 1259 12196 3 n 2618 12204 0 1259 12196 4 n 2618 12204 0 1259 12196 5 n 2618 12204 0 1259 12196 6 n 2618 12204 0 1259 12196 7 n 1247 12207 0 1259 12205 0 i 1247 12206 0 1247 12207 0 i 2618 12208 0 1259 12205 0 i 2618 12208 0 1259 12196 1 n 2618 12208 0 1259 12196 2 n 2618 12208 0 1259 12196 3 n 2618 12208 0 1259 12196 4 n 2618 12208 0 1259 12196 5 n 2618 12208 0 1259 12196 6 n 2618 12208 0 1259 12196 7 n 1247 12211 0 1259 12209 0 i 1247 12210 0 1247 12211 0 i 2618 12212 0 1259 12209 0 i 1247 12216 0 1259 12214 0 i 1247 12215 0 1247 12216 0 i 2618 12217 0 1259 12214 0 i 2618 12217 0 1259 12209 1 n 2618 12217 0 1259 12209 2 n 2618 12217 0 1259 12209 3 n 2618 12217 0 1259 12209 4 n 2618 12217 0 1259 12209 5 n 1247 12220 0 1259 12218 0 i 1247 12219 0 1247 12220 0 i 2618 12221 0 1259 12218 0 i 2618 12221 0 1259 12209 1 n 2618 12221 0 1259 12209 2 n 2618 12221 0 1259 12209 3 n 2618 12221 0 1259 12209 4 n 2618 12221 0 1259 12209 5 n 1247 12224 0 1259 12222 0 i 1247 12223 0 1247 12224 0 i 2618 12225 0 1259 12222 0 i 1247 12229 0 1259 12227 0 i 1247 12228 0 1247 12229 0 i 2618 12230 0 1259 12227 0 i 1247 12234 0 1259 12232 0 i 1247 12233 0 1247 12234 0 i 2618 12235 0 1259 12232 0 i 1247 12238 0 1259 12236 0 i 1247 12237 0 1247 12238 0 i 2618 12239 0 1259 12236 0 i 1247 12242 0 1259 12240 0 i 1247 12241 0 1247 12242 0 i 2618 12243 0 1259 12240 0 i 1247 12246 0 1259 12244 0 i 1247 12245 0 1247 12246 0 i 2618 12247 0 1259 12244 0 i 1247 12251 0 1259 12249 0 i 1247 12250 0 1247 12251 0 i 2618 12252 0 1259 12249 0 i 1247 12255 0 1259 12253 0 i 1247 12254 0 1247 12255 0 i 2618 12256 0 1259 12253 0 i 1247 12259 0 1259 12257 0 i 1247 12258 0 1247 12259 0 i 2618 12260 0 1259 12257 0 i 1247 12264 0 1259 12262 0 i 1247 12263 0 1247 12264 0 i 2618 12265 0 1259 12262 0 i 2618 12265 0 1259 12257 1 n 2618 12265 0 1259 12257 4 n 1247 12268 0 1259 12266 0 i 1247 12267 0 1247 12268 0 i 2618 12269 0 1259 12266 0 i 1247 12273 0 1259 12271 0 i 1247 12272 0 1247 12273 0 i 2618 12274 0 1259 12271 0 i 1247 12277 0 1259 12275 0 i 1247 12276 0 1247 12277 0 i 2618 12278 0 1259 12275 0 i 1247 12282 0 1259 12280 0 i 1247 12281 0 1247 12282 0 i 2618 12283 0 1259 12280 0 i 1247 12287 0 1259 12285 0 i 1247 12286 0 1247 12287 0 i 2618 12288 0 1259 12285 0 i 1247 12291 0 1259 12289 0 i 1247 12290 0 1247 12291 0 i 2618 12292 0 1259 12289 0 i 1247 12295 0 1259 12293 0 i 1247 12294 0 1247 12295 0 i 2618 12296 0 1259 12293 0 i 1247 12299 0 1259 12297 0 i 1247 12298 0 1247 12299 0 i 2618 12300 0 1259 12297 0 i 1247 12303 0 1259 12301 0 i 1247 12302 0 1247 12303 0 i 2618 12304 0 1259 12301 0 i 1247 12307 0 1259 12305 0 i 1247 12306 0 1247 12307 0 i 2618 12308 0 1259 12305 0 i 1247 12312 0 1259 12310 0 i 1247 12311 0 1247 12312 0 i 2618 12313 0 1259 12310 0 i 1247 12317 0 1259 12315 0 i 1247 12316 0 1247 12317 0 i 2618 12318 0 1259 12315 0 i 1247 12322 0 1259 12320 0 i 1247 12321 0 1247 12322 0 i 2618 12323 0 1259 12320 0 i 1247 12327 0 1259 12325 0 i 1247 12326 0 1247 12327 0 i 2618 12328 0 1259 12325 0 i 1247 12332 0 1259 12330 0 i 1247 12331 0 1247 12332 0 i 2618 12333 0 1259 12330 0 i 1247 12337 0 1259 12335 0 i 1247 12336 0 1247 12337 0 i 2618 12338 0 1259 12335 0 i 1247 12342 0 1259 12340 0 i 1247 12341 0 1247 12342 0 i 2618 12343 0 1259 12340 0 i 1247 12346 0 1259 12344 0 i 1247 12345 0 1247 12346 0 i 2618 12347 0 1259 12344 0 i 1247 12350 0 1259 12348 0 i 1247 12349 0 1247 12350 0 i 2618 12351 0 1259 12348 0 i 3764 13811 0 1255 13810 0 n 3764 13811 0 1255 13809 0 n 3600 13812 0 3764 13811 0 n 3602 13813 0 3600 13812 0 n 3600 13814 0 3764 13811 0 n 3602 13815 0 3600 13814 0 n 3600 13816 0 3764 13811 0 n 3602 13817 0 3600 13816 0 n 3600 13818 0 3764 13811 0 n 3602 13819 0 3600 13818 0 n 3600 13820 0 3764 13811 0 n 3602 13821 0 3600 13820 0 n 3600 13822 0 3764 13811 0 n 3602 13823 0 3600 13822 0 n 3600 13824 0 3764 13811 0 n 3602 13825 0 3600 13824 0 n 3600 13826 0 3764 13811 0 n 1259 16392 0 2615 16390 0 n 3602 13827 0 3600 13826 0 n 3600 13828 0 3764 13811 0 n 1247 16395 0 1259 16393 0 i 3602 13829 0 3600 13828 0 n 3600 13830 0 3764 13811 0 n 1247 16394 0 1247 16395 0 i 3602 13831 0 3600 13830 0 n 3600 13832 0 3764 13811 0 n 1259 16393 0 2615 16390 0 n 3602 13833 0 3600 13832 0 n 3600 13834 0 3764 13811 0 n 2606 16396 0 1259 16393 1 a 3602 13835 0 3600 13834 0 n 3602 13835 0 3600 13824 0 n 3600 13836 0 3764 13811 0 n 1259 16398 0 1259 16397 1 a 3602 13837 0 3600 13836 0 n 3600 13838 0 3764 13811 0 n 1259 16398 0 1259 16397 2 a 3602 13839 0 3600 13838 0 n 3600 13840 0 3764 13811 0 n 1259 16397 0 1259 16393 0 i 3602 13841 0 3600 13840 0 n 3600 13842 0 3764 13811 0 n 2606 16400 0 1259 16393 1 a 3602 13843 0 3600 13842 0 n 3600 13844 0 3764 13811 0 n 1259 16399 0 2606 16400 0 i 3602 13845 0 3600 13844 0 n 3600 13846 0 3764 13811 0 n 1259 16392 0 1259 16393 1 i 3602 13847 0 3600 13846 0 n 3600 13848 0 3764 13811 0 n 1259 16401 0 2615 16390 0 n 3602 13849 0 3600 13848 0 n 3600 13850 0 3764 13811 0 n 1247 16404 0 1259 16402 0 i 3602 13851 0 3600 13850 0 n 3600 13852 0 3764 13811 0 n 1247 16403 0 1247 16404 0 i 3602 13853 0 3600 13852 0 n 3600 13854 0 3764 13811 0 n 1259 16402 0 2615 16390 0 n 3602 13855 0 3600 13854 0 n 3602 13855 0 3600 13824 0 n 3600 13856 0 3764 13811 0 n 2604 16405 0 1259 16402 1 a 3602 13857 0 3600 13856 0 n 3600 13858 0 3764 13811 0 n 2604 16405 0 1259 16401 0 n 3602 13859 0 3600 13858 0 n 3600 13860 0 3764 13811 0 n 2606 16406 0 1259 16402 1 a 3602 13861 0 3600 13860 0 n 3600 13862 0 3764 13811 0 n 2606 16406 0 1259 16402 1 n 3602 13863 0 3600 13862 0 n 3600 13864 0 3764 13811 0 n 2606 16407 0 1259 16402 1 a 3602 13865 0 3600 13864 0 n 3600 13866 0 3764 13811 0 n 1259 16409 0 1259 16408 1 a 3602 13867 0 3600 13866 0 n 1255 13869 0 2615 13868 0 n 1255 13870 0 2615 13868 0 n 1255 13870 0 1255 13869 0 n 1255 13871 0 2615 13868 0 n 1255 13872 0 2615 13868 0 n 1255 13873 0 2615 13868 0 n 1255 13874 0 2615 13868 0 n 1255 13874 0 1255 13873 0 n 1255 13876 0 2615 13868 0 n 1255 13877 0 2615 13868 0 n 1255 13878 0 2615 13868 0 n 1255 13879 0 2615 13868 0 n 1255 13880 0 2615 13868 0 n 1247 13882 0 2615 13868 0 n 1247 13881 0 1247 13882 0 i 2606 13883 0 1247 13882 0 a 1247 13885 0 2615 13868 0 n 1247 13884 0 1247 13885 0 i 1247 13887 0 2615 13868 0 n 1247 13886 0 1247 13887 0 i 1247 13890 0 1259 13888 0 i 1247 13889 0 1247 13890 0 i 1259 13888 1 1247 13887 0 n 1259 13888 0 2615 13868 0 n 2618 13891 0 1259 13888 0 i 2618 13891 0 1247 13887 0 n 1247 13893 0 2615 13868 0 n 1247 13892 0 1247 13893 0 i 1247 13895 0 2615 13868 0 n 1247 13894 0 1247 13895 0 i 2606 13896 0 1247 13895 0 a 1247 13899 0 1259 13897 0 i 1247 13898 0 1247 13899 0 i 1259 13897 1 1247 13887 0 n 1259 13897 2 1247 13887 0 n 1259 13897 3 1247 13895 0 n 1259 13897 0 2615 13868 0 n 2618 13900 0 1259 13897 0 i 2618 13900 0 1247 13895 0 n 2618 13900 0 1247 13887 0 n 1247 13904 0 1259 13902 0 i 1247 13903 0 1247 13904 0 i 1259 13902 1 1247 13887 0 n 1259 13902 2 1247 13887 0 n 1259 13902 3 1247 13895 0 n 1259 13902 0 2615 13868 0 n 2618 13905 0 1259 13902 0 i 2618 13905 0 1259 13897 1 n 2618 13905 0 1259 13897 2 n 2618 13905 0 1259 13897 3 n 1247 13908 0 1259 13906 0 i 1247 13907 0 1247 13908 0 i 1259 13906 1 1247 13887 0 n 1259 13906 2 1247 13887 0 n 1259 13906 3 1247 13887 0 n 1259 13906 4 1247 13887 0 n 1259 13906 5 1247 13882 0 n 1259 13906 6 1247 13885 0 n 1259 13906 7 1247 13895 0 n 1259 13906 8 1247 13885 0 n 1259 13906 9 1247 13882 0 n 1259 13906 10 1247 13882 0 n 1259 13906 11 1247 13887 0 n 1259 13906 12 1247 13887 0 n 1259 13906 13 1247 13887 0 n 1259 13906 14 1247 13887 0 n 1259 13906 15 1247 13887 0 n 1259 13906 16 1247 13887 0 n 1259 13906 17 1247 13882 0 n 1259 13906 18 1247 13882 0 n 1259 13906 19 1247 13882 0 n 1259 13906 20 1247 13882 0 n 1259 13906 21 1247 13885 0 n 1259 13906 22 1247 13882 0 n 1259 13906 23 1247 13887 0 n 1259 13906 24 1247 13887 0 n 1259 13906 25 1247 13887 0 n 1259 13906 26 1247 13887 0 n 1259 13906 27 1247 13887 0 n 1259 13906 28 1247 13887 0 n 1259 13906 29 1247 13882 0 n 1259 13906 30 1247 13887 0 n 1259 13906 31 1247 13895 0 n 1259 13906 0 2615 13868 0 n 2618 13909 0 1259 13906 0 i 2618 13909 0 1247 13895 0 n 2618 13909 0 1247 13887 0 n 2618 13909 0 1247 13885 0 n 2618 13909 0 1247 13882 0 n 2618 13909 0 1255 13880 0 n 2618 13909 0 1255 13879 0 n 2618 13909 0 1255 13878 0 n 2618 13909 0 1255 13877 0 n 2618 13909 0 1255 13876 0 n 2618 13909 0 1255 13874 0 n 2618 13909 0 1255 13873 0 n 2618 13909 0 1255 13872 0 n 2618 13909 0 1255 13871 0 n 1247 13913 0 1259 13911 0 i 1247 13912 0 1247 13913 0 i 1259 13911 1 1247 13887 0 n 1259 13911 2 1247 13887 0 n 1259 13911 3 1247 13887 0 n 1259 13911 4 1247 13887 0 n 1259 13911 5 1247 13887 0 n 1259 13911 6 1247 13887 0 n 1259 13911 7 1247 13887 0 n 1259 13911 8 1247 13887 0 n 1259 13911 0 2615 13868 0 n 2618 13914 0 1259 13911 0 i 2618 13914 0 1247 13887 0 n 1247 13918 0 1259 13916 0 i 1247 13917 0 1247 13918 0 i 1259 13916 1 1247 13887 0 n 1259 13916 2 1247 13887 0 n 1259 13916 3 1247 13887 0 n 1259 13916 4 1247 13887 0 n 1259 13916 5 1247 13887 0 n 1259 13916 6 1247 13887 0 n 1259 13916 0 2615 13868 0 n 2618 13919 0 1259 13916 0 i 2618 13919 0 1247 13887 0 n 1247 13923 0 1259 13921 0 i 1247 13922 0 1247 13923 0 i 1259 13921 1 1247 13887 0 n 1259 13921 2 1247 13887 0 n 1259 13921 3 1247 13887 0 n 1259 13921 4 1247 13885 0 n 1259 13921 0 2615 13868 0 n 2618 13924 0 1259 13921 0 i 2618 13924 0 1247 13887 0 n 2618 13924 0 1247 13885 0 n 1247 13928 0 1259 13926 0 i 1247 13927 0 1247 13928 0 i 1259 13926 1 1247 13887 0 n 1259 13926 2 1247 13887 0 n 1259 13926 3 1247 13887 0 n 1259 13926 4 1247 13885 0 n 1259 13926 0 2615 13868 0 n 2618 13929 0 1259 13926 0 i 2618 13929 0 1247 13887 0 n 2618 13929 0 1247 13885 0 n 1247 13933 0 1259 13931 0 i 1247 13932 0 1247 13933 0 i 1259 13931 1 1247 13887 0 n 1259 13931 2 1247 13887 0 n 1259 13931 3 1247 13887 0 n 1259 13931 4 1247 13887 0 n 1259 13931 5 1247 13887 0 n 1259 13931 6 1247 13887 0 n 1259 13931 0 2615 13868 0 n 2618 13934 0 1259 13931 0 i 2618 13934 0 1247 13887 0 n 1247 13938 0 1259 13936 0 i 1247 13937 0 1247 13938 0 i 1259 13936 1 1247 13887 0 n 1259 13936 2 1247 13887 0 n 1259 13936 3 1247 13887 0 n 1259 13936 4 1247 13887 0 n 1259 13936 5 1247 13887 0 n 1259 13936 0 2615 13868 0 n 2618 13939 0 1259 13936 0 i 2618 13939 0 1247 13887 0 n 1247 13943 0 1259 13941 0 i 1247 13942 0 1247 13943 0 i 1259 13941 1 1247 13887 0 n 1259 13941 2 1247 13887 0 n 1259 13941 3 1247 13887 0 n 1259 13941 4 1247 13887 0 n 1259 13941 5 1247 13887 0 n 1259 13941 6 1247 13887 0 n 1259 13941 7 1247 13887 0 n 1259 13941 0 2615 13868 0 n 2618 13944 0 1259 13941 0 i 2618 13944 0 1247 13887 0 n 1247 13948 0 1259 13946 0 i 1247 13947 0 1247 13948 0 i 1259 13946 1 1247 13887 0 n 1259 13946 2 1247 13887 0 n 1259 13946 3 1247 13887 0 n 1259 13946 4 1247 13887 0 n 1259 13946 5 1247 13887 0 n 1259 13946 6 1247 13887 0 n 1259 13946 7 1247 13885 0 n 1259 13946 8 1247 13895 0 n 1259 13946 0 2615 13868 0 n 2618 13949 0 1259 13946 0 i 2618 13949 0 1247 13895 0 n 2618 13949 0 1247 13887 0 n 2618 13949 0 1247 13885 0 n 1247 13953 0 1259 13951 0 i 1247 13952 0 1247 13953 0 i 1259 13951 1 1247 13887 0 n 1259 13951 2 1247 13887 0 n 1259 13951 3 1247 13887 0 n 1259 13951 4 1247 13887 0 n 1259 13951 5 1247 13887 0 n 1259 13951 6 1247 13887 0 n 1259 13951 7 1247 13887 0 n 1259 13951 0 2615 13868 0 n 2618 13954 0 1259 13951 0 i 2618 13954 0 1247 13887 0 n 1247 13958 0 1259 13956 0 i 1247 13957 0 1247 13958 0 i 1259 13956 1 1247 13887 0 n 1259 13956 2 1247 13887 0 n 1259 13956 3 1247 13887 0 n 1259 13956 4 1247 13887 0 n 1259 13956 5 1247 13882 0 n 1259 13956 6 1247 13885 0 n 1259 13956 7 1247 13895 0 n 1259 13956 8 1247 13885 0 n 1259 13956 9 1247 13882 0 n 1259 13956 10 1247 13882 0 n 1259 13956 11 1247 13882 0 n 1259 13956 12 1247 13882 0 n 1259 13956 13 1247 13882 0 n 1259 13956 14 1247 13882 0 n 1259 13956 15 1247 13885 0 n 1259 13956 16 1247 13882 0 n 1259 13956 17 1247 13887 0 n 1259 13956 18 1247 13887 0 n 1259 13956 19 1247 13887 0 n 1259 13956 20 1247 13887 0 n 1259 13956 21 1247 13887 0 n 1259 13956 22 1247 13887 0 n 1259 13956 23 1247 13887 0 n 1259 13956 24 1247 13887 0 n 1259 13956 25 1247 13887 0 n 1259 13956 26 1247 13887 0 n 1259 13956 27 1247 13887 0 n 1259 13956 28 1247 13887 0 n 1259 13956 29 1247 13887 0 n 1259 13956 30 1247 13887 0 n 1259 13956 31 1247 13887 0 n 1259 13956 32 1247 13882 0 n 1259 13956 33 1247 13887 0 n 1259 13956 34 1247 13895 0 n 1259 13956 35 1247 13895 0 n 1259 13956 36 1247 13885 0 n 1259 13956 37 1247 13885 0 n 1259 13956 38 1247 13885 0 n 1259 13956 39 1247 13885 0 n 1259 13956 40 1247 13885 0 n 1259 13956 41 1247 13895 0 n 1259 13956 42 1247 13885 0 n 1259 13956 43 1247 13885 0 n 1259 13956 44 1247 13895 0 n 1259 13956 0 2615 13868 0 n 2618 13959 0 1259 13956 0 i 2618 13959 0 1247 13895 0 n 2618 13959 0 1247 13887 0 n 2618 13959 0 1247 13885 0 n 2618 13959 0 1247 13882 0 n 2618 13959 0 1255 13880 0 n 2618 13959 0 1255 13879 0 n 2618 13959 0 1255 13878 0 n 2618 13959 0 1255 13877 0 n 2618 13959 0 1255 13876 0 n 2618 13959 0 1255 13874 0 n 2618 13959 0 1255 13873 0 n 2618 13959 0 1255 13872 0 n 2618 13959 0 1255 13871 0 n 1247 13963 0 1259 13961 0 i 1247 13962 0 1247 13963 0 i 1259 13961 1 1247 13887 0 n 1259 13961 2 1247 13887 0 n 1259 13961 3 1247 13887 0 n 1259 13961 4 1247 13887 0 n 1259 13961 5 1247 13887 0 n 1259 13961 6 1247 13887 0 n 1259 13961 7 1247 13887 0 n 1259 13961 0 2615 13868 0 n 2618 13964 0 1259 13961 0 i 2618 13964 0 1247 13887 0 n 1247 13968 0 1259 13966 0 i 1247 13967 0 1247 13968 0 i 1259 13966 1 1247 13887 0 n 1259 13966 2 1247 13887 0 n 1259 13966 3 1247 13887 0 n 1259 13966 4 1247 13887 0 n 1259 13966 5 1247 13887 0 n 1259 13966 6 1247 13887 0 n 1259 13966 0 2615 13868 0 n 2618 13969 0 1259 13966 0 i 2618 13969 0 1247 13887 0 n 1247 13973 0 1259 13971 0 i 1247 13972 0 1247 13973 0 i 1259 13971 1 1247 13887 0 n 1259 13971 2 1247 13887 0 n 1259 13971 3 1247 13887 0 n 1259 13971 4 1247 13887 0 n 1259 13971 5 1247 13887 0 n 1259 13971 6 1247 13887 0 n 1259 13971 7 1247 13895 0 n 1259 13971 8 1247 13895 0 n 1259 13971 0 2615 13868 0 n 2618 13974 0 1259 13971 0 i 2618 13974 0 1247 13895 0 n 2618 13974 0 1247 13887 0 n 1247 13978 0 1259 13976 0 i 1247 13977 0 1247 13978 0 i 1259 13976 1 1247 13887 0 n 1259 13976 2 1247 13887 0 n 1259 13976 3 1247 13887 0 n 1259 13976 4 1247 13887 0 n 1259 13976 5 1247 13887 0 n 1259 13976 6 1247 13887 0 n 1259 13976 0 2615 13868 0 n 2618 13979 0 1259 13976 0 i 2618 13979 0 1247 13887 0 n 1247 13983 0 1259 13981 0 i 1247 13982 0 1247 13983 0 i 1259 13981 1 1247 13887 0 n 1259 13981 2 1247 13887 0 n 1259 13981 3 1247 13887 0 n 1259 13981 4 1247 13885 0 n 1259 13981 5 1247 13882 0 n 1259 13981 6 1247 13882 0 n 1259 13981 7 1247 13887 0 n 1259 13981 8 1247 13887 0 n 1259 13981 9 1247 13887 0 n 1259 13981 10 1247 13887 0 n 1259 13981 11 1247 13887 0 n 1259 13981 12 1247 13887 0 n 1259 13981 13 1247 13882 0 n 1259 13981 14 1247 13882 0 n 1259 13981 15 1247 13882 0 n 1259 13981 16 1247 13882 0 n 1259 13981 17 1247 13885 0 n 1259 13981 18 1247 13882 0 n 1259 13981 19 1247 13885 0 n 1259 13981 20 1247 13887 0 n 1259 13981 21 1247 13887 0 n 1259 13981 22 1247 13887 0 n 1259 13981 23 1247 13887 0 n 1259 13981 24 1247 13887 0 n 1259 13981 25 1247 13887 0 n 1259 13981 26 1247 13882 0 n 1259 13981 27 1247 13887 0 n 1259 13981 0 2615 13868 0 n 2618 13984 0 1259 13981 0 i 2618 13984 0 1247 13887 0 n 2618 13984 0 1247 13885 0 n 2618 13984 0 1247 13882 0 n 2618 13984 0 1255 13880 0 n 2618 13984 0 1255 13879 0 n 2618 13984 0 1255 13878 0 n 2618 13984 0 1255 13877 0 n 2618 13984 0 1255 13876 0 n 2618 13984 0 1255 13874 0 n 2618 13984 0 1255 13873 0 n 1247 13988 0 1259 13986 0 i 1247 13987 0 1247 13988 0 i 1259 13986 1 1247 13887 0 n 1259 13986 0 2615 13868 0 n 2618 13989 0 1259 13986 0 i 2618 13989 0 1247 13887 0 n 1247 13992 0 1259 13990 0 i 1247 13991 0 1247 13992 0 i 1259 13990 1 1247 13887 0 n 1259 13990 2 1247 13887 0 n 1259 13990 3 1247 13887 0 n 1259 13990 4 1247 13887 0 n 1259 13990 5 1247 13887 0 n 1259 13990 6 1247 13887 0 n 1259 13990 7 1247 13887 0 n 1259 13990 8 1247 13882 0 n 1259 13990 9 1247 13882 0 n 1259 13990 0 2615 13868 0 n 2618 13993 0 1259 13990 0 i 2618 13993 0 1247 13887 0 n 2618 13993 0 1247 13882 0 n 2618 13993 0 1255 13870 0 n 2618 13993 0 1255 13869 0 n 1247 13997 0 1259 13995 0 i 1247 13996 0 1247 13997 0 i 1259 13995 1 1247 13887 0 n 1259 13995 2 1247 13887 0 n 1259 13995 3 1247 13887 0 n 1259 13995 4 1247 13882 0 n 1259 13995 5 1247 13885 0 n 1259 13995 6 1247 13895 0 n 1259 13995 7 1247 13895 0 n 1259 13995 8 1247 13887 0 n 1259 13995 9 1247 13885 0 n 1259 13995 10 1247 13882 0 n 1259 13995 11 1247 13882 0 n 1259 13995 12 1247 13887 0 n 1259 13995 13 1247 13887 0 n 1259 13995 14 1247 13887 0 n 1259 13995 15 1247 13887 0 n 1259 13995 16 1247 13887 0 n 1259 13995 17 1247 13887 0 n 1259 13995 18 1247 13882 0 n 1259 13995 19 1247 13882 0 n 1259 13995 20 1247 13882 0 n 1259 13995 21 1247 13882 0 n 1259 13995 22 1247 13885 0 n 1259 13995 23 1247 13882 0 n 1259 13995 24 1247 13887 0 n 1259 13995 25 1247 13887 0 n 1259 13995 26 1247 13887 0 n 1259 13995 27 1247 13887 0 n 1259 13995 28 1247 13887 0 n 1259 13995 29 1247 13887 0 n 1259 13995 30 1247 13882 0 n 1259 13995 31 1247 13887 0 n 1259 13995 32 1247 13885 0 n 1259 13995 0 2615 13868 0 n 2618 13998 0 1259 13995 0 i 2618 13998 0 1247 13895 0 n 2618 13998 0 1247 13887 0 n 2618 13998 0 1247 13885 0 n 2618 13998 0 1247 13882 0 n 2618 13998 0 1255 13869 0 n 1247 14002 0 1259 14000 0 i 1247 14001 0 1247 14002 0 i 1259 14000 1 1247 13887 0 n 1259 14000 2 1247 13887 0 n 1259 14000 3 1247 13887 0 n 1259 14000 4 1247 13887 0 n 1259 14000 5 1247 13887 0 n 1259 14000 6 1247 13887 0 n 1259 14000 7 1247 13885 0 n 1259 14000 8 1247 13885 0 n 1259 14000 9 1247 13885 0 n 1259 14000 0 2615 13868 0 n 2618 14003 0 1259 14000 0 i 2618 14003 0 1247 13887 0 n 2618 14003 0 1247 13885 0 n 1247 14007 0 1259 14005 0 i 1247 14006 0 1247 14007 0 i 1259 14005 1 1247 13887 0 n 1259 14005 2 1247 13887 0 n 1259 14005 3 1247 13887 0 n 1259 14005 4 1247 13887 0 n 1259 14005 5 1247 13887 0 n 1259 14005 6 1247 13887 0 n 1259 14005 7 1247 13885 0 n 1259 14005 8 1247 13895 0 n 1259 14005 0 2615 13868 0 n 2618 14008 0 1259 14005 0 i 2618 14008 0 1259 13986 1 n 2618 14008 0 1259 13946 1 n 2618 14008 0 1259 13946 2 n 2618 14008 0 1259 13946 3 n 2618 14008 0 1259 13946 4 n 2618 14008 0 1259 13946 5 n 2618 14008 0 1259 13946 6 n 2618 14008 0 1259 13946 7 n 2618 14008 0 1259 13946 8 n 2618 14008 0 1247 13887 0 n 1247 14011 0 1259 14009 0 i 1247 14010 0 1247 14011 0 i 1259 14009 1 1247 13887 0 n 1259 14009 2 1247 13887 0 n 1259 14009 3 1247 13887 0 n 1259 14009 4 1247 13887 0 n 1259 14009 5 1247 13887 0 n 1259 14009 6 1247 13887 0 n 1259 14009 7 1247 13887 0 n 1259 14009 8 1247 13887 0 n 1259 14009 9 1247 13887 0 n 1259 14009 10 1247 13887 0 n 1259 14009 0 2615 13868 0 n 2618 14012 0 1259 14009 0 i 2618 14012 0 1247 13887 0 n 1247 14016 0 1259 14014 0 i 1247 14015 0 1247 14016 0 i 1259 14014 1 1247 13887 0 n 1259 14014 2 1247 13887 0 n 1259 14014 3 1247 13887 0 n 1259 14014 4 1247 13887 0 n 1259 14014 5 1247 13887 0 n 1259 14014 6 1247 13887 0 n 1259 14014 7 1247 13887 0 n 1259 14014 8 1247 13887 0 n 1259 14014 9 1247 13885 0 n 1259 14014 10 1247 13895 0 n 1259 14014 0 2615 13868 0 n 2618 14017 0 1259 14014 0 i 2618 14017 0 1247 13895 0 n 2618 14017 0 1247 13887 0 n 2618 14017 0 1247 13885 0 n 1247 14021 0 1259 14019 0 i 1247 14020 0 1247 14021 0 i 1259 14019 1 1247 13887 0 n 1259 14019 2 1247 13887 0 n 1259 14019 3 1247 13887 0 n 1259 14019 4 1247 13887 0 n 1259 14019 5 1247 13887 0 n 1259 14019 6 1247 13887 0 n 1259 14019 7 1247 13887 0 n 1259 14019 8 1247 13887 0 n 1259 14019 9 1247 13885 0 n 1259 14019 10 1247 13895 0 n 1259 14019 0 2615 13868 0 n 2618 14022 0 1259 14019 0 i 2618 14022 0 1259 14014 1 n 2618 14022 0 1259 14014 2 n 2618 14022 0 1259 14014 3 n 2618 14022 0 1259 14014 4 n 2618 14022 0 1259 14014 5 n 2618 14022 0 1259 14014 6 n 2618 14022 0 1259 14014 7 n 2618 14022 0 1259 14014 8 n 2618 14022 0 1259 14014 9 n 2618 14022 0 1259 14014 10 n 2618 14022 0 1259 13986 1 n 2618 14022 0 1247 13887 0 n 1247 14025 0 1259 14023 0 i 1247 14024 0 1247 14025 0 i 1259 14023 1 1247 13887 0 n 1259 14023 2 1247 13887 0 n 1259 14023 3 1247 13887 0 n 1259 14023 4 1247 13887 0 n 1259 14023 5 1247 13887 0 n 1259 14023 6 1247 13887 0 n 1259 14023 0 2615 13868 0 n 2618 14026 0 1259 14023 0 i 2618 14026 0 1247 13887 0 n 1247 14030 0 1259 14028 0 i 1247 14029 0 1247 14030 0 i 1259 14028 1 1247 13887 0 n 1259 14028 2 1247 13887 0 n 1259 14028 3 1247 13887 0 n 1259 14028 4 1247 13887 0 n 1259 14028 5 1247 13887 0 n 1259 14028 6 1247 13887 0 n 1259 14028 7 1247 13887 0 n 1259 14028 8 1247 13887 0 n 1259 14028 9 1247 13887 0 n 1259 14028 0 2615 13868 0 n 2618 14031 0 1259 14028 0 i 2618 14031 0 1247 13887 0 n 1247 14035 0 1259 14033 0 i 1247 14034 0 1247 14035 0 i 1259 14033 1 1247 13887 0 n 1259 14033 2 1247 13887 0 n 1259 14033 3 1247 13887 0 n 1259 14033 4 1247 13887 0 n 1259 14033 5 1247 13887 0 n 1259 14033 6 1247 13887 0 n 1259 14033 7 1247 13887 0 n 1259 14033 8 1247 13887 0 n 1259 14033 9 1247 13887 0 n 1259 14033 0 2615 13868 0 n 2618 14036 0 1259 14033 0 i 2618 14036 0 1247 13887 0 n 1247 14040 0 1259 14038 0 i 1247 14039 0 1247 14040 0 i 1259 14038 1 1247 13887 0 n 1259 14038 2 1247 13887 0 n 1259 14038 3 1247 13887 0 n 1259 14038 4 1247 13887 0 n 1259 14038 5 1247 13887 0 n 1259 14038 6 1247 13887 0 n 1259 14038 7 1247 13885 0 n 1259 14038 8 1247 13887 0 n 1259 14038 9 1247 13887 0 n 1259 14038 10 1247 13887 0 n 1259 14038 11 1247 13887 0 n 1259 14038 12 1247 13887 0 n 1259 14038 13 1247 13887 0 n 1259 14038 14 1247 13885 0 n 1259 14038 15 1247 13882 0 n 1259 14038 16 1247 13882 0 n 1259 14038 17 1247 13887 0 n 1259 14038 18 1247 13887 0 n 1259 14038 19 1247 13887 0 n 1259 14038 20 1247 13887 0 n 1259 14038 21 1247 13887 0 n 1259 14038 22 1247 13887 0 n 1259 14038 23 1247 13882 0 n 1259 14038 24 1247 13882 0 n 1259 14038 25 1247 13882 0 n 1259 14038 26 1247 13882 0 n 1259 14038 27 1247 13885 0 n 1259 14038 28 1247 13882 0 n 1259 14038 29 1247 13887 0 n 1259 14038 30 1247 13887 0 n 1259 14038 31 1247 13887 0 n 1259 14038 32 1247 13887 0 n 1259 14038 33 1247 13887 0 n 1259 14038 34 1247 13887 0 n 1259 14038 35 1247 13882 0 n 1259 14038 36 1247 13887 0 n 1259 14038 37 1247 13885 0 n 1259 14038 38 1247 13885 0 n 1259 14038 39 1247 13885 0 n 1259 14038 40 1247 13885 0 n 1259 14038 41 1247 13885 0 n 1259 14038 42 1247 13895 0 n 1259 14038 43 1247 13885 0 n 1259 14038 44 1247 13895 0 n 1259 14038 45 1247 13885 0 n 1259 14038 46 1247 13895 0 n 1259 14038 47 1247 13882 0 n 1259 14038 48 1247 13895 0 n 1259 14038 49 1247 13895 0 n 1259 14038 50 1247 13885 0 n 1259 14038 51 1247 13887 0 n 1259 14038 52 1247 13887 0 n 1259 14038 53 1247 13887 0 n 1259 14038 54 1247 13895 0 n 1259 14038 55 1247 13893 0 n 1259 14038 56 1247 13893 0 n 1259 14038 57 1247 13895 0 n 1259 14038 58 1247 13895 0 n 1259 14038 59 1247 13885 0 n 1259 14038 60 1247 13895 0 n 1259 14038 61 1247 13882 0 n 1259 14038 62 1247 13882 0 n 1259 14038 63 1247 13887 0 n 1259 14038 64 1247 13887 0 n 1259 14038 65 1247 13887 0 n 1259 14038 66 1247 13887 0 n 1259 14038 67 1247 13887 0 n 1259 14038 68 1247 13887 0 n 1259 14038 69 1247 13882 0 n 1259 14038 70 1247 13882 0 n 1259 14038 71 1247 13882 0 n 1259 14038 72 1247 13882 0 n 1259 14038 73 1247 13885 0 n 1259 14038 74 1247 13882 0 n 1259 14038 75 1247 13887 0 n 1259 14038 76 1247 13887 0 n 1259 14038 77 1247 13887 0 n 1259 14038 78 1247 13887 0 n 1259 14038 79 1247 13887 0 n 1259 14038 80 1247 13887 0 n 1259 14038 81 1247 13882 0 n 1259 14038 82 1247 13887 0 n 1259 14038 0 2615 13868 0 n 2618 14041 0 1259 14038 0 i 2618 14041 0 1247 13895 0 n 2618 14041 0 1247 13893 0 n 2618 14041 0 1247 13887 0 n 2618 14041 0 1247 13885 0 n 2618 14041 0 1247 13882 0 n 1247 14045 0 1259 14043 0 i 1247 14044 0 1247 14045 0 i 1259 14043 1 1247 13887 0 n 1259 14043 2 1247 13887 0 n 1259 14043 3 1247 13887 0 n 1259 14043 4 1247 13887 0 n 1259 14043 5 1247 13887 0 n 1259 14043 6 1247 13887 0 n 1259 14043 7 1247 13885 0 n 1259 14043 0 2615 13868 0 n 2618 14046 0 1259 14043 0 i 2618 14046 0 1247 13887 0 n 2618 14046 0 1247 13885 0 n 1247 14049 0 1259 14047 0 i 1247 14048 0 1247 14049 0 i 1259 14047 1 1247 13887 0 n 1259 14047 2 1247 13887 0 n 1259 14047 3 1247 13887 0 n 1259 14047 4 1247 13885 0 n 1259 14047 5 1247 13882 0 n 1259 14047 6 1247 13882 0 n 1259 14047 7 1247 13882 0 n 1259 14047 8 1247 13885 0 n 1259 14047 9 1247 13885 0 n 1259 14047 10 1247 13885 0 n 1259 14047 11 1247 13885 0 n 1259 14047 12 1247 13895 0 n 1259 14047 0 2615 13868 0 n 2618 14050 0 1259 14047 0 i 2618 14050 0 1247 13895 0 n 2618 14050 0 1247 13887 0 n 2618 14050 0 1247 13885 0 n 2618 14050 0 1247 13882 0 n 2618 14050 0 1255 13876 0 n 1247 14054 0 1259 14052 0 i 1247 14053 0 1247 14054 0 i 1259 14052 1 1247 13885 0 n 1259 14052 2 1247 13885 0 n 1259 14052 3 1247 13885 0 n 1259 14052 4 1247 13885 0 n 1259 14052 5 1247 13895 0 n 1259 14052 6 1247 13885 0 n 1259 14052 7 1247 13885 0 n 1259 14052 0 2615 13868 0 n 1259 14056 0 1259 14055 1 a 1259 14056 0 1259 14055 2 a 1259 14055 0 1259 14052 0 i 1247 14059 0 1259 14057 0 i 1247 14058 0 1247 14059 0 i 1259 14057 1 1247 13885 0 n 1259 14057 2 1247 13885 0 n 1259 14057 3 1247 13882 0 n 1259 14057 4 1247 13885 0 n 1259 14057 5 1247 13885 0 n 1259 14057 0 2615 13868 0 n 1259 14061 0 1259 14060 1 a 1259 14061 0 1259 14060 2 a 1259 14060 0 1259 14057 0 i 1247 14064 0 1259 14062 0 i 1247 14063 0 1247 14064 0 i 1259 14062 1 1247 13885 0 n 1259 14062 2 1247 13885 0 n 1259 14062 3 1247 13895 0 n 1259 14062 4 1247 13885 0 n 1259 14062 5 1247 13885 0 n 1259 14062 0 2615 13868 0 n 1259 14066 0 1259 14065 1 a 1259 14066 0 1259 14065 2 a 1259 14065 0 1259 14062 0 i 1247 14069 0 1259 14067 0 i 1247 14068 0 1247 14069 0 i 1259 14067 1 1247 13882 0 n 1259 14067 2 1247 13885 0 n 1259 14067 3 1247 13882 0 n 1259 14067 4 1247 13885 0 n 1259 14067 0 2615 13868 0 n 1259 14071 0 1259 14070 1 a 1259 14071 0 1259 14070 2 a 1259 14070 0 1259 14067 0 i 1247 14074 0 1259 14072 0 i 1247 14073 0 1247 14074 0 i 1259 14072 1 1247 13887 0 n 1259 14072 2 1247 13887 0 n 1259 14072 3 1247 13887 0 n 1259 14072 4 1247 13887 0 n 1259 14072 5 1247 13887 0 n 1259 14072 6 1247 13887 0 n 1259 14072 7 1247 13885 0 n 1259 14072 8 1247 13895 0 n 1259 14072 9 1247 13895 0 n 1259 14072 10 1247 13895 0 n 1259 14072 11 1247 13895 0 n 1259 14072 0 2615 13868 0 n 2618 14075 0 1259 14072 0 i 2618 14075 0 1247 13895 0 n 2618 14075 0 1247 13887 0 n 2618 14075 0 1247 13885 0 n 1247 14079 0 1259 14077 0 i 1247 14078 0 1247 14079 0 i 1259 14077 1 1247 13887 0 n 1259 14077 2 1247 13887 0 n 1259 14077 3 1247 13887 0 n 1259 14077 4 1247 13887 0 n 1259 14077 5 1247 13887 0 n 1259 14077 6 1247 13885 0 n 1259 14077 7 1247 13895 0 n 1259 14077 8 1247 13895 0 n 1259 14077 0 2615 13868 0 n 2618 14080 0 1259 14077 0 i 2618 14080 0 1247 13895 0 n 2618 14080 0 1247 13887 0 n 2618 14080 0 1247 13885 0 n 1247 14084 0 1259 14082 0 i 1247 14083 0 1247 14084 0 i 1259 14082 1 1247 13887 0 n 1259 14082 2 1247 13887 0 n 1259 14082 3 1247 13887 0 n 1259 14082 4 1247 13887 0 n 1259 14082 5 1247 13887 0 n 1259 14082 6 1247 13885 0 n 1259 14082 7 1247 13895 0 n 1259 14082 8 1247 13895 0 n 1259 14082 0 2615 13868 0 n 2618 14085 0 1259 14082 0 i 2618 14085 0 1259 14077 1 n 2618 14085 0 1259 14077 2 n 2618 14085 0 1259 14077 3 n 2618 14085 0 1259 14077 4 n 2618 14085 0 1259 14077 5 n 2618 14085 0 1259 14077 6 n 2618 14085 0 1259 14077 7 n 2618 14085 0 1259 14077 8 n 2618 14085 0 1259 13986 1 n 2618 14085 0 1247 13887 0 n 1247 14088 0 1259 14086 0 i 1247 14087 0 1247 14088 0 i 1259 14086 1 1247 13887 0 n 1259 14086 2 1247 13887 0 n 1259 14086 3 1247 13887 0 n 1259 14086 4 1247 13885 0 n 1259 14086 5 1247 13887 0 n 1259 14086 6 1247 13885 0 n 1259 14086 7 1247 13887 0 n 1259 14086 8 1247 13887 0 n 1259 14086 9 1247 13887 0 n 1259 14086 10 1247 13895 0 n 1259 14086 11 1247 13895 0 n 1259 14086 12 1247 13885 0 n 1259 14086 0 2615 13868 0 n 2618 14089 0 1259 14086 0 i 2618 14089 0 1247 13895 0 n 2618 14089 0 1247 13887 0 n 2618 14089 0 1247 13885 0 n 1247 14093 0 1259 14091 0 i 1247 14092 0 1247 14093 0 i 1259 14091 1 1247 13887 0 n 1259 14091 2 1247 13887 0 n 1259 14091 3 1247 13887 0 n 1259 14091 4 1247 13887 0 n 1259 14091 5 1247 13887 0 n 1259 14091 6 1247 13887 0 n 1259 14091 7 1247 13887 0 n 1259 14091 8 1247 13885 0 n 1259 14091 0 2615 13868 0 n 2618 14094 0 1259 14091 0 i 2618 14094 0 1247 13887 0 n 2618 14094 0 1247 13885 0 n 1247 14098 0 1259 14096 0 i 1247 14097 0 1247 14098 0 i 1259 14096 1 1247 13887 0 n 1259 14096 2 1247 13887 0 n 1259 14096 3 1247 13887 0 n 1259 14096 4 1247 13887 0 n 1259 14096 5 1247 13887 0 n 1259 14096 6 1247 13887 0 n 1259 14096 7 1247 13887 0 n 1259 14096 0 2615 13868 0 n 2618 14099 0 1259 14096 0 i 2618 14099 0 1247 13887 0 n 2618 14099 0 1255 13869 0 n 1247 14103 0 1259 14101 0 i 1247 14102 0 1247 14103 0 i 1259 14101 1 1247 13887 0 n 1259 14101 2 1247 13887 0 n 1259 14101 3 1247 13887 0 n 1259 14101 4 1247 13885 0 n 1259 14101 5 1247 13887 0 n 1259 14101 6 1247 13887 0 n 1259 14101 7 1247 13887 0 n 1259 14101 8 1247 13882 0 n 1259 14101 9 1247 13885 0 n 1259 14101 10 1247 13885 0 n 1259 14101 11 1247 13885 0 n 1259 14101 12 1247 13885 0 n 1259 14101 13 1247 13887 0 n 1259 14101 14 1247 13887 0 n 1259 14101 15 1247 13887 0 n 1259 14101 16 1247 13887 0 n 1259 14101 17 1247 13893 0 n 1259 14101 0 2615 13868 0 n 2618 14104 0 1259 14101 0 i 2618 14104 0 1247 13893 0 n 2618 14104 0 1247 13887 0 n 2618 14104 0 1247 13885 0 n 2618 14104 0 1247 13882 0 n 1247 14108 0 1259 14106 0 i 1247 14107 0 1247 14108 0 i 1259 14106 1 1247 13887 0 n 1259 14106 2 1247 13887 0 n 1259 14106 3 1247 13887 0 n 1259 14106 4 1247 13887 0 n 1259 14106 5 1247 13887 0 n 1259 14106 6 1247 13885 0 n 1259 14106 7 1247 13895 0 n 1259 14106 0 2615 13868 0 n 2618 14109 0 1259 14106 0 i 2618 14109 0 1247 13895 0 n 2618 14109 0 1247 13887 0 n 2618 14109 0 1247 13885 0 n 1247 14113 0 1259 14111 0 i 1247 14112 0 1247 14113 0 i 1259 14111 1 1247 13887 0 n 1259 14111 2 1247 13887 0 n 1259 14111 3 1247 13887 0 n 1259 14111 4 1247 13887 0 n 1259 14111 5 1247 13887 0 n 1259 14111 6 1247 13885 0 n 1259 14111 7 1247 13895 0 n 1259 14111 0 2615 13868 0 n 2618 14114 0 1259 14111 0 i 2618 14114 0 1259 14106 1 n 2618 14114 0 1259 14106 2 n 2618 14114 0 1259 14106 3 n 2618 14114 0 1259 14106 4 n 2618 14114 0 1259 14106 5 n 2618 14114 0 1259 14106 6 n 2618 14114 0 1259 14106 7 n 2618 14114 0 1259 13986 1 n 2618 14114 0 1247 13887 0 n 1247 14117 0 1259 14115 0 i 1247 14116 0 1247 14117 0 i 1259 14115 1 1247 13887 0 n 1259 14115 2 1247 13887 0 n 1259 14115 3 1247 13887 0 n 1259 14115 4 1247 13887 0 n 1259 14115 5 1247 13887 0 n 1259 14115 6 1247 13885 0 n 1259 14115 7 1247 13885 0 n 1259 14115 8 1247 13895 0 n 1259 14115 0 2615 13868 0 n 2618 14118 0 1259 14115 0 i 2618 14118 0 1247 13895 0 n 2618 14118 0 1247 13887 0 n 2618 14118 0 1247 13885 0 n 1247 14122 0 1259 14120 0 i 1247 14121 0 1247 14122 0 i 1259 14120 1 1247 13887 0 n 1259 14120 2 1247 13887 0 n 1259 14120 3 1247 13887 0 n 1259 14120 4 1247 13887 0 n 1259 14120 5 1247 13887 0 n 1259 14120 6 1247 13885 0 n 1259 14120 7 1247 13885 0 n 1259 14120 8 1247 13895 0 n 1259 14120 0 2615 13868 0 n 2618 14123 0 1259 14120 0 i 2618 14123 0 1259 14115 1 n 2618 14123 0 1259 14115 2 n 2618 14123 0 1259 14115 3 n 2618 14123 0 1259 14115 4 n 2618 14123 0 1259 14115 5 n 2618 14123 0 1259 14115 6 n 2618 14123 0 1259 14115 7 n 2618 14123 0 1259 14115 8 n 2618 14123 0 1259 13986 1 n 2618 14123 0 1247 13887 0 n 1247 14126 0 1259 14124 0 i 1247 14125 0 1247 14126 0 i 1259 14124 1 1247 13887 0 n 1259 14124 2 1247 13887 0 n 1259 14124 3 1247 13887 0 n 1259 14124 4 1247 13885 0 n 1259 14124 5 1247 13895 0 n 1259 14124 6 1247 13895 0 n 1259 14124 7 1247 13885 0 n 1259 14124 8 1247 13885 0 n 1259 14124 9 1247 13887 0 n 1259 14124 10 1247 13887 0 n 1259 14124 11 1247 13887 0 n 1259 14124 12 1247 13885 0 n 1259 14124 13 1247 13885 0 n 1259 14124 14 1247 13882 0 n 1259 14124 15 1247 13882 0 n 1259 14124 16 1247 13887 0 n 1259 14124 17 1247 13887 0 n 1259 14124 18 1247 13887 0 n 1259 14124 19 1247 13887 0 n 1259 14124 20 1247 13887 0 n 1259 14124 21 1247 13887 0 n 1259 14124 22 1247 13882 0 n 1259 14124 23 1247 13882 0 n 1259 14124 24 1247 13882 0 n 1259 14124 25 1247 13882 0 n 1259 14124 26 1247 13885 0 n 1259 14124 27 1247 13882 0 n 1259 14124 28 1247 13887 0 n 1259 14124 29 1247 13887 0 n 1259 14124 0 2615 13868 0 n 2618 14127 0 1259 14124 0 i 2618 14127 0 1247 13895 0 n 2618 14127 0 1247 13887 0 n 2618 14127 0 1247 13885 0 n 2618 14127 0 1247 13882 0 n 1247 14131 0 1259 14129 0 i 1247 14130 0 1247 14131 0 i 1259 14129 1 1247 13887 0 n 1259 14129 2 1247 13887 0 n 1259 14129 3 1247 13887 0 n 1259 14129 4 1247 13887 0 n 1259 14129 5 1247 13887 0 n 1259 14129 6 1247 13887 0 n 1259 14129 7 1247 13887 0 n 1259 14129 0 2615 13868 0 n 2618 14132 0 1259 14129 0 i 2618 14132 0 1247 13887 0 n 1247 14136 0 1259 14134 0 i 1247 14135 0 1247 14136 0 i 1259 14134 1 1247 13887 0 n 1259 14134 2 1247 13887 0 n 1259 14134 3 1247 13887 0 n 1259 14134 4 1247 13887 0 n 1259 14134 5 1247 13887 0 n 1259 14134 6 1247 13887 0 n 1259 14134 0 2615 13868 0 n 2618 14137 0 1259 14134 0 i 2618 14137 0 1247 13887 0 n 1247 14141 0 1259 14139 0 i 1247 14140 0 1247 14141 0 i 1259 14139 1 1247 13887 0 n 1259 14139 2 1247 13887 0 n 1259 14139 3 1247 13887 0 n 1259 14139 4 1247 13887 0 n 1259 14139 5 1247 13887 0 n 1259 14139 6 1247 13887 0 n 1259 14139 0 2615 13868 0 n 2618 14142 0 1259 14139 0 i 2618 14142 0 1247 13887 0 n 1247 14146 0 1259 14144 0 i 1247 14145 0 1247 14146 0 i 1259 14144 1 1247 13887 0 n 1259 14144 2 1247 13887 0 n 1259 14144 3 1247 13887 0 n 1259 14144 4 1247 13885 0 n 1259 14144 5 1247 13885 0 n 1259 14144 6 1247 13895 0 n 1259 14144 7 1247 13895 0 n 1259 14144 8 1247 13895 0 n 1259 14144 9 1247 13895 0 n 1259 14144 10 1247 13895 0 n 1259 14144 0 2615 13868 0 n 2618 14147 0 1259 14144 0 i 2618 14147 0 1247 13895 0 n 2618 14147 0 1247 13887 0 n 2618 14147 0 1247 13885 0 n 1247 14151 0 1259 14149 0 i 1247 14150 0 1247 14151 0 i 1259 14149 1 1247 13887 0 n 1259 14149 2 1247 13887 0 n 1259 14149 3 1247 13887 0 n 1259 14149 4 1247 13885 0 n 1259 14149 5 1247 13887 0 n 1259 14149 0 2615 13868 0 n 2618 14152 0 1259 14149 0 i 2618 14152 0 1259 14038 2 n 2618 14152 0 1259 14038 3 n 2618 14152 0 1259 14038 36 n 2618 14152 0 1259 13995 2 n 2618 14152 0 1259 13995 3 n 2618 14152 0 1259 13995 31 n 2618 14152 0 1259 13981 2 n 2618 14152 0 1259 13981 3 n 2618 14152 0 1259 13981 27 n 2618 14152 0 1259 13956 2 n 2618 14152 0 1259 13956 3 n 2618 14152 0 1259 13956 33 n 2618 14152 0 1259 13906 2 n 2618 14152 0 1259 13906 3 n 2618 14152 0 1259 13906 30 n 2618 14152 0 1247 13887 0 n 2618 14152 0 1247 13885 0 n 1247 14156 0 1259 14154 0 i 1247 14155 0 1247 14156 0 i 1259 14154 1 1247 13887 0 n 1259 14154 2 1247 13887 0 n 1259 14154 3 1247 13887 0 n 1259 14154 4 1247 13885 0 n 1259 14154 5 1247 13887 0 n 1259 14154 6 1247 13885 0 n 1259 14154 7 1247 13882 0 n 1259 14154 8 1247 13882 0 n 1259 14154 9 1247 13887 0 n 1259 14154 10 1247 13887 0 n 1259 14154 11 1247 13887 0 n 1259 14154 12 1247 13887 0 n 1259 14154 13 1247 13887 0 n 1259 14154 14 1247 13887 0 n 1259 14154 15 1247 13882 0 n 1259 14154 16 1247 13882 0 n 1259 14154 17 1247 13882 0 n 1259 14154 18 1247 13882 0 n 1259 14154 19 1247 13885 0 n 1259 14154 20 1247 13882 0 n 1259 14154 21 1247 13887 0 n 1259 14154 22 1247 13887 0 n 1259 14154 23 1247 13887 0 n 1259 14154 24 1247 13887 0 n 1259 14154 25 1247 13887 0 n 1259 14154 26 1247 13887 0 n 1259 14154 27 1247 13882 0 n 1259 14154 28 1247 13887 0 n 1259 14154 0 2615 13868 0 n 2618 14157 0 1259 14154 0 i 2618 14157 0 1259 14149 2 n 2618 14157 0 1259 14149 3 n 2618 14157 0 1259 14149 4 n 2618 14157 0 1259 14149 5 n 2618 14157 0 1247 13887 0 n 2618 14157 0 1247 13885 0 n 2618 14157 0 1247 13882 0 n 2618 14157 0 1255 13869 0 n 1247 14161 0 1259 14159 0 i 1247 14160 0 1247 14161 0 i 1259 14159 0 2615 13868 0 n 2618 14162 0 1259 14159 0 i 1247 14166 0 1259 14164 0 i 1247 14165 0 1247 14166 0 i 1259 14164 1 1247 13887 0 n 1259 14164 2 1247 13887 0 n 1259 14164 3 1247 13887 0 n 1259 14164 4 1247 13887 0 n 1259 14164 5 1247 13887 0 n 1259 14164 6 1247 13885 0 n 1259 14164 0 2615 13868 0 n 2618 14167 0 1259 14164 0 i 2618 14167 0 1259 14159 1 n 2618 14167 0 1259 14159 2 n 2618 14167 0 1259 14159 3 n 2618 14167 0 1259 14159 4 n 2618 14167 0 1247 13887 0 n 2618 14167 0 1247 13885 0 n 1247 14170 0 1259 14168 0 i 1247 14169 0 1247 14170 0 i 1259 14168 4 1247 13887 0 n 1259 14168 5 1247 13887 0 n 1259 14168 6 1247 13887 0 n 1259 14168 7 1247 13885 0 n 1259 14168 0 2615 13868 0 n 2618 14171 0 1259 14168 0 i 2618 14171 0 1247 13887 0 n 2618 14171 0 1247 13885 0 n 1247 14174 0 1259 14172 0 i 1247 14173 0 1247 14174 0 i 1259 14172 1 1247 13887 0 n 1259 14172 2 1247 13887 0 n 1259 14172 3 1247 13887 0 n 1259 14172 4 1247 13885 0 n 1259 14172 0 2615 13868 0 n 2618 14175 0 1259 14172 0 i 2618 14175 0 1259 14168 3 n 2618 14175 0 1259 14168 4 n 2618 14175 0 1259 14168 5 n 2618 14175 0 1247 13887 0 n 2618 14175 0 1247 13885 0 n 1247 14178 0 1259 14176 0 i 1247 14177 0 1247 14178 0 i 1259 14176 1 1247 13887 0 n 1259 14176 2 1247 13887 0 n 1259 14176 3 1247 13887 0 n 1259 14176 4 1247 13885 0 n 1259 14176 5 1247 13885 0 n 1259 14176 0 2615 13868 0 n 2618 14179 0 1259 14176 0 i 2618 14179 0 1259 14168 4 n 2618 14179 0 1259 14168 5 n 2618 14179 0 1259 14168 6 n 2618 14179 0 1259 14168 7 n 2618 14179 0 1247 13885 0 n 1247 14182 0 1259 14180 0 i 1247 14181 0 1247 14182 0 i 1259 14180 3 1247 13887 0 n 1259 14180 4 1247 13887 0 n 1259 14180 5 1247 13887 0 n 1259 14180 6 1247 13887 0 n 1259 14180 7 1247 13885 0 n 1259 14180 8 1247 13885 0 n 1259 14180 9 1247 13887 0 n 1259 14180 0 2615 13868 0 n 2618 14183 0 1259 14180 0 i 2618 14183 0 1247 13887 0 n 2618 14183 0 1247 13885 0 n 1247 14187 0 1259 14185 0 i 1247 14186 0 1247 14187 0 i 1259 14185 1 1247 13887 0 n 1259 14185 2 1247 13887 0 n 1259 14185 3 1247 13887 0 n 1259 14185 4 1247 13885 0 n 1259 14185 0 2615 13868 0 n 2618 14188 0 1259 14185 0 i 2618 14188 0 1259 14180 2 n 2618 14188 0 1259 14180 3 n 2618 14188 0 1259 14180 4 n 2618 14188 0 1247 13887 0 n 2618 14188 0 1247 13885 0 n 1247 14191 0 1259 14189 0 i 1247 14190 0 1247 14191 0 i 1259 14189 1 1247 13887 0 n 1259 14189 2 1247 13887 0 n 1259 14189 3 1247 13887 0 n 1259 14189 4 1247 13887 0 n 1259 14189 5 1247 13885 0 n 1259 14189 6 1247 13885 0 n 1259 14189 7 1247 13887 0 n 1259 14189 0 2615 13868 0 n 2618 14192 0 1259 14189 0 i 2618 14192 0 1259 14180 3 n 2618 14192 0 1259 14180 4 n 2618 14192 0 1259 14180 5 n 2618 14192 0 1259 14180 6 n 2618 14192 0 1259 14180 7 n 2618 14192 0 1259 14180 8 n 2618 14192 0 1259 14180 9 n 1247 14195 0 1259 14193 0 i 1247 14194 0 1247 14195 0 i 1259 14193 1 1247 13887 0 n 1259 14193 2 1247 13887 0 n 1259 14193 3 1247 13887 0 n 1259 14193 5 1247 13887 0 n 1259 14193 6 1247 13887 0 n 1259 14193 7 1247 13887 0 n 1259 14193 0 2615 13868 0 n 2618 14196 0 1259 14193 0 i 2618 14196 0 1247 13887 0 n 1247 14200 0 1259 14198 0 i 1247 14199 0 1247 14200 0 i 1259 14198 1 1247 13887 0 n 1259 14198 2 1247 13887 0 n 1259 14198 3 1247 13887 0 n 1259 14198 4 1247 13887 0 n 1259 14198 5 1247 13885 0 n 1259 14198 0 2615 13868 0 n 2618 14201 0 1259 14198 0 i 2618 14201 0 1259 14193 1 n 2618 14201 0 1259 14193 2 n 2618 14201 0 1259 14193 3 n 2618 14201 0 1259 14193 4 n 2618 14201 0 1247 13887 0 n 2618 14201 0 1247 13885 0 n 1247 14204 0 1259 14202 0 i 1247 14203 0 1247 14204 0 i 1259 14202 1 1247 13887 0 n 1259 14202 2 1247 13887 0 n 1259 14202 3 1247 13887 0 n 1259 14202 4 1247 13887 0 n 1259 14202 5 1247 13887 0 n 1259 14202 0 2615 13868 0 n 2618 14205 0 1259 14202 0 i 2618 14205 0 1259 14193 1 n 2618 14205 0 1259 14193 2 n 2618 14205 0 1259 14193 3 n 2618 14205 0 1259 14193 5 n 2618 14205 0 1259 14193 6 n 1247 14208 0 1259 14206 0 i 1247 14207 0 1247 14208 0 i 1259 14206 4 1247 13887 0 n 1259 14206 5 1247 13887 0 n 1259 14206 6 1247 13887 0 n 1259 14206 7 1247 13887 0 n 1259 14206 0 2615 13868 0 n 2618 14209 0 1259 14206 0 i 2618 14209 0 1259 14180 1 n 2618 14209 0 1259 14180 3 n 2618 14209 0 1259 14180 4 n 2618 14209 0 1259 14180 9 n 2618 14209 0 1247 13887 0 n 1247 14213 0 1259 14211 0 i 1247 14212 0 1247 14213 0 i 1259 14211 1 1247 13887 0 n 1259 14211 2 1247 13887 0 n 1259 14211 3 1247 13887 0 n 1259 14211 4 1247 13887 0 n 1259 14211 5 1247 13885 0 n 1259 14211 0 2615 13868 0 n 2618 14214 0 1259 14211 0 i 2618 14214 0 1259 14206 2 n 2618 14214 0 1259 14206 3 n 2618 14214 0 1259 14206 4 n 2618 14214 0 1259 14206 5 n 2618 14214 0 1259 14206 6 n 2618 14214 0 1259 14206 7 n 2618 14214 0 1247 13887 0 n 2618 14214 0 1247 13885 0 n 1247 14218 0 1259 14216 0 i 1247 14217 0 1247 14218 0 i 1259 14216 1 1247 13887 0 n 1259 14216 2 1247 13887 0 n 1259 14216 3 1247 13887 0 n 1259 14216 0 2615 13868 0 n 2618 14219 0 1259 14216 0 i 2618 14219 0 1259 14206 4 n 2618 14219 0 1259 14206 5 n 2618 14219 0 1259 14206 6 n 1255 14221 0 3079 14220 0 e 1255 14222 0 3079 14220 0 e 1255 14223 0 3079 14220 0 e 2612 14224 0 3079 14220 0 e 2612 14224 0 1255 14223 0 n 2612 14224 0 1255 14222 0 n 2612 14224 0 1255 14221 0 n 1259 16409 0 1259 16408 2 a 1259 16408 0 1259 16402 0 i 2606 16411 0 1259 16402 1 a 1259 16410 0 2606 16411 0 i 1259 16401 0 1259 16402 1 a 1247 16414 0 1259 16412 0 i 1247 16413 0 1247 16414 0 i 1259 16412 0 2615 16390 0 n 2604 16415 0 1259 16412 2 i 2604 16415 0 1259 16412 1 n 2606 16417 0 1259 16412 1 a 1259 16416 0 2606 16417 0 i 1247 16420 0 1259 16418 0 i 1247 16419 0 1247 16420 0 i 1259 16418 0 2615 16390 0 n 2604 16421 0 1259 16418 2 i 2604 16421 0 1259 16418 1 n 1259 16418 0 1259 16412 0 n 2606 16422 0 1259 16418 1 a 1247 16425 0 1259 16423 0 i 1247 16424 0 1247 16425 0 i 1259 16423 0 2615 16390 0 n 2604 16426 0 1259 16423 2 i 2604 16426 0 1259 16423 1 n 1259 16423 0 1259 16412 0 n 2606 16427 0 1259 16423 1 a 1247 16430 0 1259 16428 0 i 1247 16429 0 1247 16430 0 i 1259 16428 0 2615 16390 0 n 1259 16428 1 1259 16428 0 i 2606 16431 0 1259 16428 1 a 2606 16431 0 1259 16410 0 n 2606 16431 0 1259 16402 1 n 2620 16432 0 2606 16431 0 i 2620 16433 0 2606 16431 0 i 2620 16434 0 2606 16431 0 i 2620 16435 0 2606 16431 0 i 1247 16438 0 1259 16436 0 i 1247 16437 0 1247 16438 0 i 1259 16436 0 2615 16390 0 n 1259 16436 0 1259 16428 0 a 2606 16439 0 1259 16436 1 a 2606 16439 0 1259 16410 0 n 2606 16439 0 1259 16402 1 n 2606 16439 0 2606 16431 0 P 2606 16439 0 1259 16436 0 S 2620 16440 0 2606 16439 0 i 2620 16441 0 2606 16439 0 i 1247 16444 0 1259 16442 0 i 1247 16443 0 1247 16444 0 i 1259 16442 0 2615 16390 0 n 1247 16447 0 1259 16445 0 i 1247 16446 0 1247 16447 0 i 1259 16445 0 2615 16390 0 n 2604 16448 0 1259 16445 3 i 2604 16448 0 1259 16445 1 n 2604 16449 0 1259 16445 5 i 2604 16449 0 1259 16445 4 n 1247 16452 0 1259 16450 0 i 1247 16451 0 1247 16452 0 i 1259 16450 0 2615 16390 0 n 1259 16454 0 1259 16453 1 a 1259 16454 0 1259 16453 2 a 1259 16453 0 1259 16450 0 i 1247 16457 0 1259 16455 0 i 1247 16456 0 1247 16457 0 i 1259 16455 0 2615 16390 0 n 1259 16459 0 1259 16458 1 a 1259 16459 0 1259 16458 2 a 1259 16458 0 1259 16455 0 i 1247 16462 0 1259 16460 0 i 1247 16461 0 1247 16462 0 i 1259 16460 0 2615 16390 0 n 1259 16464 0 1259 16463 1 a 1259 16464 0 1259 16463 2 a 1259 16463 0 1259 16460 0 i 1247 16469 0 1259 16467 0 i 1247 16468 0 1247 16469 0 i 1259 16467 0 2615 16390 0 n 1247 16472 0 1259 16470 0 i 1247 16471 0 1247 16472 0 i 1259 16470 0 2601 16466 0 n 1259 16470 0 2615 16390 0 n 1247 16475 0 1259 16473 0 i 1247 16474 0 1247 16475 0 i 1259 16473 0 2615 16390 0 n 1247 16478 0 1259 16476 0 i 1247 16477 0 1247 16478 0 i 1259 16476 0 2615 16390 0 n 2618 16479 0 1259 16476 0 i 1247 16482 0 1259 16480 0 i 1247 16481 0 1247 16482 0 i 1259 16480 0 2601 16466 0 n 1259 16480 0 2615 16390 0 n 2618 16483 0 1259 16480 0 i 1247 16486 0 1259 16484 0 i 1247 16485 0 1247 16486 0 i 1259 16484 0 2615 16390 0 n 2618 16487 0 1259 16484 0 i 826 16488 0 2615 16390 0 a 826 16489 0 2615 16390 0 a 1255 16490 0 2615 16390 0 n 2612 16491 0 1255 16490 0 n 1247 16494 0 1259 16492 0 i 1247 16493 0 1247 16494 0 i 1259 16492 0 2615 16390 0 n 2618 16495 0 1259 16492 0 i 2618 16495 0 1259 16402 1 n 1247 16498 0 1259 16496 0 i 1247 16497 0 1247 16498 0 i 1259 16496 0 2615 16390 0 n 2618 16499 0 1259 16496 0 i 2618 16499 0 1259 16492 1 n 1247 16502 0 1259 16500 0 i 1247 16501 0 1247 16502 0 i 1259 16500 0 2615 16390 0 n 2606 16504 0 1259 16500 1 a 1259 16503 0 2606 16504 0 i 2606 16505 0 1259 16500 1 a 2606 16505 0 1259 16410 0 n 2606 16505 0 1259 16402 1 n 2620 16506 0 2606 16505 0 i 2620 16507 0 2606 16505 0 i 2620 16508 0 2606 16505 0 i 2620 16509 0 2606 16505 0 i 3256 16510 0 1259 16402 0 a 3256 16511 0 1259 16402 0 a 1255 16512 0 2615 16390 0 n 3256 16513 0 1259 16402 0 a 3256 16514 0 1259 16402 0 a 3256 16515 0 1259 16402 0 a 3256 16516 0 1259 16402 0 a 1247 16518 0 2615 16390 0 n 1247 16517 0 1247 16518 0 i 2606 16519 0 1247 16518 0 a 1255 16520 0 2615 16390 0 n 1255 16520 0 2612 14224 0 n 2620 16521 0 1255 16520 0 n 2620 16521 0 1259 16402 0 a 2620 16521 0 1259 16402 1 n 1255 16522 0 2615 16390 0 n 1255 16522 0 2612 14224 0 n 3466 16523 0 1255 16522 0 n 1417 16526 0 2328 16525 0 n 1247 16528 0 2615 16390 0 n 1247 16527 0 1247 16528 0 i 1247 16538 0 2615 16390 0 n 1247 16536 0 2615 16390 0 n 1247 16536 0 1247 16538 0 i 1247 16535 0 1247 16538 0 i 1247 16537 0 1247 16536 0 i 1255 16539 0 1247 16538 0 n 1255 16539 0 2615 16390 0 n 1255 16539 0 1247 16538 0 i 1255 16540 0 1247 16538 0 n 1255 16540 0 2615 16390 0 n 1255 16540 0 1247 16538 0 i 1255 16541 0 1247 16536 0 n 1255 16541 0 2615 16390 0 n 1255 16541 0 1247 16536 0 i 1255 16542 0 1247 16538 0 n 1255 16542 0 1247 16536 0 n 1255 16542 0 2615 16390 0 n 1255 16542 0 1247 16536 0 i 1255 16543 0 1247 16536 0 n 1255 16543 0 1247 16535 0 n 1255 16543 0 2615 16390 0 n 1255 16543 0 1247 16536 0 i 2605 16544 0 1255 16542 0 i 2605 16544 0 1247 16538 0 i 2605 16544 0 1247 16536 0 i 1247 16545 0 2615 16390 0 n 1255 16547 0 1247 16546 0 n 1255 16547 0 2615 16390 0 n 1255 16548 0 3576 16524 0 n 1255 16548 0 2615 16390 0 n 1247 16551 0 1259 16549 0 i 1247 16550 0 1247 16551 0 i 1259 16549 0 2615 16390 0 n 2606 16553 0 1259 16549 1 a 1259 16552 0 2606 16553 0 i 1255 16554 0 1247 16551 0 n 1255 16554 0 2615 16390 0 n 1255 16554 0 2606 16553 0 n 1255 16554 0 1259 16549 1 n 1255 16554 0 1259 16549 2 n 1255 16555 0 1247 16546 0 n 1255 16555 0 2615 16390 0 n 1255 16556 0 3576 16524 0 n 1255 16556 0 2615 16390 0 n 1247 16546 0 1255 16555 0 n 1247 16546 0 1255 16547 0 n 1247 16546 0 2615 16390 0 n 1247 16557 0 1247 16546 0 i 1247 16560 0 1259 16558 0 i 1247 16559 0 1247 16560 0 i 1259 16558 0 2615 16390 0 n 2618 16561 0 1259 16558 0 i 2618 16561 0 2606 16553 0 n 2618 16561 0 1259 16549 1 n 2618 16561 0 1259 16549 2 n 1247 16564 0 2615 16390 0 n 1259 16562 0 1247 16564 0 i 1247 16563 0 1247 16564 0 i 1259 16562 2 1247 16546 0 n 6106 16575 0 6104 16570 0 a 6106 16575 0 1259 16402 0 a 6106 16575 0 1259 16402 1 n 6237 16576 0 6104 16574 0 a 6237 16576 0 2615 16390 0 a 6106 16577 0 6104 16572 0 a 6106 16577 0 1259 16402 0 a 6106 16579 0 6104 16574 0 a 6106 16579 0 1259 16402 0 a 6106 16580 0 6104 16570 0 a 6106 16580 0 1259 16460 0 a 6106 16580 0 1259 16460 2 n 6106 16582 0 6104 16572 0 a 6106 16582 0 1259 16455 0 a 6106 16582 0 1259 16455 1 n 6106 16582 0 1259 16455 2 n 6106 16582 0 1259 16455 3 n 6106 16583 0 6104 16572 0 a 6106 16583 0 1259 16460 0 a 6237 16584 0 6104 16574 0 a 6237 16584 0 2615 2200 0 a 6106 16585 0 6104 16572 0 a 6106 16585 0 1259 16450 0 a 6106 16585 0 1259 16450 2 n 6106 16585 0 1259 16450 3 n 1247 16588 0 1259 16586 0 i 1247 16587 0 1247 16588 0 i 1259 16586 0 2615 16390 0 n 1247 16593 0 1259 16591 0 i 1247 16592 0 1247 16593 0 i 1259 16591 0 2615 16390 0 n 2618 16594 0 1259 16591 0 i 2618 16594 0 1259 16496 1 n 1247 16597 0 1259 16595 0 i 1247 16596 0 1247 16597 0 i 1259 16595 0 2615 16390 0 n 2618 16598 0 1259 16595 0 i 2618 16598 0 1259 16591 1 n 1247 16601 0 1259 16599 0 i 1247 16600 0 1247 16601 0 i 1259 16599 0 2615 16390 0 n 2618 16602 0 1259 16599 0 i 2618 16602 0 1259 16402 1 n 2604 16603 0 1259 16599 1 a 2753 16604 0 2615 16390 0 n 2602 16606 0 2616 16605 0 i 2602 16607 0 2616 16605 0 i 2602 16608 0 2616 16605 0 i 2602 16609 0 2616 16605 0 i 2602 16610 0 2616 16605 0 i 2603 16611 0 2616 16605 0 i 2603 16612 0 2753 16604 0 a 2603 16613 0 2753 16604 0 a 2616 16605 0 2615 16390 0 n 2616 16605 0 2753 16604 0 a 2617 16614 0 2615 16390 0 n 2753 16615 0 2615 16390 0 n 2602 16617 0 2617 16614 0 n 2602 16617 0 2616 16616 0 i 2616 16616 0 2615 16390 0 n 2616 16616 0 2753 16615 0 a 1247 16621 0 2615 16390 0 n 1247 16619 0 2615 16390 0 n 1247 16621 0 2616 16616 0 n 1247 16619 0 1247 16621 0 i 1247 16618 0 1247 16621 0 i 1247 16620 0 1247 16619 0 i 1255 16622 0 1247 16621 0 n 1255 16622 0 2615 16390 0 n 1255 16622 0 1247 16621 0 i 1255 16623 0 1247 16621 0 n 1255 16623 0 2615 16390 0 n 1255 16623 0 1247 16621 0 i 1255 16624 0 1247 16619 0 n 1255 16624 0 2615 16390 0 n 1255 16624 0 1247 16619 0 i 1255 16625 0 1247 16621 0 n 1255 16625 0 1247 16619 0 n 1255 16625 0 2615 16390 0 n 1255 16625 0 1247 16619 0 i 1255 16626 0 1247 16619 0 n 1255 16626 0 1247 16618 0 n 1255 16626 0 2615 16390 0 n 1255 16626 0 1247 16619 0 i 2605 16627 0 1255 16625 0 i 2605 16627 0 1247 16621 0 i 2605 16627 0 1247 16619 0 i 2602 16628 0 2753 16604 0 a 2602 16629 0 2753 16604 0 a 2602 16630 0 2753 16604 0 a 2602 16631 0 2753 16604 0 a 2602 16632 0 2753 16604 0 a 2603 16633 0 2753 16604 0 a 2603 16634 0 2753 16604 0 a 2603 16635 0 2753 16604 0 a 3456 16636 0 2615 2200 0 n 2607 16637 0 2615 16390 0 n 3602 16638 0 2615 16390 0 n 3602 16638 0 3600 13824 0 n 3764 16639 0 2615 16390 0 n 3601 16640 0 2615 16390 0 n 3600 16641 0 2615 16390 0 n 1418 16642 0 1417 16526 0 n 1247 16645 0 1259 16643 0 i 1247 16644 0 1247 16645 0 i 1259 16643 0 2615 16390 0 n 1259 16643 0 1417 16526 0 n 2616 16646 0 2615 16390 0 n 2616 16646 0 2753 16604 0 a 1247 16649 0 1259 16647 0 i 1247 16648 0 1247 16649 0 i 1259 16647 0 2615 16390 0 n 2606 16650 0 1259 16647 2 a 2606 16650 0 1259 16647 2 n 2606 16651 0 1259 16647 1 a 1259 16652 0 2615 16390 0 n 1247 16655 0 1259 16653 0 i 1247 16654 0 1247 16655 0 i 1259 16653 0 2615 16390 0 n 2604 16656 0 1259 16653 1 a 2604 16656 0 1259 16652 0 n 1259 16653 2 1259 16653 0 i 2606 16657 0 1259 16653 3 a 2606 16657 0 1259 16653 3 n 2606 16658 0 1259 16653 1 a 2606 16659 0 1259 16653 2 a 1259 16652 0 1259 16653 1 a 1247 16662 0 1259 16660 0 i 1247 16661 0 1247 16662 0 i 1259 16660 0 2615 16465 0 n 2604 16663 0 1259 16660 1 a 2604 16663 0 1259 16652 0 n 2606 16664 0 1259 16660 3 a 2606 16664 0 1259 16660 3 n 2604 16665 0 1259 16660 4 a 1259 16660 0 1259 16653 0 a 2606 16666 0 1259 16660 4 a 2606 16666 0 1259 16660 4 n 2606 16667 0 1259 16660 1 a 2606 16668 0 1259 16660 2 a 1247 16671 0 1259 16669 0 i 1247 16670 0 1247 16671 0 i 1259 16669 0 2615 16390 0 n 2606 16672 0 1259 16669 2 a 2606 16672 0 1259 16669 2 n 1259 16669 0 1259 16647 0 n 2606 16673 0 1259 16669 2 a 2606 16673 0 1259 16669 2 n 2606 16674 0 1259 16669 1 a 2620 16675 0 1255 16520 0 n 2620 16675 0 1259 16653 0 a 2620 16676 0 1255 16520 0 n 2620 16676 0 1259 16660 0 a 2620 16676 0 2620 16675 0 P 2620 16676 0 1259 16660 0 S 1259 16677 0 1259 16653 1 a 1259 16677 0 1259 16653 2 a 1259 16678 0 1259 16660 1 a 1259 16678 0 1259 16660 2 a 1259 16678 0 1259 16677 0 P 1259 16678 0 1259 16660 0 S 2606 16680 0 1259 16653 1 a 2606 16680 0 1259 16653 2 a 1259 16679 0 2606 16680 0 i 2606 16682 0 1259 16660 1 a 2606 16682 0 1259 16660 2 a 1259 16681 0 2606 16682 0 i 2606 16682 0 2606 16680 0 P 2606 16682 0 1259 16660 0 S 1259 16681 0 1259 16679 0 P 1259 16681 0 1259 16660 0 S 1247 16685 0 1259 16683 0 i 1247 16684 0 1247 16685 0 i 1259 16683 0 2615 16465 0 n 2604 16686 0 1259 16683 1 a 2604 16686 0 1259 16652 0 n 2606 16687 0 1259 16683 3 a 2606 16687 0 1259 16683 3 n 1259 16683 0 1259 16653 0 a 1259 16688 0 1259 16683 1 a 1259 16688 0 1259 16683 2 a 1259 16688 0 1259 16677 0 P 1259 16688 0 1259 16683 0 S 2606 16690 0 1259 16683 1 a 2606 16690 0 1259 16683 2 a 1259 16689 0 2606 16690 0 i 2606 16690 0 2606 16680 0 P 2606 16690 0 1259 16683 0 S 1259 16689 0 1259 16679 0 P 1259 16689 0 1259 16683 0 S 2620 16691 0 1255 16520 0 n 2620 16691 0 1259 16683 0 a 2620 16691 0 2620 16675 0 P 2620 16691 0 1259 16683 0 S 2606 16692 0 1259 16683 1 a 2606 16693 0 1259 16683 2 a 1247 16696 0 1259 16694 0 i 1247 16695 0 1247 16696 0 i 1259 16694 0 2615 16465 0 n 2604 16697 0 1259 16694 1 a 2604 16697 0 1259 16652 0 n 2606 16698 0 1259 16694 3 a 2606 16698 0 1259 16694 3 n 1259 16694 0 1259 16653 0 a 1259 16699 0 1259 16694 1 a 1259 16699 0 1259 16694 2 a 1259 16699 0 1259 16677 0 P 1259 16699 0 1259 16694 0 S 2606 16701 0 1259 16694 1 a 2606 16701 0 1259 16694 2 a 1259 16700 0 2606 16701 0 i 2606 16701 0 2606 16680 0 P 2606 16701 0 1259 16694 0 S 1259 16700 0 1259 16679 0 P 1259 16700 0 1259 16694 0 S 2620 16702 0 1255 16520 0 n 2620 16702 0 1259 16694 0 a 2620 16702 0 2620 16675 0 P 2620 16702 0 1259 16694 0 S 2606 16703 0 1259 16694 1 a 2606 16704 0 1259 16694 2 a 1247 16707 0 1259 16705 0 i 1247 16706 0 1247 16707 0 i 1259 16705 0 2615 16465 0 n 2604 16708 0 1259 16705 1 a 2604 16708 0 1259 16652 0 n 2606 16709 0 1259 16705 3 a 2606 16709 0 1259 16705 3 n 1259 16705 0 1259 16653 0 a 1259 16710 0 1259 16705 1 a 1259 16710 0 1259 16705 2 a 1259 16710 0 1259 16677 0 P 1259 16710 0 1259 16705 0 S 2606 16712 0 1259 16705 1 a 2606 16712 0 1259 16705 2 a 1259 16711 0 2606 16712 0 i 2606 16712 0 2606 16680 0 P 2606 16712 0 1259 16705 0 S 1259 16711 0 1259 16679 0 P 1259 16711 0 1259 16705 0 S 2620 16713 0 1255 16520 0 n 2620 16713 0 1259 16705 0 a 2620 16713 0 2620 16675 0 P 2620 16713 0 1259 16705 0 S 2606 16714 0 1259 16705 1 a 2606 16715 0 1259 16705 2 a 3381 16716 0 1259 16402 1 a 3381 16716 0 1259 16402 2 a 3381 16716 0 2615 16390 0 n 3381 16717 0 1259 16586 1 a 3381 16717 0 1259 16586 2 a 3381 16717 0 2615 16390 0 n 1247 16720 0 1259 16718 0 i 1247 16719 0 1247 16720 0 i 1259 16718 0 2615 16390 0 n 1259 16721 0 1259 16718 1 a 1259 16721 0 1259 16718 1 a 1259 16721 0 1259 16718 2 a 1259 16721 0 1259 16718 3 a 3381 16722 0 1259 16586 0 a 3381 16722 0 1259 16586 1 a 3381 16722 0 2615 16390 0 n 1247 16725 0 1259 16723 0 i 1247 16724 0 1247 16725 0 i 1259 16723 0 2615 16390 0 n 1259 16727 0 1259 16726 1 a 1259 16727 0 1259 16726 2 a 1259 16726 0 1259 16723 0 i 1247 16731 0 1259 16729 0 i 1247 16730 0 1247 16731 0 i 1259 16729 0 2615 16390 0 n 1259 16733 0 1259 16732 1 a 1259 16733 0 1259 16732 2 a 1259 16732 0 1259 16729 0 i 2606 16735 0 1259 16729 1 a 2606 16735 0 1259 16729 2 a 1259 16734 0 2606 16735 0 i 1247 16738 0 1259 16736 0 i 1247 16737 0 1247 16738 0 i 1259 16736 0 2615 16390 0 n 1259 16740 0 1259 16739 1 a 1259 16740 0 1259 16739 2 a 1259 16739 0 1259 16736 0 i 2606 16742 0 1259 16736 1 a 2606 16742 0 1259 16736 2 a 1259 16741 0 2606 16742 0 i \. -- -- Data for Name: pg_description; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_description (objoid, classoid, objsubid, description) FROM stdin; 1242 1255 0 I/O 1243 1255 0 I/O 1244 1255 0 I/O 31 1255 0 I/O 1245 1255 0 I/O 33 1255 0 I/O 34 1255 0 I/O 35 1255 0 I/O 38 1255 0 I/O 39 1255 0 I/O 40 1255 0 I/O 41 1255 0 I/O 42 1255 0 I/O 43 1255 0 I/O 44 1255 0 I/O 45 1255 0 I/O 3494 1255 0 convert proname to regproc 3479 1255 0 convert proname to regprocedure 46 1255 0 I/O 47 1255 0 I/O 48 1255 0 I/O 49 1255 0 I/O 50 1255 0 I/O 51 1255 0 I/O 5070 1255 0 I/O 5081 1255 0 I/O 5082 1255 0 I/O 5083 1255 0 I/O 52 1255 0 I/O 53 1255 0 I/O 54 1255 0 I/O 55 1255 0 I/O 6242 1255 0 planner support for text_starts_with 5096 1255 0 less-equal-greater 5071 1255 0 convert xid8 to xid 5097 1255 0 larger of two 5098 1255 0 smaller of two 77 1255 0 convert char to int4 78 1255 0 convert int4 to char 1364 1255 0 planner support for textregexeq 1257 1255 0 length 89 1255 0 PostgreSQL version string 86 1255 0 I/O 87 1255 0 I/O 88 1255 0 I/O 90 1255 0 I/O 101 1255 0 restriction selectivity of = and related operators 102 1255 0 restriction selectivity of <> and related operators 103 1255 0 restriction selectivity of < and related operators on scalar datatypes 104 1255 0 restriction selectivity of > and related operators on scalar datatypes 105 1255 0 join selectivity of = and related operators 106 1255 0 join selectivity of <> and related operators 107 1255 0 join selectivity of < and related operators on scalar datatypes 108 1255 0 join selectivity of > and related operators on scalar datatypes 336 1255 0 restriction selectivity of <= and related operators on scalar datatypes 337 1255 0 restriction selectivity of >= and related operators on scalar datatypes 386 1255 0 join selectivity of <= and related operators on scalar datatypes 398 1255 0 join selectivity of >= and related operators on scalar datatypes 109 1255 0 I/O 110 1255 0 I/O 117 1255 0 I/O 118 1255 0 I/O 119 1255 0 I/O 120 1255 0 I/O 121 1255 0 I/O 122 1255 0 I/O 123 1255 0 I/O 124 1255 0 I/O 139 1255 0 restriction selectivity for area-comparison operators 140 1255 0 join selectivity for area-comparison operators 195 1255 0 I/O 196 1255 0 I/O 197 1255 0 I/O 198 1255 0 I/O 200 1255 0 I/O 201 1255 0 I/O 208 1255 0 aggregate transition function 209 1255 0 larger of two 211 1255 0 smaller of two 214 1255 0 I/O 215 1255 0 I/O 222 1255 0 aggregate transition function 276 1255 0 aggregate combine function 223 1255 0 larger of two 224 1255 0 smaller of two 228 1255 0 round to nearest integer 229 1255 0 truncate to integer 2308 1255 0 nearest integer >= value 2320 1255 0 nearest integer >= value 2309 1255 0 nearest integer <= value 2310 1255 0 sign of value 233 1255 0 natural exponential (e^x) 234 1255 0 natural logarithm 235 1255 0 convert int2 to float8 236 1255 0 convert int2 to float4 237 1255 0 convert float8 to int2 238 1255 0 convert float4 to int2 246 1255 0 less-equal-greater 253 1255 0 less-equal-greater 266 1255 0 concatenate name and oid 274 1255 0 current date and time - increments during transactions 320 1255 0 bucket number of operand in equal-width histogram 311 1255 0 convert float4 to float8 312 1255 0 convert float8 to float4 313 1255 0 convert int2 to int4 314 1255 0 convert int4 to int2 316 1255 0 convert int4 to float8 317 1255 0 convert float8 to int4 318 1255 0 convert int4 to float4 319 1255 0 convert float4 to int4 3 1255 0 row-oriented heap table access method handler 330 1255 0 btree index access method handler 331 1255 0 hash index access method handler 332 1255 0 gist index access method handler 333 1255 0 gin index access method handler 334 1255 0 spgist index access method handler 335 1255 0 brin index access method handler 3952 1255 0 brin: standalone scan new table pages 3999 1255 0 brin: standalone scan new table pages 4014 1255 0 brin: desummarize page range 338 1255 0 validate an operator class 636 1255 0 test property of an index access method 637 1255 0 test property of an index 638 1255 0 test property of an index column 676 1255 0 return name of given index build phase 347 1255 0 I/O 348 1255 0 I/O 350 1255 0 less-equal-greater 3129 1255 0 sort support 351 1255 0 less-equal-greater 3130 1255 0 sort support 842 1255 0 less-equal-greater 3131 1255 0 sort support 354 1255 0 less-equal-greater 3132 1255 0 sort support 355 1255 0 less-equal-greater 3133 1255 0 sort support 356 1255 0 less-equal-greater 3134 1255 0 sort support 404 1255 0 less-equal-greater 358 1255 0 less-equal-greater 359 1255 0 less-equal-greater 3135 1255 0 sort support 360 1255 0 less-equal-greater 3255 1255 0 sort support 5050 1255 0 equal image 377 1255 0 less-equal-greater 382 1255 0 less-equal-greater 4126 1255 0 window RANGE support 4127 1255 0 window RANGE support 4128 1255 0 window RANGE support 4129 1255 0 window RANGE support 4130 1255 0 window RANGE support 4131 1255 0 window RANGE support 4132 1255 0 window RANGE support 4139 1255 0 window RANGE support 4140 1255 0 window RANGE support 4141 1255 0 window RANGE support 401 1255 0 convert char(n) to text 406 1255 0 convert name to text 407 1255 0 convert text to name 408 1255 0 convert name to char(n) 409 1255 0 convert char(n) to name 449 1255 0 hash 441 1255 0 hash 450 1255 0 hash 425 1255 0 hash 949 1255 0 hash 442 1255 0 hash 451 1255 0 hash 443 1255 0 hash 452 1255 0 hash 444 1255 0 hash 453 1255 0 hash 445 1255 0 hash 454 1255 0 hash 446 1255 0 hash 455 1255 0 hash 447 1255 0 hash 400 1255 0 hash 448 1255 0 hash 456 1255 0 hash 772 1255 0 hash 457 1255 0 hash 776 1255 0 hash 329 1255 0 hash 777 1255 0 hash 399 1255 0 hash 778 1255 0 hash 422 1255 0 hash 779 1255 0 hash 432 1255 0 hash 780 1255 0 hash 328 1255 0 hash 781 1255 0 hash 438 1255 0 count the number of NULL arguments 440 1255 0 count the number of non-NULL arguments 458 1255 0 larger of two 459 1255 0 smaller of two 460 1255 0 I/O 461 1255 0 I/O 480 1255 0 convert int8 to int4 481 1255 0 convert int4 to int8 482 1255 0 convert int8 to float8 483 1255 0 convert float8 to int8 626 1255 0 hash 782 1255 0 hash 652 1255 0 convert int8 to float4 653 1255 0 convert float4 to int8 714 1255 0 convert int8 to int2 754 1255 0 convert int2 to int8 668 1255 0 adjust char() to typmod length 3097 1255 0 planner support for varchar length coercion 669 1255 0 adjust varchar() to typmod length 710 1255 0 deprecated, use current_user instead 720 1255 0 octet length 721 1255 0 get byte 722 1255 0 set byte 723 1255 0 get bit 724 1255 0 set bit 749 1255 0 substitute portion of string 752 1255 0 substitute portion of string 6163 1255 0 number of set bits 745 1255 0 current user name 746 1255 0 session user name 6311 1255 0 system user name 747 1255 0 array dimensions 748 1255 0 number of array dimensions 750 1255 0 I/O 751 1255 0 I/O 2091 1255 0 array lower dimension 2092 1255 0 array upper dimension 2176 1255 0 array length 3179 1255 0 array cardinality 378 1255 0 append element onto end of array 379 1255 0 prepend element onto front of array 394 1255 0 split delimited text 376 1255 0 split delimited text, with null string 6160 1255 0 split delimited text 6161 1255 0 split delimited text, with null string 395 1255 0 concatenate array elements, using delimiter, into text 384 1255 0 concatenate array elements, using delimiter and null string, into text 515 1255 0 larger of two 516 1255 0 smaller of two 3277 1255 0 returns an offset of value in array 3278 1255 0 returns an offset of value in array with start index 3279 1255 0 returns an array of offsets of some value in array 1191 1255 0 array subscripts generator 1192 1255 0 array subscripts generator 1193 1255 0 array constructor with value 1286 1255 0 array constructor with value 2331 1255 0 expand array to set of rows 3996 1255 0 planner support for array_unnest 3167 1255 0 remove any occurrences of an element from an array 3168 1255 0 replace any occurrences of an element in an array 2333 1255 0 aggregate transition function 6293 1255 0 aggregate combine function 6294 1255 0 aggregate serial function 6295 1255 0 aggregate deserial function 2334 1255 0 aggregate final function 2335 1255 0 concatenate aggregate input into an array 4051 1255 0 aggregate transition function 6296 1255 0 aggregate combine function 6297 1255 0 aggregate serial function 6298 1255 0 aggregate deserial function 4052 1255 0 aggregate final function 4053 1255 0 concatenate aggregate input into an array 3218 1255 0 bucket number of operand given a sorted array of bucket lower bounds 6172 1255 0 remove last N elements of array 6215 1255 0 shuffle array 6216 1255 0 take samples from array 3816 1255 0 array typanalyze 3817 1255 0 restriction selectivity for array-containment operators 3818 1255 0 join selectivity for array-containment operators 764 1255 0 large object import 767 1255 0 large object import 765 1255 0 large object export 766 1255 0 increment 768 1255 0 larger of two 769 1255 0 smaller of two 770 1255 0 larger of two 771 1255 0 smaller of two 849 1255 0 position of substring 1023 1255 0 planner support for textlike 860 1255 0 convert char to char(n) 861 1255 0 name of the current database 817 1255 0 get the currently executing query 886 1255 0 I/O 887 1255 0 I/O 898 1255 0 larger of two 899 1255 0 smaller of two 935 1255 0 output money amount as words 3823 1255 0 convert money to numeric 3824 1255 0 convert numeric to money 3811 1255 0 convert int4 to money 3812 1255 0 convert int8 to money 940 1255 0 modulus 941 1255 0 modulus 947 1255 0 modulus 5044 1255 0 greatest common divisor 5045 1255 0 greatest common divisor 5046 1255 0 least common multiple 5047 1255 0 least common multiple 944 1255 0 convert text to char 946 1255 0 convert char to text 952 1255 0 large object open 953 1255 0 large object close 954 1255 0 large object read 955 1255 0 large object write 956 1255 0 large object seek 3170 1255 0 large object seek (64 bit) 957 1255 0 large object create 715 1255 0 large object create 958 1255 0 large object position 3171 1255 0 large object position (64 bit) 1004 1255 0 truncate large object 3172 1255 0 truncate large object (64 bit) 3457 1255 0 create new large object with given content 3458 1255 0 read entire large object 3459 1255 0 read large object from offset for length 3460 1255 0 write data at offset 964 1255 0 large object unlink (delete) 975 1255 0 box area 976 1255 0 box width 977 1255 0 box height 979 1255 0 area of a closed path 4067 1255 0 bounding box of two boxes 981 1255 0 box diagonal 992 1255 0 slope between points 993 1255 0 convert points to line segment 1026 1255 0 adjust timestamp to new time zone 1031 1255 0 I/O 1032 1255 0 I/O 1035 1255 0 add/update ACL item 1036 1255 0 remove ACL item 1037 1255 0 contains 1365 1255 0 make ACL item 3943 1255 0 show hardwired default privileges, primarily for use by the information schema 1689 1255 0 convert ACL item array to table, primarily for use by information schema 1044 1255 0 I/O 1045 1255 0 I/O 2913 1255 0 I/O typmod 2914 1255 0 I/O typmod 1046 1255 0 I/O 1047 1255 0 I/O 2915 1255 0 I/O typmod 2916 1255 0 I/O typmod 1063 1255 0 larger of two 1064 1255 0 smaller of two 1078 1255 0 less-equal-greater 3328 1255 0 sort support 1080 1255 0 hash 972 1255 0 hash 1081 1255 0 format a type oid and atttypmod to canonical SQL 1084 1255 0 I/O 1085 1255 0 I/O 1092 1255 0 less-equal-greater 3136 1255 0 sort support 4133 1255 0 window RANGE support 1107 1255 0 less-equal-greater 1138 1255 0 larger of two 1139 1255 0 smaller of two 1143 1255 0 I/O 1144 1255 0 I/O 2909 1255 0 I/O typmod 2910 1255 0 I/O typmod 1150 1255 0 I/O 1151 1255 0 I/O 2907 1255 0 I/O typmod 2908 1255 0 I/O typmod 1158 1255 0 convert UNIX epoch to timestamptz 1159 1255 0 adjust timestamp to new time zone 9159 1255 0 adjust timestamp to local time zone 1160 1255 0 I/O 1161 1255 0 I/O 2903 1255 0 I/O typmod 2904 1255 0 I/O typmod 1171 1255 0 extract field from timestamp with time zone 6203 1255 0 extract field from timestamp with time zone 1172 1255 0 extract field from interval 6204 1255 0 extract field from interval 1174 1255 0 convert date to timestamp with time zone 2711 1255 0 promote groups of 24 hours to numbers of days and promote groups of 30 days to numbers of months 1175 1255 0 promote groups of 24 hours to numbers of days 1295 1255 0 promote groups of 30 days to numbers of months 1176 1255 0 convert date and time to timestamp with time zone 1178 1255 0 convert timestamp with time zone to date 1181 1255 0 age of a transaction ID, in transactions before current transaction 3939 1255 0 age of a multi-transaction ID, in multi-transactions before current multi-transaction 6221 1255 0 add interval to timestamp with time zone 6222 1255 0 add interval to timestamp with time zone in specified time zone 6223 1255 0 subtract interval from timestamp with time zone 6273 1255 0 subtract interval from timestamp with time zone in specified time zone 1195 1255 0 smaller of two 1196 1255 0 larger of two 1197 1255 0 smaller of two 1198 1255 0 larger of two 1199 1255 0 date difference preserving months and years 3918 1255 0 planner support for interval length coercion 1200 1255 0 adjust interval precision 1215 1255 0 get description for object id and catalog name 1216 1255 0 get description for table column 1993 1255 0 get description for object id and shared catalog name 1217 1255 0 truncate timestamp with time zone to specified units 1284 1255 0 truncate timestamp with time zone to specified units in specified time zone 1218 1255 0 truncate interval to specified units 1219 1255 0 increment 3546 1255 0 decrement 2804 1255 0 increment, ignores second argument 3547 1255 0 decrement, ignores second argument 1236 1255 0 larger of two 1237 1255 0 smaller of two 1024 1255 0 planner support for texticregexeq 1271 1255 0 intervals overlap? 1273 1255 0 extract field from time with time zone 6201 1255 0 extract field from time with time zone 1287 1255 0 convert int8 to oid 1288 1255 0 convert oid to int8 1291 1255 0 trigger to suppress updates when new and old records match 1294 1255 0 latest tid of a tuple 2794 1255 0 less-equal-greater 2795 1255 0 larger of two 2796 1255 0 smaller of two 2233 1255 0 hash 2234 1255 0 hash 1299 1255 0 current transaction time 2647 1255 0 current transaction time 2648 1255 0 current statement time 2649 1255 0 current clock time 1300 1255 0 restriction selectivity for position-comparison operators 1301 1255 0 join selectivity for position-comparison operators 1302 1255 0 restriction selectivity for containment comparison operators 1303 1255 0 join selectivity for containment comparison operators 1304 1255 0 intervals overlap? 1305 1255 0 intervals overlap? 1306 1255 0 intervals overlap? 1307 1255 0 intervals overlap? 1308 1255 0 intervals overlap? 1309 1255 0 intervals overlap? 1310 1255 0 intervals overlap? 1311 1255 0 intervals overlap? 1312 1255 0 I/O 1313 1255 0 I/O 2905 1255 0 I/O typmod 2906 1255 0 I/O typmod 1314 1255 0 less-equal-greater 1315 1255 0 less-equal-greater 1316 1255 0 convert timestamp to time 1317 1255 0 length 1318 1255 0 character length 1339 1255 0 base 10 logarithm 1340 1255 0 base 10 logarithm 1194 1255 0 base 10 logarithm 1341 1255 0 natural logarithm 1342 1255 0 round to nearest integer 1343 1255 0 truncate to integer 1344 1255 0 square root 1345 1255 0 cube root 1346 1255 0 exponentiation 1368 1255 0 exponentiation 1347 1255 0 natural exponential (e^x) 1348 1255 0 deprecated, use two-argument form instead 1349 1255 0 print type names of oidvector field 1350 1255 0 I/O 1351 1255 0 I/O 2911 1255 0 I/O typmod 2912 1255 0 I/O typmod 1358 1255 0 less-equal-greater 1359 1255 0 convert date and time with time zone to timestamp with time zone 1367 1255 0 character length 1369 1255 0 character length 1370 1255 0 convert time to interval 1372 1255 0 character length 1374 1255 0 octet length 1375 1255 0 octet length 1377 1255 0 larger of two 1378 1255 0 smaller of two 1379 1255 0 larger of two 1380 1255 0 smaller of two 1381 1255 0 character length 1384 1255 0 extract field from date 6199 1255 0 extract field from date 1385 1255 0 extract field from time 6200 1255 0 extract field from time 1386 1255 0 date difference from today preserving months and years 1388 1255 0 convert timestamp with time zone to time with time zone 1373 1255 0 finite date? 1389 1255 0 finite timestamp? 1390 1255 0 finite interval? 1376 1255 0 factorial 1394 1255 0 absolute value 1395 1255 0 absolute value 1396 1255 0 absolute value 1397 1255 0 absolute value 1398 1255 0 absolute value 1400 1255 0 convert varchar to name 1401 1255 0 convert name to varchar 1402 1255 0 current schema name 1403 1255 0 current schema search list 1404 1255 0 substitute portion of string 1405 1255 0 substitute portion of string 1406 1255 0 vertically aligned 1407 1255 0 horizontally aligned 1408 1255 0 parallel 1409 1255 0 perpendicular 1410 1255 0 vertical 1411 1255 0 horizontal 1412 1255 0 parallel 1413 1255 0 perpendicular 1414 1255 0 vertical 1415 1255 0 horizontal 1416 1255 0 center of 1419 1255 0 convert interval to time 1421 1255 0 convert points to box 1430 1255 0 path closed? 1431 1255 0 path open? 1433 1255 0 close path 1434 1255 0 open path 1440 1255 0 convert x, y to point 1446 1255 0 convert polygon to bounding box 1447 1255 0 convert polygon to path 1448 1255 0 convert box to polygon 1449 1255 0 convert path to polygon 1450 1255 0 I/O 1451 1255 0 I/O 1468 1255 0 area of circle 1469 1255 0 diameter of circle 1470 1255 0 radius of circle 1473 1255 0 convert point and radius to circle 1474 1255 0 convert polygon to circle 1475 1255 0 convert vertex count and circle to polygon 4091 1255 0 convert point to empty box 1479 1255 0 convert box to circle 1480 1255 0 convert circle to box 1490 1255 0 I/O 1491 1255 0 I/O 1493 1255 0 construct line from points 1530 1255 0 distance between endpoints 1531 1255 0 sum of path segments 1532 1255 0 center of 1534 1255 0 center of 1540 1255 0 center of 1541 1255 0 diagonal of 1542 1255 0 center of 1543 1255 0 center of 1544 1255 0 convert circle to 12-vertex polygon 1545 1255 0 number of points 1556 1255 0 number of points 1564 1255 0 I/O 1565 1255 0 I/O 2919 1255 0 I/O typmod 2920 1255 0 I/O typmod 1569 1255 0 matches LIKE expression 1570 1255 0 does not match LIKE expression 1571 1255 0 matches LIKE expression 1572 1255 0 does not match LIKE expression 1574 1255 0 sequence next value 1575 1255 0 sequence current value 1576 1255 0 set sequence value 1765 1255 0 set sequence value and is_called status 3078 1255 0 sequence parameters, for use by information schema 4032 1255 0 sequence last value 275 1255 0 return the next oid for a system table 6241 1255 0 stop making pinned objects during initdb 1579 1255 0 I/O 1580 1255 0 I/O 2902 1255 0 I/O typmod 2921 1255 0 I/O typmod 1596 1255 0 less-equal-greater 1598 1255 0 random value 6212 1255 0 random value from normal distribution 1599 1255 0 set random seed 1600 1255 0 arcsine 1601 1255 0 arccosine 1602 1255 0 arctangent 1603 1255 0 arctangent, two arguments 1604 1255 0 sine 1605 1255 0 cosine 1606 1255 0 tangent 1607 1255 0 cotangent 2731 1255 0 arcsine, degrees 2732 1255 0 arccosine, degrees 2733 1255 0 arctangent, degrees 2734 1255 0 arctangent, two arguments, degrees 2735 1255 0 sine, degrees 2736 1255 0 cosine, degrees 2737 1255 0 tangent, degrees 2738 1255 0 cotangent, degrees 1608 1255 0 radians to degrees 1609 1255 0 degrees to radians 1610 1255 0 PI 2462 1255 0 hyperbolic sine 2463 1255 0 hyperbolic cosine 2464 1255 0 hyperbolic tangent 2465 1255 0 inverse hyperbolic sine 2466 1255 0 inverse hyperbolic cosine 2467 1255 0 inverse hyperbolic tangent 6219 1255 0 error function 6220 1255 0 complementary error function 1620 1255 0 convert first char to int4 1621 1255 0 convert int4 to char 1622 1255 0 replicate string n times 1623 1255 0 convert SQL regexp pattern to POSIX style 1986 1255 0 convert SQL regexp pattern to POSIX style 1987 1255 0 convert SQL regexp pattern to POSIX style 1025 1255 0 planner support for texticlike 1637 1255 0 convert LIKE pattern to use backslash escapes 868 1255 0 position of substring 870 1255 0 lowercase 871 1255 0 uppercase 872 1255 0 capitalize each word 873 1255 0 left-pad string to length 874 1255 0 right-pad string to length 875 1255 0 trim selected characters from left end of string 876 1255 0 trim selected characters from right end of string 877 1255 0 extract portion of string 878 1255 0 map a set of characters appearing in string 879 1255 0 left-pad string to length 880 1255 0 right-pad string to length 881 1255 0 trim spaces from left end of string 882 1255 0 trim spaces from right end of string 883 1255 0 extract portion of string 884 1255 0 trim selected characters from both ends of string 885 1255 0 trim spaces from both ends of string 936 1255 0 extract portion of string 937 1255 0 extract portion of string 2087 1255 0 replace all occurrences in string of old_substr with new_substr 2284 1255 0 replace text using regexp 2285 1255 0 replace text using regexp 6251 1255 0 replace text using regexp 6252 1255 0 replace text using regexp 6253 1255 0 replace text using regexp 3396 1255 0 find first match for regexp 3397 1255 0 find first match for regexp 2763 1255 0 find match(es) for regexp 2764 1255 0 find match(es) for regexp 6254 1255 0 count regexp matches 6255 1255 0 count regexp matches 6256 1255 0 count regexp matches 6257 1255 0 position of regexp match 6258 1255 0 position of regexp match 6259 1255 0 position of regexp match 6260 1255 0 position of regexp match 6261 1255 0 position of regexp match 6262 1255 0 position of regexp match 6263 1255 0 test for regexp match 6264 1255 0 test for regexp match 6265 1255 0 extract substring that matches regexp 6266 1255 0 extract substring that matches regexp 6267 1255 0 extract substring that matches regexp 6268 1255 0 extract substring that matches regexp 6269 1255 0 extract substring that matches regexp 2088 1255 0 split string by field_sep and return field_num 2765 1255 0 split string by pattern 2766 1255 0 split string by pattern 2767 1255 0 split string by pattern 2768 1255 0 split string by pattern 9030 1255 0 convert int4 number to binary 9031 1255 0 convert int8 number to binary 9032 1255 0 convert int4 number to oct 9033 1255 0 convert int8 number to oct 2089 1255 0 convert int4 number to hex 2090 1255 0 convert int8 number to hex 1039 1255 0 encoding name of current database 810 1255 0 encoding name of current database 1713 1255 0 length of string in specified encoding 1714 1255 0 convert string with specified source encoding name 1717 1255 0 convert string with specified destination encoding name 1813 1255 0 convert string with specified encoding names 1264 1255 0 convert encoding name to encoding id 1597 1255 0 convert encoding id to encoding name 2319 1255 0 maximum octet length of a character in given encoding 1573 1255 0 source text of a rule 1640 1255 0 select statement of a view 1641 1255 0 select statement of a view 1642 1255 0 role name by OID (with fallback) 1643 1255 0 index description 3415 1255 0 extended statistics object description 6174 1255 0 extended statistics columns 6173 1255 0 extended statistics expressions 3352 1255 0 partition key description 3408 1255 0 partition constraint description 1662 1255 0 trigger description 1387 1255 0 constraint description 1716 1255 0 deparse an encoded expression 1665 1255 0 name of sequence for a serial column 2098 1255 0 definition of a function 2162 1255 0 argument list of a function 2232 1255 0 identity argument list of a function 2165 1255 0 result type of a function 3808 1255 0 function argument default 6197 1255 0 function SQL body 1686 1255 0 list of SQL keywords 6159 1255 0 list of catalog foreign key relationships 2289 1255 0 convert generic options array to name/value table 1619 1255 0 type of the argument 3162 1255 0 collation of the argument; implementation of the COLLATION FOR expression 3842 1255 0 is a relation insertable/updatable/deletable 3843 1255 0 is a column updatable 6120 1255 0 oid of replica identity index if any 1250 1255 0 deferred UNIQUE constraint check 1644 1255 0 referential integrity FOREIGN KEY ... REFERENCES 1645 1255 0 referential integrity FOREIGN KEY ... REFERENCES 1646 1255 0 referential integrity ON DELETE CASCADE 1647 1255 0 referential integrity ON UPDATE CASCADE 1648 1255 0 referential integrity ON DELETE RESTRICT 1649 1255 0 referential integrity ON UPDATE RESTRICT 1650 1255 0 referential integrity ON DELETE SET NULL 1651 1255 0 referential integrity ON UPDATE SET NULL 1652 1255 0 referential integrity ON DELETE SET DEFAULT 1653 1255 0 referential integrity ON UPDATE SET DEFAULT 1654 1255 0 referential integrity ON DELETE NO ACTION 1655 1255 0 referential integrity ON UPDATE NO ACTION 1672 1255 0 less-equal-greater 1680 1255 0 extract portion of bitstring 1681 1255 0 bitstring length 1682 1255 0 octet length 1683 1255 0 convert int4 to bitstring 1684 1255 0 convert bitstring to int4 1685 1255 0 adjust bit() to typmod length 3158 1255 0 planner support for varbit length coercion 1687 1255 0 adjust varbit() to typmod length 1698 1255 0 position of sub-bitstring 1699 1255 0 extract portion of bitstring 3030 1255 0 substitute portion of bitstring 3031 1255 0 substitute portion of bitstring 3032 1255 0 get bit 3033 1255 0 set bit 6162 1255 0 number of set bits 436 1255 0 I/O 437 1255 0 I/O 753 1255 0 MACADDR manufacturer fields 836 1255 0 less-equal-greater 3359 1255 0 sort support 4110 1255 0 I/O 4111 1255 0 I/O 4112 1255 0 MACADDR8 manufacturer fields 4119 1255 0 less-equal-greater 4123 1255 0 convert macaddr to macaddr8 4124 1255 0 convert macaddr8 to macaddr 4125 1255 0 set 7th bit in macaddr8 910 1255 0 I/O 911 1255 0 I/O 1267 1255 0 I/O 1427 1255 0 I/O 3562 1255 0 larger of two 3563 1255 0 smaller of two 926 1255 0 less-equal-greater 1173 1255 0 planner support for network_sub/superset 5033 1255 0 sort support 598 1255 0 abbreviated display of inet value 599 1255 0 abbreviated display of cidr value 605 1255 0 change netmask of inet 635 1255 0 change netmask of cidr 711 1255 0 address family (4 for IPv4, 6 for IPv6) 683 1255 0 network part of address 696 1255 0 netmask of address 697 1255 0 netmask length 698 1255 0 broadcast address of network 699 1255 0 show address octets only 730 1255 0 show all parts of inet/cidr value 1362 1255 0 hostmask of address 1715 1255 0 convert inet to cidr 2196 1255 0 inet address of the client 2197 1255 0 client's port number for this connection 2198 1255 0 inet address of the server 2199 1255 0 server's port number for this connection 4071 1255 0 are the addresses from the same family? 4063 1255 0 the smallest network which includes both of the given networks 3553 1255 0 GiST support 3554 1255 0 GiST support 3555 1255 0 GiST support 3573 1255 0 GiST support 3557 1255 0 GiST support 3558 1255 0 GiST support 3559 1255 0 GiST support 3795 1255 0 SP-GiST support 3796 1255 0 SP-GiST support 3797 1255 0 SP-GiST support 3798 1255 0 SP-GiST support 3799 1255 0 SP-GiST support 3560 1255 0 restriction selectivity for network operators 3561 1255 0 join selectivity for network operators 1693 1255 0 less-equal-greater 1688 1255 0 hash 3409 1255 0 hash 1696 1255 0 hash 3410 1255 0 hash 1697 1255 0 hash 3418 1255 0 hash 1701 1255 0 I/O 1702 1255 0 I/O 2917 1255 0 I/O typmod 2918 1255 0 I/O typmod 3157 1255 0 planner support for numeric length coercion 1703 1255 0 adjust numeric to typmod precision/scale 1705 1255 0 absolute value 1706 1255 0 sign of value 1707 1255 0 value rounded to 'scale' 1708 1255 0 value rounded to 'scale' of zero 1709 1255 0 value truncated to 'scale' 1710 1255 0 value truncated to 'scale' of zero 1711 1255 0 nearest integer >= value 2167 1255 0 nearest integer >= value 1712 1255 0 nearest integer <= value 1728 1255 0 modulus 5048 1255 0 greatest common divisor 5049 1255 0 least common multiple 1730 1255 0 square root 1731 1255 0 square root 1732 1255 0 natural exponential (e^x) 1733 1255 0 natural exponential (e^x) 1734 1255 0 natural logarithm 1735 1255 0 natural logarithm 1736 1255 0 logarithm base m of n 1737 1255 0 logarithm base m of n 1738 1255 0 exponentiation 2169 1255 0 exponentiation 3281 1255 0 number of decimal digits in the fractional part 5042 1255 0 minimum scale needed to represent the value 5043 1255 0 numeric with minimum scale needed to represent the value 1740 1255 0 convert int4 to numeric 1741 1255 0 base 10 logarithm 1481 1255 0 base 10 logarithm 1742 1255 0 convert float4 to numeric 1743 1255 0 convert float8 to numeric 1744 1255 0 convert numeric to int4 1745 1255 0 convert numeric to float4 1746 1255 0 convert numeric to float8 1973 1255 0 trunc(x/y) 1980 1255 0 trunc(x/y) 2170 1255 0 bucket number of operand in equal-width histogram 1764 1255 0 increment by one 1766 1255 0 smaller of two 1767 1255 0 larger of two 1769 1255 0 less-equal-greater 3283 1255 0 sort support 1779 1255 0 convert numeric to int8 1781 1255 0 convert int8 to numeric 1782 1255 0 convert int2 to numeric 1783 1255 0 convert numeric to int2 6103 1255 0 convert numeric to pg_lsn 3556 1255 0 convert jsonb to boolean 3449 1255 0 convert jsonb to numeric 3450 1255 0 convert jsonb to int2 3451 1255 0 convert jsonb to int4 3452 1255 0 convert jsonb to int8 3453 1255 0 convert jsonb to float4 2580 1255 0 convert jsonb to float8 1770 1255 0 format timestamp with time zone to text 1772 1255 0 format numeric to text 1773 1255 0 format int4 to text 1774 1255 0 format int8 to text 1775 1255 0 format float4 to text 1776 1255 0 format float8 to text 1777 1255 0 convert text to numeric 1778 1255 0 convert text to timestamp with time zone 1780 1255 0 convert text to date 1768 1255 0 format interval to text 1282 1255 0 quote an identifier for usage in a querystring 1283 1255 0 quote a literal for usage in a querystring 1285 1255 0 quote a data value for usage in a querystring 1289 1255 0 quote a possibly-null literal for usage in a querystring 1290 1255 0 quote a possibly-null data value for usage in a querystring 1798 1255 0 I/O 1799 1255 0 I/O 3058 1255 0 concatenate values 3059 1255 0 concatenate values with separators 3060 1255 0 extract the first n characters 3061 1255 0 extract the last n characters 3062 1255 0 reverse text 3539 1255 0 format text message 3540 1255 0 format text message 1810 1255 0 length in bits 1811 1255 0 length in bits 1812 1255 0 length in bits 1814 1255 0 restriction selectivity of ILIKE 1815 1255 0 restriction selectivity of NOT ILIKE 1816 1255 0 join selectivity of ILIKE 1817 1255 0 join selectivity of NOT ILIKE 1818 1255 0 restriction selectivity of regex match 1819 1255 0 restriction selectivity of LIKE 1820 1255 0 restriction selectivity of case-insensitive regex match 1821 1255 0 restriction selectivity of regex non-match 1822 1255 0 restriction selectivity of NOT LIKE 1823 1255 0 restriction selectivity of case-insensitive regex non-match 1824 1255 0 join selectivity of regex match 1825 1255 0 join selectivity of LIKE 1826 1255 0 join selectivity of case-insensitive regex match 1827 1255 0 join selectivity of regex non-match 1828 1255 0 join selectivity of NOT LIKE 1829 1255 0 join selectivity of case-insensitive regex non-match 3437 1255 0 restriction selectivity of exact prefix 3438 1255 0 join selectivity of exact prefix 1830 1255 0 aggregate final function 2512 1255 0 aggregate final function 1831 1255 0 aggregate final function 2513 1255 0 aggregate final function 1832 1255 0 aggregate final function 1833 1255 0 aggregate transition function 3341 1255 0 aggregate combine function 2858 1255 0 aggregate transition function 3337 1255 0 aggregate combine function 2740 1255 0 aggregate serial function 2741 1255 0 aggregate deserial function 3335 1255 0 aggregate serial function 3336 1255 0 aggregate deserial function 3548 1255 0 aggregate transition function 1834 1255 0 aggregate transition function 1835 1255 0 aggregate transition function 1836 1255 0 aggregate transition function 3338 1255 0 aggregate combine function 3339 1255 0 aggregate serial function 3340 1255 0 aggregate deserial function 2746 1255 0 aggregate transition function 3567 1255 0 aggregate transition function 3568 1255 0 aggregate transition function 3569 1255 0 aggregate transition function 3387 1255 0 aggregate transition function 2785 1255 0 aggregate combine function 2786 1255 0 aggregate serial function 2787 1255 0 aggregate deserial function 3324 1255 0 aggregate combine function 3178 1255 0 aggregate final function 1837 1255 0 aggregate final function 2514 1255 0 aggregate final function 1838 1255 0 aggregate final function 2596 1255 0 aggregate final function 1839 1255 0 aggregate final function 1840 1255 0 aggregate transition function 1841 1255 0 aggregate transition function 1842 1255 0 aggregate transition function 3388 1255 0 aggregate final function 3389 1255 0 aggregate final function 3390 1255 0 aggregate final function 3391 1255 0 aggregate final function 3392 1255 0 aggregate final function 3393 1255 0 aggregate final function 1843 1255 0 aggregate transition function 3325 1255 0 aggregate combine function 3549 1255 0 aggregate transition function 8505 1255 0 aggregate serial function 8506 1255 0 aggregate deserial function 1844 1255 0 aggregate final function 8507 1255 0 aggregate final function 1962 1255 0 aggregate transition function 1963 1255 0 aggregate transition function 3570 1255 0 aggregate transition function 3571 1255 0 aggregate transition function 1964 1255 0 aggregate final function 3572 1255 0 aggregate final function 2805 1255 0 aggregate transition function 2806 1255 0 aggregate transition function 3342 1255 0 aggregate combine function 2807 1255 0 aggregate final function 2808 1255 0 aggregate final function 2809 1255 0 aggregate final function 2810 1255 0 aggregate final function 2811 1255 0 aggregate final function 2812 1255 0 aggregate final function 2813 1255 0 aggregate final function 2814 1255 0 aggregate final function 2815 1255 0 aggregate final function 2816 1255 0 aggregate final function 2817 1255 0 aggregate final function 3535 1255 0 aggregate transition function 6299 1255 0 aggregate combine function 6300 1255 0 aggregate serial function 6301 1255 0 aggregate deserial function 3536 1255 0 aggregate final function 3538 1255 0 concatenate aggregate input into a string 3543 1255 0 aggregate transition function 3544 1255 0 aggregate final function 3545 1255 0 concatenate aggregate input into a bytea 1845 1255 0 encode text from DB encoding to ASCII text 1846 1255 0 encode text from encoding to ASCII text 1847 1255 0 encode text from encoding to ASCII text 1922 1255 0 user privilege on relation by username, rel name 1923 1255 0 user privilege on relation by username, rel oid 1924 1255 0 user privilege on relation by user oid, rel name 1925 1255 0 user privilege on relation by user oid, rel oid 1926 1255 0 current user privilege on relation by rel name 1927 1255 0 current user privilege on relation by rel oid 2181 1255 0 user privilege on sequence by username, seq name 2182 1255 0 user privilege on sequence by username, seq oid 2183 1255 0 user privilege on sequence by user oid, seq name 2184 1255 0 user privilege on sequence by user oid, seq oid 2185 1255 0 current user privilege on sequence by seq name 2186 1255 0 current user privilege on sequence by seq oid 3012 1255 0 user privilege on column by username, rel name, col name 3013 1255 0 user privilege on column by username, rel name, col attnum 3014 1255 0 user privilege on column by username, rel oid, col name 3015 1255 0 user privilege on column by username, rel oid, col attnum 3016 1255 0 user privilege on column by user oid, rel name, col name 3017 1255 0 user privilege on column by user oid, rel name, col attnum 3018 1255 0 user privilege on column by user oid, rel oid, col name 3019 1255 0 user privilege on column by user oid, rel oid, col attnum 3020 1255 0 current user privilege on column by rel name, col name 3021 1255 0 current user privilege on column by rel name, col attnum 3022 1255 0 current user privilege on column by rel oid, col name 3023 1255 0 current user privilege on column by rel oid, col attnum 3024 1255 0 user privilege on any column by username, rel name 3025 1255 0 user privilege on any column by username, rel oid 3026 1255 0 user privilege on any column by user oid, rel name 3027 1255 0 user privilege on any column by user oid, rel oid 3028 1255 0 current user privilege on any column by rel name 3029 1255 0 current user privilege on any column by rel oid 3355 1255 0 I/O 3356 1255 0 I/O 3357 1255 0 I/O 3358 1255 0 I/O 3404 1255 0 I/O 3405 1255 0 I/O 3406 1255 0 I/O 3407 1255 0 I/O 5018 1255 0 I/O 5019 1255 0 I/O 5020 1255 0 I/O 5021 1255 0 I/O 3427 1255 0 details about MCV list items 1928 1255 0 statistics: number of scans done for table/index 6310 1255 0 statistics: time of the last scan for table/index 1929 1255 0 statistics: number of tuples read by seqscan 1930 1255 0 statistics: number of tuples fetched by idxscan 1931 1255 0 statistics: number of tuples inserted 1932 1255 0 statistics: number of tuples updated 1933 1255 0 statistics: number of tuples deleted 1972 1255 0 statistics: number of tuples hot updated 6217 1255 0 statistics: number of tuples updated onto a new page 2878 1255 0 statistics: number of live tuples 2879 1255 0 statistics: number of dead tuples 3177 1255 0 statistics: number of tuples changed since last analyze 5053 1255 0 statistics: number of tuples inserted since last vacuum 1934 1255 0 statistics: number of blocks fetched 1935 1255 0 statistics: number of blocks found in cache 2781 1255 0 statistics: last manual vacuum time for a table 2782 1255 0 statistics: last auto vacuum time for a table 2783 1255 0 statistics: last manual analyze time for a table 2784 1255 0 statistics: last auto analyze time for a table 3054 1255 0 statistics: number of manual vacuums for a table 3055 1255 0 statistics: number of auto vacuums for a table 3056 1255 0 statistics: number of manual analyzes for a table 3057 1255 0 statistics: number of auto analyzes for a table 1936 1255 0 statistics: currently active backend IDs 2022 1255 0 statistics: information about currently active backends 8403 1255 0 describe wait events 3318 1255 0 statistics: information about progress of backends running maintenance command 3099 1255 0 statistics: information about currently active replication 3317 1255 0 statistics: information about WAL receiver 6169 1255 0 statistics: information about replication slot 6230 1255 0 statistics: check if a stats object exists 6231 1255 0 statistics: information about subscription stats 6118 1255 0 statistics: information about subscription 2026 1255 0 statistics: current backend PID 1937 1255 0 statistics: PID of backend 1938 1255 0 statistics: database ID of backend 6107 1255 0 statistics: get subtransaction status of backend 1939 1255 0 statistics: user ID of backend 1940 1255 0 statistics: current query of backend 2788 1255 0 statistics: wait event type on which backend is currently waiting 2853 1255 0 statistics: wait event on which backend is currently waiting 2094 1255 0 statistics: start time for current query of backend 2857 1255 0 statistics: start time for backend's current transaction 1391 1255 0 statistics: start time for current backend session 1392 1255 0 statistics: address of client connected to backend 1393 1255 0 statistics: port number of client connected to backend 1941 1255 0 statistics: number of backends in database 1942 1255 0 statistics: transactions committed 1943 1255 0 statistics: transactions rolled back 1944 1255 0 statistics: blocks fetched for database 1961 1255 0 adjust timestamp precision 1945 1255 0 statistics: blocks found in cache for database 2758 1255 0 statistics: tuples returned for database 2759 1255 0 statistics: tuples fetched for database 2760 1255 0 statistics: tuples inserted in database 2761 1255 0 statistics: tuples updated in database 2762 1255 0 statistics: tuples deleted in database 3065 1255 0 statistics: recovery conflicts in database caused by drop tablespace 3066 1255 0 statistics: recovery conflicts in database caused by relation lock 3067 1255 0 statistics: recovery conflicts in database caused by snapshot expiry 6309 1255 0 statistics: recovery conflicts in database caused by logical replication slot 3068 1255 0 statistics: recovery conflicts in database caused by shared buffer pin 3069 1255 0 statistics: recovery conflicts in database caused by buffer deadlock 3070 1255 0 statistics: recovery conflicts in database 3152 1255 0 statistics: deadlocks detected in database 3426 1255 0 statistics: checksum failures detected in database 3428 1255 0 statistics: when last checksum failure was detected in database 3074 1255 0 statistics: last reset for a database 3150 1255 0 statistics: number of temporary files written 3151 1255 0 statistics: number of bytes in temporary files written 2844 1255 0 statistics: block read time, in milliseconds 2845 1255 0 statistics: block write time, in milliseconds 6185 1255 0 statistics: session time, in milliseconds 6186 1255 0 statistics: session active time, in milliseconds 6187 1255 0 statistics: session idle in transaction time, in milliseconds 6188 1255 0 statistics: total number of sessions 6189 1255 0 statistics: number of sessions disconnected by the client closing the network connection 6190 1255 0 statistics: number of sessions disconnected by fatal errors 6191 1255 0 statistics: number of sessions killed by administrative action 3195 1255 0 statistics: information about WAL archiver 2769 1255 0 statistics: number of timed checkpoints started by the checkpointer 2770 1255 0 statistics: number of backend requested checkpoints started by the checkpointer 8743 1255 0 statistics: number of timed restartpoints started by the checkpointer 8744 1255 0 statistics: number of backend requested restartpoints started by the checkpointer 8745 1255 0 statistics: number of backend performed restartpoints 2771 1255 0 statistics: number of buffers written during checkpoints and restartpoints 8206 1255 0 statistics: last reset for the checkpointer 2772 1255 0 statistics: number of buffers written by the bgwriter for cleaning dirty buffers 2773 1255 0 statistics: number of times the bgwriter stopped processing when it had written too many buffers while cleaning 3075 1255 0 statistics: last reset for the bgwriter 3160 1255 0 statistics: checkpoint/restartpoint time spent writing buffers to disk, in milliseconds 3161 1255 0 statistics: checkpoint/restartpoint time spent synchronizing buffers to disk, in milliseconds 2859 1255 0 statistics: number of buffer allocations 6214 1255 0 statistics: per backend type IO statistics 1136 1255 0 statistics: information about WAL activity 6248 1255 0 statistics: information about WAL prefetching 2306 1255 0 statistics: information about SLRU caches 2978 1255 0 statistics: number of function calls 2979 1255 0 statistics: total execution time of function, in milliseconds 2980 1255 0 statistics: self execution time of function, in milliseconds 3037 1255 0 statistics: number of scans done for table/index in current transaction 3038 1255 0 statistics: number of tuples read by seqscan in current transaction 3039 1255 0 statistics: number of tuples fetched by idxscan in current transaction 3040 1255 0 statistics: number of tuples inserted in current transaction 3041 1255 0 statistics: number of tuples updated in current transaction 3042 1255 0 statistics: number of tuples deleted in current transaction 3043 1255 0 statistics: number of tuples hot updated in current transaction 6218 1255 0 statistics: number of tuples updated onto a new page in current transaction 3044 1255 0 statistics: number of blocks fetched in current transaction 3045 1255 0 statistics: number of blocks found in cache in current transaction 3046 1255 0 statistics: number of function calls in current transaction 3047 1255 0 statistics: total execution time of function in current transaction, in milliseconds 3048 1255 0 statistics: self execution time of function in current transaction, in milliseconds 3788 1255 0 statistics: timestamp of the current statistics snapshot 2230 1255 0 statistics: discard current transaction's statistics snapshot 2137 1255 0 statistics: force stats to be flushed after the next commit 2274 1255 0 statistics: reset collected statistics for current database 3775 1255 0 statistics: reset collected statistics shared across the cluster 3776 1255 0 statistics: reset collected statistics for a single table or index in the current database or shared across all databases in the cluster 3777 1255 0 statistics: reset collected statistics for a single function in the current database 2307 1255 0 statistics: reset collected statistics for a single SLRU 6170 1255 0 statistics: reset collected statistics for a single replication slot 6232 1255 0 statistics: reset collected statistics for a single subscription 3163 1255 0 current trigger depth 3778 1255 0 tablespace location 1946 1255 0 convert bytea value into some ascii-only text string 1947 1255 0 convert ascii-encoded text string into bytea value 1954 1255 0 less-equal-greater 3331 1255 0 sort support 3917 1255 0 planner support for timestamp length coercion 3944 1255 0 planner support for time length coercion 1965 1255 0 larger of two 1966 1255 0 smaller of two 1967 1255 0 adjust timestamptz precision 1968 1255 0 adjust time precision 1969 1255 0 adjust time with time zone precision 2007 1255 0 matches LIKE expression 2008 1255 0 does not match LIKE expression 2009 1255 0 convert LIKE pattern to use backslash escapes 2010 1255 0 octet length 2012 1255 0 extract portion of string 2013 1255 0 extract portion of string 2085 1255 0 extract portion of string 2086 1255 0 extract portion of string 2014 1255 0 position of substring 2015 1255 0 trim selected bytes from both ends of string 6195 1255 0 trim selected bytes from left end of string 6196 1255 0 trim selected bytes from right end of string 2019 1255 0 convert timestamp with time zone to time 2020 1255 0 truncate timestamp to specified units 6177 1255 0 bin timestamp into specified interval 6178 1255 0 bin timestamp with time zone into specified interval 2021 1255 0 extract field from timestamp 6202 1255 0 extract field from timestamp 2024 1255 0 convert date to timestamp 2025 1255 0 convert date and time to timestamp 2027 1255 0 convert timestamp with time zone to timestamp 2028 1255 0 convert timestamp to timestamp with time zone 2029 1255 0 convert timestamp to date 2035 1255 0 smaller of two 2036 1255 0 larger of two 2037 1255 0 adjust time with time zone to new zone 2038 1255 0 adjust time with time zone to new zone 9161 1255 0 adjust time to local time zone 2039 1255 0 hash 3411 1255 0 hash 2041 1255 0 intervals overlap? 2042 1255 0 intervals overlap? 2043 1255 0 intervals overlap? 2044 1255 0 intervals overlap? 2045 1255 0 less-equal-greater 3137 1255 0 sort support 4134 1255 0 window RANGE support 4135 1255 0 window RANGE support 4136 1255 0 window RANGE support 4137 1255 0 window RANGE support 4138 1255 0 window RANGE support 2046 1255 0 convert time with time zone to time 2047 1255 0 convert time to time with time zone 2048 1255 0 finite timestamp? 2049 1255 0 format timestamp to text 2058 1255 0 date difference preserving months and years 2059 1255 0 date difference from today preserving months and years 2069 1255 0 adjust timestamp to new time zone 2070 1255 0 adjust timestamp to new time zone 9160 1255 0 adjust timestamp to local time zone 2073 1255 0 extract text matching regular expression 2074 1255 0 extract text matching SQL regular expression 2075 1255 0 convert int8 to bitstring 2076 1255 0 convert bitstring to int8 2077 1255 0 SHOW X as a function 3294 1255 0 SHOW X as a function, optionally no error for missing variable 2078 1255 0 SET X as a function 2084 1255 0 SHOW ALL as a function 6240 1255 0 return flags for specified GUC 3329 1255 0 show config file settings 3401 1255 0 show pg_hba.conf rules 6250 1255 0 show pg_ident.conf mappings 1371 1255 0 view system lock information 2561 1255 0 get array of PIDs of sessions blocking specified backend PID from acquiring a heavyweight lock 3376 1255 0 get array of PIDs of sessions blocking specified backend PID from acquiring a safe snapshot 3378 1255 0 isolationtester support function 1065 1255 0 view two-phase transactions 3819 1255 0 view members of a multixactid 3581 1255 0 get commit timestamp of a transaction 6168 1255 0 get commit timestamp and replication origin of a transaction 3583 1255 0 get transaction Id, commit timestamp and replication origin of latest transaction commit 3537 1255 0 get identification of SQL object 3839 1255 0 get machine-parseable identification of SQL object 3382 1255 0 get identification of SQL object for pg_get_object_address() 3954 1255 0 get OID-based object address from name/args arrays 2079 1255 0 is table visible in search path? 2080 1255 0 is type visible in search path? 2081 1255 0 is function visible in search path? 2082 1255 0 is operator visible in search path? 2083 1255 0 is opclass visible in search path? 3829 1255 0 is opfamily visible in search path? 2093 1255 0 is conversion visible in search path? 3403 1255 0 is statistics object visible in search path? 3756 1255 0 is text search parser visible in search path? 3757 1255 0 is text search dictionary visible in search path? 3768 1255 0 is text search template visible in search path? 3758 1255 0 is text search configuration visible in search path? 3815 1255 0 is collation visible in search path? 2854 1255 0 get OID of current session's temp schema, if any 2855 1255 0 is schema another session's temp schema? 2171 1255 0 cancel a server process' current query 2096 1255 0 terminate a server process 2172 1255 0 prepare for taking an online backup 2739 1255 0 finish taking an online backup 3436 1255 0 promote standby server 2848 1255 0 switch to new wal file 6305 1255 0 log details of the current snapshot to WAL 3098 1255 0 create a named restore point 2849 1255 0 current wal write location 2852 1255 0 current wal insert location 3330 1255 0 current wal flush location 2850 1255 0 wal filename and byte offset, given a wal location 2851 1255 0 wal filename, given a wal location 6213 1255 0 sequence number and timeline ID given a wal filename 3165 1255 0 difference in bytes, given two wal locations 3809 1255 0 export a snapshot 3810 1255 0 true if server is in recovery 3820 1255 0 current wal flush location 3821 1255 0 last wal replay location 3830 1255 0 timestamp of last replay xact 3071 1255 0 pause wal replay 3072 1255 0 resume wal replay, if it was paused 3073 1255 0 true if wal replay is paused 1137 1255 0 get wal replay pause state 6224 1255 0 get resource managers loaded in system 2621 1255 0 reload configuration files 2622 1255 0 rotate log file 3800 1255 0 current logging collector file location 3801 1255 0 current logging collector file location 2623 1255 0 get information about file 3307 1255 0 get information about file 2624 1255 0 read text from a file 3293 1255 0 read text from a file 3826 1255 0 read text from a file 6208 1255 0 read text from a file 3827 1255 0 read bytea from a file 3295 1255 0 read bytea from a file 3828 1255 0 read bytea from a file 6209 1255 0 read bytea from a file 2625 1255 0 list all files in a directory 3297 1255 0 list all files in a directory 2626 1255 0 sleep for the specified time in seconds 3935 1255 0 sleep for the specified interval 3936 1255 0 sleep until the specified time 315 1255 0 Is JIT compilation available in this session? 2971 1255 0 convert boolean to text 2100 1255 0 the average (arithmetic mean) as numeric of all bigint values 2101 1255 0 the average (arithmetic mean) as numeric of all integer values 2102 1255 0 the average (arithmetic mean) as numeric of all smallint values 2103 1255 0 the average (arithmetic mean) as numeric of all numeric values 2104 1255 0 the average (arithmetic mean) as float8 of all float4 values 2105 1255 0 the average (arithmetic mean) as float8 of all float8 values 2106 1255 0 the average (arithmetic mean) as interval of all interval values 2107 1255 0 sum as numeric across all bigint input values 2108 1255 0 sum as bigint across all integer input values 2109 1255 0 sum as bigint across all smallint input values 2110 1255 0 sum as float4 across all float4 input values 2111 1255 0 sum as float8 across all float8 input values 2112 1255 0 sum as money across all money input values 2113 1255 0 sum as interval across all interval input values 2114 1255 0 sum as numeric across all numeric input values 2115 1255 0 maximum value of all bigint input values 2116 1255 0 maximum value of all integer input values 2117 1255 0 maximum value of all smallint input values 2118 1255 0 maximum value of all oid input values 2119 1255 0 maximum value of all float4 input values 2120 1255 0 maximum value of all float8 input values 2122 1255 0 maximum value of all date input values 2123 1255 0 maximum value of all time input values 2124 1255 0 maximum value of all time with time zone input values 2125 1255 0 maximum value of all money input values 2126 1255 0 maximum value of all timestamp input values 2127 1255 0 maximum value of all timestamp with time zone input values 2128 1255 0 maximum value of all interval input values 2129 1255 0 maximum value of all text input values 2130 1255 0 maximum value of all numeric input values 2050 1255 0 maximum value of all anyarray input values 2244 1255 0 maximum value of all bpchar input values 2797 1255 0 maximum value of all tid input values 3564 1255 0 maximum value of all inet input values 4189 1255 0 maximum value of all pg_lsn input values 5099 1255 0 maximum value of all xid8 input values 2131 1255 0 minimum value of all bigint input values 2132 1255 0 minimum value of all integer input values 2133 1255 0 minimum value of all smallint input values 2134 1255 0 minimum value of all oid input values 2135 1255 0 minimum value of all float4 input values 2136 1255 0 minimum value of all float8 input values 2138 1255 0 minimum value of all date input values 2139 1255 0 minimum value of all time input values 2140 1255 0 minimum value of all time with time zone input values 2141 1255 0 minimum value of all money input values 2142 1255 0 minimum value of all timestamp input values 2143 1255 0 minimum value of all timestamp with time zone input values 2144 1255 0 minimum value of all interval input values 2145 1255 0 minimum value of all text values 2146 1255 0 minimum value of all numeric input values 2051 1255 0 minimum value of all anyarray input values 2245 1255 0 minimum value of all bpchar input values 2798 1255 0 minimum value of all tid input values 3565 1255 0 minimum value of all inet input values 4190 1255 0 minimum value of all pg_lsn input values 5100 1255 0 minimum value of all xid8 input values 2147 1255 0 number of input rows for which the input expression is not null 2803 1255 0 number of input rows 6236 1255 0 planner support for count run condition 2259 1255 0 user privilege on function by user oid, function oid 2718 1255 0 population variance of bigint input values (square of the population standard deviation) 2719 1255 0 population variance of integer input values (square of the population standard deviation) 2720 1255 0 population variance of smallint input values (square of the population standard deviation) 2721 1255 0 population variance of float4 input values (square of the population standard deviation) 2722 1255 0 population variance of float8 input values (square of the population standard deviation) 2723 1255 0 population variance of numeric input values (square of the population standard deviation) 2641 1255 0 sample variance of bigint input values (square of the sample standard deviation) 2642 1255 0 sample variance of integer input values (square of the sample standard deviation) 2643 1255 0 sample variance of smallint input values (square of the sample standard deviation) 2644 1255 0 sample variance of float4 input values (square of the sample standard deviation) 2645 1255 0 sample variance of float8 input values (square of the sample standard deviation) 2646 1255 0 sample variance of numeric input values (square of the sample standard deviation) 2148 1255 0 historical alias for var_samp 2149 1255 0 historical alias for var_samp 2150 1255 0 historical alias for var_samp 2151 1255 0 historical alias for var_samp 2152 1255 0 historical alias for var_samp 2153 1255 0 historical alias for var_samp 2724 1255 0 population standard deviation of bigint input values 2725 1255 0 population standard deviation of integer input values 2726 1255 0 population standard deviation of smallint input values 2727 1255 0 population standard deviation of float4 input values 2728 1255 0 population standard deviation of float8 input values 2729 1255 0 population standard deviation of numeric input values 2712 1255 0 sample standard deviation of bigint input values 2713 1255 0 sample standard deviation of integer input values 2714 1255 0 sample standard deviation of smallint input values 2715 1255 0 sample standard deviation of float4 input values 2716 1255 0 sample standard deviation of float8 input values 2717 1255 0 sample standard deviation of numeric input values 2154 1255 0 historical alias for stddev_samp 2155 1255 0 historical alias for stddev_samp 2156 1255 0 historical alias for stddev_samp 2157 1255 0 historical alias for stddev_samp 2158 1255 0 historical alias for stddev_samp 2159 1255 0 historical alias for stddev_samp 2818 1255 0 number of input rows in which both expressions are not null 2819 1255 0 sum of squares of the independent variable (sum(X^2) - sum(X)^2/N) 2820 1255 0 sum of squares of the dependent variable (sum(Y^2) - sum(Y)^2/N) 2821 1255 0 sum of products of independent times dependent variable (sum(X*Y) - sum(X) * sum(Y)/N) 2822 1255 0 average of the independent variable (sum(X)/N) 2823 1255 0 average of the dependent variable (sum(Y)/N) 2824 1255 0 square of the correlation coefficient 2825 1255 0 slope of the least-squares-fit linear equation determined by the (X, Y) pairs 2826 1255 0 y-intercept of the least-squares-fit linear equation determined by the (X, Y) pairs 2827 1255 0 population covariance 2828 1255 0 sample covariance 2829 1255 0 correlation coefficient 2166 1255 0 less-equal-greater 3332 1255 0 sort support 2180 1255 0 less-equal-greater 3333 1255 0 sort support 2188 1255 0 less-equal-greater 2189 1255 0 less-equal-greater 2190 1255 0 less-equal-greater 2191 1255 0 less-equal-greater 2192 1255 0 less-equal-greater 2193 1255 0 less-equal-greater 2194 1255 0 less-equal-greater 2195 1255 0 less-equal-greater 2212 1255 0 I/O 2213 1255 0 I/O 2214 1255 0 I/O 2215 1255 0 I/O 3492 1255 0 convert operator name to regoper 3476 1255 0 convert operator name to regoperator 2216 1255 0 I/O 2217 1255 0 I/O 2218 1255 0 I/O 2219 1255 0 I/O 3495 1255 0 convert classname to regclass 4193 1255 0 I/O 4194 1255 0 I/O 4195 1255 0 convert classname to regcollation 2220 1255 0 I/O 2221 1255 0 I/O 3493 1255 0 convert type name to regtype 1079 1255 0 convert text to regclass 4098 1255 0 I/O 4092 1255 0 I/O 4093 1255 0 convert role name to regrole 4084 1255 0 I/O 4085 1255 0 I/O 4086 1255 0 convert namespace name to regnamespace 6210 1255 0 test whether string is valid input for data type 6211 1255 0 get error details if string is not valid input for data type 1268 1255 0 parse qualified identifier to array of identifiers 2246 1255 0 (internal) 2247 1255 0 (internal) 2248 1255 0 (internal) 2250 1255 0 user privilege on database by username, database name 2251 1255 0 user privilege on database by username, database oid 2252 1255 0 user privilege on database by user oid, database name 2253 1255 0 user privilege on database by user oid, database oid 2254 1255 0 current user privilege on database by database name 2255 1255 0 current user privilege on database by database oid 2256 1255 0 user privilege on function by username, function name 2257 1255 0 user privilege on function by username, function oid 2258 1255 0 user privilege on function by user oid, function name 2260 1255 0 current user privilege on function by function name 2261 1255 0 current user privilege on function by function oid 2262 1255 0 user privilege on language by username, language name 2263 1255 0 user privilege on language by username, language oid 2264 1255 0 user privilege on language by user oid, language name 2265 1255 0 user privilege on language by user oid, language oid 2266 1255 0 current user privilege on language by language name 2267 1255 0 current user privilege on language by language oid 2268 1255 0 user privilege on schema by username, schema name 2269 1255 0 user privilege on schema by username, schema oid 2270 1255 0 user privilege on schema by user oid, schema name 2271 1255 0 user privilege on schema by user oid, schema oid 2272 1255 0 current user privilege on schema by schema name 2273 1255 0 current user privilege on schema by schema oid 2390 1255 0 user privilege on tablespace by username, tablespace name 2391 1255 0 user privilege on tablespace by username, tablespace oid 2392 1255 0 user privilege on tablespace by user oid, tablespace name 2393 1255 0 user privilege on tablespace by user oid, tablespace oid 2394 1255 0 current user privilege on tablespace by tablespace name 2395 1255 0 current user privilege on tablespace by tablespace oid 3000 1255 0 user privilege on foreign data wrapper by username, foreign data wrapper name 3001 1255 0 user privilege on foreign data wrapper by username, foreign data wrapper oid 3002 1255 0 user privilege on foreign data wrapper by user oid, foreign data wrapper name 3003 1255 0 user privilege on foreign data wrapper by user oid, foreign data wrapper oid 3004 1255 0 current user privilege on foreign data wrapper by foreign data wrapper name 3005 1255 0 current user privilege on foreign data wrapper by foreign data wrapper oid 3006 1255 0 user privilege on server by username, server name 3007 1255 0 user privilege on server by username, server oid 3008 1255 0 user privilege on server by user oid, server name 3009 1255 0 user privilege on server by user oid, server oid 3010 1255 0 current user privilege on server by server name 3011 1255 0 current user privilege on server by server oid 3138 1255 0 user privilege on type by username, type name 3139 1255 0 user privilege on type by username, type oid 3140 1255 0 user privilege on type by user oid, type name 3141 1255 0 user privilege on type by user oid, type oid 3142 1255 0 current user privilege on type by type name 3143 1255 0 current user privilege on type by type oid 6205 1255 0 user privilege on parameter by username, parameter name 6206 1255 0 user privilege on parameter by user oid, parameter name 6207 1255 0 current user privilege on parameter by parameter name 2705 1255 0 user privilege on role by username, role name 2706 1255 0 user privilege on role by username, role oid 2707 1255 0 user privilege on role by user oid, role name 2708 1255 0 user privilege on role by user oid, role oid 2709 1255 0 current user privilege on role by role name 2710 1255 0 current user privilege on role by role oid 1269 1255 0 bytes required to store the value, perhaps with compression 2121 1255 0 compression method for the compressed datum 8393 1255 0 chunk ID of on-disk TOASTed value 2322 1255 0 total disk space usage for the specified tablespace 2323 1255 0 total disk space usage for the specified tablespace 2324 1255 0 total disk space usage for the specified database 2168 1255 0 total disk space usage for the specified database 2325 1255 0 disk space usage for the main fork of the specified table or index 2332 1255 0 disk space usage for the specified fork of a table or index 2286 1255 0 total disk space usage for the specified table and associated indexes 2288 1255 0 convert a long int to a human readable text using size units 3166 1255 0 convert a numeric to a human readable text using size units 3334 1255 0 convert a size in human-readable format with size units into bytes 2997 1255 0 disk space usage for the specified table, including TOAST, free space and visibility map 2998 1255 0 disk space usage for all indexes attached to the specified table 2999 1255 0 filenode identifier of relation 3454 1255 0 relation OID for filenode and tablespace 3034 1255 0 file path of relation 2316 1255 0 (internal) 2290 1255 0 I/O 2291 1255 0 I/O 2292 1255 0 I/O 2293 1255 0 I/O 2294 1255 0 I/O 2295 1255 0 I/O 2296 1255 0 I/O 2297 1255 0 I/O 2298 1255 0 I/O 2299 1255 0 I/O 2300 1255 0 I/O 2301 1255 0 I/O 3594 1255 0 I/O 3595 1255 0 I/O 2302 1255 0 I/O 2303 1255 0 I/O 2304 1255 0 I/O 2305 1255 0 I/O 2312 1255 0 I/O 2313 1255 0 I/O 2398 1255 0 I/O 2399 1255 0 I/O 2597 1255 0 I/O 2598 1255 0 I/O 2777 1255 0 I/O 2778 1255 0 I/O 3116 1255 0 I/O 3117 1255 0 I/O 326 1255 0 I/O 327 1255 0 I/O 3311 1255 0 I/O 3312 1255 0 I/O 267 1255 0 I/O 268 1255 0 I/O 5086 1255 0 I/O 5087 1255 0 I/O 5088 1255 0 I/O 5089 1255 0 I/O 5090 1255 0 I/O 5091 1255 0 I/O 5092 1255 0 I/O 5093 1255 0 I/O 5094 1255 0 I/O 5095 1255 0 I/O 4226 1255 0 I/O 4227 1255 0 I/O 3313 1255 0 BERNOULLI tablesample method handler 3314 1255 0 SYSTEM tablesample method handler 2311 1255 0 MD5 hash 2321 1255 0 MD5 hash 3419 1255 0 SHA-224 hash 3420 1255 0 SHA-256 hash 3421 1255 0 SHA-384 hash 3422 1255 0 SHA-512 hash 2344 1255 0 less-equal-greater 2357 1255 0 less-equal-greater 2370 1255 0 less-equal-greater 2383 1255 0 less-equal-greater 2526 1255 0 less-equal-greater 2533 1255 0 less-equal-greater 2400 1255 0 I/O 2401 1255 0 I/O 2402 1255 0 I/O 2403 1255 0 I/O 2404 1255 0 I/O 2405 1255 0 I/O 2406 1255 0 I/O 2407 1255 0 I/O 2408 1255 0 I/O 2409 1255 0 I/O 2410 1255 0 I/O 2411 1255 0 I/O 2412 1255 0 I/O 2413 1255 0 I/O 2414 1255 0 I/O 2415 1255 0 I/O 2416 1255 0 I/O 2417 1255 0 I/O 2418 1255 0 I/O 2419 1255 0 I/O 2420 1255 0 I/O 2421 1255 0 I/O 2422 1255 0 I/O 2423 1255 0 I/O 2424 1255 0 I/O 2425 1255 0 I/O 2426 1255 0 I/O 2427 1255 0 I/O 2428 1255 0 I/O 2429 1255 0 I/O 2430 1255 0 I/O 2431 1255 0 I/O 2432 1255 0 I/O 2433 1255 0 I/O 2434 1255 0 I/O 2435 1255 0 I/O 2436 1255 0 I/O 2437 1255 0 I/O 2438 1255 0 I/O 2439 1255 0 I/O 2440 1255 0 I/O 2441 1255 0 I/O 2442 1255 0 I/O 2443 1255 0 I/O 2444 1255 0 I/O 2445 1255 0 I/O 2446 1255 0 I/O 2447 1255 0 I/O 2448 1255 0 I/O 2449 1255 0 I/O 2450 1255 0 I/O 2451 1255 0 I/O 2452 1255 0 I/O 2453 1255 0 I/O 4196 1255 0 I/O 4197 1255 0 I/O 2454 1255 0 I/O 2455 1255 0 I/O 4094 1255 0 I/O 4095 1255 0 I/O 4087 1255 0 I/O 4088 1255 0 I/O 2456 1255 0 I/O 2457 1255 0 I/O 2458 1255 0 I/O 2459 1255 0 I/O 2460 1255 0 I/O 2461 1255 0 I/O 2468 1255 0 I/O 2469 1255 0 I/O 2470 1255 0 I/O 2471 1255 0 I/O 2472 1255 0 I/O 2473 1255 0 I/O 2474 1255 0 I/O 2475 1255 0 I/O 2476 1255 0 I/O 2477 1255 0 I/O 2478 1255 0 I/O 2479 1255 0 I/O 2480 1255 0 I/O 2481 1255 0 I/O 2482 1255 0 I/O 2483 1255 0 I/O 2484 1255 0 I/O 2485 1255 0 I/O 2486 1255 0 I/O 2487 1255 0 I/O 2488 1255 0 I/O 2489 1255 0 I/O 2490 1255 0 I/O 2491 1255 0 I/O 2492 1255 0 I/O 2493 1255 0 I/O 2494 1255 0 I/O 2495 1255 0 I/O 2496 1255 0 I/O 2497 1255 0 I/O 2498 1255 0 I/O 2499 1255 0 I/O 2500 1255 0 I/O 2501 1255 0 I/O 2502 1255 0 I/O 2503 1255 0 I/O 3120 1255 0 I/O 3121 1255 0 I/O 3446 1255 0 I/O 3447 1255 0 I/O 2504 1255 0 source text of a rule with pretty-print option 2505 1255 0 select statement of a view with pretty-print option 2506 1255 0 select statement of a view with pretty-print option 3159 1255 0 select statement of a view with pretty-printing and specified line wrapping 2507 1255 0 index description (full create statement or single expression) with pretty-print option 2508 1255 0 constraint description with pretty-print option 2509 1255 0 deparse an encoded expression with pretty-print option 2510 1255 0 get the prepared statements for this session 2511 1255 0 get the open cursors for this session 2599 1255 0 get the available time zone abbreviations 2856 1255 0 get the available time zone names 2730 1255 0 trigger description with pretty-print option 3035 1255 0 get the channels that the current backend listens to 3036 1255 0 send a notification event 3296 1255 0 get the fraction of the asynchronous notification queue currently in use 5052 1255 0 allocations from the main shared memory segment 2282 1255 0 information about all memory contexts of local backend 4543 1255 0 log memory contexts of the specified backend 1066 1255 0 non-persistent series generator 1067 1255 0 non-persistent series generator 3994 1255 0 planner support for generate_series 1068 1255 0 non-persistent series generator 1069 1255 0 non-persistent series generator 3995 1255 0 planner support for generate_series 3259 1255 0 non-persistent series generator 3260 1255 0 non-persistent series generator 938 1255 0 non-persistent series generator 939 1255 0 non-persistent series generator 6274 1255 0 non-persistent series generator 2515 1255 0 aggregate transition function 2516 1255 0 aggregate transition function 3496 1255 0 aggregate transition function 3497 1255 0 aggregate transition function 3498 1255 0 aggregate final function 3499 1255 0 aggregate final function 2517 1255 0 boolean-and aggregate 2518 1255 0 boolean-or aggregate 2519 1255 0 boolean-and aggregate 2236 1255 0 bitwise-and smallint aggregate 2237 1255 0 bitwise-or smallint aggregate 6164 1255 0 bitwise-xor smallint aggregate 2238 1255 0 bitwise-and integer aggregate 2239 1255 0 bitwise-or integer aggregate 6165 1255 0 bitwise-xor integer aggregate 2240 1255 0 bitwise-and bigint aggregate 2241 1255 0 bitwise-or bigint aggregate 6166 1255 0 bitwise-xor bigint aggregate 2242 1255 0 bitwise-and bit aggregate 2243 1255 0 bitwise-or bit aggregate 6167 1255 0 bitwise-xor bit aggregate 2556 1255 0 get OIDs of databases in a tablespace 2557 1255 0 convert int4 to boolean 2558 1255 0 convert boolean to int4 2559 1255 0 current value from last used sequence 2560 1255 0 postmaster start time 2034 1255 0 configuration load time 2578 1255 0 GiST support 2581 1255 0 GiST support 2582 1255 0 GiST support 2583 1255 0 GiST support 2584 1255 0 GiST support 3998 1255 0 GiST support 2585 1255 0 GiST support 2586 1255 0 GiST support 2591 1255 0 GiST support 2592 1255 0 GiST support 1030 1255 0 GiST support 3282 1255 0 GiST support 2179 1255 0 GiST support 3064 1255 0 GiST support 3280 1255 0 GiST support 3288 1255 0 GiST support 3435 1255 0 sort support 2743 1255 0 GIN array support 2774 1255 0 GIN array support 2744 1255 0 GIN array support 3920 1255 0 GIN array support 3076 1255 0 GIN array support (obsolete) 3383 1255 0 BRIN minmax support 3384 1255 0 BRIN minmax support 3385 1255 0 BRIN minmax support 3386 1255 0 BRIN minmax support 4616 1255 0 BRIN multi minmax support 4617 1255 0 BRIN multi minmax support 4618 1255 0 BRIN multi minmax support 4619 1255 0 BRIN multi minmax support 4620 1255 0 BRIN multi minmax support 4621 1255 0 BRIN multi minmax int2 distance 4622 1255 0 BRIN multi minmax int4 distance 4623 1255 0 BRIN multi minmax int8 distance 4624 1255 0 BRIN multi minmax float4 distance 4625 1255 0 BRIN multi minmax float8 distance 4626 1255 0 BRIN multi minmax numeric distance 4627 1255 0 BRIN multi minmax tid distance 4628 1255 0 BRIN multi minmax uuid distance 4629 1255 0 BRIN multi minmax date distance 4630 1255 0 BRIN multi minmax time distance 4631 1255 0 BRIN multi minmax interval distance 4632 1255 0 BRIN multi minmax timetz distance 4633 1255 0 BRIN multi minmax pg_lsn distance 4634 1255 0 BRIN multi minmax macaddr distance 4635 1255 0 BRIN multi minmax macaddr8 distance 4636 1255 0 BRIN multi minmax inet distance 4637 1255 0 BRIN multi minmax timestamp distance 4105 1255 0 BRIN inclusion support 4106 1255 0 BRIN inclusion support 4107 1255 0 BRIN inclusion support 4108 1255 0 BRIN inclusion support 4591 1255 0 BRIN bloom support 4592 1255 0 BRIN bloom support 4593 1255 0 BRIN bloom support 4594 1255 0 BRIN bloom support 4595 1255 0 BRIN bloom support 2880 1255 0 obtain exclusive advisory lock 3089 1255 0 obtain exclusive advisory lock 2881 1255 0 obtain shared advisory lock 3090 1255 0 obtain shared advisory lock 2882 1255 0 obtain exclusive advisory lock if available 3091 1255 0 obtain exclusive advisory lock if available 2883 1255 0 obtain shared advisory lock if available 3092 1255 0 obtain shared advisory lock if available 2884 1255 0 release exclusive advisory lock 2885 1255 0 release shared advisory lock 2886 1255 0 obtain exclusive advisory lock 3093 1255 0 obtain exclusive advisory lock 2887 1255 0 obtain shared advisory lock 3094 1255 0 obtain shared advisory lock 2888 1255 0 obtain exclusive advisory lock if available 3095 1255 0 obtain exclusive advisory lock if available 2889 1255 0 obtain shared advisory lock if available 3096 1255 0 obtain shared advisory lock if available 2890 1255 0 release exclusive advisory lock 2891 1255 0 release shared advisory lock 2892 1255 0 release all advisory locks 2893 1255 0 I/O 2894 1255 0 I/O 2895 1255 0 generate XML comment 2896 1255 0 perform a non-validating parse of a character string to produce an XML value 2897 1255 0 validate an XML value 2898 1255 0 I/O 2899 1255 0 I/O 2900 1255 0 aggregate transition function 2901 1255 0 concatenate XML values 2922 1255 0 serialize an XML value to a character string 3813 1255 0 generate XML text node 2923 1255 0 map table contents to XML 2924 1255 0 map query result to XML 2925 1255 0 map rows from cursor to XML 2926 1255 0 map table structure to XML Schema 2927 1255 0 map query result structure to XML Schema 2928 1255 0 map cursor structure to XML Schema 2929 1255 0 map table contents and structure to XML and XML Schema 2930 1255 0 map query result and structure to XML and XML Schema 2933 1255 0 map schema contents to XML 2934 1255 0 map schema structure to XML Schema 2935 1255 0 map schema contents and structure to XML and XML Schema 2936 1255 0 map database contents to XML 2937 1255 0 map database structure to XML Schema 2938 1255 0 map database contents and structure to XML and XML Schema 2931 1255 0 evaluate XPath expression, with namespaces support 2932 1255 0 evaluate XPath expression 2614 1255 0 test XML value against XPath expression 3049 1255 0 test XML value against XPath expression, with namespace support 3050 1255 0 test XML value against XPath expression 3051 1255 0 determine if a string is well formed XML 3052 1255 0 determine if a string is well formed XML document 3053 1255 0 determine if a string is well formed XML content 321 1255 0 I/O 322 1255 0 I/O 323 1255 0 I/O 324 1255 0 I/O 3153 1255 0 map array to json 3154 1255 0 map array to json with optional pretty printing 3155 1255 0 map row to json 3156 1255 0 map row to json with optional pretty printing 3173 1255 0 json aggregate transition function 6275 1255 0 json aggregate transition function 3174 1255 0 json aggregate final function 3175 1255 0 aggregate input into json 6276 1255 0 aggregate input into json 3180 1255 0 json object aggregate transition function 6277 1255 0 json object aggregate transition function 6278 1255 0 json object aggregate transition function 6279 1255 0 json object aggregate transition function 3196 1255 0 json object aggregate final function 3197 1255 0 aggregate input into a json object 6280 1255 0 aggregate non-NULL input into a json object 6281 1255 0 aggregate input into a json object with unique keys 6282 1255 0 aggregate non-NULL input into a json object with unique keys 3198 1255 0 build a json array from any inputs 3199 1255 0 build an empty json array 3200 1255 0 build a json object from pairwise key/value inputs 3201 1255 0 build an empty json object 3202 1255 0 map text array of key value pairs to json object 3203 1255 0 map text arrays of keys and values to json object 3176 1255 0 map input to json 3261 1255 0 remove object fields with null values from json 3951 1255 0 get value from json with path elements 3953 1255 0 get value from json as text with path elements 3955 1255 0 key value pairs of a json object 3969 1255 0 elements of json array 3956 1255 0 length of json array 3957 1255 0 get json object keys 3958 1255 0 key value pairs of a json object 3959 1255 0 key value pairs of a json object 3960 1255 0 get record fields from a json object 3961 1255 0 get set of records with fields from a json array of objects 3204 1255 0 get record fields from a json object 3205 1255 0 get set of records with fields from a json array of objects 3968 1255 0 get the type of a json value 2952 1255 0 I/O 2953 1255 0 I/O 2960 1255 0 less-equal-greater 3300 1255 0 sort support 2961 1255 0 I/O 2962 1255 0 I/O 2963 1255 0 hash 3412 1255 0 hash 3432 1255 0 generate random UUID 3229 1255 0 I/O 3230 1255 0 I/O 3238 1255 0 I/O 3239 1255 0 I/O 3251 1255 0 less-equal-greater 3252 1255 0 hash 3413 1255 0 hash 4187 1255 0 larger of two 4188 1255 0 smaller of two 3504 1255 0 I/O 3505 1255 0 I/O 3506 1255 0 I/O 3507 1255 0 I/O 3514 1255 0 less-equal-greater 3515 1255 0 hash 3414 1255 0 hash 3524 1255 0 smaller of two 3525 1255 0 larger of two 3526 1255 0 maximum value of all enum input values 3527 1255 0 minimum value of all enum input values 3528 1255 0 first value of the input enum type 3529 1255 0 last value of the input enum type 3530 1255 0 range between the two given enum values, as an ordered array 3531 1255 0 range of the given enum type, as an ordered array 3532 1255 0 I/O 3533 1255 0 I/O 3610 1255 0 I/O 3639 1255 0 I/O 3611 1255 0 I/O 3638 1255 0 I/O 3612 1255 0 I/O 3641 1255 0 I/O 3613 1255 0 I/O 3640 1255 0 I/O 3646 1255 0 I/O 3647 1255 0 I/O 3622 1255 0 less-equal-greater 3711 1255 0 number of lexemes 3623 1255 0 strip position information 3624 1255 0 set given weight for whole tsvector 3320 1255 0 set given weight for given lexemes 3321 1255 0 delete lexeme 3323 1255 0 delete given lexemes 3322 1255 0 expand tsvector to set of rows 3326 1255 0 convert tsvector to array of lexemes 3327 1255 0 build tsvector from array of lexemes 3319 1255 0 delete lexemes that do not have one of the given weights 3648 1255 0 GiST tsvector support 3649 1255 0 GiST tsvector support 3650 1255 0 GiST tsvector support 3651 1255 0 GiST tsvector support 3652 1255 0 GiST tsvector support 3653 1255 0 GiST tsvector support 3654 1255 0 GiST tsvector support 3790 1255 0 GiST tsvector support (obsolete) 3434 1255 0 GiST tsvector support 3656 1255 0 GIN tsvector support 3657 1255 0 GIN tsvector support 3658 1255 0 GIN tsvector support 3921 1255 0 GIN tsvector support 3724 1255 0 GIN tsvector support 2700 1255 0 GIN tsvector support 3077 1255 0 GIN tsvector support (obsolete) 3087 1255 0 GIN tsvector support (obsolete) 3088 1255 0 GIN tsvector support (obsolete) 3791 1255 0 GIN tsvector support (obsolete) 3792 1255 0 GIN tsvector support (obsolete) 3789 1255 0 clean up GIN pending list 3668 1255 0 less-equal-greater 5004 1255 0 phrase-concatenate with distance 3672 1255 0 number of nodes 3673 1255 0 show real useful query for GiST index 3684 1255 0 rewrite tsquery 3685 1255 0 rewrite tsquery 3695 1255 0 GiST tsquery support 3697 1255 0 GiST tsquery support 3698 1255 0 GiST tsquery support 3699 1255 0 GiST tsquery support 3700 1255 0 GiST tsquery support 3701 1255 0 GiST tsquery support 3793 1255 0 GiST tsquery support (obsolete) 3686 1255 0 restriction selectivity of tsvector @@ tsquery 3687 1255 0 join selectivity of tsvector @@ tsquery 3688 1255 0 tsvector typanalyze 3689 1255 0 statistics of tsvector column 3690 1255 0 statistics of tsvector column 3703 1255 0 relevance 3704 1255 0 relevance 3705 1255 0 relevance 3706 1255 0 relevance 3707 1255 0 relevance 3708 1255 0 relevance 3709 1255 0 relevance 3710 1255 0 relevance 3713 1255 0 get parser's token types 3714 1255 0 get parser's token types 3715 1255 0 parse text to tokens 3716 1255 0 parse text to tokens 3717 1255 0 (internal) 3718 1255 0 (internal) 3719 1255 0 (internal) 3720 1255 0 (internal) 3721 1255 0 (internal) 3723 1255 0 normalize one word by dictionary 6183 1255 0 debug function for text search configuration 6184 1255 0 debug function for current text search configuration 3725 1255 0 (internal) 3726 1255 0 (internal) 3728 1255 0 (internal) 3729 1255 0 (internal) 3731 1255 0 (internal) 3732 1255 0 (internal) 3740 1255 0 (internal) 3741 1255 0 (internal) 3743 1255 0 generate headline 3744 1255 0 generate headline 3754 1255 0 generate headline 3755 1255 0 generate headline 4201 1255 0 generate headline from jsonb 4202 1255 0 generate headline from jsonb 4203 1255 0 generate headline from jsonb 4204 1255 0 generate headline from jsonb 4205 1255 0 generate headline from json 4206 1255 0 generate headline from json 4207 1255 0 generate headline from json 4208 1255 0 generate headline from json 3745 1255 0 transform to tsvector 3746 1255 0 make tsquery 3747 1255 0 transform to tsquery 5006 1255 0 transform to tsquery 5007 1255 0 transform to tsquery 3749 1255 0 transform to tsvector 3750 1255 0 make tsquery 3751 1255 0 transform to tsquery 5001 1255 0 transform to tsquery 5009 1255 0 transform to tsquery 4209 1255 0 transform string values from jsonb to tsvector 4213 1255 0 transform specified values from jsonb to tsvector 4210 1255 0 transform string values from json to tsvector 4215 1255 0 transform specified values from json to tsvector 4211 1255 0 transform string values from jsonb to tsvector 4214 1255 0 transform specified values from jsonb to tsvector 4212 1255 0 transform string values from json to tsvector 4216 1255 0 transform specified values from json to tsvector 3752 1255 0 trigger for automatic update of tsvector column 3753 1255 0 trigger for automatic update of tsvector column 3759 1255 0 get current tsearch configuration 3736 1255 0 I/O 3737 1255 0 I/O 3738 1255 0 I/O 3739 1255 0 I/O 3771 1255 0 I/O 3772 1255 0 I/O 3773 1255 0 I/O 3774 1255 0 I/O 3806 1255 0 I/O 3805 1255 0 I/O 3804 1255 0 I/O 3803 1255 0 I/O 3263 1255 0 map text array of key value pairs to jsonb object 3264 1255 0 map text array of key value pairs to jsonb object 3787 1255 0 map input to jsonb 492 2617 0 overlaps 3265 1255 0 jsonb aggregate transition function 6283 1255 0 jsonb aggregate transition function 3266 1255 0 jsonb aggregate final function 3267 1255 0 aggregate input into jsonb 6284 1255 0 aggregate input into jsonb skipping nulls 3268 1255 0 jsonb object aggregate transition function 6285 1255 0 jsonb object aggregate transition function 6286 1255 0 jsonb object aggregate transition function 6287 1255 0 jsonb object aggregate transition function 3269 1255 0 jsonb object aggregate final function 3270 1255 0 aggregate inputs into jsonb object 6288 1255 0 aggregate non-NULL inputs into jsonb object 6289 1255 0 aggregate inputs into jsonb object checking key uniqueness 6290 1255 0 aggregate non-NULL inputs into jsonb object checking key uniqueness 3271 1255 0 build a jsonb array from any inputs 3272 1255 0 build an empty jsonb array 3273 1255 0 build a jsonb object from pairwise key/value inputs 3274 1255 0 build an empty jsonb object 3262 1255 0 remove object fields with null values from jsonb 3217 1255 0 get value from jsonb with path elements 3940 1255 0 get value from jsonb as text with path elements 3219 1255 0 elements of a jsonb array 3465 1255 0 elements of jsonb array 3207 1255 0 length of jsonb array 3931 1255 0 get jsonb object keys 3208 1255 0 key value pairs of a jsonb object 3932 1255 0 key value pairs of a jsonb object 3209 1255 0 get record fields from a jsonb object 9558 1255 0 test get record fields from a jsonb object 3475 1255 0 get set of records with fields from a jsonb array of objects 3490 1255 0 get record fields from a jsonb object 3491 1255 0 get set of records with fields from a jsonb array of objects 3210 1255 0 get the type of a jsonb value 4044 1255 0 less-equal-greater 4045 1255 0 hash 3416 1255 0 hash 3480 1255 0 GIN support 3482 1255 0 GIN support 3483 1255 0 GIN support 3484 1255 0 GIN support 3488 1255 0 GIN support 3485 1255 0 GIN support 3486 1255 0 GIN support 3487 1255 0 GIN support 3489 1255 0 GIN support 5054 1255 0 Set part of a jsonb, handle NULL value 3305 1255 0 Set part of a jsonb 3306 1255 0 Indented text from jsonb 3579 1255 0 Insert value into a jsonb 4001 1255 0 I/O 4002 1255 0 I/O 4003 1255 0 I/O 4004 1255 0 I/O 4005 1255 0 jsonpath exists test 4006 1255 0 jsonpath query 4007 1255 0 jsonpath query wrapped into array 4008 1255 0 jsonpath query first item 4009 1255 0 jsonpath match 1177 1255 0 jsonpath exists test with timezone 1179 1255 0 jsonpath query with timezone 1180 1255 0 jsonpath query wrapped into array with timezone 2023 1255 0 jsonpath query first item with timezone 2030 1255 0 jsonpath match with timezone 4010 1255 0 implementation of @? operator 4011 1255 0 implementation of @@ operator 2939 1255 0 I/O 2940 1255 0 I/O 2941 1255 0 I/O 2942 1255 0 I/O 2943 1255 0 get current transaction ID 3348 1255 0 get current transaction ID 2944 1255 0 get current snapshot 2945 1255 0 get xmin of snapshot 2946 1255 0 get xmax of snapshot 2947 1255 0 get set of in-progress txids in snapshot 2948 1255 0 is txid visible in snapshot? 3360 1255 0 commit status of transaction 5055 1255 0 I/O 5056 1255 0 I/O 5057 1255 0 I/O 5058 1255 0 I/O 5061 1255 0 get current snapshot 5062 1255 0 get xmin of snapshot 5063 1255 0 get xmax of snapshot 5064 1255 0 get set of in-progress transactions in snapshot 5065 1255 0 is xid8 visible in snapshot? 5059 1255 0 get current transaction ID 5060 1255 0 get current transaction ID 5066 1255 0 commit status of transaction 2987 1255 0 less-equal-greater 6192 1255 0 hash 6193 1255 0 hash 3187 1255 0 less-equal-greater based on byte images 5051 1255 0 equal image 3082 1255 0 list available extensions 3083 1255 0 list available extension versions 3084 1255 0 list an extension's version update paths 3086 1255 0 flag an extension's table contents to be emitted by pg_dump 3100 1255 0 row number within partition 6233 1255 0 planner support for row_number 3101 1255 0 integer rank with gaps 6234 1255 0 planner support for rank 3102 1255 0 integer rank without gaps 6235 1255 0 planner support for dense_rank 3103 1255 0 fractional rank within partition 6306 1255 0 planner support for percent_rank 3104 1255 0 fractional row number within partition 6307 1255 0 planner support for cume_dist 3105 1255 0 split rows into N groups 6308 1255 0 planner support for ntile 3106 1255 0 fetch the preceding row value 3107 1255 0 fetch the Nth preceding row value 3108 1255 0 fetch the Nth preceding row value with default 3109 1255 0 fetch the following row value 3110 1255 0 fetch the Nth following row value 493 2617 0 is left of 3111 1255 0 fetch the Nth following row value with default 3112 1255 0 fetch the first row value 3113 1255 0 fetch the last row value 3114 1255 0 fetch the Nth row value 3832 1255 0 I/O 3833 1255 0 I/O 3834 1255 0 I/O 3835 1255 0 I/O 3836 1255 0 I/O 3837 1255 0 I/O 3848 1255 0 lower bound of range 3849 1255 0 upper bound of range 3850 1255 0 is the range empty? 3851 1255 0 is the range's lower bound inclusive? 3852 1255 0 is the range's upper bound inclusive? 3853 1255 0 is the range's lower bound infinite? 3854 1255 0 is the range's upper bound infinite? 9998 1255 0 planner support for range_contains_elem 9999 1255 0 planner support for elem_contained_by_range 4057 1255 0 the smallest range which includes both of the given ranges 4228 1255 0 the smallest range which includes the whole multirange 3870 1255 0 less-equal-greater 3875 1255 0 GiST support 3876 1255 0 GiST support 3879 1255 0 GiST support 3880 1255 0 GiST support 3881 1255 0 GiST support 6154 1255 0 GiST support 6156 1255 0 GiST support 3902 1255 0 hash a range 3417 1255 0 hash a range 3916 1255 0 range typanalyze 3169 1255 0 restriction selectivity for range operators 4401 1255 0 range aggregate by intersecting 4450 1255 0 range aggregate by intersecting 3914 1255 0 convert an int4 range to canonical form 3928 1255 0 convert an int8 range to canonical form 3915 1255 0 convert a date range to canonical form 3922 1255 0 float8 difference of two int4 values 3923 1255 0 float8 difference of two int8 values 3924 1255 0 float8 difference of two numeric values 3925 1255 0 float8 difference of two date values 3929 1255 0 float8 difference of two timestamp values 3930 1255 0 float8 difference of two timestamp with time zone values 3840 1255 0 int4range constructor 3841 1255 0 int4range constructor 3844 1255 0 numrange constructor 3845 1255 0 numrange constructor 3933 1255 0 tsrange constructor 3934 1255 0 tsrange constructor 3937 1255 0 tstzrange constructor 3938 1255 0 tstzrange constructor 3941 1255 0 daterange constructor 3942 1255 0 daterange constructor 3945 1255 0 int8range constructor 3946 1255 0 int8range constructor 4229 1255 0 I/O 4230 1255 0 I/O 4231 1255 0 I/O 4232 1255 0 I/O 4233 1255 0 I/O 4234 1255 0 I/O 4235 1255 0 lower bound of multirange 4236 1255 0 upper bound of multirange 4237 1255 0 is the multirange empty? 4238 1255 0 is the multirange's lower bound inclusive? 4239 1255 0 is the multirange's upper bound inclusive? 4240 1255 0 is the multirange's lower bound infinite? 4241 1255 0 is the multirange's upper bound infinite? 4242 1255 0 multirange typanalyze 4243 1255 0 restriction selectivity for multirange operators 4273 1255 0 less-equal-greater 4278 1255 0 hash a multirange 4279 1255 0 hash a multirange 4280 1255 0 int4multirange constructor 4281 1255 0 int4multirange constructor 4282 1255 0 int4multirange constructor 4283 1255 0 nummultirange constructor 4284 1255 0 nummultirange constructor 4285 1255 0 nummultirange constructor 4286 1255 0 tsmultirange constructor 4287 1255 0 tsmultirange constructor 4288 1255 0 tsmultirange constructor 4289 1255 0 tstzmultirange constructor 4290 1255 0 tstzmultirange constructor 4291 1255 0 tstzmultirange constructor 4292 1255 0 datemultirange constructor 4293 1255 0 datemultirange constructor 4294 1255 0 datemultirange constructor 4295 1255 0 int8multirange constructor 4296 1255 0 int8multirange constructor 4297 1255 0 int8multirange constructor 4298 1255 0 anymultirange cast 4299 1255 0 aggregate transition function 4300 1255 0 aggregate final function 4301 1255 0 combine aggregate input into a multirange 6225 1255 0 aggregate transition function 6226 1255 0 aggregate final function 6227 1255 0 combine aggregate input into a multirange 4388 1255 0 range aggregate by intersecting 4389 1255 0 range aggregate by intersecting 1293 1255 0 expand multirange to set of ranges 3846 1255 0 construct date 3847 1255 0 construct time 3461 1255 0 construct timestamp 3462 1255 0 construct timestamp with time zone 3463 1255 0 construct timestamp with time zone 3464 1255 0 construct interval 4018 1255 0 SP-GiST support for quad tree over point 4019 1255 0 SP-GiST support for quad tree over point 4020 1255 0 SP-GiST support for quad tree over point 4021 1255 0 SP-GiST support for quad tree over point 4022 1255 0 SP-GiST support for quad tree and k-d tree over point 4023 1255 0 SP-GiST support for k-d tree over point 4024 1255 0 SP-GiST support for k-d tree over point 4025 1255 0 SP-GiST support for k-d tree over point 4026 1255 0 SP-GiST support for k-d tree over point 4027 1255 0 SP-GiST support for radix tree over text 4028 1255 0 SP-GiST support for radix tree over text 4029 1255 0 SP-GiST support for radix tree over text 4030 1255 0 SP-GiST support for radix tree over text 4031 1255 0 SP-GiST support for radix tree over text 3469 1255 0 SP-GiST support for quad tree over range 3470 1255 0 SP-GiST support for quad tree over range 3471 1255 0 SP-GiST support for quad tree over range 3472 1255 0 SP-GiST support for quad tree over range 3473 1255 0 SP-GiST support for quad tree over range 5012 1255 0 SP-GiST support for quad tree over box 5013 1255 0 SP-GiST support for quad tree over box 5014 1255 0 SP-GiST support for quad tree over box 5015 1255 0 SP-GiST support for quad tree over box 5016 1255 0 SP-GiST support for quad tree over box 5010 1255 0 SP-GiST support for quad tree over 2-D types represented by their bounding boxes 5011 1255 0 SP-GiST support for quad tree over polygons 3779 1255 0 create a physical replication slot 4220 1255 0 copy a physical replication slot, changing temporality 4221 1255 0 copy a physical replication slot 3780 1255 0 drop a replication slot 3781 1255 0 information about replication slots currently in use 3786 1255 0 set up a logical replication slot 4222 1255 0 copy a logical replication slot, changing temporality and plugin 4223 1255 0 copy a logical replication slot, changing temporality 4224 1255 0 copy a logical replication slot 3782 1255 0 get changes from replication slot 3783 1255 0 get binary changes from replication slot 3784 1255 0 peek at changes from replication slot 3785 1255 0 peek at binary changes from replication slot 3878 1255 0 advance logical replication slot 3577 1255 0 emit a textual logical decoding message 3578 1255 0 emit a binary logical decoding message 9929 1255 0 sync replication slots from the primary to the standby 3566 1255 0 list objects dropped by the current command 4566 1255 0 return Oid of the table getting rewritten 4567 1255 0 return reason code for table getting rewritten 4568 1255 0 list DDL actions being executed by the current command 3970 1255 0 aggregate transition function 3971 1255 0 aggregate transition function 3972 1255 0 discrete percentile 3973 1255 0 aggregate final function 3974 1255 0 continuous distribution percentile 3975 1255 0 aggregate final function 3976 1255 0 continuous distribution percentile 3977 1255 0 aggregate final function 3978 1255 0 multiple discrete percentiles 3979 1255 0 aggregate final function 3980 1255 0 multiple continuous percentiles 3981 1255 0 aggregate final function 3982 1255 0 multiple continuous percentiles 3983 1255 0 aggregate final function 3984 1255 0 most common value 3985 1255 0 aggregate final function 3986 1255 0 rank of hypothetical row 3987 1255 0 aggregate final function 3988 1255 0 fractional rank of hypothetical row 3989 1255 0 aggregate final function 3990 1255 0 cumulative distribution of hypothetical row 3991 1255 0 aggregate final function 3992 1255 0 rank of hypothetical row without gaps 3993 1255 0 aggregate final function 3582 1255 0 for use by pg_upgrade 3584 1255 0 for use by pg_upgrade 4390 1255 0 for use by pg_upgrade 4391 1255 0 for use by pg_upgrade 3586 1255 0 for use by pg_upgrade 3587 1255 0 for use by pg_upgrade 3588 1255 0 for use by pg_upgrade 3589 1255 0 for use by pg_upgrade 3590 1255 0 for use by pg_upgrade 3591 1255 0 for use by pg_upgrade 4083 1255 0 for use by pg_upgrade 4101 1255 0 for use by pg_upgrade 4545 1255 0 for use by pg_upgrade 4546 1255 0 for use by pg_upgrade 4547 1255 0 for use by pg_upgrade 4548 1255 0 for use by pg_upgrade 8046 1255 0 for use by pg_upgrade 8404 1255 0 for use by pg_upgrade (relation for pg_subscription_rel) 8405 1255 0 for use by pg_upgrade (remote_lsn for origin) 4302 1255 0 internal conversion function for KOI8R to MULE_INTERNAL 4303 1255 0 internal conversion function for MULE_INTERNAL to KOI8R 4304 1255 0 internal conversion function for ISO-8859-5 to MULE_INTERNAL 4305 1255 0 internal conversion function for MULE_INTERNAL to ISO-8859-5 4306 1255 0 internal conversion function for WIN1251 to MULE_INTERNAL 4307 1255 0 internal conversion function for MULE_INTERNAL to WIN1251 4308 1255 0 internal conversion function for WIN866 to MULE_INTERNAL 4309 1255 0 internal conversion function for MULE_INTERNAL to WIN866 4310 1255 0 internal conversion function for KOI8R to WIN1251 4311 1255 0 internal conversion function for WIN1251 to KOI8R 4312 1255 0 internal conversion function for KOI8R to WIN866 4313 1255 0 internal conversion function for WIN866 to KOI8R 4314 1255 0 internal conversion function for WIN866 to WIN1251 4315 1255 0 internal conversion function for WIN1251 to WIN866 4316 1255 0 internal conversion function for ISO-8859-5 to KOI8R 4317 1255 0 internal conversion function for KOI8R to ISO-8859-5 4318 1255 0 internal conversion function for ISO-8859-5 to WIN1251 494 2617 0 overlaps or is left of 4319 1255 0 internal conversion function for WIN1251 to ISO-8859-5 4320 1255 0 internal conversion function for ISO-8859-5 to WIN866 4321 1255 0 internal conversion function for WIN866 to ISO-8859-5 4322 1255 0 internal conversion function for EUC_CN to MULE_INTERNAL 4323 1255 0 internal conversion function for MULE_INTERNAL to EUC_CN 4324 1255 0 internal conversion function for EUC_JP to SJIS 4325 1255 0 internal conversion function for SJIS to EUC_JP 4326 1255 0 internal conversion function for EUC_JP to MULE_INTERNAL 4327 1255 0 internal conversion function for SJIS to MULE_INTERNAL 4328 1255 0 internal conversion function for MULE_INTERNAL to EUC_JP 4329 1255 0 internal conversion function for MULE_INTERNAL to SJIS 4330 1255 0 internal conversion function for EUC_KR to MULE_INTERNAL 4331 1255 0 internal conversion function for MULE_INTERNAL to EUC_KR 4332 1255 0 internal conversion function for EUC_TW to BIG5 4333 1255 0 internal conversion function for BIG5 to EUC_TW 4334 1255 0 internal conversion function for EUC_TW to MULE_INTERNAL 4335 1255 0 internal conversion function for BIG5 to MULE_INTERNAL 4336 1255 0 internal conversion function for MULE_INTERNAL to EUC_TW 4337 1255 0 internal conversion function for MULE_INTERNAL to BIG5 4338 1255 0 internal conversion function for LATIN2 to MULE_INTERNAL 4339 1255 0 internal conversion function for MULE_INTERNAL to LATIN2 4340 1255 0 internal conversion function for WIN1250 to MULE_INTERNAL 4341 1255 0 internal conversion function for MULE_INTERNAL to WIN1250 4342 1255 0 internal conversion function for LATIN2 to WIN1250 4343 1255 0 internal conversion function for WIN1250 to LATIN2 4344 1255 0 internal conversion function for LATIN1 to MULE_INTERNAL 4345 1255 0 internal conversion function for MULE_INTERNAL to LATIN1 4346 1255 0 internal conversion function for LATIN3 to MULE_INTERNAL 4347 1255 0 internal conversion function for MULE_INTERNAL to LATIN3 4348 1255 0 internal conversion function for LATIN4 to MULE_INTERNAL 4349 1255 0 internal conversion function for MULE_INTERNAL to LATIN4 4352 1255 0 internal conversion function for BIG5 to UTF8 4353 1255 0 internal conversion function for UTF8 to BIG5 4354 1255 0 internal conversion function for UTF8 to KOI8R 4355 1255 0 internal conversion function for KOI8R to UTF8 4356 1255 0 internal conversion function for UTF8 to KOI8U 4357 1255 0 internal conversion function for KOI8U to UTF8 4358 1255 0 internal conversion function for UTF8 to WIN 4359 1255 0 internal conversion function for WIN to UTF8 4360 1255 0 internal conversion function for EUC_CN to UTF8 4361 1255 0 internal conversion function for UTF8 to EUC_CN 4362 1255 0 internal conversion function for EUC_JP to UTF8 4363 1255 0 internal conversion function for UTF8 to EUC_JP 4364 1255 0 internal conversion function for EUC_KR to UTF8 4365 1255 0 internal conversion function for UTF8 to EUC_KR 4366 1255 0 internal conversion function for EUC_TW to UTF8 4367 1255 0 internal conversion function for UTF8 to EUC_TW 4368 1255 0 internal conversion function for GB18030 to UTF8 4369 1255 0 internal conversion function for UTF8 to GB18030 4370 1255 0 internal conversion function for GBK to UTF8 4371 1255 0 internal conversion function for UTF8 to GBK 4372 1255 0 internal conversion function for UTF8 to ISO-8859 2-16 4373 1255 0 internal conversion function for ISO-8859 2-16 to UTF8 4374 1255 0 internal conversion function for LATIN1 to UTF8 4375 1255 0 internal conversion function for UTF8 to LATIN1 4376 1255 0 internal conversion function for JOHAB to UTF8 4377 1255 0 internal conversion function for UTF8 to JOHAB 4378 1255 0 internal conversion function for SJIS to UTF8 4379 1255 0 internal conversion function for UTF8 to SJIS 4380 1255 0 internal conversion function for UHC to UTF8 4381 1255 0 internal conversion function for UTF8 to UHC 4382 1255 0 internal conversion function for EUC_JIS_2004 to UTF8 4383 1255 0 internal conversion function for UTF8 to EUC_JIS_2004 4384 1255 0 internal conversion function for SHIFT_JIS_2004 to UTF8 4385 1255 0 internal conversion function for UTF8 to SHIFT_JIS_2004 4386 1255 0 internal conversion function for EUC_JIS_2004 to SHIFT_JIS_2004 4387 1255 0 internal conversion function for SHIFT_JIS_2004 to EUC_JIS_2004 5040 1255 0 restriction selectivity for generic matching operators 5041 1255 0 join selectivity for generic matching operators 6003 1255 0 create a replication origin 6004 1255 0 drop replication origin identified by its name 6005 1255 0 translate the replication origin's name to its id 6006 1255 0 configure session to maintain replication progress tracking for the passed in origin 6007 1255 0 teardown configured replication progress tracking 6008 1255 0 is a replication origin configured in this session 6009 1255 0 get the replication progress of the current session 6010 1255 0 setup the transaction's origin lsn and timestamp 6011 1255 0 reset the transaction's origin lsn and timestamp 6012 1255 0 advance replication origin to specific location 6013 1255 0 get an individual replication origin's replication progress 6014 1255 0 get progress for all replication origins 6119 1255 0 get information of the tables that are part of the specified publications 6121 1255 0 returns whether a relation can be part of a publication 3298 1255 0 row security for current context active on table by table oid 495 2617 0 overlaps or is right of 3299 1255 0 row security for current context active on table by table name 3400 1255 0 pg_config binary as a function 3441 1255 0 pg_controldata general state information as a function 3442 1255 0 pg_controldata checkpoint state information as a function 3443 1255 0 pg_controldata recovery state information as a function 3444 1255 0 pg_controldata init state information as a function 6179 1255 0 standard array subscripting support 6180 1255 0 raw array subscripting support 6098 1255 0 jsonb subscripting logic 3445 1255 0 import collations from operating system 3448 1255 0 get actual version of collation from operating system 6249 1255 0 get actual version of database collation from operating system 3353 1255 0 list files in the log directory 3354 1255 0 list of files in the WAL directory 5031 1255 0 list of files in the archive_status directory 5029 1255 0 list files in the pgsql_tmp directory 5030 1255 0 list files in the pgsql_tmp directory 6270 1255 0 list of files in the pg_logical/snapshots directory 6271 1255 0 list of files in the pg_logical/mappings directory 6272 1255 0 list of files in the pg_replslot/slot_name directory 5028 1255 0 hash partition CHECK constraint 3423 1255 0 view partition tree tables 3425 1255 0 view ancestors of the partition 3424 1255 0 get top-most partition root parent 4549 1255 0 Unicode version used by Postgres 6099 1255 0 Unicode version used by ICU, if enabled 6105 1255 0 check valid Unicode 4350 1255 0 Unicode normalization 4351 1255 0 check Unicode normalization 6198 1255 0 unescape Unicode characters 4596 1255 0 I/O 4597 1255 0 I/O 4598 1255 0 I/O 4599 1255 0 I/O 4638 1255 0 I/O 4639 1255 0 I/O 4640 1255 0 I/O 4641 1255 0 I/O 6291 1255 0 arbitrary value from among input values 6292 1255 0 aggregate transition function 8436 1255 0 list of available WAL summary files 8437 1255 0 contents of a WAL summary file 8438 1255 0 WAL summarizer state 8047 1255 0 GiST support 8048 1255 0 set statistics on relation 8049 1255 0 set statistics on attribute 16 1247 0 boolean, format 't'/'f' 17 1247 0 variable-length string, binary values escaped 18 1247 0 single character 19 1247 0 63-byte type for storing system identifiers 20 1247 0 ~18 digit integer, 8-byte storage 21 1247 0 -32 thousand to 32 thousand, 2-byte storage 22 1247 0 array of int2, used in system tables 23 1247 0 -2 billion to 2 billion integer, 4-byte storage 24 1247 0 registered procedure 25 1247 0 variable-length string, no limit specified 26 1247 0 object identifier(oid), maximum 4 billion 27 1247 0 tuple physical location, format '(block,offset)' 28 1247 0 transaction id 29 1247 0 command identifier type, sequence in transaction id 30 1247 0 array of oids, used in system tables 114 1247 0 JSON stored as text 142 1247 0 XML content 194 1247 0 string representing an internal node tree 3361 1247 0 multivariate ndistinct coefficients 3402 1247 0 multivariate dependencies 5017 1247 0 multivariate MCV list 32 1247 0 internal type for passing CollectedCommand 5069 1247 0 full transaction id 600 1247 0 geometric point, format '(x,y)' 601 1247 0 geometric line segment, format '[point1,point2]' 602 1247 0 geometric path, format '(point1,...)' 603 1247 0 geometric box, format 'lower left point,upper right point' 604 1247 0 geometric polygon, format '(point1,...)' 628 1247 0 geometric line, formats '{A,B,C}'/'[point1,point2]' 700 1247 0 single-precision floating point number, 4-byte storage 701 1247 0 double-precision floating point number, 8-byte storage 705 1247 0 pseudo-type representing an undetermined type 718 1247 0 geometric circle, format '
' 790 1247 0 monetary amounts, $d,ddd.cc 829 1247 0 XX:XX:XX:XX:XX:XX, MAC address 869 1247 0 IP address/netmask, host address, netmask optional 650 1247 0 network IP address/netmask, network address 774 1247 0 XX:XX:XX:XX:XX:XX:XX:XX, MAC address 1033 1247 0 access control list 1042 1247 0 'char(length)' blank-padded string, fixed storage length 1043 1247 0 'varchar(length)' non-blank-padded string, variable storage length 1082 1247 0 date 1083 1247 0 time of day 1114 1247 0 date and time 1184 1247 0 date and time with time zone 1186 1247 0 time interval, format 'number units ...' 1266 1247 0 time of day with time zone 1560 1247 0 fixed-length bit string 1562 1247 0 variable-length bit string 1700 1247 0 'numeric(precision, scale)' arbitrary precision number 1790 1247 0 reference to cursor (portal name) 2202 1247 0 registered procedure (with args) 2203 1247 0 registered operator 2204 1247 0 registered operator (with args) 2205 1247 0 registered class 4191 1247 0 registered collation 2206 1247 0 registered type 4096 1247 0 registered role 4089 1247 0 registered namespace 2950 1247 0 UUID 3220 1247 0 PostgreSQL LSN 3614 1247 0 text representation for text search 3642 1247 0 GiST index internal text representation for text search 3615 1247 0 query representation for text search 3734 1247 0 registered text search configuration 3769 1247 0 registered text search dictionary 3802 1247 0 Binary JSON 4072 1247 0 JSON path 2970 1247 0 transaction snapshot 5038 1247 0 transaction snapshot 3904 1247 0 range of integers 3906 1247 0 range of numerics 3908 1247 0 range of timestamps without time zone 3910 1247 0 range of timestamps with time zone 3912 1247 0 range of dates 3926 1247 0 range of bigints 4451 1247 0 multirange of integers 4532 1247 0 multirange of numerics 4533 1247 0 multirange of timestamps without time zone 4534 1247 0 multirange of timestamps with time zone 4535 1247 0 multirange of dates 4536 1247 0 multirange of bigints 2249 1247 0 pseudo-type representing any composite type 2275 1247 0 C-style string 2276 1247 0 pseudo-type representing any type 2277 1247 0 pseudo-type representing a polymorphic array type 2278 1247 0 pseudo-type for the result of a function with no real result 2279 1247 0 pseudo-type for the result of a trigger function 3838 1247 0 pseudo-type for the result of an event trigger function 2280 1247 0 pseudo-type for the result of a language handler function 2281 1247 0 pseudo-type representing an internal data structure 2283 1247 0 pseudo-type representing a polymorphic base type 2776 1247 0 pseudo-type representing a polymorphic base type that is not an array 3500 1247 0 pseudo-type representing a polymorphic base type that is an enum 3115 1247 0 pseudo-type for the result of an FDW handler function 325 1247 0 pseudo-type for the result of an index AM handler function 3310 1247 0 pseudo-type for the result of a tablesample method function 269 1247 0 pseudo-type for the result of a table AM handler function 3831 1247 0 pseudo-type representing a range over a polymorphic base type 5077 1247 0 pseudo-type representing a polymorphic common type 5078 1247 0 pseudo-type representing an array of polymorphic common type elements 5079 1247 0 pseudo-type representing a polymorphic common type that is not an array 5080 1247 0 pseudo-type representing a range over a polymorphic common type 4537 1247 0 pseudo-type representing a polymorphic base type that is a multirange 4538 1247 0 pseudo-type representing a multirange over a polymorphic common type 4600 1247 0 pseudo-type representing BRIN bloom summary 4601 1247 0 pseudo-type representing BRIN minmax-multi summary 15 2617 0 equal 36 2617 0 not equal 37 2617 0 less than 76 2617 0 greater than 80 2617 0 less than or equal 82 2617 0 greater than or equal 58 2617 0 less than 59 2617 0 greater than 85 2617 0 not equal 91 2617 0 equal 1694 2617 0 less than or equal 1695 2617 0 greater than or equal 92 2617 0 equal 93 2617 0 equal 94 2617 0 equal 95 2617 0 less than 96 2617 0 equal 97 2617 0 less than 98 2617 0 equal 3877 2617 0 starts with 254 2617 0 equal 255 2617 0 less than 256 2617 0 less than or equal 257 2617 0 greater than or equal 258 2617 0 greater than 259 2617 0 not equal 260 2617 0 equal 261 2617 0 less than 262 2617 0 less than or equal 263 2617 0 greater than or equal 264 2617 0 greater than 265 2617 0 not equal 349 2617 0 append element onto end of array 374 2617 0 prepend element onto front of array 375 2617 0 concatenate 352 2617 0 equal 353 2617 0 equal 3315 2617 0 not equal 3316 2617 0 not equal 5068 2617 0 equal 5072 2617 0 not equal 5073 2617 0 less than 5074 2617 0 greater than 5075 2617 0 less than or equal 5076 2617 0 greater than or equal 385 2617 0 equal 387 2617 0 equal 402 2617 0 not equal 2799 2617 0 less than 2800 2617 0 greater than 2801 2617 0 less than or equal 2802 2617 0 greater than or equal 410 2617 0 equal 411 2617 0 not equal 412 2617 0 less than 413 2617 0 greater than 414 2617 0 less than or equal 415 2617 0 greater than or equal 416 2617 0 equal 417 2617 0 not equal 418 2617 0 less than 419 2617 0 greater than 420 2617 0 less than or equal 430 2617 0 greater than or equal 439 2617 0 modulus 473 2617 0 absolute value 484 2617 0 negate 485 2617 0 is left of 486 2617 0 overlaps or is left of 487 2617 0 overlaps or is right of 488 2617 0 is right of 489 2617 0 is contained by 490 2617 0 contains 491 2617 0 same as 496 2617 0 is right of 497 2617 0 is contained by 498 2617 0 contains 499 2617 0 same as 500 2617 0 overlaps 501 2617 0 greater than or equal by area 502 2617 0 greater than by area 503 2617 0 equal by area 504 2617 0 less than by area 505 2617 0 less than or equal by area 506 2617 0 deprecated, use |>> instead 507 2617 0 is left of 508 2617 0 is right of 509 2617 0 deprecated, use <<| instead 510 2617 0 same as 511 2617 0 point inside box 433 2617 0 contains 512 2617 0 point within closed path, or point on open path 513 2617 0 center of 514 2617 0 multiply 517 2617 0 distance between 518 2617 0 not equal 519 2617 0 not equal 520 2617 0 greater than 521 2617 0 greater than 522 2617 0 less than or equal 523 2617 0 less than or equal 524 2617 0 greater than or equal 525 2617 0 greater than or equal 526 2617 0 multiply 527 2617 0 divide 528 2617 0 divide 529 2617 0 modulus 530 2617 0 modulus 531 2617 0 not equal 532 2617 0 equal 533 2617 0 equal 534 2617 0 less than 535 2617 0 less than 536 2617 0 greater than 537 2617 0 greater than 538 2617 0 not equal 539 2617 0 not equal 540 2617 0 less than or equal 541 2617 0 less than or equal 542 2617 0 greater than or equal 543 2617 0 greater than or equal 544 2617 0 multiply 545 2617 0 multiply 546 2617 0 divide 547 2617 0 divide 550 2617 0 add 551 2617 0 add 552 2617 0 add 553 2617 0 add 554 2617 0 subtract 555 2617 0 subtract 556 2617 0 subtract 557 2617 0 subtract 558 2617 0 negate 559 2617 0 negate 584 2617 0 negate 585 2617 0 negate 586 2617 0 add 587 2617 0 subtract 588 2617 0 divide 589 2617 0 multiply 590 2617 0 absolute value 591 2617 0 add 592 2617 0 subtract 593 2617 0 divide 594 2617 0 multiply 595 2617 0 absolute value 596 2617 0 square root 597 2617 0 cube root 607 2617 0 equal 608 2617 0 not equal 609 2617 0 less than 610 2617 0 greater than 611 2617 0 less than or equal 612 2617 0 greater than or equal 644 2617 0 not equal 645 2617 0 less than 646 2617 0 greater than 647 2617 0 less than or equal 648 2617 0 greater than or equal 649 2617 0 equal 613 2617 0 distance between 760 2617 0 distance between 614 2617 0 distance between 761 2617 0 distance between 615 2617 0 distance between 606 2617 0 distance between 616 2617 0 distance between 762 2617 0 distance between 617 2617 0 distance between 763 2617 0 distance between 618 2617 0 distance between 784 2617 0 distance between 620 2617 0 equal 621 2617 0 not equal 622 2617 0 less than 623 2617 0 greater than 624 2617 0 less than or equal 625 2617 0 greater than or equal 630 2617 0 not equal 631 2617 0 less than 632 2617 0 less than or equal 633 2617 0 greater than 634 2617 0 greater than or equal 639 2617 0 matches regular expression, case-sensitive 640 2617 0 does not match regular expression, case-sensitive 641 2617 0 matches regular expression, case-sensitive 642 2617 0 does not match regular expression, case-sensitive 643 2617 0 not equal 654 2617 0 concatenate 660 2617 0 less than 661 2617 0 less than or equal 662 2617 0 greater than 663 2617 0 greater than or equal 664 2617 0 less than 665 2617 0 less than or equal 666 2617 0 greater than 667 2617 0 greater than or equal 670 2617 0 equal 671 2617 0 not equal 672 2617 0 less than 673 2617 0 less than or equal 674 2617 0 greater than 675 2617 0 greater than or equal 682 2617 0 absolute value 684 2617 0 add 685 2617 0 subtract 686 2617 0 multiply 687 2617 0 divide 688 2617 0 add 689 2617 0 subtract 690 2617 0 multiply 691 2617 0 divide 692 2617 0 add 693 2617 0 subtract 694 2617 0 multiply 695 2617 0 divide 818 2617 0 add 819 2617 0 subtract 820 2617 0 multiply 821 2617 0 divide 822 2617 0 add 823 2617 0 subtract 824 2617 0 multiply 825 2617 0 divide 706 2617 0 distance between 707 2617 0 distance between 708 2617 0 distance between 709 2617 0 distance between 712 2617 0 distance between 713 2617 0 not equal 731 2617 0 add points (translate) 732 2617 0 subtract points (translate) 733 2617 0 multiply points (scale/rotate) 734 2617 0 divide points (scale/rotate) 735 2617 0 concatenate 736 2617 0 add (translate path) 737 2617 0 subtract (translate path) 738 2617 0 multiply (rotate/scale path) 739 2617 0 divide (rotate/scale path) 755 2617 0 contains 756 2617 0 is contained by 757 2617 0 contains 758 2617 0 is contained by 759 2617 0 contains 773 2617 0 absolute value 792 2617 0 equal 793 2617 0 less than 794 2617 0 greater than 795 2617 0 less than or equal 796 2617 0 greater than or equal 797 2617 0 number of points 798 2617 0 intersect 799 2617 0 sum of path segment lengths 800 2617 0 is above (allows touching) 801 2617 0 is below (allows touching) 802 2617 0 deprecated, use && instead 803 2617 0 box intersection 804 2617 0 add point to box (translate) 805 2617 0 subtract point from box (translate) 806 2617 0 multiply box by point (scale) 807 2617 0 divide box by point (scale) 808 2617 0 horizontally aligned 809 2617 0 vertically aligned 843 2617 0 multiply 844 2617 0 divide 845 2617 0 multiply 900 2617 0 equal 901 2617 0 not equal 902 2617 0 less than 903 2617 0 greater than 904 2617 0 less than or equal 905 2617 0 greater than or equal 906 2617 0 add 907 2617 0 subtract 908 2617 0 multiply 909 2617 0 divide 3346 2617 0 multiply 3347 2617 0 divide 912 2617 0 multiply 913 2617 0 divide 914 2617 0 multiply 915 2617 0 divide 916 2617 0 multiply 3349 2617 0 multiply 917 2617 0 multiply 918 2617 0 multiply 3825 2617 0 divide 965 2617 0 exponentiation 966 2617 0 add/update ACL item 967 2617 0 remove ACL item 968 2617 0 contains 974 2617 0 equal 969 2617 0 center of 971 2617 0 center of 1054 2617 0 equal 1055 2617 0 matches regular expression, case-sensitive 1056 2617 0 does not match regular expression, case-sensitive 1057 2617 0 not equal 1058 2617 0 less than 1059 2617 0 less than or equal 1060 2617 0 greater than 1061 2617 0 greater than or equal 1070 2617 0 equal 1071 2617 0 not equal 1072 2617 0 less than 1073 2617 0 greater than 1074 2617 0 less than or equal 1075 2617 0 greater than or equal 1076 2617 0 add 1077 2617 0 subtract 1093 2617 0 equal 1094 2617 0 not equal 1095 2617 0 less than 1096 2617 0 less than or equal 1097 2617 0 greater than 1098 2617 0 greater than or equal 1099 2617 0 subtract 1100 2617 0 add 1101 2617 0 subtract 1108 2617 0 equal 1109 2617 0 not equal 1110 2617 0 less than 1111 2617 0 less than or equal 1112 2617 0 greater than 1113 2617 0 greater than or equal 1550 2617 0 equal 1551 2617 0 not equal 1552 2617 0 less than 1553 2617 0 less than or equal 1554 2617 0 greater than 1555 2617 0 greater than or equal 1116 2617 0 add 1117 2617 0 subtract 1118 2617 0 divide 1119 2617 0 multiply 1120 2617 0 equal 1121 2617 0 not equal 1122 2617 0 less than 1123 2617 0 greater than 1124 2617 0 less than or equal 1125 2617 0 greater than or equal 1126 2617 0 add 1127 2617 0 subtract 1128 2617 0 divide 1129 2617 0 multiply 1130 2617 0 equal 1131 2617 0 not equal 1132 2617 0 less than 1133 2617 0 greater than 1134 2617 0 less than or equal 1135 2617 0 greater than or equal 1207 2617 0 matches LIKE expression 1208 2617 0 does not match LIKE expression 1209 2617 0 matches LIKE expression 1210 2617 0 does not match LIKE expression 1211 2617 0 matches LIKE expression 1212 2617 0 does not match LIKE expression 1226 2617 0 matches regular expression, case-insensitive 1227 2617 0 does not match regular expression, case-insensitive 1228 2617 0 matches regular expression, case-insensitive 1229 2617 0 does not match regular expression, case-insensitive 1234 2617 0 matches regular expression, case-insensitive 1235 2617 0 does not match regular expression, case-insensitive 1320 2617 0 equal 1321 2617 0 not equal 1322 2617 0 less than 1323 2617 0 less than or equal 1324 2617 0 greater than 1325 2617 0 greater than or equal 1327 2617 0 add 1328 2617 0 subtract 1329 2617 0 subtract 1330 2617 0 equal 1331 2617 0 not equal 1332 2617 0 less than 1333 2617 0 less than or equal 1334 2617 0 greater than 1335 2617 0 greater than or equal 1336 2617 0 negate 1337 2617 0 add 1338 2617 0 subtract 1360 2617 0 convert date and time to timestamp 1361 2617 0 convert date and time with time zone to timestamp with time zone 1363 2617 0 convert time and date to timestamp 1366 2617 0 convert time with time zone and date to timestamp with time zone 1399 2617 0 subtract 1420 2617 0 center of 1500 2617 0 equal by area 1501 2617 0 not equal by area 1502 2617 0 less than by area 1503 2617 0 greater than by area 1504 2617 0 less than or equal by area 1505 2617 0 greater than or equal by area 1506 2617 0 is left of 1507 2617 0 overlaps or is left of 1508 2617 0 overlaps or is right of 1509 2617 0 is right of 1510 2617 0 is contained by 1511 2617 0 contains 1512 2617 0 same as 1513 2617 0 overlaps 1514 2617 0 is above 1515 2617 0 is below 1516 2617 0 add 1517 2617 0 subtract 1518 2617 0 multiply 1519 2617 0 divide 1520 2617 0 distance between 1521 2617 0 number of points 1522 2617 0 distance between 3291 2617 0 distance between 3276 2617 0 distance between 3289 2617 0 distance between 1523 2617 0 distance between 1383 2617 0 distance between 1525 2617 0 intersect 1526 2617 0 parallel 1527 2617 0 perpendicular 1528 2617 0 horizontal 1529 2617 0 vertical 1535 2617 0 equal 1536 2617 0 intersection point 1537 2617 0 intersect 1538 2617 0 intersect 1539 2617 0 intersect 1546 2617 0 point on line 1547 2617 0 is contained by 1548 2617 0 lseg on line 1549 2617 0 is contained by 1557 2617 0 closest point to A on B 1558 2617 0 closest point to A on B 1559 2617 0 closest point to A on B 1567 2617 0 closest point to A on B 1577 2617 0 closest point to A on B 1578 2617 0 closest point to A on B 1583 2617 0 multiply 1584 2617 0 multiply 1585 2617 0 divide 1586 2617 0 not equal 1587 2617 0 less than by length 1588 2617 0 less than or equal by length 1589 2617 0 greater than by length 1590 2617 0 greater than or equal by length 1591 2617 0 distance between endpoints 1611 2617 0 intersect 1612 2617 0 parallel 1613 2617 0 perpendicular 1614 2617 0 horizontal 1615 2617 0 vertical 1616 2617 0 equal 1617 2617 0 intersection point 4161 2617 0 is above 4162 2617 0 is below 1220 2617 0 equal 1221 2617 0 not equal 1222 2617 0 less than 1223 2617 0 less than or equal 1224 2617 0 greater than 1225 2617 0 greater than or equal 3147 2617 0 bitwise not 3148 2617 0 bitwise and 3149 2617 0 bitwise or 3362 2617 0 equal 3363 2617 0 not equal 3364 2617 0 less than 3365 2617 0 less than or equal 3366 2617 0 greater than 3367 2617 0 greater than or equal 3368 2617 0 bitwise not 3369 2617 0 bitwise and 3370 2617 0 bitwise or 1201 2617 0 equal 1202 2617 0 not equal 1203 2617 0 less than 1204 2617 0 less than or equal 1205 2617 0 greater than 1206 2617 0 greater than or equal 931 2617 0 is subnet 932 2617 0 is subnet or equal 933 2617 0 is supernet 934 2617 0 is supernet or equal 3552 2617 0 overlaps (is subnet or supernet) 2634 2617 0 bitwise not 2635 2617 0 bitwise and 2636 2617 0 bitwise or 2637 2617 0 add 2638 2617 0 add 2639 2617 0 subtract 2640 2617 0 subtract 1625 2617 0 matches LIKE expression, case-insensitive 1626 2617 0 does not match LIKE expression, case-insensitive 1627 2617 0 matches LIKE expression, case-insensitive 1628 2617 0 does not match LIKE expression, case-insensitive 1629 2617 0 matches LIKE expression, case-insensitive 1630 2617 0 does not match LIKE expression, case-insensitive 1751 2617 0 negate 1752 2617 0 equal 1753 2617 0 not equal 1754 2617 0 less than 1755 2617 0 less than or equal 1756 2617 0 greater than 1757 2617 0 greater than or equal 1758 2617 0 add 1759 2617 0 subtract 1760 2617 0 multiply 1761 2617 0 divide 1762 2617 0 modulus 1038 2617 0 exponentiation 1763 2617 0 absolute value 1784 2617 0 equal 1785 2617 0 not equal 1786 2617 0 less than 1787 2617 0 greater than 1788 2617 0 less than or equal 1789 2617 0 greater than or equal 1791 2617 0 bitwise and 1792 2617 0 bitwise or 1793 2617 0 bitwise exclusive or 1794 2617 0 bitwise not 1795 2617 0 bitwise shift left 1796 2617 0 bitwise shift right 1797 2617 0 concatenate 1800 2617 0 add 1801 2617 0 subtract 1802 2617 0 add 1803 2617 0 subtract 1804 2617 0 equal 1805 2617 0 not equal 1806 2617 0 less than 1807 2617 0 greater than 1808 2617 0 less than or equal 1809 2617 0 greater than or equal 1849 2617 0 add 1862 2617 0 equal 1863 2617 0 not equal 1864 2617 0 less than 1865 2617 0 greater than 1866 2617 0 less than or equal 1867 2617 0 greater than or equal 1868 2617 0 equal 1869 2617 0 not equal 1870 2617 0 less than 1871 2617 0 greater than 1872 2617 0 less than or equal 1873 2617 0 greater than or equal 1874 2617 0 bitwise and 1875 2617 0 bitwise or 1876 2617 0 bitwise exclusive or 1877 2617 0 bitwise not 1878 2617 0 bitwise shift left 1879 2617 0 bitwise shift right 1880 2617 0 bitwise and 1881 2617 0 bitwise or 1882 2617 0 bitwise exclusive or 1883 2617 0 bitwise not 1884 2617 0 bitwise shift left 1885 2617 0 bitwise shift right 1886 2617 0 bitwise and 1887 2617 0 bitwise or 1888 2617 0 bitwise exclusive or 1889 2617 0 bitwise not 1890 2617 0 bitwise shift left 1891 2617 0 bitwise shift right 1916 2617 0 unary plus 1917 2617 0 unary plus 1918 2617 0 unary plus 1919 2617 0 unary plus 1920 2617 0 unary plus 1921 2617 0 unary plus 1955 2617 0 equal 1956 2617 0 not equal 1957 2617 0 less than 1958 2617 0 less than or equal 1959 2617 0 greater than 1960 2617 0 greater than or equal 2016 2617 0 matches LIKE expression 2017 2617 0 does not match LIKE expression 2018 2617 0 concatenate 2060 2617 0 equal 2061 2617 0 not equal 2062 2617 0 less than 2063 2617 0 less than or equal 2064 2617 0 greater than 2065 2617 0 greater than or equal 2066 2617 0 add 2067 2617 0 subtract 2068 2617 0 subtract 2314 2617 0 less than 2315 2617 0 less than or equal 2317 2617 0 greater than or equal 2318 2617 0 greater than 2326 2617 0 less than 2327 2617 0 less than or equal 2329 2617 0 greater than or equal 2330 2617 0 greater than 2345 2617 0 less than 2346 2617 0 less than or equal 2347 2617 0 equal 2348 2617 0 greater than or equal 2349 2617 0 greater than 2350 2617 0 not equal 2358 2617 0 less than 2359 2617 0 less than or equal 2360 2617 0 equal 2361 2617 0 greater than or equal 2362 2617 0 greater than 2363 2617 0 not equal 2371 2617 0 less than 2372 2617 0 less than or equal 2373 2617 0 equal 2374 2617 0 greater than or equal 2375 2617 0 greater than 2376 2617 0 not equal 2384 2617 0 less than 2385 2617 0 less than or equal 2386 2617 0 equal 2387 2617 0 greater than or equal 2388 2617 0 greater than 2389 2617 0 not equal 2534 2617 0 less than 2535 2617 0 less than or equal 2536 2617 0 equal 2537 2617 0 greater than or equal 2538 2617 0 greater than 2539 2617 0 not equal 2540 2617 0 less than 2541 2617 0 less than or equal 2542 2617 0 equal 2543 2617 0 greater than or equal 2544 2617 0 greater than 2545 2617 0 not equal 2551 2617 0 add 2552 2617 0 add 2553 2617 0 add 2554 2617 0 add 2555 2617 0 add 2570 2617 0 is below 2571 2617 0 overlaps or is below 2572 2617 0 overlaps or is above 2573 2617 0 is above 2574 2617 0 is below 2575 2617 0 overlaps or is below 2576 2617 0 overlaps or is above 2577 2617 0 is above 2589 2617 0 overlaps or is below 2590 2617 0 overlaps or is above 2750 2617 0 overlaps 2751 2617 0 contains 2752 2617 0 is contained by 2779 2617 0 concatenate 2780 2617 0 concatenate 2972 2617 0 equal 2973 2617 0 not equal 2974 2617 0 less than 2975 2617 0 greater than 2976 2617 0 less than or equal 2977 2617 0 greater than or equal 3222 2617 0 equal 3223 2617 0 not equal 3224 2617 0 less than 3225 2617 0 greater than 3226 2617 0 less than or equal 3227 2617 0 greater than or equal 3228 2617 0 minus 5025 2617 0 add 5026 2617 0 add 5027 2617 0 subtract 3516 2617 0 equal 3517 2617 0 not equal 3518 2617 0 less than 3519 2617 0 greater than 3520 2617 0 less than or equal 3521 2617 0 greater than or equal 3627 2617 0 less than 3628 2617 0 less than or equal 3629 2617 0 equal 3630 2617 0 not equal 3631 2617 0 greater than or equal 3632 2617 0 greater than 3633 2617 0 concatenate 3636 2617 0 text search match 3637 2617 0 text search match 3660 2617 0 deprecated, use @@ instead 3661 2617 0 deprecated, use @@ instead 3674 2617 0 less than 3675 2617 0 less than or equal 3676 2617 0 equal 3677 2617 0 not equal 3678 2617 0 greater than or equal 3679 2617 0 greater than 3680 2617 0 AND-concatenate 3681 2617 0 OR-concatenate 5005 2617 0 phrase-concatenate 3682 2617 0 NOT tsquery 3693 2617 0 contains 3694 2617 0 is contained by 3762 2617 0 text search match 3763 2617 0 text search match 2988 2617 0 equal 2989 2617 0 not equal 2990 2617 0 less than 2991 2617 0 greater than 2992 2617 0 less than or equal 2993 2617 0 greater than or equal 3188 2617 0 identical 3189 2617 0 not identical 3190 2617 0 less than 3191 2617 0 greater than 3192 2617 0 less than or equal 3193 2617 0 greater than or equal 3882 2617 0 equal 3883 2617 0 not equal 3884 2617 0 less than 3885 2617 0 less than or equal 3886 2617 0 greater than or equal 3887 2617 0 greater than 3888 2617 0 overlaps 3889 2617 0 contains 3890 2617 0 contains 3891 2617 0 is contained by 3892 2617 0 is contained by 3893 2617 0 is left of 3894 2617 0 is right of 3895 2617 0 overlaps or is left of 3896 2617 0 overlaps or is right of 3897 2617 0 is adjacent to 3898 2617 0 range union 3899 2617 0 range difference 3900 2617 0 range intersection 3962 2617 0 get json object field 3963 2617 0 get json object field as text 3964 2617 0 get json array element 3965 2617 0 get json array element as text 3966 2617 0 get value from json with path elements 3967 2617 0 get value from json as text with path elements 3211 2617 0 get jsonb object field 3477 2617 0 get jsonb object field as text 3212 2617 0 get jsonb array element 3481 2617 0 get jsonb array element as text 3213 2617 0 get value from jsonb with path elements 3206 2617 0 get value from jsonb as text with path elements 3240 2617 0 equal 3241 2617 0 not equal 3242 2617 0 less than 3243 2617 0 greater than 3244 2617 0 less than or equal 3245 2617 0 greater than or equal 3246 2617 0 contains 3247 2617 0 key exists 3248 2617 0 any key exists 3249 2617 0 all keys exist 3250 2617 0 is contained by 3284 2617 0 concatenate 3285 2617 0 delete object field 3398 2617 0 delete object fields 3286 2617 0 delete array element 3287 2617 0 delete path 4012 2617 0 jsonpath exists 4013 2617 0 jsonpath match 2860 2617 0 equal 2861 2617 0 not equal 2862 2617 0 less than 2863 2617 0 less than or equal 2864 2617 0 greater than or equal 2865 2617 0 greater than 2866 2617 0 overlaps 2867 2617 0 overlaps 2868 2617 0 overlaps 2869 2617 0 contains 2870 2617 0 contains 2871 2617 0 contains 2872 2617 0 is contained by 2873 2617 0 is contained by 2874 2617 0 is contained by 4539 2617 0 contains 4540 2617 0 is contained by 2875 2617 0 overlaps or is left of 2876 2617 0 overlaps or is left of 2877 2617 0 overlaps or is left of 3585 2617 0 overlaps or is right of 4035 2617 0 overlaps or is right of 4142 2617 0 overlaps or is right of 4179 2617 0 is adjacent to 4180 2617 0 is adjacent to 4198 2617 0 is adjacent to 4392 2617 0 multirange union 4393 2617 0 multirange minus 4394 2617 0 multirange intersect 4395 2617 0 is left of 4396 2617 0 is left of 4397 2617 0 is left of 4398 2617 0 is right of 4399 2617 0 is right of 4400 2617 0 is right of 2 2601 0 heap table access method 403 2601 0 b-tree index access method 405 2601 0 hash index access method 783 2601 0 GiST index access method 2742 2601 0 GIN index access method 4000 2601 0 SP-GiST index access method 3580 2601 0 block range index (BRIN) access method 12 2612 0 built-in functions 13 2612 0 dynamically-loaded C functions 14 2612 0 SQL-language functions 11 2615 0 system catalog schema 99 2615 0 reserved schema for TOAST tables 2200 2615 0 standard public schema 4402 2607 0 conversion for KOI8R to MULE_INTERNAL 4403 2607 0 conversion for MULE_INTERNAL to KOI8R 4404 2607 0 conversion for ISO-8859-5 to MULE_INTERNAL 4405 2607 0 conversion for MULE_INTERNAL to ISO-8859-5 4406 2607 0 conversion for WIN1251 to MULE_INTERNAL 4407 2607 0 conversion for MULE_INTERNAL to WIN1251 4408 2607 0 conversion for WIN866 to MULE_INTERNAL 4409 2607 0 conversion for MULE_INTERNAL to WIN866 4410 2607 0 conversion for KOI8R to WIN1251 4411 2607 0 conversion for WIN1251 to KOI8R 4412 2607 0 conversion for KOI8R to WIN866 4413 2607 0 conversion for WIN866 to KOI8R 4414 2607 0 conversion for WIN866 to WIN1251 4415 2607 0 conversion for WIN1251 to WIN866 4416 2607 0 conversion for ISO-8859-5 to KOI8R 4417 2607 0 conversion for KOI8R to ISO-8859-5 4418 2607 0 conversion for ISO-8859-5 to WIN1251 4419 2607 0 conversion for WIN1251 to ISO-8859-5 4420 2607 0 conversion for ISO-8859-5 to WIN866 4421 2607 0 conversion for WIN866 to ISO-8859-5 4422 2607 0 conversion for EUC_CN to MULE_INTERNAL 4423 2607 0 conversion for MULE_INTERNAL to EUC_CN 4424 2607 0 conversion for EUC_JP to SJIS 4425 2607 0 conversion for SJIS to EUC_JP 4426 2607 0 conversion for EUC_JP to MULE_INTERNAL 4427 2607 0 conversion for SJIS to MULE_INTERNAL 4428 2607 0 conversion for MULE_INTERNAL to EUC_JP 4429 2607 0 conversion for MULE_INTERNAL to SJIS 4430 2607 0 conversion for EUC_KR to MULE_INTERNAL 4431 2607 0 conversion for MULE_INTERNAL to EUC_KR 4432 2607 0 conversion for EUC_TW to BIG5 4433 2607 0 conversion for BIG5 to EUC_TW 4434 2607 0 conversion for EUC_TW to MULE_INTERNAL 4435 2607 0 conversion for BIG5 to MULE_INTERNAL 4436 2607 0 conversion for MULE_INTERNAL to EUC_TW 4437 2607 0 conversion for MULE_INTERNAL to BIG5 4438 2607 0 conversion for LATIN2 to MULE_INTERNAL 4439 2607 0 conversion for MULE_INTERNAL to LATIN2 4440 2607 0 conversion for WIN1250 to MULE_INTERNAL 4441 2607 0 conversion for MULE_INTERNAL to WIN1250 4442 2607 0 conversion for LATIN2 to WIN1250 4443 2607 0 conversion for WIN1250 to LATIN2 4444 2607 0 conversion for LATIN1 to MULE_INTERNAL 4445 2607 0 conversion for MULE_INTERNAL to LATIN1 4446 2607 0 conversion for LATIN3 to MULE_INTERNAL 4447 2607 0 conversion for MULE_INTERNAL to LATIN3 4448 2607 0 conversion for LATIN4 to MULE_INTERNAL 4449 2607 0 conversion for MULE_INTERNAL to LATIN4 4452 2607 0 conversion for BIG5 to UTF8 4453 2607 0 conversion for UTF8 to BIG5 4454 2607 0 conversion for UTF8 to KOI8R 4455 2607 0 conversion for KOI8R to UTF8 4456 2607 0 conversion for UTF8 to KOI8U 4457 2607 0 conversion for KOI8U to UTF8 4458 2607 0 conversion for UTF8 to WIN866 4459 2607 0 conversion for WIN866 to UTF8 4460 2607 0 conversion for UTF8 to WIN874 4461 2607 0 conversion for WIN874 to UTF8 4462 2607 0 conversion for UTF8 to WIN1250 4463 2607 0 conversion for WIN1250 to UTF8 4464 2607 0 conversion for UTF8 to WIN1251 4465 2607 0 conversion for WIN1251 to UTF8 4466 2607 0 conversion for UTF8 to WIN1252 4467 2607 0 conversion for WIN1252 to UTF8 4468 2607 0 conversion for UTF8 to WIN1253 4469 2607 0 conversion for WIN1253 to UTF8 4470 2607 0 conversion for UTF8 to WIN1254 4471 2607 0 conversion for WIN1254 to UTF8 4472 2607 0 conversion for UTF8 to WIN1255 4473 2607 0 conversion for WIN1255 to UTF8 4474 2607 0 conversion for UTF8 to WIN1256 4475 2607 0 conversion for WIN1256 to UTF8 4476 2607 0 conversion for UTF8 to WIN1257 4477 2607 0 conversion for WIN1257 to UTF8 4478 2607 0 conversion for UTF8 to WIN1258 4479 2607 0 conversion for WIN1258 to UTF8 4480 2607 0 conversion for EUC_CN to UTF8 4481 2607 0 conversion for UTF8 to EUC_CN 4482 2607 0 conversion for EUC_JP to UTF8 4483 2607 0 conversion for UTF8 to EUC_JP 4484 2607 0 conversion for EUC_KR to UTF8 4485 2607 0 conversion for UTF8 to EUC_KR 4486 2607 0 conversion for EUC_TW to UTF8 4487 2607 0 conversion for UTF8 to EUC_TW 4488 2607 0 conversion for GB18030 to UTF8 4489 2607 0 conversion for UTF8 to GB18030 4490 2607 0 conversion for GBK to UTF8 4491 2607 0 conversion for UTF8 to GBK 4492 2607 0 conversion for UTF8 to LATIN2 4493 2607 0 conversion for LATIN2 to UTF8 4494 2607 0 conversion for UTF8 to LATIN3 4495 2607 0 conversion for LATIN3 to UTF8 4496 2607 0 conversion for UTF8 to LATIN4 4497 2607 0 conversion for LATIN4 to UTF8 4498 2607 0 conversion for UTF8 to LATIN5 4499 2607 0 conversion for LATIN5 to UTF8 4500 2607 0 conversion for UTF8 to LATIN6 4501 2607 0 conversion for LATIN6 to UTF8 4502 2607 0 conversion for UTF8 to LATIN7 4503 2607 0 conversion for LATIN7 to UTF8 4504 2607 0 conversion for UTF8 to LATIN8 4505 2607 0 conversion for LATIN8 to UTF8 4506 2607 0 conversion for UTF8 to LATIN9 4507 2607 0 conversion for LATIN9 to UTF8 4508 2607 0 conversion for UTF8 to LATIN10 4509 2607 0 conversion for LATIN10 to UTF8 4510 2607 0 conversion for UTF8 to ISO-8859-5 4511 2607 0 conversion for ISO-8859-5 to UTF8 4512 2607 0 conversion for UTF8 to ISO-8859-6 4513 2607 0 conversion for ISO-8859-6 to UTF8 4514 2607 0 conversion for UTF8 to ISO-8859-7 4515 2607 0 conversion for ISO-8859-7 to UTF8 4516 2607 0 conversion for UTF8 to ISO-8859-8 4517 2607 0 conversion for ISO-8859-8 to UTF8 4518 2607 0 conversion for LATIN1 to UTF8 4519 2607 0 conversion for UTF8 to LATIN1 4520 2607 0 conversion for JOHAB to UTF8 4521 2607 0 conversion for UTF8 to JOHAB 4522 2607 0 conversion for SJIS to UTF8 4523 2607 0 conversion for UTF8 to SJIS 4524 2607 0 conversion for UHC to UTF8 4525 2607 0 conversion for UTF8 to UHC 4526 2607 0 conversion for EUC_JIS_2004 to UTF8 4527 2607 0 conversion for UTF8 to EUC_JIS_2004 4528 2607 0 conversion for SHIFT_JIS_2004 to UTF8 4529 2607 0 conversion for UTF8 to SHIFT_JIS_2004 4530 2607 0 conversion for EUC_JIS_2004 to SHIFT_JIS_2004 4531 2607 0 conversion for SHIFT_JIS_2004 to EUC_JIS_2004 3748 3602 0 simple configuration 3765 3600 0 simple dictionary: just lower case and check for stopword 3722 3601 0 default word parser 3727 3764 0 simple dictionary: just lower case and check for stopword 3730 3764 0 synonym dictionary: replace word by its synonym 3733 3764 0 ispell dictionary 3742 3764 0 thesaurus dictionary: phrase by phrase substitution 100 3456 0 database's default collation 950 3456 0 standard C collation 951 3456 0 standard POSIX collation 962 3456 0 sorts by Unicode code point, C character semantics 963 3456 0 sorts using the Unicode Collation Algorithm with default settings 2054 1255 0 implementation of < operator 251 1255 0 implementation of > operator 3145 1255 0 implementation of & operator 285 1255 0 implementation of + operator 681 1255 0 implementation of > operator 866 1255 0 implementation of * operator 4255 1255 0 implementation of -|- operator 3871 1255 0 implementation of < operator 1674 1255 0 implementation of | operator 2956 1255 0 implementation of = operator 1495 1255 0 implementation of ?# operator 1167 1255 0 implementation of > operator 1087 1255 0 implementation of < operator 1727 1255 0 implementation of / operator 3304 1255 0 implementation of #- operator 2342 1255 0 implementation of >= operator 850 1255 0 implementation of ~~ operator 1848 1255 0 implementation of + operator 3290 1255 0 implementation of <-> operator 856 1255 0 implementation of <= operator 1439 1255 0 implementation of / operator 1676 1255 0 implementation of ~ operator 2056 1255 0 implementation of >= operator 151 1255 0 implementation of >= operator 921 1255 0 implementation of < operator 1692 1255 0 implementation of >= operator 852 1255 0 implementation of = operator 310 1255 0 implementation of >= operator 2055 1255 0 implementation of <= operator 1659 1255 0 implementation of !~ operator 339 1255 0 implementation of ~= operator 847 1255 0 implementation of / operator 2366 1255 0 implementation of = operator 2627 1255 0 implementation of ~ operator 3949 1255 0 implementation of -> operator 1476 1255 0 implementation of <-> operator 1465 1255 0 implementation of > operator 1048 1255 0 implementation of = operator 1253 1255 0 implementation of @ operator 4253 1255 0 implementation of <@ operator 1462 1255 0 implementation of = operator 5084 1255 0 implementation of = operator 213 1255 0 implementation of - operator 1478 1255 0 implementation of <@ operator 137 1255 0 implementation of <@ operator 4046 1255 0 implementation of @> operator 4272 1255 0 implementation of * operator 996 1255 0 implementation of ?-| operator 1162 1255 0 implementation of = operator 1105 1255 0 implementation of >= operator 292 1255 0 implementation of >= operator 168 1255 0 implementation of >= operator 136 1255 0 implementation of <@ operator 218 1255 0 implementation of + operator 373 1255 0 implementation of ?# operator 3666 1255 0 implementation of >= operator 4114 1255 0 implementation of < operator 1496 1255 0 implementation of ?|| operator 1854 1255 0 implementation of <= operator 1726 1255 0 implementation of * operator 230 1255 0 implementation of |/ operator 3509 1255 0 implementation of <> operator 785 1255 0 implementation of <-> operator 1146 1255 0 implementation of + operator 1487 1255 0 implementation of @-@ operator 942 1255 0 implementation of - operator 2032 1255 0 implementation of + operator 4118 1255 0 implementation of <> operator 149 1255 0 implementation of <= operator 307 1255 0 implementation of < operator 4259 1255 0 implementation of << operator 2550 1255 0 implementation of + operator 1898 1255 0 implementation of & operator 838 1255 0 implementation of - operator 1582 1255 0 implementation of <> operator 1897 1255 0 implementation of >> operator 191 1255 0 implementation of >> operator 3301 1255 0 implementation of || operator 833 1255 0 implementation of > operator 4116 1255 0 implementation of > operator 295 1255 0 implementation of < operator 135 1255 0 implementation of ~= operator 252 1255 0 implementation of <> operator 4275 1255 0 implementation of <= operator 839 1255 0 implementation of * operator 3303 1255 0 implementation of - operator 834 1255 0 implementation of >= operator 1914 1255 0 implementation of + operator 131 1255 0 implementation of |>> operator 1425 1255 0 implementation of / operator 3858 1255 0 implementation of @> operator 1718 1255 0 implementation of = operator 178 1255 0 implementation of + operator 471 1255 0 implementation of <= operator 357 1255 0 implementation of <-> operator 241 1255 0 implementation of < operator 465 1255 0 implementation of * operator 3859 1255 0 implementation of @> operator 1896 1255 0 implementation of << operator 66 1255 0 implementation of < operator 4048 1255 0 implementation of ?| operator 980 1255 0 implementation of # operator 479 1255 0 implementation of >= operator 2005 1255 0 implementation of ~~ operator 160 1255 0 implementation of < operator 284 1255 0 implementation of / operator 1749 1255 0 implementation of + operator 1899 1255 0 implementation of | operator 1188 1255 0 implementation of - operator 4258 1255 0 implementation of << operator 1104 1255 0 implementation of > operator 1912 1255 0 implementation of + operator 2748 1255 0 implementation of @> operator 3857 1255 0 implementation of && operator 57 1255 0 implementation of > operator 239 1255 0 implementation of <-> operator 288 1255 0 implementation of <> operator 1592 1255 0 implementation of >= operator 1489 1255 0 implementation of ## operator 5023 1255 0 implementation of + operator 3510 1255 0 implementation of < operator 296 1255 0 implementation of <= operator 3760 1255 0 implementation of @@ operator 282 1255 0 implementation of - operator 3948 1255 0 implementation of ->> operator 146 1255 0 implementation of > operator 848 1255 0 implementation of * operator 3478 1255 0 implementation of -> operator 381 1255 0 implementation of <-> operator 193 1255 0 implementation of @> operator 927 1255 0 implementation of << operator 1437 1255 0 implementation of - operator 1656 1255 0 implementation of ~* operator 655 1255 0 implementation of < operator 466 1255 0 implementation of / operator 853 1255 0 implementation of <> operator 1771 1255 0 implementation of - operator 243 1255 0 implementation of >= operator 5024 1255 0 implementation of - operator 1704 1255 0 implementation of @ operator 2164 1255 0 implementation of ~>~ operator 995 1255 0 implementation of ?|| operator 167 1255 0 implementation of <= operator 1251 1255 0 implementation of @ operator 250 1255 0 implementation of >= operator 1911 1255 0 implementation of + operator 4541 1255 0 implementation of @> operator 2567 1255 0 implementation of &<| operator 1275 1255 0 implementation of - operator 64 1255 0 implementation of < operator 478 1255 0 implementation of <= operator 1488 1255 0 implementation of ## operator 4270 1255 0 implementation of + operator 1280 1255 0 implementation of * operator 4265 1255 0 implementation of &< operator 145 1255 0 implementation of <> operator 1725 1255 0 implementation of - operator 1298 1255 0 implementation of + operator 2955 1255 0 implementation of <= operator 163 1255 0 implementation of > operator 3696 1255 0 implementation of ^@ operator 1858 1255 0 implementation of < operator 1915 1255 0 implementation of + operator 1498 1255 0 implementation of ?| operator 1153 1255 0 implementation of <> operator 72 1255 0 implementation of <= operator 343 1255 0 implementation of &> operator 186 1255 0 implementation of ~= operator 177 1255 0 implementation of + operator 2031 1255 0 implementation of - operator 1913 1255 0 implementation of + operator 346 1255 0 implementation of && operator 841 1255 0 implementation of + operator 3861 1255 0 implementation of <@ operator 280 1255 0 implementation of / operator 727 1255 0 implementation of <-> operator 1281 1255 0 implementation of / operator 297 1255 0 implementation of > operator 1164 1255 0 implementation of < operator 3236 1255 0 implementation of <> operator 391 1255 0 implementation of < operator 2568 1255 0 implementation of |&> operator 2531 1255 0 implementation of >= operator 1902 1255 0 implementation of << operator 893 1255 0 implementation of >= operator 1140 1255 0 implementation of - operator 2523 1255 0 implementation of > operator 1723 1255 0 implementation of <= operator 2522 1255 0 implementation of = operator 741 1255 0 implementation of <= operator 1458 1255 0 implementation of <@ operator 1428 1255 0 implementation of @> operator 1690 1255 0 implementation of - operator 1252 1255 0 implementation of !~ operator 919 1255 0 implementation of * operator 851 1255 0 implementation of !~~ operator 304 1255 0 implementation of >= operator 361 1255 0 implementation of <-> operator 1246 1255 0 implementation of < operator 125 1255 0 implementation of && operator 474 1255 0 implementation of = operator 2747 1255 0 implementation of && operator 1903 1255 0 implementation of >> operator 1632 1255 0 implementation of !~~ operator 153 1255 0 implementation of / operator 3231 1255 0 implementation of < operator 2004 1255 0 implementation of || operator 1747 1255 0 implementation of + operator 73 1255 0 implementation of > operator 182 1255 0 implementation of - operator 56 1255 0 implementation of < operator 4264 1255 0 implementation of &< operator 1748 1255 0 implementation of - operator 2569 1255 0 implementation of |>> operator 277 1255 0 implementation of ?# operator 729 1255 0 implementation of <-> operator 1463 1255 0 implementation of <> operator 2072 1255 0 implementation of - operator 1853 1255 0 implementation of > operator 3235 1255 0 implementation of > operator 984 1255 0 implementation of = operator 891 1255 0 implementation of <= operator 468 1255 0 implementation of <> operator 1429 1255 0 implementation of <@ operator 2959 1255 0 implementation of <> operator 2339 1255 0 implementation of <= operator 189 1255 0 implementation of &< operator 1141 1255 0 implementation of + operator 1901 1255 0 implementation of ~ operator 1673 1255 0 implementation of & operator 1276 1255 0 implementation of * operator 923 1255 0 implementation of > operator 1453 1255 0 implementation of @> operator 1910 1255 0 implementation of + operator 997 1255 0 implementation of ?| operator 1892 1255 0 implementation of & operator 1258 1255 0 implementation of || operator 5035 1255 0 implementation of > operator 1152 1255 0 implementation of = operator 3511 1255 0 implementation of > operator 3234 1255 0 implementation of >= operator 2958 1255 0 implementation of > operator 303 1255 0 implementation of > operator 293 1255 0 implementation of = operator 2338 1255 0 implementation of < operator 1296 1255 0 implementation of + operator 365 1255 0 implementation of <-> operator 287 1255 0 implementation of = operator 165 1255 0 implementation of <> operator 1691 1255 0 implementation of <= operator 3232 1255 0 implementation of <= operator 2343 1255 0 implementation of <> operator 2631 1255 0 implementation of + operator 837 1255 0 implementation of + operator 5003 1255 0 implementation of <-> operator 897 1255 0 implementation of / operator 152 1255 0 implementation of * operator 1729 1255 0 implementation of % operator 475 1255 0 implementation of <> operator 1156 1255 0 implementation of >= operator 281 1255 0 implementation of + operator 462 1255 0 implementation of - operator 2983 1255 0 implementation of < operator 2521 1255 0 implementation of <= operator 301 1255 0 implementation of < operator 1274 1255 0 implementation of + operator 1049 1255 0 implementation of < operator 181 1255 0 implementation of - operator 340 1255 0 implementation of @> operator 367 1255 0 implementation of ## operator 392 1255 0 implementation of > operator 983 1255 0 implementation of > operator 896 1255 0 implementation of * operator 3867 1255 0 implementation of + operator 994 1255 0 implementation of ?# operator 1357 1255 0 implementation of > operator 1435 1255 0 implementation of + operator 298 1255 0 implementation of >= operator 1486 1255 0 implementation of >= operator 4252 1255 0 implementation of <@ operator 846 1255 0 implementation of * operator 4268 1255 0 implementation of &> operator 656 1255 0 implementation of <= operator 1499 1255 0 implementation of ?- operator 1292 1255 0 implementation of = operator 4251 1255 0 implementation of @> operator 3669 1255 0 implementation of && operator 1484 1255 0 implementation of <= operator 1460 1255 0 implementation of <<| operator 863 1255 0 implementation of * operator 396 1255 0 implementation of >= operator 679 1255 0 implementation of = operator 2587 1255 0 implementation of &<| operator 1148 1255 0 implementation of * operator 2524 1255 0 implementation of >= operator 221 1255 0 implementation of @ operator 889 1255 0 implementation of <> operator 2546 1255 0 implementation of + operator 2351 1255 0 implementation of < operator 1051 1255 0 implementation of > operator 1089 1255 0 implementation of > operator 65 1255 0 implementation of = operator 2981 1255 0 implementation of = operator 366 1255 0 implementation of ## operator 1457 1255 0 implementation of >> operator 1678 1255 0 implementation of >> operator 3862 1255 0 implementation of -|- operator 1477 1255 0 implementation of @> operator 3866 1255 0 implementation of &> operator 3146 1255 0 implementation of | operator 421 1255 0 implementation of <-> operator 1452 1255 0 implementation of ~= operator 1102 1255 0 implementation of < operator 1062 1255 0 implementation of = operator 3663 1255 0 implementation of <= operator 2380 1255 0 implementation of > operator 164 1255 0 implementation of <> operator 3508 1255 0 implementation of = operator 704 1255 0 implementation of <-> operator 278 1255 0 implementation of ?# operator 2353 1255 0 implementation of = operator 289 1255 0 implementation of < operator 133 1255 0 implementation of >> operator 5034 1255 0 implementation of < operator 279 1255 0 implementation of * operator 1739 1255 0 implementation of ^ operator 892 1255 0 implementation of > operator 232 1255 0 implementation of ^ operator 1658 1255 0 implementation of ~ operator 4244 1255 0 implementation of = operator 4256 1255 0 implementation of -|- operator 158 1255 0 implementation of = operator 172 1255 0 implementation of / operator 4042 1255 0 implementation of >= operator 2527 1255 0 implementation of < operator 4254 1255 0 implementation of <@ operator 2368 1255 0 implementation of >= operator 1091 1255 0 implementation of <> operator 1633 1255 0 implementation of ~~* operator 184 1255 0 implementation of = operator 170 1255 0 implementation of * operator 1639 1255 0 implementation of >= operator 1355 1255 0 implementation of <= operator 68 1255 0 implementation of = operator 1265 1255 0 implementation of <> operator 3237 1255 0 implementation of - operator 244 1255 0 implementation of > operator 728 1255 0 implementation of <-> operator 1657 1255 0 implementation of !~* operator 128 1255 0 implementation of = operator 1952 1255 0 implementation of >= operator 300 1255 0 implementation of <> operator 4250 1255 0 implementation of @> operator 928 1255 0 implementation of <<= operator 1893 1255 0 implementation of | operator 2630 1255 0 implementation of + operator 1052 1255 0 implementation of >= operator 4248 1255 0 implementation of && operator 216 1255 0 implementation of * operator 2549 1255 0 implementation of + operator 2355 1255 0 implementation of >= operator 2174 1255 0 implementation of ~<~ operator 202 1255 0 implementation of * operator 865 1255 0 implementation of / operator 987 1255 0 implementation of @-@ operator 1157 1255 0 implementation of > operator 725 1255 0 implementation of <-> operator 129 1255 0 implementation of < operator 1106 1255 0 implementation of <> operator 744 1255 0 implementation of = operator 1850 1255 0 implementation of = operator 985 1255 0 implementation of <= operator 1230 1255 0 implementation of @ operator 3619 1255 0 implementation of <> operator 2356 1255 0 implementation of <> operator 305 1255 0 implementation of = operator 1432 1255 0 implementation of # operator 1721 1255 0 implementation of >= operator 1595 1255 0 implementation of < operator 930 1255 0 implementation of >>= operator 179 1255 0 implementation of + operator 1443 1255 0 implementation of * operator 855 1255 0 implementation of > operator 470 1255 0 implementation of > operator 2562 1255 0 implementation of <<| operator 959 1255 0 implementation of <@ operator 3343 1255 0 implementation of - operator 370 1255 0 implementation of <-> operator 2520 1255 0 implementation of < operator 1860 1255 0 implementation of <= operator 4117 1255 0 implementation of >= operator 1951 1255 0 implementation of > operator 362 1255 0 implementation of # operator 204 1255 0 implementation of + operator 4113 1255 0 implementation of = operator 4274 1255 0 implementation of < operator 2053 1255 0 implementation of <> operator 162 1255 0 implementation of > operator 3691 1255 0 implementation of @> operator 299 1255 0 implementation of = operator 1908 1255 0 implementation of << operator 1050 1255 0 implementation of <= operator 2354 1255 0 implementation of > operator 62 1255 0 implementation of = operator 2954 1255 0 implementation of < operator 2528 1255 0 implementation of <= operator 2057 1255 0 implementation of > operator 180 1255 0 implementation of - operator 1581 1255 0 implementation of = operator 390 1255 0 implementation of <> operator 127 1255 0 implementation of > operator 1624 1255 0 implementation of * operator 1426 1255 0 implementation of @> operator 3513 1255 0 implementation of >= operator 2957 1255 0 implementation of >= operator 1859 1255 0 implementation of > operator 1631 1255 0 implementation of ~~ operator 1422 1255 0 implementation of + operator 4120 1255 0 implementation of ~ operator 4257 1255 0 implementation of -|- operator 3399 1255 0 implementation of * operator 1906 1255 0 implementation of # operator 3292 1255 0 implementation of <-> operator 988 1255 0 implementation of <> operator 991 1255 0 implementation of <-> operator 1953 1255 0 implementation of <> operator 185 1255 0 implementation of <> operator 1492 1255 0 implementation of = operator 3662 1255 0 implementation of < operator 2793 1255 0 implementation of <= operator 2011 1255 0 implementation of || operator 309 1255 0 implementation of > operator 1190 1255 0 implementation of - operator 2984 1255 0 implementation of > operator 4041 1255 0 implementation of <= operator 363 1255 0 implementation of <-> operator 341 1255 0 implementation of << operator 2177 1255 0 implementation of ~>=~ operator 831 1255 0 implementation of < operator 286 1255 0 implementation of - operator 3551 1255 0 implementation of && operator 1154 1255 0 implementation of < operator 4249 1255 0 implementation of @> operator 986 1255 0 implementation of >= operator 155 1255 0 implementation of % operator 5036 1255 0 implementation of <= operator 717 1255 0 implementation of <= operator 2160 1255 0 implementation of ~<~ operator 1240 1255 0 implementation of ~* operator 1949 1255 0 implementation of < operator 961 1255 0 implementation of ## operator 2364 1255 0 implementation of < operator 3185 1255 0 implementation of *<= operator 702 1255 0 implementation of <-> operator 1907 1255 0 implementation of ~ operator 205 1255 0 implementation of - operator 1438 1255 0 implementation of * operator 1103 1255 0 implementation of <= operator 187 1255 0 implementation of @> operator 1669 1255 0 implementation of > operator 4043 1255 0 implementation of = operator 156 1255 0 implementation of % operator 1670 1255 0 implementation of <= operator 1142 1255 0 implementation of - operator 3233 1255 0 implementation of = operator 302 1255 0 implementation of <= operator 249 1255 0 implementation of <= operator 126 1255 0 implementation of >= operator 3181 1255 0 implementation of *= operator 835 1255 0 implementation of <> operator 922 1255 0 implementation of <= operator 3873 1255 0 implementation of >= operator 1483 1255 0 implementation of < operator 132 1255 0 implementation of << operator 369 1255 0 implementation of <@ operator 742 1255 0 implementation of > operator 3863 1255 0 implementation of << operator 2532 1255 0 implementation of <> operator 1423 1255 0 implementation of - operator 67 1255 0 implementation of = operator 4260 1255 0 implementation of << operator 464 1255 0 implementation of - operator 1353 1255 0 implementation of <> operator 2003 1255 0 implementation of || operator 2790 1255 0 implementation of > operator 1635 1255 0 implementation of ~~* operator 4266 1255 0 implementation of &< operator 2161 1255 0 implementation of ~<=~ operator 2633 1255 0 implementation of - operator 477 1255 0 implementation of > operator 1905 1255 0 implementation of | operator 1856 1255 0 implementation of = operator 1169 1255 0 implementation of + operator 1165 1255 0 implementation of <= operator 658 1255 0 implementation of >= operator 4121 1255 0 implementation of & operator 973 1255 0 implementation of ?# operator 1852 1255 0 implementation of < operator 2548 1255 0 implementation of + operator 1441 1255 0 implementation of + operator 69 1255 0 implementation of = operator 4047 1255 0 implementation of ? operator 1163 1255 0 implementation of <> operator 2986 1255 0 implementation of >= operator 203 1255 0 implementation of / operator 1238 1255 0 implementation of ~* operator 393 1255 0 implementation of <= operator 219 1255 0 implementation of - operator 3617 1255 0 implementation of <= operator 2006 1255 0 implementation of !~~ operator 4271 1255 0 implementation of - operator 1461 1255 0 implementation of |>> operator 79 1255 0 implementation of ~ operator 1472 1255 0 implementation of @@ operator 3144 1255 0 implementation of ~ operator 4542 1255 0 implementation of <@ operator 134 1255 0 implementation of <<| operator 4038 1255 0 implementation of <> operator 3874 1255 0 implementation of > operator 1254 1255 0 implementation of ~ operator 3950 1255 0 implementation of ->> operator 192 1255 0 implementation of <@ operator 2791 1255 0 implementation of < operator 1851 1255 0 implementation of <> operator 2367 1255 0 implementation of > operator 116 1255 0 implementation of <^ operator 2566 1255 0 implementation of <<| operator 1677 1255 0 implementation of << operator 1459 1255 0 implementation of && operator 4269 1255 0 implementation of &> operator 3855 1255 0 implementation of = operator 3186 1255 0 implementation of *>= operator 248 1255 0 implementation of < operator 862 1255 0 implementation of * operator 3309 1255 0 implementation of <> operator 84 1255 0 implementation of <> operator 2379 1255 0 implementation of = operator 1634 1255 0 implementation of !~~* operator 207 1255 0 implementation of @ operator 1467 1255 0 implementation of >= operator 74 1255 0 implementation of >= operator 1319 1255 0 implementation of = operator 2369 1255 0 implementation of <> operator 2378 1255 0 implementation of <= operator 1354 1255 0 implementation of < operator 463 1255 0 implementation of + operator 4122 1255 0 implementation of | operator 159 1255 0 implementation of = operator 3620 1255 0 implementation of >= operator 3184 1255 0 implementation of *> operator 830 1255 0 implementation of = operator 1279 1255 0 implementation of - operator 3183 1255 0 implementation of *< operator 1594 1255 0 implementation of <= operator 141 1255 0 implementation of * operator 999 1255 0 implementation of = operator 3344 1255 0 implementation of * operator 840 1255 0 implementation of / operator 467 1255 0 implementation of = operator 171 1255 0 implementation of * operator 227 1255 0 implementation of @@ operator 1278 1255 0 implementation of + operator 380 1255 0 implementation of <-> operator 247 1255 0 implementation of = operator 1090 1255 0 implementation of >= operator 4049 1255 0 implementation of ?& operator 138 1255 0 implementation of @@ operator 242 1255 0 implementation of <= operator 858 1255 0 implementation of ~~ operator 2340 1255 0 implementation of = operator 190 1255 0 implementation of &> operator 680 1255 0 implementation of >= operator 1948 1255 0 implementation of = operator 1445 1255 0 implementation of # operator 342 1255 0 implementation of &< operator 3616 1255 0 implementation of < operator 3621 1255 0 implementation of > operator 1155 1255 0 implementation of <= operator 2792 1255 0 implementation of >= operator 854 1255 0 implementation of < operator 2985 1255 0 implementation of <= operator 2365 1255 0 implementation of <= operator 115 1255 0 implementation of >^ operator 1724 1255 0 implementation of + operator 1636 1255 0 implementation of !~~* operator 1241 1255 0 implementation of !~* operator 888 1255 0 implementation of = operator 1442 1255 0 implementation of - operator 148 1255 0 implementation of <= operator 1147 1255 0 implementation of - operator 678 1255 0 implementation of <= operator 1618 1255 0 implementation of * operator 3872 1255 0 implementation of <= operator 1668 1255 0 implementation of >= operator 1494 1255 0 implementation of # operator 368 1255 0 implementation of ## operator 294 1255 0 implementation of <> operator 857 1255 0 implementation of >= operator 3856 1255 0 implementation of <> operator 3625 1255 0 implementation of || operator 1675 1255 0 implementation of # operator 5085 1255 0 implementation of <> operator 1666 1255 0 implementation of = operator 3860 1255 0 implementation of <@ operator 2563 1255 0 implementation of &<| operator 3869 1255 0 implementation of - operator 3634 1255 0 implementation of @@ operator 1679 1255 0 implementation of || operator 2565 1255 0 implementation of |>> operator 948 1255 0 implementation of / operator 1170 1255 0 implementation of - operator 990 1255 0 implementation of ?- operator 371 1255 0 implementation of <-> operator 1166 1255 0 implementation of >= operator 960 1255 0 implementation of <@ operator 998 1255 0 implementation of ?- operator 677 1255 0 implementation of < operator 929 1255 0 implementation of >> operator 2629 1255 0 implementation of | operator 890 1255 0 implementation of < operator 290 1255 0 implementation of <= operator 3761 1255 0 implementation of @@ operator 2564 1255 0 implementation of |&> operator 4246 1255 0 implementation of && operator 1356 1255 0 implementation of >= operator 1352 1255 0 implementation of = operator 619 1255 0 implementation of <> operator 3947 1255 0 implementation of -> operator 2052 1255 0 implementation of = operator 206 1255 0 implementation of - operator 364 1255 0 implementation of <-> operator 372 1255 0 implementation of <@ operator 1256 1255 0 implementation of !~ operator 1149 1255 0 implementation of / operator 2749 1255 0 implementation of <@ operator 978 1255 0 implementation of <-> operator 1297 1255 0 implementation of + operator 70 1255 0 implementation of <> operator 1720 1255 0 implementation of > operator 743 1255 0 implementation of >= operator 225 1255 0 implementation of @@ operator 1950 1255 0 implementation of <= operator 5037 1255 0 implementation of >= operator 1904 1255 0 implementation of & operator 1895 1255 0 implementation of ~ operator 1750 1255 0 implementation of - operator 3214 1255 0 implementation of ->> operator 1485 1255 0 implementation of > operator 945 1255 0 implementation of % operator 3868 1255 0 implementation of * operator 3308 1255 0 implementation of <> operator 3618 1255 0 implementation of = operator 60 1255 0 implementation of = operator 4261 1255 0 implementation of >> operator 1719 1255 0 implementation of <> operator 1593 1255 0 implementation of > operator 895 1255 0 implementation of - operator 1638 1255 0 implementation of > operator 3864 1255 0 implementation of >> operator 1909 1255 0 implementation of >> operator 894 1255 0 implementation of + operator 2982 1255 0 implementation of <> operator 4050 1255 0 implementation of <@ operator 4039 1255 0 implementation of < operator 2547 1255 0 implementation of + operator 1277 1255 0 implementation of / operator 4267 1255 0 implementation of &> operator 1053 1255 0 implementation of <> operator 469 1255 0 implementation of < operator 3215 1255 0 implementation of -> operator 1660 1255 0 implementation of ~~* operator 3665 1255 0 implementation of <> operator 1272 1255 0 implementation of + operator 3216 1255 0 implementation of ->> operator 245 1255 0 implementation of <> operator 5022 1255 0 implementation of + operator 1861 1255 0 implementation of >= operator 982 1255 0 implementation of < operator 220 1255 0 implementation of - operator 3865 1255 0 implementation of &< operator 3822 1255 0 implementation of / operator 1464 1255 0 implementation of < operator 4040 1255 0 implementation of > operator 2071 1255 0 implementation of + operator 1086 1255 0 implementation of = operator 166 1255 0 implementation of <= operator 2178 1255 0 implementation of ~>~ operator 1855 1255 0 implementation of >= operator 924 1255 0 implementation of >= operator 1857 1255 0 implementation of <> operator 864 1255 0 implementation of * operator 920 1255 0 implementation of = operator 1471 1255 0 implementation of <-> operator 291 1255 0 implementation of > operator 4115 1255 0 implementation of <= operator 2382 1255 0 implementation of <> operator 61 1255 0 implementation of = operator 4262 1255 0 implementation of >> operator 176 1255 0 implementation of + operator 3635 1255 0 implementation of @@ operator 2175 1255 0 implementation of ~<=~ operator 1444 1255 0 implementation of / operator 3670 1255 0 implementation of || operator 169 1255 0 implementation of >= operator 4277 1255 0 implementation of > operator 344 1255 0 implementation of >> operator 476 1255 0 implementation of < operator 3182 1255 0 implementation of *<> operator 2525 1255 0 implementation of <> operator 4276 1255 0 implementation of >= operator 472 1255 0 implementation of >= operator 4245 1255 0 implementation of <> operator 147 1255 0 implementation of > operator 2530 1255 0 implementation of > operator 1189 1255 0 implementation of + operator 859 1255 0 implementation of !~~ operator 2377 1255 0 implementation of < operator 2632 1255 0 implementation of - operator 659 1255 0 implementation of <> operator 3664 1255 0 implementation of = operator 716 1255 0 implementation of < operator 3667 1255 0 implementation of > operator 161 1255 0 implementation of < operator 2033 1255 0 implementation of - operator 1436 1255 0 implementation of + operator 157 1255 0 implementation of <> operator 154 1255 0 implementation of / operator 1722 1255 0 implementation of < operator 2628 1255 0 implementation of & operator 657 1255 0 implementation of > operator 3671 1255 0 implementation of !! operator 2588 1255 0 implementation of |&> operator 2529 1255 0 implementation of = operator 1455 1255 0 implementation of &< operator 173 1255 0 implementation of / operator 3512 1255 0 implementation of <= operator 1168 1255 0 implementation of - operator 188 1255 0 implementation of << operator 867 1255 0 implementation of / operator 3302 1255 0 implementation of - operator 2381 1255 0 implementation of >= operator 2163 1255 0 implementation of ~>=~ operator 1894 1255 0 implementation of # operator 1145 1255 0 implementation of = operator 1239 1255 0 implementation of !~* operator 306 1255 0 implementation of <> operator 1466 1255 0 implementation of <= operator 989 1255 0 implementation of ?| operator 345 1255 0 implementation of <@ operator 1326 1255 0 implementation of / operator 308 1255 0 implementation of <= operator 943 1255 0 implementation of * operator 150 1255 0 implementation of >= operator 1456 1255 0 implementation of &> operator 1482 1255 0 implementation of <> operator 4263 1255 0 implementation of >> operator 63 1255 0 implementation of = operator 183 1255 0 implementation of - operator 832 1255 0 implementation of <= operator 3275 1255 0 implementation of <-> operator 1900 1255 0 implementation of # operator 1667 1255 0 implementation of <> operator 130 1255 0 implementation of <= operator 240 1255 0 implementation of = operator 283 1255 0 implementation of * operator 3345 1255 0 implementation of / operator 3692 1255 0 implementation of <@ operator 1497 1255 0 implementation of ?-| operator 1088 1255 0 implementation of <= operator 2352 1255 0 implementation of <= operator 231 1255 0 implementation of ||/ operator 217 1255 0 implementation of / operator 1424 1255 0 implementation of * operator 2341 1255 0 implementation of > operator 1454 1255 0 implementation of << operator 212 1255 0 implementation of - operator 383 1255 0 implementation of || operator 925 1255 0 implementation of <> operator 1661 1255 0 implementation of !~~* operator 740 1255 0 implementation of < operator 4247 1255 0 implementation of && operator 1671 1255 0 implementation of < operator 144 1255 0 implementation of <> operator 13811 3764 0 snowball stemmer 13812 3600 0 snowball stemmer for arabic language 13813 3602 0 configuration for arabic language 13814 3600 0 snowball stemmer for armenian language 13815 3602 0 configuration for armenian language 13816 3600 0 snowball stemmer for basque language 13817 3602 0 configuration for basque language 13818 3600 0 snowball stemmer for catalan language 13819 3602 0 configuration for catalan language 13820 3600 0 snowball stemmer for danish language 13821 3602 0 configuration for danish language 13822 3600 0 snowball stemmer for dutch language 13823 3602 0 configuration for dutch language 13824 3600 0 snowball stemmer for english language 13825 3602 0 configuration for english language 13826 3600 0 snowball stemmer for finnish language 13827 3602 0 configuration for finnish language 13828 3600 0 snowball stemmer for french language 13829 3602 0 configuration for french language 13830 3600 0 snowball stemmer for german language 13831 3602 0 configuration for german language 13832 3600 0 snowball stemmer for greek language 13833 3602 0 configuration for greek language 13834 3600 0 snowball stemmer for hindi language 13835 3602 0 configuration for hindi language 13836 3600 0 snowball stemmer for hungarian language 13837 3602 0 configuration for hungarian language 13838 3600 0 snowball stemmer for indonesian language 13839 3602 0 configuration for indonesian language 13840 3600 0 snowball stemmer for irish language 13841 3602 0 configuration for irish language 13842 3600 0 snowball stemmer for italian language 13843 3602 0 configuration for italian language 13844 3600 0 snowball stemmer for lithuanian language 13845 3602 0 configuration for lithuanian language 13846 3600 0 snowball stemmer for nepali language 13847 3602 0 configuration for nepali language 13848 3600 0 snowball stemmer for norwegian language 13849 3602 0 configuration for norwegian language 13850 3600 0 snowball stemmer for portuguese language 13851 3602 0 configuration for portuguese language 13852 3600 0 snowball stemmer for romanian language 13853 3602 0 configuration for romanian language 13854 3600 0 snowball stemmer for russian language 13855 3602 0 configuration for russian language 13856 3600 0 snowball stemmer for serbian language 13857 3602 0 configuration for serbian language 13858 3600 0 snowball stemmer for spanish language 13859 3602 0 configuration for spanish language 13860 3600 0 snowball stemmer for swedish language 13861 3602 0 configuration for swedish language 13862 3600 0 snowball stemmer for tamil language 13863 3602 0 configuration for tamil language 13864 3600 0 snowball stemmer for turkish language 13865 3602 0 configuration for turkish language 13866 3600 0 snowball stemmer for yiddish language 13867 3602 0 configuration for yiddish language 14220 3079 0 PL/pgSQL procedural language 14224 2612 0 PL/pgSQL procedural language 16406 2606 0 bounds check 16519 2606 0 check it 16402 1259 1 comment on column 16402 1259 0 comment on table 16562 1259 1 comment on column of type 16572 6104 0 comment on publication 16571 6100 0 comment on subscription 16460 1259 1 comment on column col1 16460 1259 2 comment on column col2 16567 2613 0 comment on large object 16528 1247 0 comment on enum type 16538 1247 0 comment on range type 16546 1247 0 comment on regular type 16545 1247 0 comment on undefined type 16636 3456 0 comment on test0 collation 16637 2607 0 comment on test conversion 16639 3764 0 comment on text search template 16641 3600 0 comment on text search dictionary 16640 3601 0 comment on text search parser 16638 3602 0 comment on text search configuration \. -- -- Data for Name: pg_enum; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_enum (oid, enumtypid, enumsortorder, enumlabel) FROM stdin; 16530 16528 1 venus 16532 16528 2 earth 16534 16528 3 mars \. -- -- Data for Name: pg_event_trigger; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_event_trigger (oid, evtname, evtevent, evtowner, evtfoid, evtenabled, evttags) FROM stdin; 16523 test_event_trigger ddl_command_start 10 16522 O \N \. -- -- Data for Name: pg_extension; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_extension (oid, extname, extowner, extnamespace, extrelocatable, extversion, extconfig, extcondition) FROM stdin; 14220 plpgsql 10 11 f 1.0 \N \N \. -- -- Data for Name: pg_foreign_data_wrapper; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_foreign_data_wrapper (oid, fdwname, fdwowner, fdwhandler, fdwvalidator, fdwacl, fdwoptions) FROM stdin; 16525 dummy 10 0 0 {SYSTEM=U/SYSTEM,regress_dump_test_role=U/SYSTEM} \N \. -- -- Data for Name: pg_foreign_server; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_foreign_server (oid, srvname, srvowner, srvfdw, srvtype, srvversion, srvacl, srvoptions) FROM stdin; 16526 s1 10 16525 \N \N {SYSTEM=U/SYSTEM,regress_dump_test_role=U/SYSTEM} \N \. -- -- Data for Name: pg_foreign_table; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_foreign_table (ftrelid, ftserver, ftoptions) FROM stdin; 16643 16526 {schema_name=x1} \. -- -- Data for Name: pg_index; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_index (indexrelid, indrelid, indnatts, indnkeyatts, indisunique, indnullsnotdistinct, indisprimary, indisexclusion, indimmediate, indisclustered, indisvalid, indcheckxmin, indisready, indislive, indisreplident, indkey, indcollation, indclass, indoption, indexprs, indpred) FROM stdin; 2837 2836 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 4172 4171 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 2831 2830 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 2833 2832 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 4158 4157 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 4160 4159 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 2841 2840 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 3440 3439 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 3431 3430 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 2839 2838 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 2337 2336 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 4146 4145 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 2835 2834 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 4164 4163 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 4178 4177 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 2967 2966 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 4186 4185 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 4176 4175 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 2847 2846 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 4170 4169 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 4148 4147 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 4150 4149 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 4152 4151 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 4174 4173 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 4154 4153 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 4168 4167 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 4182 4181 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 4144 4143 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 4156 4155 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 3599 3598 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 4061 4060 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 6176 6175 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 6245 6244 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 4166 4165 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 6229 6228 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 4184 4183 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 16398 16397 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 2691 1255 3 3 t f f f t f t f t t f 2 20 3 950 0 0 10028 10032 1981 0 0 0 \N \N 2704 1247 2 2 t f f f t f t f t t f 2 3 950 0 10028 1981 0 0 \N \N 2658 1249 2 2 t f f f t f t f t t f 1 2 0 950 1981 10028 0 0 \N \N 16399 16393 1 1 t f t f t f t f t t f 1 0 1978 0 \N \N 2663 1259 2 2 t f f f t f t f t t f 2 3 950 0 10028 1981 0 0 \N \N 3455 1259 2 2 f f f f t f t f t t f 9 8 0 0 1981 1981 0 0 \N \N 2703 1247 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 2659 1249 2 2 t f t f t f t f t t f 1 5 0 0 1981 1979 0 0 \N \N 2656 2604 2 2 t f f f t f t f t t f 2 3 0 0 1981 1979 0 0 \N \N 16409 16408 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 2664 2606 2 2 f f f f t f t f t t f 2 3 950 0 10028 1981 0 0 \N \N 2665 2606 3 3 t f f f t f t f t t f 8 9 2 0 0 950 1981 1981 10028 0 0 0 \N \N 2666 2606 1 1 f f f f t f t f t t f 9 0 1981 0 \N \N 2579 2606 1 1 f f f f t f t f t t f 11 0 1981 0 \N \N 2187 2611 1 1 f f f f t f t f t t f 2 0 1981 0 \N \N 2678 2610 1 1 f f f f t f t f t t f 2 0 1981 0 \N \N 2689 2617 4 4 t f f f t f t f t t f 2 8 9 3 950 0 0 0 10028 1981 1981 1981 0 0 0 0 \N \N 2754 2753 3 3 t f f f t f t f t t f 2 3 4 0 950 0 1981 10028 1981 0 0 0 \N \N 2686 2616 3 3 t f f f t f t f t t f 2 3 4 0 950 0 1981 10028 1981 0 0 0 \N \N 2651 2601 1 1 t f f f t f t f t t f 2 950 10028 0 \N \N 2653 2602 4 4 t f f f t f t f t t f 2 3 4 5 0 0 0 0 1981 1981 1981 1979 0 0 0 0 \N \N 2654 2602 3 3 t f f f t f t f t t f 7 6 2 0 0 0 1981 10007 1981 0 0 0 \N \N 2655 2603 4 4 t f f f t f t f t t f 2 3 4 5 0 0 0 0 1981 1981 1981 1979 0 0 0 0 \N \N 2681 2612 1 1 t f f f t f t f t t f 2 950 10028 0 \N \N 3997 3381 2 2 t f f f t f t f t t f 3 4 950 0 10028 1981 0 0 \N \N 3379 3381 1 1 f f f f t f t f t t f 2 0 1981 0 \N \N 2693 2618 2 2 t f f f t f t f t t f 3 2 0 950 1981 10028 0 0 \N \N 2699 2620 1 1 f f f f t f t f t t f 11 0 1981 0 \N \N 2701 2620 2 2 t f f f t f t f t t f 2 4 0 950 1981 10028 0 0 \N \N 3467 3466 1 1 t f f f t f t f t t f 2 950 10028 0 \N \N 2661 2605 2 2 t f f f t f t f t t f 2 3 0 0 1981 1981 0 0 \N \N 2680 2611 2 2 t f t f t f t f t t f 1 3 0 0 1981 1978 0 0 \N \N 2679 2610 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 2688 2617 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 2755 2753 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 2687 2616 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 2652 2601 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 2756 2602 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 2757 2603 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 2682 2612 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 2996 2995 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 2683 2613 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 2650 2600 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 2696 2619 3 3 t f t f t f t f t t f 1 2 3 0 0 0 1981 1979 10003 0 0 0 \N \N 3380 3381 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 3433 3429 2 2 t f t f t f t f t t f 1 2 0 0 1981 10003 0 0 \N \N 2692 2618 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 2702 2620 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 3468 3466 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 2675 2609 3 3 t f t f t f t f t t f 1 2 3 0 0 0 1981 1981 1978 0 0 0 \N \N 2660 2605 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 3502 3501 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 3503 3501 2 2 t f f f t f t f t t f 2 4 0 950 1981 10028 0 0 \N \N 3534 3501 2 2 t f f f t f t f t t f 2 3 0 0 1981 10012 0 0 \N \N 2684 2615 1 1 t f f f t f t f t t f 2 950 10028 0 \N \N 16416 16412 1 1 t f t f t f t f t t f 1 0 1978 0 \N \N 2668 2607 4 4 t f f f t f t f t t f 3 5 6 1 0 0 0 0 1981 1978 1978 1981 0 0 0 0 \N \N 2669 2607 2 2 t f f f t f t f t t f 2 3 950 0 10028 1981 0 0 \N \N 2673 2608 3 3 f f f f t f t f t t f 1 2 3 0 0 0 1981 1981 1978 0 0 0 \N \N 2674 2608 3 3 f f f f t f t f t t f 4 5 6 0 0 0 1981 1981 1978 0 0 0 \N \N 2671 1262 1 1 t f f f t f t f t t f 2 950 10028 0 \N \N 2698 1213 1 1 t f f f t f t f t t f 2 950 10028 0 \N \N 2676 1260 1 1 t f f f t f t f t t f 2 950 10028 0 \N \N 2694 1261 3 3 t f f f t f t f t t f 2 3 4 0 0 0 1981 1981 1981 0 0 0 \N \N 2695 1261 3 3 t f f f t f t f t t f 3 2 4 0 0 0 1981 1981 1981 0 0 0 \N \N 6302 1261 1 1 f f f f t f t f t t f 4 0 1981 0 \N \N 1232 1214 4 4 f f f f t f t f t t f 1 2 3 4 0 0 0 0 1981 1981 1981 1978 0 0 0 0 \N \N 1233 1214 2 2 f f f f t f t f t t f 5 6 0 0 1981 1981 0 0 \N \N 3608 3602 2 2 t f f f t f t f t t f 2 3 950 0 10028 1981 0 0 \N \N 3604 3600 2 2 t f f f t f t f t t f 2 3 950 0 10028 1981 0 0 \N \N 3606 3601 2 2 t f f f t f t f t t f 2 3 950 0 10028 1981 0 0 \N \N 3766 3764 2 2 t f f f t f t f t t f 2 3 950 0 10028 1981 0 0 \N \N 3081 3079 1 1 t f f f t f t f t t f 2 950 10028 0 \N \N 548 2328 1 1 t f f f t f t f t t f 2 950 10028 0 \N \N 549 1417 1 1 t f f f t f t f t t f 2 950 10028 0 \N \N 175 1418 2 2 t f f f t f t f t t f 2 3 0 0 1981 1981 0 0 \N \N 3258 3256 2 2 t f f f t f t f t t f 3 2 0 950 1981 10028 0 0 \N \N 6002 6000 1 1 t f f f t f t f t t f 2 950 3126 0 \N \N 2670 2607 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 2672 1262 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 2965 2964 2 2 t f t f t f t f t t f 1 2 0 0 1981 1981 0 0 \N \N 2697 1213 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 2677 1260 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 6303 1261 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 2397 2396 2 2 t f t f t f t f t t f 1 2 0 0 1981 1981 0 0 \N \N 3712 3602 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 3609 3603 3 3 t f t f t f t f t t f 1 2 3 0 0 0 1981 1978 1978 0 0 0 \N \N 3605 3600 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 3607 3601 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 3767 3764 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 3080 3079 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 112 2328 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 113 1417 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 174 1418 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 3119 3118 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 3257 3256 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 6001 6000 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 827 826 3 3 t f f f t f t f t t f 2 3 4 0 0 0 1981 1981 10007 0 0 0 \N \N 3164 3456 3 3 t f f f t f t f t t f 2 7 3 950 0 0 10028 1978 1981 0 0 0 \N \N 6246 6243 1 1 t f f f t f t f t t f 2 950 3126 0 \N \N 2228 3541 1 1 t f f f t f t f t t f 3 0 1981 0 \N \N 3575 3576 2 2 t f f f t f t f t t f 2 3 0 0 1981 1981 0 0 \N \N 6111 6104 1 1 t f f f t f t f t t f 2 950 10028 0 \N \N 6239 6237 2 2 t f f f t f t f t t f 3 2 0 0 1981 1981 0 0 \N \N 6113 6106 2 2 t f f f t f t f t t f 3 2 0 0 1981 1981 0 0 \N \N 6116 6106 1 1 f f f f t f t f t t f 2 0 1981 0 \N \N 6115 6100 2 2 t f f f t f t f t t f 2 4 0 950 1981 10028 0 0 \N \N 2690 1255 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 2662 1259 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 2657 2604 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 2667 2606 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 2685 2615 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 828 826 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 3395 3394 3 3 t f t f t f t f t t f 1 2 3 0 0 0 1981 1981 1978 0 0 0 \N \N 3597 3596 4 4 t f t f t f t f t t f 1 2 3 4 0 0 0 950 1981 1981 1978 3126 0 0 0 0 \N \N 3593 3592 3 3 t f t f t f t f t t f 1 2 3 0 0 950 1981 1981 3126 0 0 0 \N \N 3085 3456 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 6247 6243 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 3351 3350 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 3542 3541 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 3574 3576 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 5002 2224 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 6110 6104 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 6238 6237 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 6112 6106 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 6114 6100 1 1 t f t f t f t f t t f 1 0 1981 0 \N \N 6117 6102 2 2 t f t f t f t f t t f 2 1 0 0 1981 1981 0 0 \N \N 14056 14055 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 14061 14060 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 14066 14065 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 14071 14070 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 16454 16453 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 16459 16458 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 16464 16463 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 16503 16500 1 1 t f t f t f t f t t f 1 0 1978 0 \N \N 16552 16549 1 1 t f t f t f t f t t f 1 0 1978 0 \N \N 16677 16653 2 2 f f f f t f t f t t f 1 2 0 0 1978 3122 0 0 \N \N 16678 16660 2 2 f f f f t f t f t t f 1 2 0 0 1978 3122 0 0 \N \N 16679 16653 2 2 t f t f t f t f t t f 1 2 0 0 1978 3122 0 0 \N \N 16681 16660 2 2 t f t f t f t f t t f 1 2 0 0 1978 3122 0 0 \N \N 16688 16683 2 2 f f f f t f t f t t f 1 2 0 0 1978 3122 0 0 \N \N 16689 16683 2 2 t f t f t f t f t t f 1 2 0 0 1978 3122 0 0 \N \N 16699 16694 2 2 f f f f t f t f t t f 1 2 0 0 1978 3122 0 0 \N \N 16700 16694 2 2 t f t f t f t f t t f 1 2 0 0 1978 3122 0 0 \N \N 16710 16705 2 2 f f f f t f t f t t f 1 2 0 0 1978 3122 0 0 \N \N 16711 16705 2 2 t f t f t f t f t t f 1 2 0 0 1978 3122 0 0 \N \N 16410 16402 1 1 t f t f t t t f t t f 1 0 1978 0 \N \N 16721 16718 4 4 f f f f t f t f t t f 0 1 0 0 0 0 0 0 1978 1978 1978 1978 0 0 0 0 ({OPEXPR :opno 551 :opfuncid 177 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 79} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 86 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 84} {OPEXPR :opno 551 :opfuncid 177 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 97} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 104 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 102} {OPEXPR :opno 551 :opfuncid 177 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 109} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 116 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 114}) \N 16727 16726 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 16733 16732 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 16734 16729 2 2 t f f t t f t f t t f 1 2 0 0 10078 10078 0 0 \N \N 16740 16739 2 2 t f t f t f t f t t f 1 2 0 0 1981 1978 0 0 \N \N 16741 16736 2 2 t f t t t f t f t t f 1 2 0 0 10078 10078 0 0 \N \N \. -- -- Data for Name: pg_inherits; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_inherits (inhrelid, inhparent, inhseqno, inhdetachpending) FROM stdin; 16418 16412 1 f 16423 16412 1 f 16436 16428 1 f 16660 16653 1 f 16669 16647 1 f 16678 16677 1 f 16681 16679 1 f 16683 16653 1 f 16688 16677 1 f 16689 16679 1 f 16694 16653 1 f 16699 16677 1 f 16700 16679 1 f 16705 16653 1 f 16710 16677 1 f 16711 16679 1 f \. -- -- Data for Name: pg_init_privs; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_init_privs (objoid, classoid, objsubid, privtype, initprivs) FROM stdin; 2619 1259 0 i {SYSTEM=arwdDxtm/SYSTEM} 1247 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 3118 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 1260 1259 0 i {SYSTEM=arwdDxtm/SYSTEM} 12005 1259 0 i {SYSTEM=arwdDxtm/SYSTEM} 12000 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 3429 1259 0 i {SYSTEM=arwdDxtm/SYSTEM} 12114 1259 0 i {SYSTEM=arwdDxtm/SYSTEM} 12104 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=rw/SYSTEM} 12110 1259 0 i {SYSTEM=arwdDxtm/SYSTEM} 12138 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,pg_read_all_stats=r/SYSTEM} 12118 1259 0 i {SYSTEM=arwdDxtm/SYSTEM} 12130 1259 0 i {SYSTEM=arwdDxtm/SYSTEM} 12134 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,pg_read_all_stats=r/SYSTEM} 12033 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 1418 1259 0 i {SYSTEM=arwdDxtm/SYSTEM} 12209 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12340 1259 0 i {SYSTEM=arwdDxtm/SYSTEM} 6100 1259 0 i {SYSTEM=arwdDxtm/SYSTEM} 1249 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 1255 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 1259 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2604 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12214 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12218 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2606 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2611 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2610 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2617 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2753 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2616 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2601 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2602 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2603 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2612 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2995 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2600 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 3381 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2618 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2620 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 3466 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2609 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2605 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 3501 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2615 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2607 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2608 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 1262 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2964 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 1213 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 1261 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 1214 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2396 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 3602 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 3603 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 3600 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 3601 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 3764 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 3079 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2328 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 1417 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 3256 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 6000 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 826 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 3394 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 3596 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 3592 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 3456 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 6243 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 3350 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 3541 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 3576 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2224 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 6104 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 6237 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 6106 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 6102 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12010 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12014 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12018 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12023 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12028 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12038 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12043 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12048 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12053 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12058 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12063 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12068 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12073 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12077 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12081 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12085 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12090 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12095 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12099 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12122 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12126 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12142 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12147 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12166 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12152 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12157 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12161 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12170 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12175 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12179 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12183 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12188 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12192 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12196 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12201 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12205 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12222 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12227 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12232 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12236 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12240 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12244 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12249 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12253 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12257 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12262 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12266 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12271 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12275 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12280 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12285 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12289 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12293 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12297 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12301 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12305 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12310 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12315 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12320 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12325 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12330 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12335 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12344 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 12348 1259 0 i {SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM} 2613 1259 0 i {SYSTEM=arwdDxtm/SYSTEM} 6100 1259 1 i {=r/SYSTEM} 6100 1259 2 i {=r/SYSTEM} 6100 1259 3 i {=r/SYSTEM} 6100 1259 4 i {=r/SYSTEM} 6100 1259 5 i {=r/SYSTEM} 6100 1259 6 i {=r/SYSTEM} 6100 1259 7 i {=r/SYSTEM} 6100 1259 8 i {=r/SYSTEM} 6100 1259 9 i {=r/SYSTEM} 6100 1259 10 i {=r/SYSTEM} 6100 1259 11 i {=r/SYSTEM} 6100 1259 12 i {=r/SYSTEM} 6100 1259 13 i {=r/SYSTEM} 6100 1259 15 i {=r/SYSTEM} 6100 1259 16 i {=r/SYSTEM} 6100 1259 17 i {=r/SYSTEM} 6100 1259 18 i {=r/SYSTEM} 767 1255 0 i {SYSTEM=X/SYSTEM} 765 1255 0 i {SYSTEM=X/SYSTEM} 2274 1255 0 i {SYSTEM=X/SYSTEM} 3776 1255 0 i {SYSTEM=X/SYSTEM} 3777 1255 0 i {SYSTEM=X/SYSTEM} 6170 1255 0 i {SYSTEM=X/SYSTEM} 6232 1255 0 i {SYSTEM=X/SYSTEM} 3329 1255 0 i {SYSTEM=X/SYSTEM} 6250 1255 0 i {SYSTEM=X/SYSTEM} 3098 1255 0 i {SYSTEM=X/SYSTEM} 2848 1255 0 i {SYSTEM=X/SYSTEM} 6305 1255 0 i {SYSTEM=X/SYSTEM} 3071 1255 0 i {SYSTEM=X/SYSTEM} 3072 1255 0 i {SYSTEM=X/SYSTEM} 2622 1255 0 i {SYSTEM=X/SYSTEM} 2621 1255 0 i {SYSTEM=X/SYSTEM} 3801 1255 0 i {SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM} 3826 1255 0 i {SYSTEM=X/SYSTEM} 6208 1255 0 i {SYSTEM=X/SYSTEM} 2624 1255 0 i {SYSTEM=X/SYSTEM} 3828 1255 0 i {SYSTEM=X/SYSTEM} 6209 1255 0 i {SYSTEM=X/SYSTEM} 3827 1255 0 i {SYSTEM=X/SYSTEM} 3295 1255 0 i {SYSTEM=X/SYSTEM} 3307 1255 0 i {SYSTEM=X/SYSTEM} 2625 1255 0 i {SYSTEM=X/SYSTEM} 3297 1255 0 i {SYSTEM=X/SYSTEM} 3800 1255 0 i {SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM} 6005 1255 0 i {SYSTEM=X/SYSTEM} 6008 1255 0 i {SYSTEM=X/SYSTEM} 6009 1255 0 i {SYSTEM=X/SYSTEM} 6007 1255 0 i {SYSTEM=X/SYSTEM} 6006 1255 0 i {SYSTEM=X/SYSTEM} 5029 1255 0 i {SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM} 5030 1255 0 i {SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM} 6270 1255 0 i {SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM} 6271 1255 0 i {SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM} 6012 1255 0 i {SYSTEM=X/SYSTEM} 6013 1255 0 i {SYSTEM=X/SYSTEM} 6011 1255 0 i {SYSTEM=X/SYSTEM} 6014 1255 0 i {SYSTEM=X/SYSTEM} 3400 1255 0 i {SYSTEM=X/SYSTEM} 3354 1255 0 i {SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM} 6272 1255 0 i {SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM} 4543 1255 0 i {SYSTEM=X/SYSTEM} 3353 1255 0 i {SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM} 2172 1255 0 i {SYSTEM=X/SYSTEM} 2739 1255 0 i {SYSTEM=X/SYSTEM} 3436 1255 0 i {SYSTEM=X/SYSTEM} 3775 1255 0 i {SYSTEM=X/SYSTEM} 2307 1255 0 i {SYSTEM=X/SYSTEM} 6230 1255 0 i {SYSTEM=X/SYSTEM} 764 1255 0 i {SYSTEM=X/SYSTEM} 3293 1255 0 i {SYSTEM=X/SYSTEM} 6003 1255 0 i {SYSTEM=X/SYSTEM} 6004 1255 0 i {SYSTEM=X/SYSTEM} 6010 1255 0 i {SYSTEM=X/SYSTEM} 2623 1255 0 i {SYSTEM=X/SYSTEM} 5031 1255 0 i {SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM} 3401 1255 0 i {SYSTEM=X/SYSTEM} 5052 1255 0 i {SYSTEM=X/SYSTEM,pg_read_all_stats=X/SYSTEM} 2282 1255 0 i {SYSTEM=X/SYSTEM,pg_read_all_stats=X/SYSTEM} 11 2615 0 i {SYSTEM=UC/SYSTEM,=U/SYSTEM} 2200 2615 0 i {pg_database_owner=UC/pg_database_owner,=U/pg_database_owner} \. -- -- Data for Name: pg_language; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_language (oid, lanname, lanowner, lanispl, lanpltrusted, lanplcallfoid, laninline, lanvalidator, lanacl) FROM stdin; 12 internal 10 f f 0 0 2246 \N 13 c 10 f f 0 0 2247 \N 14 sql 10 f t 0 0 2248 \N 14224 plpgsql 10 t t 14221 14222 14223 {SYSTEM=U/SYSTEM} 16491 pltestlang 10 t f 16490 0 0 \N \. -- -- Data for Name: pg_largeobject; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_largeobject (loid, pageno, data) FROM stdin; 16567 0 \\x310a320a330a340a350a360a370a380a390a \. -- -- Data for Name: pg_largeobject_metadata; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_largeobject_metadata (oid, lomowner, lomacl) FROM stdin; 16567 10 {SYSTEM=rw/SYSTEM,regress_dump_test_role=rw/SYSTEM} 16743 10 \N \. -- -- Data for Name: pg_namespace; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_namespace (oid, nspname, nspowner, nspacl) FROM stdin; 99 pg_toast 10 \N 11 pg_catalog 10 {SYSTEM=UC/SYSTEM,=U/SYSTEM} 13868 information_schema 10 {SYSTEM=UC/SYSTEM,=U/SYSTEM} 16390 dump_test 10 \N 16465 dump_test_second_schema 10 {SYSTEM=UC/SYSTEM,regress_dump_test_role=U/SYSTEM} 2200 public 16388 {"=U/\\"regress_quoted \\\\\\"\\" role\\""} \. -- -- Data for Name: pg_opclass; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_opclass (oid, opcmethod, opcname, opcnamespace, opcowner, opcfamily, opcintype, opcdefault, opckeytype) FROM stdin; 10000 403 array_ops 11 10 397 2277 t 0 10001 405 array_ops 11 10 627 2277 t 0 10002 403 bit_ops 11 10 423 1560 t 0 10003 403 bool_ops 11 10 424 16 t 0 10004 403 bpchar_ops 11 10 426 1042 t 0 10005 405 bpchar_ops 11 10 427 1042 t 0 10006 403 bytea_ops 11 10 428 17 t 0 10007 403 char_ops 11 10 429 18 t 0 10008 405 char_ops 11 10 431 18 t 0 10009 403 cidr_ops 11 10 1974 869 f 0 10010 405 cidr_ops 11 10 1975 869 f 0 3122 403 date_ops 11 10 434 1082 t 0 10011 405 date_ops 11 10 435 1082 t 0 10012 403 float4_ops 11 10 1970 700 t 0 10013 405 float4_ops 11 10 1971 700 t 0 3123 403 float8_ops 11 10 1970 701 t 0 10014 405 float8_ops 11 10 1971 701 t 0 10015 403 inet_ops 11 10 1974 869 t 0 10016 405 inet_ops 11 10 1975 869 t 0 10017 783 inet_ops 11 10 3550 869 f 0 10018 4000 inet_ops 11 10 3794 869 t 0 1979 403 int2_ops 11 10 1976 21 t 0 10019 405 int2_ops 11 10 1977 21 t 0 1978 403 int4_ops 11 10 1976 23 t 0 10020 405 int4_ops 11 10 1977 23 t 0 3124 403 int8_ops 11 10 1976 20 t 0 10021 405 int8_ops 11 10 1977 20 t 0 10022 403 interval_ops 11 10 1982 1186 t 0 10023 405 interval_ops 11 10 1983 1186 t 0 10024 403 macaddr_ops 11 10 1984 829 t 0 10025 405 macaddr_ops 11 10 1985 829 t 0 10026 403 macaddr8_ops 11 10 3371 774 t 0 10027 405 macaddr8_ops 11 10 3372 774 t 0 10028 403 name_ops 11 10 1994 19 t 2275 10029 405 name_ops 11 10 1995 19 t 0 3125 403 numeric_ops 11 10 1988 1700 t 0 10030 405 numeric_ops 11 10 1998 1700 t 0 1981 403 oid_ops 11 10 1989 26 t 0 10031 405 oid_ops 11 10 1990 26 t 0 10032 403 oidvector_ops 11 10 1991 30 t 0 10033 405 oidvector_ops 11 10 1992 30 t 0 10034 403 record_ops 11 10 2994 2249 t 0 10035 405 record_ops 11 10 6194 2249 t 0 10036 403 record_image_ops 11 10 3194 2249 f 0 3126 403 text_ops 11 10 1994 25 t 0 10037 405 text_ops 11 10 1995 25 t 0 10038 403 time_ops 11 10 1996 1083 t 0 10039 405 time_ops 11 10 1997 1083 t 0 3127 403 timestamptz_ops 11 10 434 1184 t 0 10040 405 timestamptz_ops 11 10 1999 1184 t 0 10041 403 timetz_ops 11 10 2000 1266 t 0 10042 405 timetz_ops 11 10 2001 1266 t 0 10043 403 varbit_ops 11 10 2002 1562 t 0 10044 403 varchar_ops 11 10 1994 25 f 0 10045 405 varchar_ops 11 10 1995 25 f 0 3128 403 timestamp_ops 11 10 434 1114 t 0 10046 405 timestamp_ops 11 10 2040 1114 t 0 4217 403 text_pattern_ops 11 10 2095 25 f 0 4218 403 varchar_pattern_ops 11 10 2095 25 f 0 4219 403 bpchar_pattern_ops 11 10 2097 1042 f 0 10047 403 money_ops 11 10 2099 790 t 0 10048 405 bool_ops 11 10 2222 16 t 0 10049 405 bytea_ops 11 10 2223 17 t 0 10050 403 tid_ops 11 10 2789 27 t 0 10051 405 xid_ops 11 10 2225 28 t 0 10052 405 xid8_ops 11 10 5032 5069 t 0 10053 403 xid8_ops 11 10 5067 5069 t 0 10054 405 cid_ops 11 10 2226 29 t 0 10055 405 tid_ops 11 10 2227 27 t 0 10056 405 text_pattern_ops 11 10 2229 25 f 0 10057 405 varchar_pattern_ops 11 10 2229 25 f 0 10058 405 bpchar_pattern_ops 11 10 2231 1042 f 0 10059 405 aclitem_ops 11 10 2235 1033 t 0 10060 783 box_ops 11 10 2593 603 t 0 10061 783 point_ops 11 10 1029 600 t 603 10062 783 poly_ops 11 10 2594 604 t 603 10063 783 circle_ops 11 10 2595 718 t 603 10064 2742 array_ops 11 10 2745 2277 t 2283 10065 403 uuid_ops 11 10 2968 2950 t 0 10066 405 uuid_ops 11 10 2969 2950 t 0 10067 403 pg_lsn_ops 11 10 3253 3220 t 0 10068 405 pg_lsn_ops 11 10 3254 3220 t 0 10069 403 enum_ops 11 10 3522 3500 t 0 10070 405 enum_ops 11 10 3523 3500 t 0 10071 403 tsvector_ops 11 10 3626 3614 t 0 10072 783 tsvector_ops 11 10 3655 3614 t 3642 10073 2742 tsvector_ops 11 10 3659 3614 t 25 10074 403 tsquery_ops 11 10 3683 3615 t 0 10075 783 tsquery_ops 11 10 3702 3615 t 20 10076 403 range_ops 11 10 3901 3831 t 0 10077 405 range_ops 11 10 3903 3831 t 0 10078 783 range_ops 11 10 3919 3831 t 0 10079 4000 range_ops 11 10 3474 3831 t 0 10080 403 multirange_ops 11 10 4199 4537 t 0 10081 405 multirange_ops 11 10 4225 4537 t 0 10082 783 multirange_ops 11 10 6158 4537 t 3831 10083 4000 box_ops 11 10 5000 603 t 0 10084 4000 quad_point_ops 11 10 4015 600 t 0 10085 4000 kd_point_ops 11 10 4016 600 f 0 10086 4000 text_ops 11 10 4017 25 t 0 10087 4000 poly_ops 11 10 5008 604 t 603 10088 403 jsonb_ops 11 10 4033 3802 t 0 10089 405 jsonb_ops 11 10 4034 3802 t 0 10090 2742 jsonb_ops 11 10 4036 3802 t 25 10091 2742 jsonb_path_ops 11 10 4037 3802 f 23 10092 3580 bytea_minmax_ops 11 10 4064 17 t 17 10093 3580 bytea_bloom_ops 11 10 4578 17 f 17 10094 3580 char_minmax_ops 11 10 4062 18 t 18 10095 3580 char_bloom_ops 11 10 4577 18 f 18 10096 3580 name_minmax_ops 11 10 4065 19 t 19 10097 3580 name_bloom_ops 11 10 4579 19 f 19 10098 3580 int8_minmax_ops 11 10 4054 20 t 20 10099 3580 int8_minmax_multi_ops 11 10 4602 20 f 20 10100 3580 int8_bloom_ops 11 10 4572 20 f 20 10101 3580 int2_minmax_ops 11 10 4054 21 t 21 10102 3580 int2_minmax_multi_ops 11 10 4602 21 f 21 10103 3580 int2_bloom_ops 11 10 4572 21 f 21 10104 3580 int4_minmax_ops 11 10 4054 23 t 23 10105 3580 int4_minmax_multi_ops 11 10 4602 23 f 23 10106 3580 int4_bloom_ops 11 10 4572 23 f 23 10107 3580 text_minmax_ops 11 10 4056 25 t 25 10108 3580 text_bloom_ops 11 10 4573 25 f 25 10109 3580 oid_minmax_ops 11 10 4068 26 t 26 10110 3580 oid_minmax_multi_ops 11 10 4606 26 f 26 10111 3580 oid_bloom_ops 11 10 4580 26 f 26 10112 3580 tid_minmax_ops 11 10 4069 27 t 27 10113 3580 tid_bloom_ops 11 10 4581 27 f 27 10114 3580 tid_minmax_multi_ops 11 10 4607 27 f 27 10115 3580 float4_minmax_ops 11 10 4070 700 t 700 10116 3580 float4_minmax_multi_ops 11 10 4608 700 f 700 10117 3580 float4_bloom_ops 11 10 4582 700 f 700 10118 3580 float8_minmax_ops 11 10 4070 701 t 701 10119 3580 float8_minmax_multi_ops 11 10 4608 701 f 701 10120 3580 float8_bloom_ops 11 10 4582 701 f 701 10121 3580 macaddr_minmax_ops 11 10 4074 829 t 829 10122 3580 macaddr_minmax_multi_ops 11 10 4609 829 f 829 10123 3580 macaddr_bloom_ops 11 10 4583 829 f 829 10124 3580 macaddr8_minmax_ops 11 10 4109 774 t 774 10125 3580 macaddr8_minmax_multi_ops 11 10 4610 774 f 774 10126 3580 macaddr8_bloom_ops 11 10 4584 774 f 774 10127 3580 inet_minmax_ops 11 10 4075 869 f 869 10128 3580 inet_minmax_multi_ops 11 10 4611 869 f 869 10129 3580 inet_bloom_ops 11 10 4585 869 f 869 10130 3580 inet_inclusion_ops 11 10 4102 869 t 869 10131 3580 bpchar_minmax_ops 11 10 4076 1042 t 1042 10132 3580 bpchar_bloom_ops 11 10 4586 1042 f 1042 10133 3580 time_minmax_ops 11 10 4077 1083 t 1083 10134 3580 time_minmax_multi_ops 11 10 4612 1083 f 1083 10135 3580 time_bloom_ops 11 10 4587 1083 f 1083 10136 3580 date_minmax_ops 11 10 4059 1082 t 1082 10137 3580 date_minmax_multi_ops 11 10 4605 1082 f 1082 10138 3580 date_bloom_ops 11 10 4576 1082 f 1082 10139 3580 timestamp_minmax_ops 11 10 4059 1114 t 1114 10140 3580 timestamp_minmax_multi_ops 11 10 4605 1114 f 1114 10141 3580 timestamp_bloom_ops 11 10 4576 1114 f 1114 10142 3580 timestamptz_minmax_ops 11 10 4059 1184 t 1184 10143 3580 timestamptz_minmax_multi_ops 11 10 4605 1184 f 1184 10144 3580 timestamptz_bloom_ops 11 10 4576 1184 f 1184 10145 3580 interval_minmax_ops 11 10 4078 1186 t 1186 10146 3580 interval_minmax_multi_ops 11 10 4613 1186 f 1186 10147 3580 interval_bloom_ops 11 10 4588 1186 f 1186 10148 3580 timetz_minmax_ops 11 10 4058 1266 t 1266 10149 3580 timetz_minmax_multi_ops 11 10 4604 1266 f 1266 10150 3580 timetz_bloom_ops 11 10 4575 1266 f 1266 10151 3580 bit_minmax_ops 11 10 4079 1560 t 1560 10152 3580 varbit_minmax_ops 11 10 4080 1562 t 1562 10153 3580 numeric_minmax_ops 11 10 4055 1700 t 1700 10154 3580 numeric_minmax_multi_ops 11 10 4603 1700 f 1700 10155 3580 numeric_bloom_ops 11 10 4574 1700 f 1700 10156 3580 uuid_minmax_ops 11 10 4081 2950 t 2950 10157 3580 uuid_minmax_multi_ops 11 10 4614 2950 f 2950 10158 3580 uuid_bloom_ops 11 10 4589 2950 f 2950 10159 3580 range_inclusion_ops 11 10 4103 3831 t 3831 10160 3580 pg_lsn_minmax_ops 11 10 4082 3220 t 3220 10161 3580 pg_lsn_minmax_multi_ops 11 10 4615 3220 f 3220 10162 3580 pg_lsn_bloom_ops 11 10 4590 3220 f 3220 10163 3580 box_inclusion_ops 11 10 4104 603 t 603 16605 403 op_class 16390 10 16604 20 f 0 16616 403 op_class_custom 16390 10 16615 23 f 0 16646 403 op_class_empty 16390 10 16604 20 f 0 \. -- -- Data for Name: pg_operator; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_operator (oid, oprname, oprnamespace, oprowner, oprkind, oprcanmerge, oprcanhash, oprleft, oprright, oprresult, oprcom, oprnegate, oprcode, oprrest, oprjoin) FROM stdin; 15 = 11 10 b t t 23 20 16 416 36 int48eq eqsel eqjoinsel 36 <> 11 10 b f f 23 20 16 417 15 int48ne neqsel neqjoinsel 37 < 11 10 b f f 23 20 16 419 82 int48lt scalarltsel scalarltjoinsel 76 > 11 10 b f f 23 20 16 418 80 int48gt scalargtsel scalargtjoinsel 80 <= 11 10 b f f 23 20 16 430 76 int48le scalarlesel scalarlejoinsel 82 >= 11 10 b f f 23 20 16 420 37 int48ge scalargesel scalargejoinsel 58 < 11 10 b f f 16 16 16 59 1695 boollt scalarltsel scalarltjoinsel 59 > 11 10 b f f 16 16 16 58 1694 boolgt scalargtsel scalargtjoinsel 85 <> 11 10 b f f 16 16 16 85 91 boolne neqsel neqjoinsel 91 = 11 10 b t t 16 16 16 91 85 booleq eqsel eqjoinsel 1694 <= 11 10 b f f 16 16 16 1695 59 boolle scalarlesel scalarlejoinsel 1695 >= 11 10 b f f 16 16 16 1694 58 boolge scalargesel scalargejoinsel 92 = 11 10 b t t 18 18 16 92 630 chareq eqsel eqjoinsel 93 = 11 10 b t t 19 19 16 93 643 nameeq eqsel eqjoinsel 94 = 11 10 b t t 21 21 16 94 519 int2eq eqsel eqjoinsel 95 < 11 10 b f f 21 21 16 520 524 int2lt scalarltsel scalarltjoinsel 96 = 11 10 b t t 23 23 16 96 518 int4eq eqsel eqjoinsel 97 < 11 10 b f f 23 23 16 521 525 int4lt scalarltsel scalarltjoinsel 98 = 11 10 b t t 25 25 16 98 531 texteq eqsel eqjoinsel 3877 ^@ 11 10 b f f 25 25 16 0 0 starts_with prefixsel prefixjoinsel 254 = 11 10 b t t 19 25 16 260 259 nameeqtext eqsel eqjoinsel 255 < 11 10 b f f 19 25 16 264 257 namelttext scalarltsel scalarltjoinsel 256 <= 11 10 b f f 19 25 16 263 258 nameletext scalarlesel scalarlejoinsel 257 >= 11 10 b f f 19 25 16 262 255 namegetext scalargesel scalargejoinsel 258 > 11 10 b f f 19 25 16 261 256 namegttext scalargtsel scalargtjoinsel 259 <> 11 10 b f f 19 25 16 265 254 namenetext neqsel neqjoinsel 260 = 11 10 b t t 25 19 16 254 265 texteqname eqsel eqjoinsel 261 < 11 10 b f f 25 19 16 258 263 textltname scalarltsel scalarltjoinsel 262 <= 11 10 b f f 25 19 16 257 264 textlename scalarlesel scalarlejoinsel 263 >= 11 10 b f f 25 19 16 256 261 textgename scalargesel scalargejoinsel 264 > 11 10 b f f 25 19 16 255 262 textgtname scalargtsel scalargtjoinsel 265 <> 11 10 b f f 25 19 16 259 260 textnename neqsel neqjoinsel 349 || 11 10 b f f 5078 5077 5078 0 0 array_append - - 374 || 11 10 b f f 5077 5078 5078 0 0 array_prepend - - 375 || 11 10 b f f 5078 5078 5078 0 0 array_cat - - 352 = 11 10 b f t 28 28 16 352 3315 xideq eqsel eqjoinsel 353 = 11 10 b f f 28 23 16 0 3316 xideqint4 eqsel eqjoinsel 3315 <> 11 10 b f f 28 28 16 3315 352 xidneq neqsel neqjoinsel 3316 <> 11 10 b f f 28 23 16 0 353 xidneqint4 neqsel neqjoinsel 5068 = 11 10 b t t 5069 5069 16 5068 5072 xid8eq eqsel eqjoinsel 5072 <> 11 10 b f f 5069 5069 16 5072 5068 xid8ne neqsel neqjoinsel 5073 < 11 10 b f f 5069 5069 16 5074 5076 xid8lt scalarltsel scalarltjoinsel 5074 > 11 10 b f f 5069 5069 16 5073 5075 xid8gt scalargtsel scalargtjoinsel 5075 <= 11 10 b f f 5069 5069 16 5076 5074 xid8le scalarlesel scalarlejoinsel 5076 >= 11 10 b f f 5069 5069 16 5075 5073 xid8ge scalargesel scalargejoinsel 385 = 11 10 b f t 29 29 16 385 0 cideq eqsel eqjoinsel 387 = 11 10 b t t 27 27 16 387 402 tideq eqsel eqjoinsel 402 <> 11 10 b f f 27 27 16 402 387 tidne neqsel neqjoinsel 2799 < 11 10 b f f 27 27 16 2800 2802 tidlt scalarltsel scalarltjoinsel 2800 > 11 10 b f f 27 27 16 2799 2801 tidgt scalargtsel scalargtjoinsel 2801 <= 11 10 b f f 27 27 16 2802 2800 tidle scalarlesel scalarlejoinsel 2802 >= 11 10 b f f 27 27 16 2801 2799 tidge scalargesel scalargejoinsel 410 = 11 10 b t t 20 20 16 410 411 int8eq eqsel eqjoinsel 411 <> 11 10 b f f 20 20 16 411 410 int8ne neqsel neqjoinsel 412 < 11 10 b f f 20 20 16 413 415 int8lt scalarltsel scalarltjoinsel 413 > 11 10 b f f 20 20 16 412 414 int8gt scalargtsel scalargtjoinsel 414 <= 11 10 b f f 20 20 16 415 413 int8le scalarlesel scalarlejoinsel 415 >= 11 10 b f f 20 20 16 414 412 int8ge scalargesel scalargejoinsel 416 = 11 10 b t t 20 23 16 15 417 int84eq eqsel eqjoinsel 417 <> 11 10 b f f 20 23 16 36 416 int84ne neqsel neqjoinsel 418 < 11 10 b f f 20 23 16 76 430 int84lt scalarltsel scalarltjoinsel 419 > 11 10 b f f 20 23 16 37 420 int84gt scalargtsel scalargtjoinsel 420 <= 11 10 b f f 20 23 16 82 419 int84le scalarlesel scalarlejoinsel 430 >= 11 10 b f f 20 23 16 80 418 int84ge scalargesel scalargejoinsel 439 % 11 10 b f f 20 20 20 0 0 int8mod - - 473 @ 11 10 l f f 0 20 20 0 0 int8abs - - 484 - 11 10 l f f 0 20 20 0 0 int8um - - 485 << 11 10 b f f 604 604 16 0 0 poly_left positionsel positionjoinsel 486 &< 11 10 b f f 604 604 16 0 0 poly_overleft positionsel positionjoinsel 487 &> 11 10 b f f 604 604 16 0 0 poly_overright positionsel positionjoinsel 488 >> 11 10 b f f 604 604 16 0 0 poly_right positionsel positionjoinsel 489 <@ 11 10 b f f 604 604 16 490 0 poly_contained contsel contjoinsel 490 @> 11 10 b f f 604 604 16 489 0 poly_contain contsel contjoinsel 491 ~= 11 10 b f f 604 604 16 491 0 poly_same eqsel eqjoinsel 492 && 11 10 b f f 604 604 16 492 0 poly_overlap areasel areajoinsel 493 << 11 10 b f f 603 603 16 0 0 box_left positionsel positionjoinsel 494 &< 11 10 b f f 603 603 16 0 0 box_overleft positionsel positionjoinsel 495 &> 11 10 b f f 603 603 16 0 0 box_overright positionsel positionjoinsel 496 >> 11 10 b f f 603 603 16 0 0 box_right positionsel positionjoinsel 497 <@ 11 10 b f f 603 603 16 498 0 box_contained contsel contjoinsel 498 @> 11 10 b f f 603 603 16 497 0 box_contain contsel contjoinsel 499 ~= 11 10 b f f 603 603 16 499 0 box_same eqsel eqjoinsel 500 && 11 10 b f f 603 603 16 500 0 box_overlap areasel areajoinsel 501 >= 11 10 b f f 603 603 16 505 504 box_ge areasel areajoinsel 502 > 11 10 b f f 603 603 16 504 505 box_gt areasel areajoinsel 503 = 11 10 b f f 603 603 16 503 0 box_eq eqsel eqjoinsel 504 < 11 10 b f f 603 603 16 502 501 box_lt areasel areajoinsel 505 <= 11 10 b f f 603 603 16 501 502 box_le areasel areajoinsel 506 >^ 11 10 b f f 600 600 16 0 0 point_above positionsel positionjoinsel 507 << 11 10 b f f 600 600 16 0 0 point_left positionsel positionjoinsel 508 >> 11 10 b f f 600 600 16 0 0 point_right positionsel positionjoinsel 509 <^ 11 10 b f f 600 600 16 0 0 point_below positionsel positionjoinsel 510 ~= 11 10 b f f 600 600 16 510 713 point_eq eqsel eqjoinsel 511 <@ 11 10 b f f 600 603 16 433 0 on_pb contsel contjoinsel 433 @> 11 10 b f f 603 600 16 511 0 box_contain_pt contsel contjoinsel 512 <@ 11 10 b f f 600 602 16 755 0 on_ppath - - 513 @@ 11 10 l f f 0 603 600 0 0 box_center - - 514 * 11 10 b f f 23 23 23 514 0 int4mul - - 517 <-> 11 10 b f f 600 600 701 517 0 point_distance - - 518 <> 11 10 b f f 23 23 16 518 96 int4ne neqsel neqjoinsel 519 <> 11 10 b f f 21 21 16 519 94 int2ne neqsel neqjoinsel 520 > 11 10 b f f 21 21 16 95 522 int2gt scalargtsel scalargtjoinsel 521 > 11 10 b f f 23 23 16 97 523 int4gt scalargtsel scalargtjoinsel 522 <= 11 10 b f f 21 21 16 524 520 int2le scalarlesel scalarlejoinsel 523 <= 11 10 b f f 23 23 16 525 521 int4le scalarlesel scalarlejoinsel 524 >= 11 10 b f f 21 21 16 522 95 int2ge scalargesel scalargejoinsel 525 >= 11 10 b f f 23 23 16 523 97 int4ge scalargesel scalargejoinsel 526 * 11 10 b f f 21 21 21 526 0 int2mul - - 527 / 11 10 b f f 21 21 21 0 0 int2div - - 528 / 11 10 b f f 23 23 23 0 0 int4div - - 529 % 11 10 b f f 21 21 21 0 0 int2mod - - 530 % 11 10 b f f 23 23 23 0 0 int4mod - - 531 <> 11 10 b f f 25 25 16 531 98 textne neqsel neqjoinsel 532 = 11 10 b t t 21 23 16 533 538 int24eq eqsel eqjoinsel 533 = 11 10 b t t 23 21 16 532 539 int42eq eqsel eqjoinsel 534 < 11 10 b f f 21 23 16 537 542 int24lt scalarltsel scalarltjoinsel 535 < 11 10 b f f 23 21 16 536 543 int42lt scalarltsel scalarltjoinsel 536 > 11 10 b f f 21 23 16 535 540 int24gt scalargtsel scalargtjoinsel 537 > 11 10 b f f 23 21 16 534 541 int42gt scalargtsel scalargtjoinsel 538 <> 11 10 b f f 21 23 16 539 532 int24ne neqsel neqjoinsel 539 <> 11 10 b f f 23 21 16 538 533 int42ne neqsel neqjoinsel 540 <= 11 10 b f f 21 23 16 543 536 int24le scalarlesel scalarlejoinsel 541 <= 11 10 b f f 23 21 16 542 537 int42le scalarlesel scalarlejoinsel 542 >= 11 10 b f f 21 23 16 541 534 int24ge scalargesel scalargejoinsel 543 >= 11 10 b f f 23 21 16 540 535 int42ge scalargesel scalargejoinsel 544 * 11 10 b f f 21 23 23 545 0 int24mul - - 545 * 11 10 b f f 23 21 23 544 0 int42mul - - 546 / 11 10 b f f 21 23 23 0 0 int24div - - 547 / 11 10 b f f 23 21 23 0 0 int42div - - 550 + 11 10 b f f 21 21 21 550 0 int2pl - - 551 + 11 10 b f f 23 23 23 551 0 int4pl - - 552 + 11 10 b f f 21 23 23 553 0 int24pl - - 553 + 11 10 b f f 23 21 23 552 0 int42pl - - 554 - 11 10 b f f 21 21 21 0 0 int2mi - - 555 - 11 10 b f f 23 23 23 0 0 int4mi - - 556 - 11 10 b f f 21 23 23 0 0 int24mi - - 557 - 11 10 b f f 23 21 23 0 0 int42mi - - 558 - 11 10 l f f 0 23 23 0 0 int4um - - 559 - 11 10 l f f 0 21 21 0 0 int2um - - 584 - 11 10 l f f 0 700 700 0 0 float4um - - 585 - 11 10 l f f 0 701 701 0 0 float8um - - 586 + 11 10 b f f 700 700 700 586 0 float4pl - - 587 - 11 10 b f f 700 700 700 0 0 float4mi - - 588 / 11 10 b f f 700 700 700 0 0 float4div - - 589 * 11 10 b f f 700 700 700 589 0 float4mul - - 590 @ 11 10 l f f 0 700 700 0 0 float4abs - - 591 + 11 10 b f f 701 701 701 591 0 float8pl - - 592 - 11 10 b f f 701 701 701 0 0 float8mi - - 593 / 11 10 b f f 701 701 701 0 0 float8div - - 594 * 11 10 b f f 701 701 701 594 0 float8mul - - 595 @ 11 10 l f f 0 701 701 0 0 float8abs - - 596 |/ 11 10 l f f 0 701 701 0 0 dsqrt - - 597 ||/ 11 10 l f f 0 701 701 0 0 dcbrt - - 607 = 11 10 b t t 26 26 16 607 608 oideq eqsel eqjoinsel 608 <> 11 10 b f f 26 26 16 608 607 oidne neqsel neqjoinsel 609 < 11 10 b f f 26 26 16 610 612 oidlt scalarltsel scalarltjoinsel 610 > 11 10 b f f 26 26 16 609 611 oidgt scalargtsel scalargtjoinsel 611 <= 11 10 b f f 26 26 16 612 610 oidle scalarlesel scalarlejoinsel 612 >= 11 10 b f f 26 26 16 611 609 oidge scalargesel scalargejoinsel 644 <> 11 10 b f f 30 30 16 644 649 oidvectorne neqsel neqjoinsel 645 < 11 10 b f f 30 30 16 646 648 oidvectorlt scalarltsel scalarltjoinsel 646 > 11 10 b f f 30 30 16 645 647 oidvectorgt scalargtsel scalargtjoinsel 647 <= 11 10 b f f 30 30 16 648 646 oidvectorle scalarlesel scalarlejoinsel 648 >= 11 10 b f f 30 30 16 647 645 oidvectorge scalargesel scalargejoinsel 649 = 11 10 b t t 30 30 16 649 644 oidvectoreq eqsel eqjoinsel 613 <-> 11 10 b f f 600 628 701 760 0 dist_pl - - 760 <-> 11 10 b f f 628 600 701 613 0 dist_lp - - 614 <-> 11 10 b f f 600 601 701 761 0 dist_ps - - 761 <-> 11 10 b f f 601 600 701 614 0 dist_sp - - 615 <-> 11 10 b f f 600 603 701 606 0 dist_pb - - 606 <-> 11 10 b f f 603 600 701 615 0 dist_bp - - 616 <-> 11 10 b f f 601 628 701 762 0 dist_sl - - 762 <-> 11 10 b f f 628 601 701 616 0 dist_ls - - 617 <-> 11 10 b f f 601 603 701 763 0 dist_sb - - 763 <-> 11 10 b f f 603 601 701 617 0 dist_bs - - 618 <-> 11 10 b f f 600 602 701 784 0 dist_ppath - - 784 <-> 11 10 b f f 602 600 701 618 0 dist_pathp - - 620 = 11 10 b t t 700 700 16 620 621 float4eq eqsel eqjoinsel 621 <> 11 10 b f f 700 700 16 621 620 float4ne neqsel neqjoinsel 622 < 11 10 b f f 700 700 16 623 625 float4lt scalarltsel scalarltjoinsel 623 > 11 10 b f f 700 700 16 622 624 float4gt scalargtsel scalargtjoinsel 624 <= 11 10 b f f 700 700 16 625 623 float4le scalarlesel scalarlejoinsel 625 >= 11 10 b f f 700 700 16 624 622 float4ge scalargesel scalargejoinsel 630 <> 11 10 b f f 18 18 16 630 92 charne neqsel neqjoinsel 631 < 11 10 b f f 18 18 16 633 634 charlt scalarltsel scalarltjoinsel 632 <= 11 10 b f f 18 18 16 634 633 charle scalarlesel scalarlejoinsel 633 > 11 10 b f f 18 18 16 631 632 chargt scalargtsel scalargtjoinsel 634 >= 11 10 b f f 18 18 16 632 631 charge scalargesel scalargejoinsel 639 ~ 11 10 b f f 19 25 16 0 640 nameregexeq regexeqsel regexeqjoinsel 640 !~ 11 10 b f f 19 25 16 0 639 nameregexne regexnesel regexnejoinsel 641 ~ 11 10 b f f 25 25 16 0 642 textregexeq regexeqsel regexeqjoinsel 642 !~ 11 10 b f f 25 25 16 0 641 textregexne regexnesel regexnejoinsel 643 <> 11 10 b f f 19 19 16 643 93 namene neqsel neqjoinsel 654 || 11 10 b f f 25 25 25 0 0 textcat - - 660 < 11 10 b f f 19 19 16 662 663 namelt scalarltsel scalarltjoinsel 661 <= 11 10 b f f 19 19 16 663 662 namele scalarlesel scalarlejoinsel 662 > 11 10 b f f 19 19 16 660 661 namegt scalargtsel scalargtjoinsel 663 >= 11 10 b f f 19 19 16 661 660 namege scalargesel scalargejoinsel 664 < 11 10 b f f 25 25 16 666 667 text_lt scalarltsel scalarltjoinsel 665 <= 11 10 b f f 25 25 16 667 666 text_le scalarlesel scalarlejoinsel 666 > 11 10 b f f 25 25 16 664 665 text_gt scalargtsel scalargtjoinsel 667 >= 11 10 b f f 25 25 16 665 664 text_ge scalargesel scalargejoinsel 670 = 11 10 b t t 701 701 16 670 671 float8eq eqsel eqjoinsel 671 <> 11 10 b f f 701 701 16 671 670 float8ne neqsel neqjoinsel 672 < 11 10 b f f 701 701 16 674 675 float8lt scalarltsel scalarltjoinsel 673 <= 11 10 b f f 701 701 16 675 674 float8le scalarlesel scalarlejoinsel 674 > 11 10 b f f 701 701 16 672 673 float8gt scalargtsel scalargtjoinsel 675 >= 11 10 b f f 701 701 16 673 672 float8ge scalargesel scalargejoinsel 682 @ 11 10 l f f 0 21 21 0 0 int2abs - - 684 + 11 10 b f f 20 20 20 684 0 int8pl - - 685 - 11 10 b f f 20 20 20 0 0 int8mi - - 686 * 11 10 b f f 20 20 20 686 0 int8mul - - 687 / 11 10 b f f 20 20 20 0 0 int8div - - 688 + 11 10 b f f 20 23 20 692 0 int84pl - - 689 - 11 10 b f f 20 23 20 0 0 int84mi - - 690 * 11 10 b f f 20 23 20 694 0 int84mul - - 691 / 11 10 b f f 20 23 20 0 0 int84div - - 692 + 11 10 b f f 23 20 20 688 0 int48pl - - 693 - 11 10 b f f 23 20 20 0 0 int48mi - - 694 * 11 10 b f f 23 20 20 690 0 int48mul - - 695 / 11 10 b f f 23 20 20 0 0 int48div - - 818 + 11 10 b f f 20 21 20 822 0 int82pl - - 819 - 11 10 b f f 20 21 20 0 0 int82mi - - 820 * 11 10 b f f 20 21 20 824 0 int82mul - - 821 / 11 10 b f f 20 21 20 0 0 int82div - - 822 + 11 10 b f f 21 20 20 818 0 int28pl - - 823 - 11 10 b f f 21 20 20 0 0 int28mi - - 824 * 11 10 b f f 21 20 20 820 0 int28mul - - 825 / 11 10 b f f 21 20 20 0 0 int28div - - 706 <-> 11 10 b f f 603 603 701 706 0 box_distance - - 707 <-> 11 10 b f f 602 602 701 707 0 path_distance - - 708 <-> 11 10 b f f 628 628 701 708 0 line_distance - - 709 <-> 11 10 b f f 601 601 701 709 0 lseg_distance - - 712 <-> 11 10 b f f 604 604 701 712 0 poly_distance - - 713 <> 11 10 b f f 600 600 16 713 510 point_ne neqsel neqjoinsel 731 + 11 10 b f f 600 600 600 731 0 point_add - - 732 - 11 10 b f f 600 600 600 0 0 point_sub - - 733 * 11 10 b f f 600 600 600 733 0 point_mul - - 734 / 11 10 b f f 600 600 600 0 0 point_div - - 735 + 11 10 b f f 602 602 602 735 0 path_add - - 736 + 11 10 b f f 602 600 602 0 0 path_add_pt - - 737 - 11 10 b f f 602 600 602 0 0 path_sub_pt - - 738 * 11 10 b f f 602 600 602 0 0 path_mul_pt - - 739 / 11 10 b f f 602 600 602 0 0 path_div_pt - - 755 @> 11 10 b f f 602 600 16 512 0 path_contain_pt - - 756 <@ 11 10 b f f 600 604 16 757 0 pt_contained_poly contsel contjoinsel 757 @> 11 10 b f f 604 600 16 756 0 poly_contain_pt contsel contjoinsel 758 <@ 11 10 b f f 600 718 16 759 0 pt_contained_circle contsel contjoinsel 759 @> 11 10 b f f 718 600 16 758 0 circle_contain_pt contsel contjoinsel 773 @ 11 10 l f f 0 23 23 0 0 int4abs - - 792 = 11 10 b f f 602 602 16 792 0 path_n_eq eqsel eqjoinsel 793 < 11 10 b f f 602 602 16 794 0 path_n_lt - - 794 > 11 10 b f f 602 602 16 793 0 path_n_gt - - 795 <= 11 10 b f f 602 602 16 796 0 path_n_le - - 796 >= 11 10 b f f 602 602 16 795 0 path_n_ge - - 797 # 11 10 l f f 0 602 23 0 0 path_npoints - - 798 ?# 11 10 b f f 602 602 16 0 0 path_inter - - 799 @-@ 11 10 l f f 0 602 701 0 0 path_length - - 800 >^ 11 10 b f f 603 603 16 0 0 box_above_eq positionsel positionjoinsel 801 <^ 11 10 b f f 603 603 16 0 0 box_below_eq positionsel positionjoinsel 802 ?# 11 10 b f f 603 603 16 0 0 box_overlap areasel areajoinsel 803 # 11 10 b f f 603 603 603 0 0 box_intersect - - 804 + 11 10 b f f 603 600 603 0 0 box_add - - 805 - 11 10 b f f 603 600 603 0 0 box_sub - - 806 * 11 10 b f f 603 600 603 0 0 box_mul - - 807 / 11 10 b f f 603 600 603 0 0 box_div - - 808 ?- 11 10 b f f 600 600 16 808 0 point_horiz - - 809 ?| 11 10 b f f 600 600 16 809 0 point_vert - - 843 * 11 10 b f f 790 700 790 845 0 cash_mul_flt4 - - 844 / 11 10 b f f 790 700 790 0 0 cash_div_flt4 - - 845 * 11 10 b f f 700 790 790 843 0 flt4_mul_cash - - 900 = 11 10 b t f 790 790 16 900 901 cash_eq eqsel eqjoinsel 901 <> 11 10 b f f 790 790 16 901 900 cash_ne neqsel neqjoinsel 902 < 11 10 b f f 790 790 16 903 905 cash_lt scalarltsel scalarltjoinsel 903 > 11 10 b f f 790 790 16 902 904 cash_gt scalargtsel scalargtjoinsel 904 <= 11 10 b f f 790 790 16 905 903 cash_le scalarlesel scalarlejoinsel 905 >= 11 10 b f f 790 790 16 904 902 cash_ge scalargesel scalargejoinsel 906 + 11 10 b f f 790 790 790 906 0 cash_pl - - 907 - 11 10 b f f 790 790 790 0 0 cash_mi - - 908 * 11 10 b f f 790 701 790 916 0 cash_mul_flt8 - - 909 / 11 10 b f f 790 701 790 0 0 cash_div_flt8 - - 3346 * 11 10 b f f 790 20 790 3349 0 cash_mul_int8 - - 3347 / 11 10 b f f 790 20 790 0 0 cash_div_int8 - - 912 * 11 10 b f f 790 23 790 917 0 cash_mul_int4 - - 913 / 11 10 b f f 790 23 790 0 0 cash_div_int4 - - 914 * 11 10 b f f 790 21 790 918 0 cash_mul_int2 - - 915 / 11 10 b f f 790 21 790 0 0 cash_div_int2 - - 916 * 11 10 b f f 701 790 790 908 0 flt8_mul_cash - - 3349 * 11 10 b f f 20 790 790 3346 0 int8_mul_cash - - 917 * 11 10 b f f 23 790 790 912 0 int4_mul_cash - - 918 * 11 10 b f f 21 790 790 914 0 int2_mul_cash - - 3825 / 11 10 b f f 790 790 701 0 0 cash_div_cash - - 965 ^ 11 10 b f f 701 701 701 0 0 dpow - - 966 + 11 10 b f f 1034 1033 1034 0 0 aclinsert - - 967 - 11 10 b f f 1034 1033 1034 0 0 aclremove - - 968 @> 11 10 b f f 1034 1033 16 0 0 aclcontains - - 974 = 11 10 b f t 1033 1033 16 974 0 aclitemeq eqsel eqjoinsel 969 @@ 11 10 l f f 0 601 600 0 0 lseg_center - - 971 @@ 11 10 l f f 0 604 600 0 0 poly_center - - 1054 = 11 10 b t t 1042 1042 16 1054 1057 bpchareq eqsel eqjoinsel 1055 ~ 11 10 b f f 1042 25 16 0 1056 bpcharregexeq regexeqsel regexeqjoinsel 1056 !~ 11 10 b f f 1042 25 16 0 1055 bpcharregexne regexnesel regexnejoinsel 1057 <> 11 10 b f f 1042 1042 16 1057 1054 bpcharne neqsel neqjoinsel 1058 < 11 10 b f f 1042 1042 16 1060 1061 bpcharlt scalarltsel scalarltjoinsel 1059 <= 11 10 b f f 1042 1042 16 1061 1060 bpcharle scalarlesel scalarlejoinsel 1060 > 11 10 b f f 1042 1042 16 1058 1059 bpchargt scalargtsel scalargtjoinsel 1061 >= 11 10 b f f 1042 1042 16 1059 1058 bpcharge scalargesel scalargejoinsel 1070 = 11 10 b t t 2277 2277 16 1070 1071 array_eq eqsel eqjoinsel 1071 <> 11 10 b f f 2277 2277 16 1071 1070 array_ne neqsel neqjoinsel 1072 < 11 10 b f f 2277 2277 16 1073 1075 array_lt scalarltsel scalarltjoinsel 1073 > 11 10 b f f 2277 2277 16 1072 1074 array_gt scalargtsel scalargtjoinsel 1074 <= 11 10 b f f 2277 2277 16 1075 1073 array_le scalarlesel scalarlejoinsel 1075 >= 11 10 b f f 2277 2277 16 1074 1072 array_ge scalargesel scalargejoinsel 1076 + 11 10 b f f 1082 1186 1114 2551 0 date_pl_interval - - 1077 - 11 10 b f f 1082 1186 1114 0 0 date_mi_interval - - 1093 = 11 10 b t t 1082 1082 16 1093 1094 date_eq eqsel eqjoinsel 1094 <> 11 10 b f f 1082 1082 16 1094 1093 date_ne neqsel neqjoinsel 1095 < 11 10 b f f 1082 1082 16 1097 1098 date_lt scalarltsel scalarltjoinsel 1096 <= 11 10 b f f 1082 1082 16 1098 1097 date_le scalarlesel scalarlejoinsel 1097 > 11 10 b f f 1082 1082 16 1095 1096 date_gt scalargtsel scalargtjoinsel 1098 >= 11 10 b f f 1082 1082 16 1096 1095 date_ge scalargesel scalargejoinsel 1099 - 11 10 b f f 1082 1082 23 0 0 date_mi - - 1100 + 11 10 b f f 1082 23 1082 2555 0 date_pli - - 1101 - 11 10 b f f 1082 23 1082 0 0 date_mii - - 1108 = 11 10 b t t 1083 1083 16 1108 1109 time_eq eqsel eqjoinsel 1109 <> 11 10 b f f 1083 1083 16 1109 1108 time_ne neqsel neqjoinsel 1110 < 11 10 b f f 1083 1083 16 1112 1113 time_lt scalarltsel scalarltjoinsel 1111 <= 11 10 b f f 1083 1083 16 1113 1112 time_le scalarlesel scalarlejoinsel 1112 > 11 10 b f f 1083 1083 16 1110 1111 time_gt scalargtsel scalargtjoinsel 1113 >= 11 10 b f f 1083 1083 16 1111 1110 time_ge scalargesel scalargejoinsel 1550 = 11 10 b t t 1266 1266 16 1550 1551 timetz_eq eqsel eqjoinsel 1551 <> 11 10 b f f 1266 1266 16 1551 1550 timetz_ne neqsel neqjoinsel 1552 < 11 10 b f f 1266 1266 16 1554 1555 timetz_lt scalarltsel scalarltjoinsel 1553 <= 11 10 b f f 1266 1266 16 1555 1554 timetz_le scalarlesel scalarlejoinsel 1554 > 11 10 b f f 1266 1266 16 1552 1553 timetz_gt scalargtsel scalargtjoinsel 1555 >= 11 10 b f f 1266 1266 16 1553 1552 timetz_ge scalargesel scalargejoinsel 1116 + 11 10 b f f 700 701 701 1126 0 float48pl - - 1117 - 11 10 b f f 700 701 701 0 0 float48mi - - 1118 / 11 10 b f f 700 701 701 0 0 float48div - - 1119 * 11 10 b f f 700 701 701 1129 0 float48mul - - 1120 = 11 10 b t t 700 701 16 1130 1121 float48eq eqsel eqjoinsel 1121 <> 11 10 b f f 700 701 16 1131 1120 float48ne neqsel neqjoinsel 1122 < 11 10 b f f 700 701 16 1133 1125 float48lt scalarltsel scalarltjoinsel 1123 > 11 10 b f f 700 701 16 1132 1124 float48gt scalargtsel scalargtjoinsel 1124 <= 11 10 b f f 700 701 16 1135 1123 float48le scalarlesel scalarlejoinsel 1125 >= 11 10 b f f 700 701 16 1134 1122 float48ge scalargesel scalargejoinsel 1126 + 11 10 b f f 701 700 701 1116 0 float84pl - - 1127 - 11 10 b f f 701 700 701 0 0 float84mi - - 1128 / 11 10 b f f 701 700 701 0 0 float84div - - 1129 * 11 10 b f f 701 700 701 1119 0 float84mul - - 1130 = 11 10 b t t 701 700 16 1120 1131 float84eq eqsel eqjoinsel 1131 <> 11 10 b f f 701 700 16 1121 1130 float84ne neqsel neqjoinsel 1132 < 11 10 b f f 701 700 16 1123 1135 float84lt scalarltsel scalarltjoinsel 1133 > 11 10 b f f 701 700 16 1122 1134 float84gt scalargtsel scalargtjoinsel 1134 <= 11 10 b f f 701 700 16 1125 1133 float84le scalarlesel scalarlejoinsel 1135 >= 11 10 b f f 701 700 16 1124 1132 float84ge scalargesel scalargejoinsel 1207 ~~ 11 10 b f f 19 25 16 0 1208 namelike likesel likejoinsel 1208 !~~ 11 10 b f f 19 25 16 0 1207 namenlike nlikesel nlikejoinsel 1209 ~~ 11 10 b f f 25 25 16 0 1210 textlike likesel likejoinsel 1210 !~~ 11 10 b f f 25 25 16 0 1209 textnlike nlikesel nlikejoinsel 1211 ~~ 11 10 b f f 1042 25 16 0 1212 bpcharlike likesel likejoinsel 1212 !~~ 11 10 b f f 1042 25 16 0 1211 bpcharnlike nlikesel nlikejoinsel 1226 ~* 11 10 b f f 19 25 16 0 1227 nameicregexeq icregexeqsel icregexeqjoinsel 1227 !~* 11 10 b f f 19 25 16 0 1226 nameicregexne icregexnesel icregexnejoinsel 1228 ~* 11 10 b f f 25 25 16 0 1229 texticregexeq icregexeqsel icregexeqjoinsel 1229 !~* 11 10 b f f 25 25 16 0 1228 texticregexne icregexnesel icregexnejoinsel 1234 ~* 11 10 b f f 1042 25 16 0 1235 bpcharicregexeq icregexeqsel icregexeqjoinsel 1235 !~* 11 10 b f f 1042 25 16 0 1234 bpcharicregexne icregexnesel icregexnejoinsel 1320 = 11 10 b t t 1184 1184 16 1320 1321 timestamptz_eq eqsel eqjoinsel 1321 <> 11 10 b f f 1184 1184 16 1321 1320 timestamptz_ne neqsel neqjoinsel 1322 < 11 10 b f f 1184 1184 16 1324 1325 timestamptz_lt scalarltsel scalarltjoinsel 1323 <= 11 10 b f f 1184 1184 16 1325 1324 timestamptz_le scalarlesel scalarlejoinsel 1324 > 11 10 b f f 1184 1184 16 1322 1323 timestamptz_gt scalargtsel scalargtjoinsel 1325 >= 11 10 b f f 1184 1184 16 1323 1322 timestamptz_ge scalargesel scalargejoinsel 1327 + 11 10 b f f 1184 1186 1184 2554 0 timestamptz_pl_interval - - 1328 - 11 10 b f f 1184 1184 1186 0 0 timestamptz_mi - - 1329 - 11 10 b f f 1184 1186 1184 0 0 timestamptz_mi_interval - - 1330 = 11 10 b t t 1186 1186 16 1330 1331 interval_eq eqsel eqjoinsel 1331 <> 11 10 b f f 1186 1186 16 1331 1330 interval_ne neqsel neqjoinsel 1332 < 11 10 b f f 1186 1186 16 1334 1335 interval_lt scalarltsel scalarltjoinsel 1333 <= 11 10 b f f 1186 1186 16 1335 1334 interval_le scalarlesel scalarlejoinsel 1334 > 11 10 b f f 1186 1186 16 1332 1333 interval_gt scalargtsel scalargtjoinsel 1335 >= 11 10 b f f 1186 1186 16 1333 1332 interval_ge scalargesel scalargejoinsel 1336 - 11 10 l f f 0 1186 1186 0 0 interval_um - - 1337 + 11 10 b f f 1186 1186 1186 1337 0 interval_pl - - 1338 - 11 10 b f f 1186 1186 1186 0 0 interval_mi - - 1360 + 11 10 b f f 1082 1083 1114 1363 0 datetime_pl - - 1361 + 11 10 b f f 1082 1266 1184 1366 0 datetimetz_pl - - 1363 + 11 10 b f f 1083 1082 1114 1360 0 timedate_pl - - 1366 + 11 10 b f f 1266 1082 1184 1361 0 timetzdate_pl - - 1399 - 11 10 b f f 1083 1083 1186 0 0 time_mi_time - - 1420 @@ 11 10 l f f 0 718 600 0 0 circle_center - - 1500 = 11 10 b f f 718 718 16 1500 1501 circle_eq eqsel eqjoinsel 1501 <> 11 10 b f f 718 718 16 1501 1500 circle_ne neqsel neqjoinsel 1502 < 11 10 b f f 718 718 16 1503 1505 circle_lt areasel areajoinsel 1503 > 11 10 b f f 718 718 16 1502 1504 circle_gt areasel areajoinsel 1504 <= 11 10 b f f 718 718 16 1505 1503 circle_le areasel areajoinsel 1505 >= 11 10 b f f 718 718 16 1504 1502 circle_ge areasel areajoinsel 1506 << 11 10 b f f 718 718 16 0 0 circle_left positionsel positionjoinsel 1507 &< 11 10 b f f 718 718 16 0 0 circle_overleft positionsel positionjoinsel 1508 &> 11 10 b f f 718 718 16 0 0 circle_overright positionsel positionjoinsel 1509 >> 11 10 b f f 718 718 16 0 0 circle_right positionsel positionjoinsel 1510 <@ 11 10 b f f 718 718 16 1511 0 circle_contained contsel contjoinsel 1511 @> 11 10 b f f 718 718 16 1510 0 circle_contain contsel contjoinsel 1512 ~= 11 10 b f f 718 718 16 1512 0 circle_same eqsel eqjoinsel 1513 && 11 10 b f f 718 718 16 1513 0 circle_overlap areasel areajoinsel 1514 |>> 11 10 b f f 718 718 16 0 0 circle_above positionsel positionjoinsel 1515 <<| 11 10 b f f 718 718 16 0 0 circle_below positionsel positionjoinsel 1516 + 11 10 b f f 718 600 718 0 0 circle_add_pt - - 1517 - 11 10 b f f 718 600 718 0 0 circle_sub_pt - - 1518 * 11 10 b f f 718 600 718 0 0 circle_mul_pt - - 1519 / 11 10 b f f 718 600 718 0 0 circle_div_pt - - 1520 <-> 11 10 b f f 718 718 701 1520 0 circle_distance - - 1521 # 11 10 l f f 0 604 23 0 0 poly_npoints - - 1522 <-> 11 10 b f f 600 718 701 3291 0 dist_pc - - 3291 <-> 11 10 b f f 718 600 701 1522 0 dist_cpoint - - 3276 <-> 11 10 b f f 600 604 701 3289 0 dist_ppoly - - 3289 <-> 11 10 b f f 604 600 701 3276 0 dist_polyp - - 1523 <-> 11 10 b f f 718 604 701 1383 0 dist_cpoly - - 1383 <-> 11 10 b f f 604 718 701 1523 0 dist_polyc - - 1525 ?# 11 10 b f f 601 601 16 1525 0 lseg_intersect - - 1526 ?|| 11 10 b f f 601 601 16 1526 0 lseg_parallel - - 1527 ?-| 11 10 b f f 601 601 16 1527 0 lseg_perp - - 1528 ?- 11 10 l f f 0 601 16 0 0 lseg_horizontal - - 1529 ?| 11 10 l f f 0 601 16 0 0 lseg_vertical - - 1535 = 11 10 b f f 601 601 16 1535 1586 lseg_eq eqsel eqjoinsel 1536 # 11 10 b f f 601 601 600 1536 0 lseg_interpt - - 1537 ?# 11 10 b f f 601 628 16 0 0 inter_sl - - 1538 ?# 11 10 b f f 601 603 16 0 0 inter_sb - - 1539 ?# 11 10 b f f 628 603 16 0 0 inter_lb - - 1546 <@ 11 10 b f f 600 628 16 0 0 on_pl - - 1547 <@ 11 10 b f f 600 601 16 0 0 on_ps - - 1548 <@ 11 10 b f f 601 628 16 0 0 on_sl - - 1549 <@ 11 10 b f f 601 603 16 0 0 on_sb - - 1557 ## 11 10 b f f 600 628 600 0 0 close_pl - - 1558 ## 11 10 b f f 600 601 600 0 0 close_ps - - 1559 ## 11 10 b f f 600 603 600 0 0 close_pb - - 1567 ## 11 10 b f f 601 603 600 0 0 close_sb - - 1577 ## 11 10 b f f 628 601 600 0 0 close_ls - - 1578 ## 11 10 b f f 601 601 600 0 0 close_lseg - - 1583 * 11 10 b f f 1186 701 1186 1584 0 interval_mul - - 1584 * 11 10 b f f 701 1186 1186 1583 0 mul_d_interval - - 1585 / 11 10 b f f 1186 701 1186 0 0 interval_div - - 1586 <> 11 10 b f f 601 601 16 1586 1535 lseg_ne neqsel neqjoinsel 1587 < 11 10 b f f 601 601 16 1589 1590 lseg_lt - - 1588 <= 11 10 b f f 601 601 16 1590 1589 lseg_le - - 1589 > 11 10 b f f 601 601 16 1587 1588 lseg_gt - - 1590 >= 11 10 b f f 601 601 16 1588 1587 lseg_ge - - 1591 @-@ 11 10 l f f 0 601 701 0 0 lseg_length - - 1611 ?# 11 10 b f f 628 628 16 1611 0 line_intersect - - 1612 ?|| 11 10 b f f 628 628 16 1612 0 line_parallel - - 1613 ?-| 11 10 b f f 628 628 16 1613 0 line_perp - - 1614 ?- 11 10 l f f 0 628 16 0 0 line_horizontal - - 1615 ?| 11 10 l f f 0 628 16 0 0 line_vertical - - 1616 = 11 10 b f f 628 628 16 1616 0 line_eq eqsel eqjoinsel 1617 # 11 10 b f f 628 628 600 1617 0 line_interpt - - 4161 |>> 11 10 b f f 600 600 16 0 0 point_above positionsel positionjoinsel 4162 <<| 11 10 b f f 600 600 16 0 0 point_below positionsel positionjoinsel 1220 = 11 10 b t t 829 829 16 1220 1221 macaddr_eq eqsel eqjoinsel 1221 <> 11 10 b f f 829 829 16 1221 1220 macaddr_ne neqsel neqjoinsel 1222 < 11 10 b f f 829 829 16 1224 1225 macaddr_lt scalarltsel scalarltjoinsel 1223 <= 11 10 b f f 829 829 16 1225 1224 macaddr_le scalarlesel scalarlejoinsel 1224 > 11 10 b f f 829 829 16 1222 1223 macaddr_gt scalargtsel scalargtjoinsel 1225 >= 11 10 b f f 829 829 16 1223 1222 macaddr_ge scalargesel scalargejoinsel 3147 ~ 11 10 l f f 0 829 829 0 0 macaddr_not - - 3148 & 11 10 b f f 829 829 829 0 0 macaddr_and - - 3149 | 11 10 b f f 829 829 829 0 0 macaddr_or - - 3362 = 11 10 b t t 774 774 16 3362 3363 macaddr8_eq eqsel eqjoinsel 3363 <> 11 10 b f f 774 774 16 3363 3362 macaddr8_ne neqsel neqjoinsel 3364 < 11 10 b f f 774 774 16 3366 3367 macaddr8_lt scalarltsel scalarltjoinsel 3365 <= 11 10 b f f 774 774 16 3367 3366 macaddr8_le scalarlesel scalarlejoinsel 3366 > 11 10 b f f 774 774 16 3364 3365 macaddr8_gt scalargtsel scalargtjoinsel 3367 >= 11 10 b f f 774 774 16 3365 3364 macaddr8_ge scalargesel scalargejoinsel 3368 ~ 11 10 l f f 0 774 774 0 0 macaddr8_not - - 3369 & 11 10 b f f 774 774 774 0 0 macaddr8_and - - 3370 | 11 10 b f f 774 774 774 0 0 macaddr8_or - - 1201 = 11 10 b t t 869 869 16 1201 1202 network_eq eqsel eqjoinsel 1202 <> 11 10 b f f 869 869 16 1202 1201 network_ne neqsel neqjoinsel 1203 < 11 10 b f f 869 869 16 1205 1206 network_lt scalarltsel scalarltjoinsel 1204 <= 11 10 b f f 869 869 16 1206 1205 network_le scalarlesel scalarlejoinsel 1205 > 11 10 b f f 869 869 16 1203 1204 network_gt scalargtsel scalargtjoinsel 1206 >= 11 10 b f f 869 869 16 1204 1203 network_ge scalargesel scalargejoinsel 931 << 11 10 b f f 869 869 16 933 0 network_sub networksel networkjoinsel 932 <<= 11 10 b f f 869 869 16 934 0 network_subeq networksel networkjoinsel 933 >> 11 10 b f f 869 869 16 931 0 network_sup networksel networkjoinsel 934 >>= 11 10 b f f 869 869 16 932 0 network_supeq networksel networkjoinsel 3552 && 11 10 b f f 869 869 16 3552 0 network_overlap networksel networkjoinsel 2634 ~ 11 10 l f f 0 869 869 0 0 inetnot - - 2635 & 11 10 b f f 869 869 869 0 0 inetand - - 2636 | 11 10 b f f 869 869 869 0 0 inetor - - 2637 + 11 10 b f f 869 20 869 2638 0 inetpl - - 2638 + 11 10 b f f 20 869 869 2637 0 int8pl_inet - - 2639 - 11 10 b f f 869 20 869 0 0 inetmi_int8 - - 2640 - 11 10 b f f 869 869 20 0 0 inetmi - - 1625 ~~* 11 10 b f f 19 25 16 0 1626 nameiclike iclikesel iclikejoinsel 1626 !~~* 11 10 b f f 19 25 16 0 1625 nameicnlike icnlikesel icnlikejoinsel 1627 ~~* 11 10 b f f 25 25 16 0 1628 texticlike iclikesel iclikejoinsel 1628 !~~* 11 10 b f f 25 25 16 0 1627 texticnlike icnlikesel icnlikejoinsel 1629 ~~* 11 10 b f f 1042 25 16 0 1630 bpchariclike iclikesel iclikejoinsel 1630 !~~* 11 10 b f f 1042 25 16 0 1629 bpcharicnlike icnlikesel icnlikejoinsel 1751 - 11 10 l f f 0 1700 1700 0 0 numeric_uminus - - 1752 = 11 10 b t t 1700 1700 16 1752 1753 numeric_eq eqsel eqjoinsel 1753 <> 11 10 b f f 1700 1700 16 1753 1752 numeric_ne neqsel neqjoinsel 1754 < 11 10 b f f 1700 1700 16 1756 1757 numeric_lt scalarltsel scalarltjoinsel 1755 <= 11 10 b f f 1700 1700 16 1757 1756 numeric_le scalarlesel scalarlejoinsel 1756 > 11 10 b f f 1700 1700 16 1754 1755 numeric_gt scalargtsel scalargtjoinsel 1757 >= 11 10 b f f 1700 1700 16 1755 1754 numeric_ge scalargesel scalargejoinsel 1758 + 11 10 b f f 1700 1700 1700 1758 0 numeric_add - - 1759 - 11 10 b f f 1700 1700 1700 0 0 numeric_sub - - 1760 * 11 10 b f f 1700 1700 1700 1760 0 numeric_mul - - 1761 / 11 10 b f f 1700 1700 1700 0 0 numeric_div - - 1762 % 11 10 b f f 1700 1700 1700 0 0 numeric_mod - - 1038 ^ 11 10 b f f 1700 1700 1700 0 0 numeric_power - - 1763 @ 11 10 l f f 0 1700 1700 0 0 numeric_abs - - 1784 = 11 10 b t f 1560 1560 16 1784 1785 biteq eqsel eqjoinsel 1785 <> 11 10 b f f 1560 1560 16 1785 1784 bitne neqsel neqjoinsel 1786 < 11 10 b f f 1560 1560 16 1787 1789 bitlt scalarltsel scalarltjoinsel 1787 > 11 10 b f f 1560 1560 16 1786 1788 bitgt scalargtsel scalargtjoinsel 1788 <= 11 10 b f f 1560 1560 16 1789 1787 bitle scalarlesel scalarlejoinsel 1789 >= 11 10 b f f 1560 1560 16 1788 1786 bitge scalargesel scalargejoinsel 1791 & 11 10 b f f 1560 1560 1560 1791 0 bitand - - 1792 | 11 10 b f f 1560 1560 1560 1792 0 bitor - - 1793 # 11 10 b f f 1560 1560 1560 1793 0 bitxor - - 1794 ~ 11 10 l f f 0 1560 1560 0 0 bitnot - - 1795 << 11 10 b f f 1560 23 1560 0 0 bitshiftleft - - 1796 >> 11 10 b f f 1560 23 1560 0 0 bitshiftright - - 1797 || 11 10 b f f 1562 1562 1562 0 0 bitcat - - 1800 + 11 10 b f f 1083 1186 1083 1849 0 time_pl_interval - - 1801 - 11 10 b f f 1083 1186 1083 0 0 time_mi_interval - - 1802 + 11 10 b f f 1266 1186 1266 2552 0 timetz_pl_interval - - 1803 - 11 10 b f f 1266 1186 1266 0 0 timetz_mi_interval - - 1804 = 11 10 b t f 1562 1562 16 1804 1805 varbiteq eqsel eqjoinsel 1805 <> 11 10 b f f 1562 1562 16 1805 1804 varbitne neqsel neqjoinsel 1806 < 11 10 b f f 1562 1562 16 1807 1809 varbitlt scalarltsel scalarltjoinsel 1807 > 11 10 b f f 1562 1562 16 1806 1808 varbitgt scalargtsel scalargtjoinsel 1808 <= 11 10 b f f 1562 1562 16 1809 1807 varbitle scalarlesel scalarlejoinsel 1809 >= 11 10 b f f 1562 1562 16 1808 1806 varbitge scalargesel scalargejoinsel 1849 + 11 10 b f f 1186 1083 1083 1800 0 interval_pl_time - - 1862 = 11 10 b t t 21 20 16 1868 1863 int28eq eqsel eqjoinsel 1863 <> 11 10 b f f 21 20 16 1869 1862 int28ne neqsel neqjoinsel 1864 < 11 10 b f f 21 20 16 1871 1867 int28lt scalarltsel scalarltjoinsel 1865 > 11 10 b f f 21 20 16 1870 1866 int28gt scalargtsel scalargtjoinsel 1866 <= 11 10 b f f 21 20 16 1873 1865 int28le scalarlesel scalarlejoinsel 1867 >= 11 10 b f f 21 20 16 1872 1864 int28ge scalargesel scalargejoinsel 1868 = 11 10 b t t 20 21 16 1862 1869 int82eq eqsel eqjoinsel 1869 <> 11 10 b f f 20 21 16 1863 1868 int82ne neqsel neqjoinsel 1870 < 11 10 b f f 20 21 16 1865 1873 int82lt scalarltsel scalarltjoinsel 1871 > 11 10 b f f 20 21 16 1864 1872 int82gt scalargtsel scalargtjoinsel 1872 <= 11 10 b f f 20 21 16 1867 1871 int82le scalarlesel scalarlejoinsel 1873 >= 11 10 b f f 20 21 16 1866 1870 int82ge scalargesel scalargejoinsel 1874 & 11 10 b f f 21 21 21 1874 0 int2and - - 1875 | 11 10 b f f 21 21 21 1875 0 int2or - - 1876 # 11 10 b f f 21 21 21 1876 0 int2xor - - 1877 ~ 11 10 l f f 0 21 21 0 0 int2not - - 1878 << 11 10 b f f 21 23 21 0 0 int2shl - - 1879 >> 11 10 b f f 21 23 21 0 0 int2shr - - 1880 & 11 10 b f f 23 23 23 1880 0 int4and - - 1881 | 11 10 b f f 23 23 23 1881 0 int4or - - 1882 # 11 10 b f f 23 23 23 1882 0 int4xor - - 1883 ~ 11 10 l f f 0 23 23 0 0 int4not - - 1884 << 11 10 b f f 23 23 23 0 0 int4shl - - 1885 >> 11 10 b f f 23 23 23 0 0 int4shr - - 1886 & 11 10 b f f 20 20 20 1886 0 int8and - - 1887 | 11 10 b f f 20 20 20 1887 0 int8or - - 1888 # 11 10 b f f 20 20 20 1888 0 int8xor - - 1889 ~ 11 10 l f f 0 20 20 0 0 int8not - - 1890 << 11 10 b f f 20 23 20 0 0 int8shl - - 1891 >> 11 10 b f f 20 23 20 0 0 int8shr - - 1916 + 11 10 l f f 0 20 20 0 0 int8up - - 1917 + 11 10 l f f 0 21 21 0 0 int2up - - 1918 + 11 10 l f f 0 23 23 0 0 int4up - - 1919 + 11 10 l f f 0 700 700 0 0 float4up - - 1920 + 11 10 l f f 0 701 701 0 0 float8up - - 1921 + 11 10 l f f 0 1700 1700 0 0 numeric_uplus - - 1955 = 11 10 b t t 17 17 16 1955 1956 byteaeq eqsel eqjoinsel 1956 <> 11 10 b f f 17 17 16 1956 1955 byteane neqsel neqjoinsel 1957 < 11 10 b f f 17 17 16 1959 1960 bytealt scalarltsel scalarltjoinsel 1958 <= 11 10 b f f 17 17 16 1960 1959 byteale scalarlesel scalarlejoinsel 1959 > 11 10 b f f 17 17 16 1957 1958 byteagt scalargtsel scalargtjoinsel 1960 >= 11 10 b f f 17 17 16 1958 1957 byteage scalargesel scalargejoinsel 2016 ~~ 11 10 b f f 17 17 16 0 2017 bytealike likesel likejoinsel 2017 !~~ 11 10 b f f 17 17 16 0 2016 byteanlike nlikesel nlikejoinsel 2018 || 11 10 b f f 17 17 17 0 0 byteacat - - 2060 = 11 10 b t t 1114 1114 16 2060 2061 timestamp_eq eqsel eqjoinsel 2061 <> 11 10 b f f 1114 1114 16 2061 2060 timestamp_ne neqsel neqjoinsel 2062 < 11 10 b f f 1114 1114 16 2064 2065 timestamp_lt scalarltsel scalarltjoinsel 2063 <= 11 10 b f f 1114 1114 16 2065 2064 timestamp_le scalarlesel scalarlejoinsel 2064 > 11 10 b f f 1114 1114 16 2062 2063 timestamp_gt scalargtsel scalargtjoinsel 2065 >= 11 10 b f f 1114 1114 16 2063 2062 timestamp_ge scalargesel scalargejoinsel 2066 + 11 10 b f f 1114 1186 1114 2553 0 timestamp_pl_interval - - 2067 - 11 10 b f f 1114 1114 1186 0 0 timestamp_mi - - 2068 - 11 10 b f f 1114 1186 1114 0 0 timestamp_mi_interval - - 2314 ~<~ 11 10 b f f 25 25 16 2318 2317 text_pattern_lt scalarltsel scalarltjoinsel 2315 ~<=~ 11 10 b f f 25 25 16 2317 2318 text_pattern_le scalarlesel scalarlejoinsel 2317 ~>=~ 11 10 b f f 25 25 16 2315 2314 text_pattern_ge scalargesel scalargejoinsel 2318 ~>~ 11 10 b f f 25 25 16 2314 2315 text_pattern_gt scalargtsel scalargtjoinsel 2326 ~<~ 11 10 b f f 1042 1042 16 2330 2329 bpchar_pattern_lt scalarltsel scalarltjoinsel 2327 ~<=~ 11 10 b f f 1042 1042 16 2329 2330 bpchar_pattern_le scalarlesel scalarlejoinsel 2329 ~>=~ 11 10 b f f 1042 1042 16 2327 2326 bpchar_pattern_ge scalargesel scalargejoinsel 2330 ~>~ 11 10 b f f 1042 1042 16 2326 2327 bpchar_pattern_gt scalargtsel scalargtjoinsel 2345 < 11 10 b f f 1082 1114 16 2375 2348 date_lt_timestamp scalarltsel scalarltjoinsel 2346 <= 11 10 b f f 1082 1114 16 2374 2349 date_le_timestamp scalarlesel scalarlejoinsel 2347 = 11 10 b t f 1082 1114 16 2373 2350 date_eq_timestamp eqsel eqjoinsel 2348 >= 11 10 b f f 1082 1114 16 2372 2345 date_ge_timestamp scalargesel scalargejoinsel 2349 > 11 10 b f f 1082 1114 16 2371 2346 date_gt_timestamp scalargtsel scalargtjoinsel 2350 <> 11 10 b f f 1082 1114 16 2376 2347 date_ne_timestamp neqsel neqjoinsel 2358 < 11 10 b f f 1082 1184 16 2388 2361 date_lt_timestamptz scalarltsel scalarltjoinsel 2359 <= 11 10 b f f 1082 1184 16 2387 2362 date_le_timestamptz scalarlesel scalarlejoinsel 2360 = 11 10 b t f 1082 1184 16 2386 2363 date_eq_timestamptz eqsel eqjoinsel 2361 >= 11 10 b f f 1082 1184 16 2385 2358 date_ge_timestamptz scalargesel scalargejoinsel 2362 > 11 10 b f f 1082 1184 16 2384 2359 date_gt_timestamptz scalargtsel scalargtjoinsel 2363 <> 11 10 b f f 1082 1184 16 2389 2360 date_ne_timestamptz neqsel neqjoinsel 2371 < 11 10 b f f 1114 1082 16 2349 2374 timestamp_lt_date scalarltsel scalarltjoinsel 2372 <= 11 10 b f f 1114 1082 16 2348 2375 timestamp_le_date scalarlesel scalarlejoinsel 2373 = 11 10 b t f 1114 1082 16 2347 2376 timestamp_eq_date eqsel eqjoinsel 2374 >= 11 10 b f f 1114 1082 16 2346 2371 timestamp_ge_date scalargesel scalargejoinsel 2375 > 11 10 b f f 1114 1082 16 2345 2372 timestamp_gt_date scalargtsel scalargtjoinsel 2376 <> 11 10 b f f 1114 1082 16 2350 2373 timestamp_ne_date neqsel neqjoinsel 2384 < 11 10 b f f 1184 1082 16 2362 2387 timestamptz_lt_date scalarltsel scalarltjoinsel 2385 <= 11 10 b f f 1184 1082 16 2361 2388 timestamptz_le_date scalarlesel scalarlejoinsel 2386 = 11 10 b t f 1184 1082 16 2360 2389 timestamptz_eq_date eqsel eqjoinsel 2387 >= 11 10 b f f 1184 1082 16 2359 2384 timestamptz_ge_date scalargesel scalargejoinsel 2388 > 11 10 b f f 1184 1082 16 2358 2385 timestamptz_gt_date scalargtsel scalargtjoinsel 2389 <> 11 10 b f f 1184 1082 16 2363 2386 timestamptz_ne_date neqsel neqjoinsel 2534 < 11 10 b f f 1114 1184 16 2544 2537 timestamp_lt_timestamptz scalarltsel scalarltjoinsel 2535 <= 11 10 b f f 1114 1184 16 2543 2538 timestamp_le_timestamptz scalarlesel scalarlejoinsel 2536 = 11 10 b t f 1114 1184 16 2542 2539 timestamp_eq_timestamptz eqsel eqjoinsel 2537 >= 11 10 b f f 1114 1184 16 2541 2534 timestamp_ge_timestamptz scalargesel scalargejoinsel 2538 > 11 10 b f f 1114 1184 16 2540 2535 timestamp_gt_timestamptz scalargtsel scalargtjoinsel 2539 <> 11 10 b f f 1114 1184 16 2545 2536 timestamp_ne_timestamptz neqsel neqjoinsel 2540 < 11 10 b f f 1184 1114 16 2538 2543 timestamptz_lt_timestamp scalarltsel scalarltjoinsel 2541 <= 11 10 b f f 1184 1114 16 2537 2544 timestamptz_le_timestamp scalarlesel scalarlejoinsel 2542 = 11 10 b t f 1184 1114 16 2536 2545 timestamptz_eq_timestamp eqsel eqjoinsel 2543 >= 11 10 b f f 1184 1114 16 2535 2540 timestamptz_ge_timestamp scalargesel scalargejoinsel 2544 > 11 10 b f f 1184 1114 16 2534 2541 timestamptz_gt_timestamp scalargtsel scalargtjoinsel 2545 <> 11 10 b f f 1184 1114 16 2539 2542 timestamptz_ne_timestamp neqsel neqjoinsel 2551 + 11 10 b f f 1186 1082 1114 1076 0 interval_pl_date - - 2552 + 11 10 b f f 1186 1266 1266 1802 0 interval_pl_timetz - - 2553 + 11 10 b f f 1186 1114 1114 2066 0 interval_pl_timestamp - - 2554 + 11 10 b f f 1186 1184 1184 1327 0 interval_pl_timestamptz - - 2555 + 11 10 b f f 23 1082 1082 1100 0 integer_pl_date - - 2570 <<| 11 10 b f f 603 603 16 0 0 box_below positionsel positionjoinsel 2571 &<| 11 10 b f f 603 603 16 0 0 box_overbelow positionsel positionjoinsel 2572 |&> 11 10 b f f 603 603 16 0 0 box_overabove positionsel positionjoinsel 2573 |>> 11 10 b f f 603 603 16 0 0 box_above positionsel positionjoinsel 2574 <<| 11 10 b f f 604 604 16 0 0 poly_below positionsel positionjoinsel 2575 &<| 11 10 b f f 604 604 16 0 0 poly_overbelow positionsel positionjoinsel 2576 |&> 11 10 b f f 604 604 16 0 0 poly_overabove positionsel positionjoinsel 2577 |>> 11 10 b f f 604 604 16 0 0 poly_above positionsel positionjoinsel 2589 &<| 11 10 b f f 718 718 16 0 0 circle_overbelow positionsel positionjoinsel 2590 |&> 11 10 b f f 718 718 16 0 0 circle_overabove positionsel positionjoinsel 2750 && 11 10 b f f 2277 2277 16 2750 0 arrayoverlap arraycontsel arraycontjoinsel 2751 @> 11 10 b f f 2277 2277 16 2752 0 arraycontains arraycontsel arraycontjoinsel 2752 <@ 11 10 b f f 2277 2277 16 2751 0 arraycontained arraycontsel arraycontjoinsel 2779 || 11 10 b f f 25 2776 25 0 0 textanycat - - 2780 || 11 10 b f f 2776 25 25 0 0 anytextcat - - 2972 = 11 10 b t t 2950 2950 16 2972 2973 uuid_eq eqsel eqjoinsel 2973 <> 11 10 b f f 2950 2950 16 2973 2972 uuid_ne neqsel neqjoinsel 2974 < 11 10 b f f 2950 2950 16 2975 2977 uuid_lt scalarltsel scalarltjoinsel 2975 > 11 10 b f f 2950 2950 16 2974 2976 uuid_gt scalargtsel scalargtjoinsel 2976 <= 11 10 b f f 2950 2950 16 2977 2975 uuid_le scalarlesel scalarlejoinsel 2977 >= 11 10 b f f 2950 2950 16 2976 2974 uuid_ge scalargesel scalargejoinsel 3222 = 11 10 b t t 3220 3220 16 3222 3223 pg_lsn_eq eqsel eqjoinsel 3223 <> 11 10 b f f 3220 3220 16 3223 3222 pg_lsn_ne neqsel neqjoinsel 3224 < 11 10 b f f 3220 3220 16 3225 3227 pg_lsn_lt scalarltsel scalarltjoinsel 3225 > 11 10 b f f 3220 3220 16 3224 3226 pg_lsn_gt scalargtsel scalargtjoinsel 3226 <= 11 10 b f f 3220 3220 16 3227 3225 pg_lsn_le scalarlesel scalarlejoinsel 3227 >= 11 10 b f f 3220 3220 16 3226 3224 pg_lsn_ge scalargesel scalargejoinsel 3228 - 11 10 b f f 3220 3220 1700 0 0 pg_lsn_mi - - 5025 + 11 10 b f f 3220 1700 3220 5026 0 pg_lsn_pli - - 5026 + 11 10 b f f 1700 3220 3220 5025 0 numeric_pl_pg_lsn - - 5027 - 11 10 b f f 3220 1700 3220 0 0 pg_lsn_mii - - 3516 = 11 10 b t t 3500 3500 16 3516 3517 enum_eq eqsel eqjoinsel 3517 <> 11 10 b f f 3500 3500 16 3517 3516 enum_ne neqsel neqjoinsel 3518 < 11 10 b f f 3500 3500 16 3519 3521 enum_lt scalarltsel scalarltjoinsel 3519 > 11 10 b f f 3500 3500 16 3518 3520 enum_gt scalargtsel scalargtjoinsel 3520 <= 11 10 b f f 3500 3500 16 3521 3519 enum_le scalarlesel scalarlejoinsel 3521 >= 11 10 b f f 3500 3500 16 3520 3518 enum_ge scalargesel scalargejoinsel 3627 < 11 10 b f f 3614 3614 16 3632 3631 tsvector_lt scalarltsel scalarltjoinsel 3628 <= 11 10 b f f 3614 3614 16 3631 3632 tsvector_le scalarlesel scalarlejoinsel 3629 = 11 10 b t f 3614 3614 16 3629 3630 tsvector_eq eqsel eqjoinsel 3630 <> 11 10 b f f 3614 3614 16 3630 3629 tsvector_ne neqsel neqjoinsel 3631 >= 11 10 b f f 3614 3614 16 3628 3627 tsvector_ge scalargesel scalargejoinsel 3632 > 11 10 b f f 3614 3614 16 3627 3628 tsvector_gt scalargtsel scalargtjoinsel 3633 || 11 10 b f f 3614 3614 3614 0 0 tsvector_concat - - 3636 @@ 11 10 b f f 3614 3615 16 3637 0 ts_match_vq tsmatchsel tsmatchjoinsel 3637 @@ 11 10 b f f 3615 3614 16 3636 0 ts_match_qv tsmatchsel tsmatchjoinsel 3660 @@@ 11 10 b f f 3614 3615 16 3661 0 ts_match_vq tsmatchsel tsmatchjoinsel 3661 @@@ 11 10 b f f 3615 3614 16 3660 0 ts_match_qv tsmatchsel tsmatchjoinsel 3674 < 11 10 b f f 3615 3615 16 3679 3678 tsquery_lt scalarltsel scalarltjoinsel 3675 <= 11 10 b f f 3615 3615 16 3678 3679 tsquery_le scalarlesel scalarlejoinsel 3676 = 11 10 b t f 3615 3615 16 3676 3677 tsquery_eq eqsel eqjoinsel 3677 <> 11 10 b f f 3615 3615 16 3677 3676 tsquery_ne neqsel neqjoinsel 3678 >= 11 10 b f f 3615 3615 16 3675 3674 tsquery_ge scalargesel scalargejoinsel 3679 > 11 10 b f f 3615 3615 16 3674 3675 tsquery_gt scalargtsel scalargtjoinsel 3680 && 11 10 b f f 3615 3615 3615 0 0 tsquery_and - - 3681 || 11 10 b f f 3615 3615 3615 0 0 tsquery_or - - 5005 <-> 11 10 b f f 3615 3615 3615 0 0 pg_catalog.tsquery_phrase - - 3682 !! 11 10 l f f 0 3615 3615 0 0 tsquery_not - - 3693 @> 11 10 b f f 3615 3615 16 3694 0 tsq_mcontains matchingsel matchingjoinsel 3694 <@ 11 10 b f f 3615 3615 16 3693 0 tsq_mcontained matchingsel matchingjoinsel 3762 @@ 11 10 b f f 25 25 16 0 0 ts_match_tt matchingsel matchingjoinsel 3763 @@ 11 10 b f f 25 3615 16 0 0 ts_match_tq matchingsel matchingjoinsel 2988 = 11 10 b t t 2249 2249 16 2988 2989 record_eq eqsel eqjoinsel 2989 <> 11 10 b f f 2249 2249 16 2989 2988 record_ne neqsel neqjoinsel 2990 < 11 10 b f f 2249 2249 16 2991 2993 record_lt scalarltsel scalarltjoinsel 2991 > 11 10 b f f 2249 2249 16 2990 2992 record_gt scalargtsel scalargtjoinsel 2992 <= 11 10 b f f 2249 2249 16 2993 2991 record_le scalarlesel scalarlejoinsel 2993 >= 11 10 b f f 2249 2249 16 2992 2990 record_ge scalargesel scalargejoinsel 3188 *= 11 10 b t f 2249 2249 16 3188 3189 record_image_eq eqsel eqjoinsel 3189 *<> 11 10 b f f 2249 2249 16 3189 3188 record_image_ne neqsel neqjoinsel 3190 *< 11 10 b f f 2249 2249 16 3191 3193 record_image_lt scalarltsel scalarltjoinsel 3191 *> 11 10 b f f 2249 2249 16 3190 3192 record_image_gt scalargtsel scalargtjoinsel 3192 *<= 11 10 b f f 2249 2249 16 3193 3191 record_image_le scalarlesel scalarlejoinsel 3193 *>= 11 10 b f f 2249 2249 16 3192 3190 record_image_ge scalargesel scalargejoinsel 3882 = 11 10 b t t 3831 3831 16 3882 3883 range_eq eqsel eqjoinsel 3883 <> 11 10 b f f 3831 3831 16 3883 3882 range_ne neqsel neqjoinsel 3884 < 11 10 b f f 3831 3831 16 3887 3886 range_lt rangesel scalarltjoinsel 3885 <= 11 10 b f f 3831 3831 16 3886 3887 range_le rangesel scalarlejoinsel 3886 >= 11 10 b f f 3831 3831 16 3885 3884 range_ge rangesel scalargejoinsel 3887 > 11 10 b f f 3831 3831 16 3884 3885 range_gt rangesel scalargtjoinsel 3888 && 11 10 b f f 3831 3831 16 3888 0 range_overlaps rangesel areajoinsel 3889 @> 11 10 b f f 3831 2283 16 3891 0 range_contains_elem rangesel contjoinsel 3890 @> 11 10 b f f 3831 3831 16 3892 0 range_contains rangesel contjoinsel 3891 <@ 11 10 b f f 2283 3831 16 3889 0 elem_contained_by_range rangesel contjoinsel 3892 <@ 11 10 b f f 3831 3831 16 3890 0 range_contained_by rangesel contjoinsel 3893 << 11 10 b f f 3831 3831 16 3894 0 range_before rangesel scalarltjoinsel 3894 >> 11 10 b f f 3831 3831 16 3893 0 range_after rangesel scalargtjoinsel 3895 &< 11 10 b f f 3831 3831 16 0 0 range_overleft rangesel scalarltjoinsel 3896 &> 11 10 b f f 3831 3831 16 0 0 range_overright rangesel scalargtjoinsel 3897 -|- 11 10 b f f 3831 3831 16 3897 0 range_adjacent matchingsel matchingjoinsel 3898 + 11 10 b f f 3831 3831 3831 3898 0 range_union - - 3899 - 11 10 b f f 3831 3831 3831 0 0 range_minus - - 3900 * 11 10 b f f 3831 3831 3831 3900 0 range_intersect - - 3962 -> 11 10 b f f 114 25 114 0 0 json_object_field - - 3963 ->> 11 10 b f f 114 25 25 0 0 json_object_field_text - - 3964 -> 11 10 b f f 114 23 114 0 0 json_array_element - - 3965 ->> 11 10 b f f 114 23 25 0 0 json_array_element_text - - 3966 #> 11 10 b f f 114 1009 114 0 0 json_extract_path - - 3967 #>> 11 10 b f f 114 1009 25 0 0 json_extract_path_text - - 3211 -> 11 10 b f f 3802 25 3802 0 0 jsonb_object_field - - 3477 ->> 11 10 b f f 3802 25 25 0 0 jsonb_object_field_text - - 3212 -> 11 10 b f f 3802 23 3802 0 0 jsonb_array_element - - 3481 ->> 11 10 b f f 3802 23 25 0 0 jsonb_array_element_text - - 3213 #> 11 10 b f f 3802 1009 3802 0 0 jsonb_extract_path - - 3206 #>> 11 10 b f f 3802 1009 25 0 0 jsonb_extract_path_text - - 3240 = 11 10 b t t 3802 3802 16 3240 3241 jsonb_eq eqsel eqjoinsel 3241 <> 11 10 b f f 3802 3802 16 3241 3240 jsonb_ne neqsel neqjoinsel 3242 < 11 10 b f f 3802 3802 16 3243 3245 jsonb_lt scalarltsel scalarltjoinsel 3243 > 11 10 b f f 3802 3802 16 3242 3244 jsonb_gt scalargtsel scalargtjoinsel 3244 <= 11 10 b f f 3802 3802 16 3245 3243 jsonb_le scalarlesel scalarlejoinsel 3245 >= 11 10 b f f 3802 3802 16 3244 3242 jsonb_ge scalargesel scalargejoinsel 3246 @> 11 10 b f f 3802 3802 16 3250 0 jsonb_contains matchingsel matchingjoinsel 3247 ? 11 10 b f f 3802 25 16 0 0 jsonb_exists matchingsel matchingjoinsel 3248 ?| 11 10 b f f 3802 1009 16 0 0 jsonb_exists_any matchingsel matchingjoinsel 3249 ?& 11 10 b f f 3802 1009 16 0 0 jsonb_exists_all matchingsel matchingjoinsel 3250 <@ 11 10 b f f 3802 3802 16 3246 0 jsonb_contained matchingsel matchingjoinsel 3284 || 11 10 b f f 3802 3802 3802 0 0 jsonb_concat - - 3285 - 11 10 b f f 3802 25 3802 0 0 pg_catalog.jsonb_delete - - 3398 - 11 10 b f f 3802 1009 3802 0 0 pg_catalog.jsonb_delete - - 3286 - 11 10 b f f 3802 23 3802 0 0 pg_catalog.jsonb_delete - - 3287 #- 11 10 b f f 3802 1009 3802 0 0 jsonb_delete_path - - 4012 @? 11 10 b f f 3802 4072 16 0 0 jsonb_path_exists_opr matchingsel matchingjoinsel 4013 @@ 11 10 b f f 3802 4072 16 0 0 jsonb_path_match_opr matchingsel matchingjoinsel 2860 = 11 10 b t t 4537 4537 16 2860 2861 multirange_eq eqsel eqjoinsel 2861 <> 11 10 b f f 4537 4537 16 2861 2860 multirange_ne neqsel neqjoinsel 2862 < 11 10 b f f 4537 4537 16 2865 2864 multirange_lt multirangesel scalarltjoinsel 2863 <= 11 10 b f f 4537 4537 16 2864 2865 multirange_le multirangesel scalarlejoinsel 2864 >= 11 10 b f f 4537 4537 16 2863 2862 multirange_ge multirangesel scalargejoinsel 2865 > 11 10 b f f 4537 4537 16 2862 2863 multirange_gt multirangesel scalargtjoinsel 2866 && 11 10 b f f 3831 4537 16 2867 0 range_overlaps_multirange multirangesel areajoinsel 2867 && 11 10 b f f 4537 3831 16 2866 0 multirange_overlaps_range multirangesel areajoinsel 2868 && 11 10 b f f 4537 4537 16 2868 0 multirange_overlaps_multirange multirangesel areajoinsel 2869 @> 11 10 b f f 4537 2283 16 2872 0 multirange_contains_elem multirangesel contjoinsel 2870 @> 11 10 b f f 4537 3831 16 2873 0 multirange_contains_range multirangesel contjoinsel 2871 @> 11 10 b f f 4537 4537 16 2874 0 multirange_contains_multirange multirangesel contjoinsel 2872 <@ 11 10 b f f 2283 4537 16 2869 0 elem_contained_by_multirange multirangesel contjoinsel 2873 <@ 11 10 b f f 3831 4537 16 2870 0 range_contained_by_multirange multirangesel contjoinsel 2874 <@ 11 10 b f f 4537 4537 16 2871 0 multirange_contained_by_multirange multirangesel contjoinsel 4539 @> 11 10 b f f 3831 4537 16 4540 0 range_contains_multirange multirangesel contjoinsel 4540 <@ 11 10 b f f 4537 3831 16 4539 0 multirange_contained_by_range multirangesel contjoinsel 2875 &< 11 10 b f f 3831 4537 16 0 0 range_overleft_multirange multirangesel scalarltjoinsel 2876 &< 11 10 b f f 4537 3831 16 0 0 multirange_overleft_range multirangesel scalarltjoinsel 2877 &< 11 10 b f f 4537 4537 16 0 0 multirange_overleft_multirange multirangesel scalarltjoinsel 3585 &> 11 10 b f f 3831 4537 16 0 0 range_overright_multirange multirangesel scalargtjoinsel 4035 &> 11 10 b f f 4537 3831 16 0 0 multirange_overright_range multirangesel scalargtjoinsel 4142 &> 11 10 b f f 4537 4537 16 0 0 multirange_overright_multirange multirangesel scalargtjoinsel 4179 -|- 11 10 b f f 3831 4537 16 4180 0 range_adjacent_multirange matchingsel matchingjoinsel 4180 -|- 11 10 b f f 4537 3831 16 4179 0 multirange_adjacent_range matchingsel matchingjoinsel 4198 -|- 11 10 b f f 4537 4537 16 4198 0 multirange_adjacent_multirange matchingsel matchingjoinsel 4392 + 11 10 b f f 4537 4537 4537 4392 0 multirange_union - - 4393 - 11 10 b f f 4537 4537 4537 0 0 multirange_minus - - 4394 * 11 10 b f f 4537 4537 4537 4394 0 multirange_intersect - - 4395 << 11 10 b f f 3831 4537 16 4399 0 range_before_multirange multirangesel scalarltjoinsel 4396 << 11 10 b f f 4537 3831 16 4398 0 multirange_before_range multirangesel scalarltjoinsel 4397 << 11 10 b f f 4537 4537 16 4400 0 multirange_before_multirange multirangesel scalarltjoinsel 4398 >> 11 10 b f f 3831 4537 16 4396 0 range_after_multirange multirangesel scalargtjoinsel 4399 >> 11 10 b f f 4537 3831 16 4395 0 multirange_after_range multirangesel scalargtjoinsel 4400 >> 11 10 b f f 4537 4537 16 4397 0 multirange_after_multirange multirangesel scalargtjoinsel 16614 ~~ 16390 10 b f f 23 23 16 0 0 int4eq - - \. -- -- Data for Name: pg_opfamily; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_opfamily (oid, opfmethod, opfname, opfnamespace, opfowner) FROM stdin; 397 403 array_ops 11 10 627 405 array_ops 11 10 423 403 bit_ops 11 10 424 403 bool_ops 11 10 426 403 bpchar_ops 11 10 427 405 bpchar_ops 11 10 428 403 bytea_ops 11 10 429 403 char_ops 11 10 431 405 char_ops 11 10 434 403 datetime_ops 11 10 435 405 date_ops 11 10 1970 403 float_ops 11 10 1971 405 float_ops 11 10 1974 403 network_ops 11 10 1975 405 network_ops 11 10 3550 783 network_ops 11 10 3794 4000 network_ops 11 10 1976 403 integer_ops 11 10 1977 405 integer_ops 11 10 1982 403 interval_ops 11 10 1983 405 interval_ops 11 10 1984 403 macaddr_ops 11 10 1985 405 macaddr_ops 11 10 3371 403 macaddr8_ops 11 10 3372 405 macaddr8_ops 11 10 1988 403 numeric_ops 11 10 1998 405 numeric_ops 11 10 1989 403 oid_ops 11 10 1990 405 oid_ops 11 10 1991 403 oidvector_ops 11 10 1992 405 oidvector_ops 11 10 2994 403 record_ops 11 10 6194 405 record_ops 11 10 3194 403 record_image_ops 11 10 1994 403 text_ops 11 10 1995 405 text_ops 11 10 1996 403 time_ops 11 10 1997 405 time_ops 11 10 1999 405 timestamptz_ops 11 10 2000 403 timetz_ops 11 10 2001 405 timetz_ops 11 10 2002 403 varbit_ops 11 10 2040 405 timestamp_ops 11 10 2095 403 text_pattern_ops 11 10 2097 403 bpchar_pattern_ops 11 10 2099 403 money_ops 11 10 2222 405 bool_ops 11 10 2223 405 bytea_ops 11 10 2789 403 tid_ops 11 10 2225 405 xid_ops 11 10 5032 405 xid8_ops 11 10 5067 403 xid8_ops 11 10 2226 405 cid_ops 11 10 2227 405 tid_ops 11 10 2229 405 text_pattern_ops 11 10 2231 405 bpchar_pattern_ops 11 10 2235 405 aclitem_ops 11 10 2593 783 box_ops 11 10 2594 783 poly_ops 11 10 2595 783 circle_ops 11 10 1029 783 point_ops 11 10 2745 2742 array_ops 11 10 2968 403 uuid_ops 11 10 2969 405 uuid_ops 11 10 3253 403 pg_lsn_ops 11 10 3254 405 pg_lsn_ops 11 10 3522 403 enum_ops 11 10 3523 405 enum_ops 11 10 3626 403 tsvector_ops 11 10 3655 783 tsvector_ops 11 10 3659 2742 tsvector_ops 11 10 3683 403 tsquery_ops 11 10 3702 783 tsquery_ops 11 10 3901 403 range_ops 11 10 3903 405 range_ops 11 10 3919 783 range_ops 11 10 3474 4000 range_ops 11 10 4015 4000 quad_point_ops 11 10 4016 4000 kd_point_ops 11 10 4017 4000 text_ops 11 10 4033 403 jsonb_ops 11 10 4034 405 jsonb_ops 11 10 4036 2742 jsonb_ops 11 10 4037 2742 jsonb_path_ops 11 10 4054 3580 integer_minmax_ops 11 10 4602 3580 integer_minmax_multi_ops 11 10 4572 3580 integer_bloom_ops 11 10 4055 3580 numeric_minmax_ops 11 10 4603 3580 numeric_minmax_multi_ops 11 10 4056 3580 text_minmax_ops 11 10 4573 3580 text_bloom_ops 11 10 4574 3580 numeric_bloom_ops 11 10 4058 3580 timetz_minmax_ops 11 10 4604 3580 timetz_minmax_multi_ops 11 10 4575 3580 timetz_bloom_ops 11 10 4059 3580 datetime_minmax_ops 11 10 4605 3580 datetime_minmax_multi_ops 11 10 4576 3580 datetime_bloom_ops 11 10 4062 3580 char_minmax_ops 11 10 4577 3580 char_bloom_ops 11 10 4064 3580 bytea_minmax_ops 11 10 4578 3580 bytea_bloom_ops 11 10 4065 3580 name_minmax_ops 11 10 4579 3580 name_bloom_ops 11 10 4068 3580 oid_minmax_ops 11 10 4606 3580 oid_minmax_multi_ops 11 10 4580 3580 oid_bloom_ops 11 10 4069 3580 tid_minmax_ops 11 10 4581 3580 tid_bloom_ops 11 10 4607 3580 tid_minmax_multi_ops 11 10 4070 3580 float_minmax_ops 11 10 4608 3580 float_minmax_multi_ops 11 10 4582 3580 float_bloom_ops 11 10 4074 3580 macaddr_minmax_ops 11 10 4609 3580 macaddr_minmax_multi_ops 11 10 4583 3580 macaddr_bloom_ops 11 10 4109 3580 macaddr8_minmax_ops 11 10 4610 3580 macaddr8_minmax_multi_ops 11 10 4584 3580 macaddr8_bloom_ops 11 10 4075 3580 network_minmax_ops 11 10 4611 3580 network_minmax_multi_ops 11 10 4102 3580 network_inclusion_ops 11 10 4585 3580 network_bloom_ops 11 10 4076 3580 bpchar_minmax_ops 11 10 4586 3580 bpchar_bloom_ops 11 10 4077 3580 time_minmax_ops 11 10 4612 3580 time_minmax_multi_ops 11 10 4587 3580 time_bloom_ops 11 10 4078 3580 interval_minmax_ops 11 10 4613 3580 interval_minmax_multi_ops 11 10 4588 3580 interval_bloom_ops 11 10 4079 3580 bit_minmax_ops 11 10 4080 3580 varbit_minmax_ops 11 10 4081 3580 uuid_minmax_ops 11 10 4614 3580 uuid_minmax_multi_ops 11 10 4589 3580 uuid_bloom_ops 11 10 4103 3580 range_inclusion_ops 11 10 4082 3580 pg_lsn_minmax_ops 11 10 4615 3580 pg_lsn_minmax_multi_ops 11 10 4590 3580 pg_lsn_bloom_ops 11 10 4104 3580 box_inclusion_ops 11 10 5000 4000 box_ops 11 10 5008 4000 poly_ops 11 10 4199 403 multirange_ops 11 10 4225 405 multirange_ops 11 10 6158 783 multirange_ops 11 10 16604 403 op_family 16390 10 16615 403 op_class_custom 16390 10 \. -- -- Data for Name: pg_parameter_acl; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_parameter_acl (oid, parname, paracl) FROM stdin; \. -- -- Data for Name: pg_partitioned_table; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_partitioned_table (partrelid, partstrat, partnatts, partdefid, partattrs, partclass, partcollation, partexprs) FROM stdin; 16428 r 1 0 1 1978 0 \N 16653 r 1 0 2 3122 0 \N \. -- -- Data for Name: pg_policy; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_policy (oid, polname, polrelid, polcmd, polpermissive, polroles, polqual, polwithcheck) FROM stdin; 16510 p1 16402 * t {0} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 57 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 84 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]} 16511 p2 16402 r t {16387} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 94 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]} \N 16513 p3 16402 a t {16387} \N {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 99 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]} 16514 p4 16402 w t {16387} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 94 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 112 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]} 16515 p6 16402 * f {0} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 72 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]} \N 16516 p5 16402 d t {16387} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 94 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]} \N \. -- -- Data for Name: pg_proc; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_proc (oid, proname, pronamespace, proowner, prolang, procost, prorows, provariadic, prosupport, prokind, prosecdef, proleakproof, proisstrict, proretset, provolatile, proparallel, pronargs, pronargdefaults, prorettype, proargtypes, proallargtypes, proargmodes, proargnames, proargdefaults, protrftypes, prosrc, probin, prosqlbody, proconfig, proacl) FROM stdin; 1242 boolin 11 10 12 1 0 0 - f f f t f i s 1 0 16 2275 \N \N \N \N \N boolin \N \N \N \N 1243 boolout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 16 \N \N \N \N \N boolout \N \N \N \N 1244 byteain 11 10 12 1 0 0 - f f f t f i s 1 0 17 2275 \N \N \N \N \N byteain \N \N \N \N 31 byteaout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 17 \N \N \N \N \N byteaout \N \N \N \N 1245 charin 11 10 12 1 0 0 - f f f t f i s 1 0 18 2275 \N \N \N \N \N charin \N \N \N \N 33 charout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 18 \N \N \N \N \N charout \N \N \N \N 34 namein 11 10 12 1 0 0 - f f f t f i s 1 0 19 2275 \N \N \N \N \N namein \N \N \N \N 35 nameout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 19 \N \N \N \N \N nameout \N \N \N \N 38 int2in 11 10 12 1 0 0 - f f f t f i s 1 0 21 2275 \N \N \N \N \N int2in \N \N \N \N 39 int2out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 21 \N \N \N \N \N int2out \N \N \N \N 40 int2vectorin 11 10 12 1 0 0 - f f f t f i s 1 0 22 2275 \N \N \N \N \N int2vectorin \N \N \N \N 41 int2vectorout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 22 \N \N \N \N \N int2vectorout \N \N \N \N 42 int4in 11 10 12 1 0 0 - f f f t f i s 1 0 23 2275 \N \N \N \N \N int4in \N \N \N \N 43 int4out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 23 \N \N \N \N \N int4out \N \N \N \N 44 regprocin 11 10 12 1 0 0 - f f f t f s s 1 0 24 2275 \N \N \N \N \N regprocin \N \N \N \N 45 regprocout 11 10 12 1 0 0 - f f f t f s s 1 0 2275 24 \N \N \N \N \N regprocout \N \N \N \N 3494 to_regproc 11 10 12 1 0 0 - f f f t f s s 1 0 24 25 \N \N \N \N \N to_regproc \N \N \N \N 3479 to_regprocedure 11 10 12 1 0 0 - f f f t f s s 1 0 2202 25 \N \N \N \N \N to_regprocedure \N \N \N \N 46 textin 11 10 12 1 0 0 - f f f t f i s 1 0 25 2275 \N \N \N \N \N textin \N \N \N \N 47 textout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 25 \N \N \N \N \N textout \N \N \N \N 48 tidin 11 10 12 1 0 0 - f f f t f i s 1 0 27 2275 \N \N \N \N \N tidin \N \N \N \N 49 tidout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 27 \N \N \N \N \N tidout \N \N \N \N 50 xidin 11 10 12 1 0 0 - f f f t f i s 1 0 28 2275 \N \N \N \N \N xidin \N \N \N \N 51 xidout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 28 \N \N \N \N \N xidout \N \N \N \N 5070 xid8in 11 10 12 1 0 0 - f f f t f i s 1 0 5069 2275 \N \N \N \N \N xid8in \N \N \N \N 5081 xid8out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 5069 \N \N \N \N \N xid8out \N \N \N \N 5082 xid8recv 11 10 12 1 0 0 - f f f t f i s 1 0 5069 2281 \N \N \N \N \N xid8recv \N \N \N \N 5083 xid8send 11 10 12 1 0 0 - f f f t f i s 1 0 17 5069 \N \N \N \N \N xid8send \N \N \N \N 52 cidin 11 10 12 1 0 0 - f f f t f i s 1 0 29 2275 \N \N \N \N \N cidin \N \N \N \N 53 cidout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 29 \N \N \N \N \N cidout \N \N \N \N 54 oidvectorin 11 10 12 1 0 0 - f f f t f i s 1 0 30 2275 \N \N \N \N \N oidvectorin \N \N \N \N 55 oidvectorout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 30 \N \N \N \N \N oidvectorout \N \N \N \N 56 boollt 11 10 12 1 0 0 - f f t t f i s 2 0 16 16 16 \N \N \N \N \N boollt \N \N \N \N 57 boolgt 11 10 12 1 0 0 - f f t t f i s 2 0 16 16 16 \N \N \N \N \N boolgt \N \N \N \N 60 booleq 11 10 12 1 0 0 - f f t t f i s 2 0 16 16 16 \N \N \N \N \N booleq \N \N \N \N 61 chareq 11 10 12 1 0 0 - f f t t f i s 2 0 16 18 18 \N \N \N \N \N chareq \N \N \N \N 62 nameeq 11 10 12 1 0 0 - f f t t f i s 2 0 16 19 19 \N \N \N \N \N nameeq \N \N \N \N 63 int2eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 21 21 \N \N \N \N \N int2eq \N \N \N \N 64 int2lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 21 21 \N \N \N \N \N int2lt \N \N \N \N 65 int4eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 23 23 \N \N \N \N \N int4eq \N \N \N \N 66 int4lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 23 23 \N \N \N \N \N int4lt \N \N \N \N 67 texteq 11 10 12 1 0 0 - f f t t f i s 2 0 16 25 25 \N \N \N \N \N texteq \N \N \N \N 3696 starts_with 11 10 12 1 0 0 text_starts_with_support f f t t f i s 2 0 16 25 25 \N \N \N \N \N text_starts_with \N \N \N \N 6242 text_starts_with_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N text_starts_with_support \N \N \N \N 68 xideq 11 10 12 1 0 0 - f f t t f i s 2 0 16 28 28 \N \N \N \N \N xideq \N \N \N \N 3308 xidneq 11 10 12 1 0 0 - f f t t f i s 2 0 16 28 28 \N \N \N \N \N xidneq \N \N \N \N 5084 xid8eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 5069 5069 \N \N \N \N \N xid8eq \N \N \N \N 5085 xid8ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 5069 5069 \N \N \N \N \N xid8ne \N \N \N \N 5034 xid8lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 5069 5069 \N \N \N \N \N xid8lt \N \N \N \N 5035 xid8gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 5069 5069 \N \N \N \N \N xid8gt \N \N \N \N 5036 xid8le 11 10 12 1 0 0 - f f t t f i s 2 0 16 5069 5069 \N \N \N \N \N xid8le \N \N \N \N 5037 xid8ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 5069 5069 \N \N \N \N \N xid8ge \N \N \N \N 5096 xid8cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 5069 5069 \N \N \N \N \N xid8cmp \N \N \N \N 5071 xid 11 10 12 1 0 0 - f f f t f i s 1 0 28 5069 \N \N \N \N \N xid8toxid \N \N \N \N 5097 xid8_larger 11 10 12 1 0 0 - f f f t f i s 2 0 5069 5069 5069 \N \N \N \N \N xid8_larger \N \N \N \N 5098 xid8_smaller 11 10 12 1 0 0 - f f f t f i s 2 0 5069 5069 5069 \N \N \N \N \N xid8_smaller \N \N \N \N 69 cideq 11 10 12 1 0 0 - f f t t f i s 2 0 16 29 29 \N \N \N \N \N cideq \N \N \N \N 70 charne 11 10 12 1 0 0 - f f t t f i s 2 0 16 18 18 \N \N \N \N \N charne \N \N \N \N 1246 charlt 11 10 12 1 0 0 - f f t t f i s 2 0 16 18 18 \N \N \N \N \N charlt \N \N \N \N 72 charle 11 10 12 1 0 0 - f f t t f i s 2 0 16 18 18 \N \N \N \N \N charle \N \N \N \N 73 chargt 11 10 12 1 0 0 - f f t t f i s 2 0 16 18 18 \N \N \N \N \N chargt \N \N \N \N 74 charge 11 10 12 1 0 0 - f f t t f i s 2 0 16 18 18 \N \N \N \N \N charge \N \N \N \N 77 int4 11 10 12 1 0 0 - f f f t f i s 1 0 23 18 \N \N \N \N \N chartoi4 \N \N \N \N 78 char 11 10 12 1 0 0 - f f f t f i s 1 0 18 23 \N \N \N \N \N i4tochar \N \N \N \N 79 nameregexeq 11 10 12 1 0 0 textregexeq_support f f f t f i s 2 0 16 19 25 \N \N \N \N \N nameregexeq \N \N \N \N 1252 nameregexne 11 10 12 1 0 0 - f f f t f i s 2 0 16 19 25 \N \N \N \N \N nameregexne \N \N \N \N 1254 textregexeq 11 10 12 1 0 0 textregexeq_support f f f t f i s 2 0 16 25 25 \N \N \N \N \N textregexeq \N \N \N \N 1256 textregexne 11 10 12 1 0 0 - f f f t f i s 2 0 16 25 25 \N \N \N \N \N textregexne \N \N \N \N 1364 textregexeq_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N textregexeq_support \N \N \N \N 1257 textlen 11 10 12 1 0 0 - f f f t f i s 1 0 23 25 \N \N \N \N \N textlen \N \N \N \N 1258 textcat 11 10 12 1 0 0 - f f f t f i s 2 0 25 25 25 \N \N \N \N \N textcat \N \N \N \N 84 boolne 11 10 12 1 0 0 - f f t t f i s 2 0 16 16 16 \N \N \N \N \N boolne \N \N \N \N 89 version 11 10 12 1 0 0 - f f f t f s s 0 0 25 \N \N \N \N \N pgsql_version \N \N \N \N 86 pg_ddl_command_in 11 10 12 1 0 0 - f f f t f i s 1 0 32 2275 \N \N \N \N \N pg_ddl_command_in \N \N \N \N 87 pg_ddl_command_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 32 \N \N \N \N \N pg_ddl_command_out \N \N \N \N 88 pg_ddl_command_recv 11 10 12 1 0 0 - f f f t f i s 1 0 32 2281 \N \N \N \N \N pg_ddl_command_recv \N \N \N \N 90 pg_ddl_command_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 32 \N \N \N \N \N pg_ddl_command_send \N \N \N \N 101 eqsel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N eqsel \N \N \N \N 102 neqsel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N neqsel \N \N \N \N 103 scalarltsel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N scalarltsel \N \N \N \N 104 scalargtsel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N scalargtsel \N \N \N \N 105 eqjoinsel 11 10 12 1 0 0 - f f f t f s s 5 0 701 2281 26 2281 21 2281 \N \N \N \N \N eqjoinsel \N \N \N \N 106 neqjoinsel 11 10 12 1 0 0 - f f f t f s s 5 0 701 2281 26 2281 21 2281 \N \N \N \N \N neqjoinsel \N \N \N \N 107 scalarltjoinsel 11 10 12 1 0 0 - f f f t f s s 5 0 701 2281 26 2281 21 2281 \N \N \N \N \N scalarltjoinsel \N \N \N \N 108 scalargtjoinsel 11 10 12 1 0 0 - f f f t f s s 5 0 701 2281 26 2281 21 2281 \N \N \N \N \N scalargtjoinsel \N \N \N \N 336 scalarlesel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N scalarlesel \N \N \N \N 337 scalargesel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N scalargesel \N \N \N \N 386 scalarlejoinsel 11 10 12 1 0 0 - f f f t f s s 5 0 701 2281 26 2281 21 2281 \N \N \N \N \N scalarlejoinsel \N \N \N \N 398 scalargejoinsel 11 10 12 1 0 0 - f f f t f s s 5 0 701 2281 26 2281 21 2281 \N \N \N \N \N scalargejoinsel \N \N \N \N 109 unknownin 11 10 12 1 0 0 - f f f t f i s 1 0 705 2275 \N \N \N \N \N unknownin \N \N \N \N 110 unknownout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 705 \N \N \N \N \N unknownout \N \N \N \N 115 box_above_eq 11 10 12 1 0 0 - f f f t f i s 2 0 16 603 603 \N \N \N \N \N box_above_eq \N \N \N \N 116 box_below_eq 11 10 12 1 0 0 - f f f t f i s 2 0 16 603 603 \N \N \N \N \N box_below_eq \N \N \N \N 117 point_in 11 10 12 1 0 0 - f f f t f i s 1 0 600 2275 \N \N \N \N \N point_in \N \N \N \N 118 point_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 600 \N \N \N \N \N point_out \N \N \N \N 119 lseg_in 11 10 12 1 0 0 - f f f t f i s 1 0 601 2275 \N \N \N \N \N lseg_in \N \N \N \N 120 lseg_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 601 \N \N \N \N \N lseg_out \N \N \N \N 121 path_in 11 10 12 1 0 0 - f f f t f i s 1 0 602 2275 \N \N \N \N \N path_in \N \N \N \N 122 path_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 602 \N \N \N \N \N path_out \N \N \N \N 123 box_in 11 10 12 1 0 0 - f f f t f i s 1 0 603 2275 \N \N \N \N \N box_in \N \N \N \N 124 box_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 603 \N \N \N \N \N box_out \N \N \N \N 125 box_overlap 11 10 12 1 0 0 - f f f t f i s 2 0 16 603 603 \N \N \N \N \N box_overlap \N \N \N \N 126 box_ge 11 10 12 1 0 0 - f f f t f i s 2 0 16 603 603 \N \N \N \N \N box_ge \N \N \N \N 127 box_gt 11 10 12 1 0 0 - f f f t f i s 2 0 16 603 603 \N \N \N \N \N box_gt \N \N \N \N 128 box_eq 11 10 12 1 0 0 - f f f t f i s 2 0 16 603 603 \N \N \N \N \N box_eq \N \N \N \N 129 box_lt 11 10 12 1 0 0 - f f f t f i s 2 0 16 603 603 \N \N \N \N \N box_lt \N \N \N \N 130 box_le 11 10 12 1 0 0 - f f f t f i s 2 0 16 603 603 \N \N \N \N \N box_le \N \N \N \N 131 point_above 11 10 12 1 0 0 - f f f t f i s 2 0 16 600 600 \N \N \N \N \N point_above \N \N \N \N 132 point_left 11 10 12 1 0 0 - f f f t f i s 2 0 16 600 600 \N \N \N \N \N point_left \N \N \N \N 133 point_right 11 10 12 1 0 0 - f f f t f i s 2 0 16 600 600 \N \N \N \N \N point_right \N \N \N \N 134 point_below 11 10 12 1 0 0 - f f f t f i s 2 0 16 600 600 \N \N \N \N \N point_below \N \N \N \N 135 point_eq 11 10 12 1 0 0 - f f f t f i s 2 0 16 600 600 \N \N \N \N \N point_eq \N \N \N \N 136 on_pb 11 10 12 1 0 0 - f f f t f i s 2 0 16 600 603 \N \N \N \N \N on_pb \N \N \N \N 137 on_ppath 11 10 12 1 0 0 - f f f t f i s 2 0 16 600 602 \N \N \N \N \N on_ppath \N \N \N \N 138 box_center 11 10 12 1 0 0 - f f f t f i s 1 0 600 603 \N \N \N \N \N box_center \N \N \N \N 139 areasel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N areasel \N \N \N \N 140 areajoinsel 11 10 12 1 0 0 - f f f t f s s 5 0 701 2281 26 2281 21 2281 \N \N \N \N \N areajoinsel \N \N \N \N 141 int4mul 11 10 12 1 0 0 - f f f t f i s 2 0 23 23 23 \N \N \N \N \N int4mul \N \N \N \N 144 int4ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 23 23 \N \N \N \N \N int4ne \N \N \N \N 145 int2ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 21 21 \N \N \N \N \N int2ne \N \N \N \N 146 int2gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 21 21 \N \N \N \N \N int2gt \N \N \N \N 147 int4gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 23 23 \N \N \N \N \N int4gt \N \N \N \N 148 int2le 11 10 12 1 0 0 - f f t t f i s 2 0 16 21 21 \N \N \N \N \N int2le \N \N \N \N 149 int4le 11 10 12 1 0 0 - f f t t f i s 2 0 16 23 23 \N \N \N \N \N int4le \N \N \N \N 150 int4ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 23 23 \N \N \N \N \N int4ge \N \N \N \N 151 int2ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 21 21 \N \N \N \N \N int2ge \N \N \N \N 152 int2mul 11 10 12 1 0 0 - f f f t f i s 2 0 21 21 21 \N \N \N \N \N int2mul \N \N \N \N 153 int2div 11 10 12 1 0 0 - f f f t f i s 2 0 21 21 21 \N \N \N \N \N int2div \N \N \N \N 154 int4div 11 10 12 1 0 0 - f f f t f i s 2 0 23 23 23 \N \N \N \N \N int4div \N \N \N \N 155 int2mod 11 10 12 1 0 0 - f f f t f i s 2 0 21 21 21 \N \N \N \N \N int2mod \N \N \N \N 156 int4mod 11 10 12 1 0 0 - f f f t f i s 2 0 23 23 23 \N \N \N \N \N int4mod \N \N \N \N 157 textne 11 10 12 1 0 0 - f f t t f i s 2 0 16 25 25 \N \N \N \N \N textne \N \N \N \N 158 int24eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 21 23 \N \N \N \N \N int24eq \N \N \N \N 159 int42eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 23 21 \N \N \N \N \N int42eq \N \N \N \N 160 int24lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 21 23 \N \N \N \N \N int24lt \N \N \N \N 161 int42lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 23 21 \N \N \N \N \N int42lt \N \N \N \N 162 int24gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 21 23 \N \N \N \N \N int24gt \N \N \N \N 163 int42gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 23 21 \N \N \N \N \N int42gt \N \N \N \N 164 int24ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 21 23 \N \N \N \N \N int24ne \N \N \N \N 165 int42ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 23 21 \N \N \N \N \N int42ne \N \N \N \N 166 int24le 11 10 12 1 0 0 - f f t t f i s 2 0 16 21 23 \N \N \N \N \N int24le \N \N \N \N 167 int42le 11 10 12 1 0 0 - f f t t f i s 2 0 16 23 21 \N \N \N \N \N int42le \N \N \N \N 168 int24ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 21 23 \N \N \N \N \N int24ge \N \N \N \N 169 int42ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 23 21 \N \N \N \N \N int42ge \N \N \N \N 170 int24mul 11 10 12 1 0 0 - f f f t f i s 2 0 23 21 23 \N \N \N \N \N int24mul \N \N \N \N 171 int42mul 11 10 12 1 0 0 - f f f t f i s 2 0 23 23 21 \N \N \N \N \N int42mul \N \N \N \N 172 int24div 11 10 12 1 0 0 - f f f t f i s 2 0 23 21 23 \N \N \N \N \N int24div \N \N \N \N 173 int42div 11 10 12 1 0 0 - f f f t f i s 2 0 23 23 21 \N \N \N \N \N int42div \N \N \N \N 176 int2pl 11 10 12 1 0 0 - f f f t f i s 2 0 21 21 21 \N \N \N \N \N int2pl \N \N \N \N 177 int4pl 11 10 12 1 0 0 - f f f t f i s 2 0 23 23 23 \N \N \N \N \N int4pl \N \N \N \N 178 int24pl 11 10 12 1 0 0 - f f f t f i s 2 0 23 21 23 \N \N \N \N \N int24pl \N \N \N \N 179 int42pl 11 10 12 1 0 0 - f f f t f i s 2 0 23 23 21 \N \N \N \N \N int42pl \N \N \N \N 180 int2mi 11 10 12 1 0 0 - f f f t f i s 2 0 21 21 21 \N \N \N \N \N int2mi \N \N \N \N 181 int4mi 11 10 12 1 0 0 - f f f t f i s 2 0 23 23 23 \N \N \N \N \N int4mi \N \N \N \N 182 int24mi 11 10 12 1 0 0 - f f f t f i s 2 0 23 21 23 \N \N \N \N \N int24mi \N \N \N \N 183 int42mi 11 10 12 1 0 0 - f f f t f i s 2 0 23 23 21 \N \N \N \N \N int42mi \N \N \N \N 184 oideq 11 10 12 1 0 0 - f f t t f i s 2 0 16 26 26 \N \N \N \N \N oideq \N \N \N \N 185 oidne 11 10 12 1 0 0 - f f t t f i s 2 0 16 26 26 \N \N \N \N \N oidne \N \N \N \N 186 box_same 11 10 12 1 0 0 - f f f t f i s 2 0 16 603 603 \N \N \N \N \N box_same \N \N \N \N 187 box_contain 11 10 12 1 0 0 - f f f t f i s 2 0 16 603 603 \N \N \N \N \N box_contain \N \N \N \N 188 box_left 11 10 12 1 0 0 - f f f t f i s 2 0 16 603 603 \N \N \N \N \N box_left \N \N \N \N 189 box_overleft 11 10 12 1 0 0 - f f f t f i s 2 0 16 603 603 \N \N \N \N \N box_overleft \N \N \N \N 190 box_overright 11 10 12 1 0 0 - f f f t f i s 2 0 16 603 603 \N \N \N \N \N box_overright \N \N \N \N 191 box_right 11 10 12 1 0 0 - f f f t f i s 2 0 16 603 603 \N \N \N \N \N box_right \N \N \N \N 192 box_contained 11 10 12 1 0 0 - f f f t f i s 2 0 16 603 603 \N \N \N \N \N box_contained \N \N \N \N 193 box_contain_pt 11 10 12 1 0 0 - f f f t f i s 2 0 16 603 600 \N \N \N \N \N box_contain_pt \N \N \N \N 195 pg_node_tree_in 11 10 12 1 0 0 - f f f t f i s 1 0 194 2275 \N \N \N \N \N pg_node_tree_in \N \N \N \N 196 pg_node_tree_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 194 \N \N \N \N \N pg_node_tree_out \N \N \N \N 197 pg_node_tree_recv 11 10 12 1 0 0 - f f f t f s s 1 0 194 2281 \N \N \N \N \N pg_node_tree_recv \N \N \N \N 198 pg_node_tree_send 11 10 12 1 0 0 - f f f t f s s 1 0 17 194 \N \N \N \N \N pg_node_tree_send \N \N \N \N 200 float4in 11 10 12 1 0 0 - f f f t f i s 1 0 700 2275 \N \N \N \N \N float4in \N \N \N \N 201 float4out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 700 \N \N \N \N \N float4out \N \N \N \N 202 float4mul 11 10 12 1 0 0 - f f f t f i s 2 0 700 700 700 \N \N \N \N \N float4mul \N \N \N \N 203 float4div 11 10 12 1 0 0 - f f f t f i s 2 0 700 700 700 \N \N \N \N \N float4div \N \N \N \N 204 float4pl 11 10 12 1 0 0 - f f f t f i s 2 0 700 700 700 \N \N \N \N \N float4pl \N \N \N \N 205 float4mi 11 10 12 1 0 0 - f f f t f i s 2 0 700 700 700 \N \N \N \N \N float4mi \N \N \N \N 206 float4um 11 10 12 1 0 0 - f f f t f i s 1 0 700 700 \N \N \N \N \N float4um \N \N \N \N 207 float4abs 11 10 12 1 0 0 - f f f t f i s 1 0 700 700 \N \N \N \N \N float4abs \N \N \N \N 208 float4_accum 11 10 12 1 0 0 - f f f t f i s 2 0 1022 1022 700 \N \N \N \N \N float4_accum \N \N \N \N 209 float4larger 11 10 12 1 0 0 - f f f t f i s 2 0 700 700 700 \N \N \N \N \N float4larger \N \N \N \N 211 float4smaller 11 10 12 1 0 0 - f f f t f i s 2 0 700 700 700 \N \N \N \N \N float4smaller \N \N \N \N 212 int4um 11 10 12 1 0 0 - f f f t f i s 1 0 23 23 \N \N \N \N \N int4um \N \N \N \N 213 int2um 11 10 12 1 0 0 - f f f t f i s 1 0 21 21 \N \N \N \N \N int2um \N \N \N \N 214 float8in 11 10 12 1 0 0 - f f f t f i s 1 0 701 2275 \N \N \N \N \N float8in \N \N \N \N 215 float8out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 701 \N \N \N \N \N float8out \N \N \N \N 216 float8mul 11 10 12 1 0 0 - f f f t f i s 2 0 701 701 701 \N \N \N \N \N float8mul \N \N \N \N 217 float8div 11 10 12 1 0 0 - f f f t f i s 2 0 701 701 701 \N \N \N \N \N float8div \N \N \N \N 218 float8pl 11 10 12 1 0 0 - f f f t f i s 2 0 701 701 701 \N \N \N \N \N float8pl \N \N \N \N 219 float8mi 11 10 12 1 0 0 - f f f t f i s 2 0 701 701 701 \N \N \N \N \N float8mi \N \N \N \N 220 float8um 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N float8um \N \N \N \N 221 float8abs 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N float8abs \N \N \N \N 222 float8_accum 11 10 12 1 0 0 - f f f t f i s 2 0 1022 1022 701 \N \N \N \N \N float8_accum \N \N \N \N 276 float8_combine 11 10 12 1 0 0 - f f f t f i s 2 0 1022 1022 1022 \N \N \N \N \N float8_combine \N \N \N \N 223 float8larger 11 10 12 1 0 0 - f f f t f i s 2 0 701 701 701 \N \N \N \N \N float8larger \N \N \N \N 224 float8smaller 11 10 12 1 0 0 - f f f t f i s 2 0 701 701 701 \N \N \N \N \N float8smaller \N \N \N \N 225 lseg_center 11 10 12 1 0 0 - f f f t f i s 1 0 600 601 \N \N \N \N \N lseg_center \N \N \N \N 227 poly_center 11 10 12 1 0 0 - f f f t f i s 1 0 600 604 \N \N \N \N \N poly_center \N \N \N \N 228 dround 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dround \N \N \N \N 229 dtrunc 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dtrunc \N \N \N \N 2308 ceil 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dceil \N \N \N \N 2320 ceiling 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dceil \N \N \N \N 2309 floor 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dfloor \N \N \N \N 2310 sign 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dsign \N \N \N \N 230 dsqrt 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dsqrt \N \N \N \N 231 dcbrt 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dcbrt \N \N \N \N 232 dpow 11 10 12 1 0 0 - f f f t f i s 2 0 701 701 701 \N \N \N \N \N dpow \N \N \N \N 233 dexp 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dexp \N \N \N \N 234 dlog1 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dlog1 \N \N \N \N 235 float8 11 10 12 1 0 0 - f f t t f i s 1 0 701 21 \N \N \N \N \N i2tod \N \N \N \N 236 float4 11 10 12 1 0 0 - f f t t f i s 1 0 700 21 \N \N \N \N \N i2tof \N \N \N \N 237 int2 11 10 12 1 0 0 - f f f t f i s 1 0 21 701 \N \N \N \N \N dtoi2 \N \N \N \N 238 int2 11 10 12 1 0 0 - f f f t f i s 1 0 21 700 \N \N \N \N \N ftoi2 \N \N \N \N 239 line_distance 11 10 12 1 0 0 - f f f t f i s 2 0 701 628 628 \N \N \N \N \N line_distance \N \N \N \N 240 nameeqtext 11 10 12 1 0 0 - f f t t f i s 2 0 16 19 25 \N \N \N \N \N nameeqtext \N \N \N \N 241 namelttext 11 10 12 1 0 0 - f f t t f i s 2 0 16 19 25 \N \N \N \N \N namelttext \N \N \N \N 242 nameletext 11 10 12 1 0 0 - f f t t f i s 2 0 16 19 25 \N \N \N \N \N nameletext \N \N \N \N 243 namegetext 11 10 12 1 0 0 - f f t t f i s 2 0 16 19 25 \N \N \N \N \N namegetext \N \N \N \N 244 namegttext 11 10 12 1 0 0 - f f t t f i s 2 0 16 19 25 \N \N \N \N \N namegttext \N \N \N \N 245 namenetext 11 10 12 1 0 0 - f f t t f i s 2 0 16 19 25 \N \N \N \N \N namenetext \N \N \N \N 246 btnametextcmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 19 25 \N \N \N \N \N btnametextcmp \N \N \N \N 247 texteqname 11 10 12 1 0 0 - f f t t f i s 2 0 16 25 19 \N \N \N \N \N texteqname \N \N \N \N 248 textltname 11 10 12 1 0 0 - f f t t f i s 2 0 16 25 19 \N \N \N \N \N textltname \N \N \N \N 249 textlename 11 10 12 1 0 0 - f f t t f i s 2 0 16 25 19 \N \N \N \N \N textlename \N \N \N \N 250 textgename 11 10 12 1 0 0 - f f t t f i s 2 0 16 25 19 \N \N \N \N \N textgename \N \N \N \N 251 textgtname 11 10 12 1 0 0 - f f t t f i s 2 0 16 25 19 \N \N \N \N \N textgtname \N \N \N \N 252 textnename 11 10 12 1 0 0 - f f t t f i s 2 0 16 25 19 \N \N \N \N \N textnename \N \N \N \N 253 bttextnamecmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 25 19 \N \N \N \N \N bttextnamecmp \N \N \N \N 266 nameconcatoid 11 10 12 1 0 0 - f f f t f i s 2 0 19 19 26 \N \N \N \N \N nameconcatoid \N \N \N \N 274 timeofday 11 10 12 1 0 0 - f f f t f v s 0 0 25 \N \N \N \N \N timeofday \N \N \N \N 277 inter_sl 11 10 12 1 0 0 - f f f t f i s 2 0 16 601 628 \N \N \N \N \N inter_sl \N \N \N \N 278 inter_lb 11 10 12 1 0 0 - f f f t f i s 2 0 16 628 603 \N \N \N \N \N inter_lb \N \N \N \N 279 float48mul 11 10 12 1 0 0 - f f f t f i s 2 0 701 700 701 \N \N \N \N \N float48mul \N \N \N \N 280 float48div 11 10 12 1 0 0 - f f f t f i s 2 0 701 700 701 \N \N \N \N \N float48div \N \N \N \N 281 float48pl 11 10 12 1 0 0 - f f f t f i s 2 0 701 700 701 \N \N \N \N \N float48pl \N \N \N \N 282 float48mi 11 10 12 1 0 0 - f f f t f i s 2 0 701 700 701 \N \N \N \N \N float48mi \N \N \N \N 283 float84mul 11 10 12 1 0 0 - f f f t f i s 2 0 701 701 700 \N \N \N \N \N float84mul \N \N \N \N 284 float84div 11 10 12 1 0 0 - f f f t f i s 2 0 701 701 700 \N \N \N \N \N float84div \N \N \N \N 285 float84pl 11 10 12 1 0 0 - f f f t f i s 2 0 701 701 700 \N \N \N \N \N float84pl \N \N \N \N 286 float84mi 11 10 12 1 0 0 - f f f t f i s 2 0 701 701 700 \N \N \N \N \N float84mi \N \N \N \N 287 float4eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 700 700 \N \N \N \N \N float4eq \N \N \N \N 288 float4ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 700 700 \N \N \N \N \N float4ne \N \N \N \N 289 float4lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 700 700 \N \N \N \N \N float4lt \N \N \N \N 290 float4le 11 10 12 1 0 0 - f f t t f i s 2 0 16 700 700 \N \N \N \N \N float4le \N \N \N \N 291 float4gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 700 700 \N \N \N \N \N float4gt \N \N \N \N 292 float4ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 700 700 \N \N \N \N \N float4ge \N \N \N \N 293 float8eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 701 701 \N \N \N \N \N float8eq \N \N \N \N 294 float8ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 701 701 \N \N \N \N \N float8ne \N \N \N \N 295 float8lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 701 701 \N \N \N \N \N float8lt \N \N \N \N 296 float8le 11 10 12 1 0 0 - f f t t f i s 2 0 16 701 701 \N \N \N \N \N float8le \N \N \N \N 297 float8gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 701 701 \N \N \N \N \N float8gt \N \N \N \N 298 float8ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 701 701 \N \N \N \N \N float8ge \N \N \N \N 299 float48eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 700 701 \N \N \N \N \N float48eq \N \N \N \N 300 float48ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 700 701 \N \N \N \N \N float48ne \N \N \N \N 301 float48lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 700 701 \N \N \N \N \N float48lt \N \N \N \N 302 float48le 11 10 12 1 0 0 - f f t t f i s 2 0 16 700 701 \N \N \N \N \N float48le \N \N \N \N 303 float48gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 700 701 \N \N \N \N \N float48gt \N \N \N \N 304 float48ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 700 701 \N \N \N \N \N float48ge \N \N \N \N 305 float84eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 701 700 \N \N \N \N \N float84eq \N \N \N \N 306 float84ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 701 700 \N \N \N \N \N float84ne \N \N \N \N 307 float84lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 701 700 \N \N \N \N \N float84lt \N \N \N \N 308 float84le 11 10 12 1 0 0 - f f t t f i s 2 0 16 701 700 \N \N \N \N \N float84le \N \N \N \N 309 float84gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 701 700 \N \N \N \N \N float84gt \N \N \N \N 310 float84ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 701 700 \N \N \N \N \N float84ge \N \N \N \N 320 width_bucket 11 10 12 1 0 0 - f f f t f i s 4 0 23 701 701 701 23 \N \N \N \N \N width_bucket_float8 \N \N \N \N 311 float8 11 10 12 1 0 0 - f f t t f i s 1 0 701 700 \N \N \N \N \N ftod \N \N \N \N 312 float4 11 10 12 1 0 0 - f f f t f i s 1 0 700 701 \N \N \N \N \N dtof \N \N \N \N 313 int4 11 10 12 1 0 0 - f f t t f i s 1 0 23 21 \N \N \N \N \N i2toi4 \N \N \N \N 314 int2 11 10 12 1 0 0 - f f f t f i s 1 0 21 23 \N \N \N \N \N i4toi2 \N \N \N \N 316 float8 11 10 12 1 0 0 - f f t t f i s 1 0 701 23 \N \N \N \N \N i4tod \N \N \N \N 317 int4 11 10 12 1 0 0 - f f f t f i s 1 0 23 701 \N \N \N \N \N dtoi4 \N \N \N \N 318 float4 11 10 12 1 0 0 - f f t t f i s 1 0 700 23 \N \N \N \N \N i4tof \N \N \N \N 319 int4 11 10 12 1 0 0 - f f f t f i s 1 0 23 700 \N \N \N \N \N ftoi4 \N \N \N \N 3 heap_tableam_handler 11 10 12 1 0 0 - f f f t f v s 1 0 269 2281 \N \N \N \N \N heap_tableam_handler \N \N \N \N 330 bthandler 11 10 12 1 0 0 - f f f t f v s 1 0 325 2281 \N \N \N \N \N bthandler \N \N \N \N 331 hashhandler 11 10 12 1 0 0 - f f f t f v s 1 0 325 2281 \N \N \N \N \N hashhandler \N \N \N \N 332 gisthandler 11 10 12 1 0 0 - f f f t f v s 1 0 325 2281 \N \N \N \N \N gisthandler \N \N \N \N 333 ginhandler 11 10 12 1 0 0 - f f f t f v s 1 0 325 2281 \N \N \N \N \N ginhandler \N \N \N \N 334 spghandler 11 10 12 1 0 0 - f f f t f v s 1 0 325 2281 \N \N \N \N \N spghandler \N \N \N \N 335 brinhandler 11 10 12 1 0 0 - f f f t f v s 1 0 325 2281 \N \N \N \N \N brinhandler \N \N \N \N 3952 brin_summarize_new_values 11 10 12 1 0 0 - f f f t f v u 1 0 23 2205 \N \N \N \N \N brin_summarize_new_values \N \N \N \N 3999 brin_summarize_range 11 10 12 1 0 0 - f f f t f v u 2 0 23 2205 20 \N \N \N \N \N brin_summarize_range \N \N \N \N 4014 brin_desummarize_range 11 10 12 1 0 0 - f f f t f v u 2 0 2278 2205 20 \N \N \N \N \N brin_desummarize_range \N \N \N \N 338 amvalidate 11 10 12 1 0 0 - f f f t f v s 1 0 16 26 \N \N \N \N \N amvalidate \N \N \N \N 636 pg_indexam_has_property 11 10 12 1 0 0 - f f f t f s s 2 0 16 26 25 \N \N \N \N \N pg_indexam_has_property \N \N \N \N 637 pg_index_has_property 11 10 12 1 0 0 - f f f t f s s 2 0 16 2205 25 \N \N \N \N \N pg_index_has_property \N \N \N \N 638 pg_index_column_has_property 11 10 12 1 0 0 - f f f t f s s 3 0 16 2205 23 25 \N \N \N \N \N pg_index_column_has_property \N \N \N \N 676 pg_indexam_progress_phasename 11 10 12 1 0 0 - f f f t f i s 2 0 25 26 20 \N \N \N \N \N pg_indexam_progress_phasename \N \N \N \N 339 poly_same 11 10 12 1 0 0 - f f f t f i s 2 0 16 604 604 \N \N \N \N \N poly_same \N \N \N \N 340 poly_contain 11 10 12 1 0 0 - f f f t f i s 2 0 16 604 604 \N \N \N \N \N poly_contain \N \N \N \N 341 poly_left 11 10 12 1 0 0 - f f f t f i s 2 0 16 604 604 \N \N \N \N \N poly_left \N \N \N \N 342 poly_overleft 11 10 12 1 0 0 - f f f t f i s 2 0 16 604 604 \N \N \N \N \N poly_overleft \N \N \N \N 343 poly_overright 11 10 12 1 0 0 - f f f t f i s 2 0 16 604 604 \N \N \N \N \N poly_overright \N \N \N \N 344 poly_right 11 10 12 1 0 0 - f f f t f i s 2 0 16 604 604 \N \N \N \N \N poly_right \N \N \N \N 345 poly_contained 11 10 12 1 0 0 - f f f t f i s 2 0 16 604 604 \N \N \N \N \N poly_contained \N \N \N \N 346 poly_overlap 11 10 12 1 0 0 - f f f t f i s 2 0 16 604 604 \N \N \N \N \N poly_overlap \N \N \N \N 347 poly_in 11 10 12 1 0 0 - f f f t f i s 1 0 604 2275 \N \N \N \N \N poly_in \N \N \N \N 348 poly_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 604 \N \N \N \N \N poly_out \N \N \N \N 350 btint2cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 21 21 \N \N \N \N \N btint2cmp \N \N \N \N 3129 btint2sortsupport 11 10 12 1 0 0 - f f f t f i s 1 0 2278 2281 \N \N \N \N \N btint2sortsupport \N \N \N \N 351 btint4cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 23 23 \N \N \N \N \N btint4cmp \N \N \N \N 3130 btint4sortsupport 11 10 12 1 0 0 - f f f t f i s 1 0 2278 2281 \N \N \N \N \N btint4sortsupport \N \N \N \N 842 btint8cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 20 20 \N \N \N \N \N btint8cmp \N \N \N \N 3131 btint8sortsupport 11 10 12 1 0 0 - f f f t f i s 1 0 2278 2281 \N \N \N \N \N btint8sortsupport \N \N \N \N 354 btfloat4cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 700 700 \N \N \N \N \N btfloat4cmp \N \N \N \N 3132 btfloat4sortsupport 11 10 12 1 0 0 - f f f t f i s 1 0 2278 2281 \N \N \N \N \N btfloat4sortsupport \N \N \N \N 355 btfloat8cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 701 701 \N \N \N \N \N btfloat8cmp \N \N \N \N 3133 btfloat8sortsupport 11 10 12 1 0 0 - f f f t f i s 1 0 2278 2281 \N \N \N \N \N btfloat8sortsupport \N \N \N \N 356 btoidcmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 26 26 \N \N \N \N \N btoidcmp \N \N \N \N 3134 btoidsortsupport 11 10 12 1 0 0 - f f f t f i s 1 0 2278 2281 \N \N \N \N \N btoidsortsupport \N \N \N \N 404 btoidvectorcmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 30 30 \N \N \N \N \N btoidvectorcmp \N \N \N \N 358 btcharcmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 18 18 \N \N \N \N \N btcharcmp \N \N \N \N 359 btnamecmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 19 19 \N \N \N \N \N btnamecmp \N \N \N \N 3135 btnamesortsupport 11 10 12 1 0 0 - f f f t f i s 1 0 2278 2281 \N \N \N \N \N btnamesortsupport \N \N \N \N 360 bttextcmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 25 25 \N \N \N \N \N bttextcmp \N \N \N \N 3255 bttextsortsupport 11 10 12 1 0 0 - f f f t f i s 1 0 2278 2281 \N \N \N \N \N bttextsortsupport \N \N \N \N 5050 btvarstrequalimage 11 10 12 1 0 0 - f f f t f i s 1 0 16 26 \N \N \N \N \N btvarstrequalimage \N \N \N \N 377 cash_cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 790 790 \N \N \N \N \N cash_cmp \N \N \N \N 382 btarraycmp 11 10 12 1 0 0 - f f f t f i s 2 0 23 2277 2277 \N \N \N \N \N btarraycmp \N \N \N \N 4126 in_range 11 10 12 1 0 0 - f f f t f i s 5 0 16 20 20 20 16 16 \N \N \N \N \N in_range_int8_int8 \N \N \N \N 4127 in_range 11 10 12 1 0 0 - f f f t f i s 5 0 16 23 23 20 16 16 \N \N \N \N \N in_range_int4_int8 \N \N \N \N 4128 in_range 11 10 12 1 0 0 - f f f t f i s 5 0 16 23 23 23 16 16 \N \N \N \N \N in_range_int4_int4 \N \N \N \N 4129 in_range 11 10 12 1 0 0 - f f f t f i s 5 0 16 23 23 21 16 16 \N \N \N \N \N in_range_int4_int2 \N \N \N \N 4130 in_range 11 10 12 1 0 0 - f f f t f i s 5 0 16 21 21 20 16 16 \N \N \N \N \N in_range_int2_int8 \N \N \N \N 4131 in_range 11 10 12 1 0 0 - f f f t f i s 5 0 16 21 21 23 16 16 \N \N \N \N \N in_range_int2_int4 \N \N \N \N 4132 in_range 11 10 12 1 0 0 - f f f t f i s 5 0 16 21 21 21 16 16 \N \N \N \N \N in_range_int2_int2 \N \N \N \N 4139 in_range 11 10 12 1 0 0 - f f f t f i s 5 0 16 701 701 701 16 16 \N \N \N \N \N in_range_float8_float8 \N \N \N \N 4140 in_range 11 10 12 1 0 0 - f f f t f i s 5 0 16 700 700 701 16 16 \N \N \N \N \N in_range_float4_float8 \N \N \N \N 4141 in_range 11 10 12 1 0 0 - f f f t f i s 5 0 16 1700 1700 1700 16 16 \N \N \N \N \N in_range_numeric_numeric \N \N \N \N 361 lseg_distance 11 10 12 1 0 0 - f f f t f i s 2 0 701 601 601 \N \N \N \N \N lseg_distance \N \N \N \N 362 lseg_interpt 11 10 12 1 0 0 - f f f t f i s 2 0 600 601 601 \N \N \N \N \N lseg_interpt \N \N \N \N 363 dist_ps 11 10 12 1 0 0 - f f f t f i s 2 0 701 600 601 \N \N \N \N \N dist_ps \N \N \N \N 380 dist_sp 11 10 12 1 0 0 - f f f t f i s 2 0 701 601 600 \N \N \N \N \N dist_sp \N \N \N \N 364 dist_pb 11 10 12 1 0 0 - f f f t f i s 2 0 701 600 603 \N \N \N \N \N dist_pb \N \N \N \N 357 dist_bp 11 10 12 1 0 0 - f f f t f i s 2 0 701 603 600 \N \N \N \N \N dist_bp \N \N \N \N 365 dist_sb 11 10 12 1 0 0 - f f f t f i s 2 0 701 601 603 \N \N \N \N \N dist_sb \N \N \N \N 381 dist_bs 11 10 12 1 0 0 - f f f t f i s 2 0 701 603 601 \N \N \N \N \N dist_bs \N \N \N \N 366 close_ps 11 10 12 1 0 0 - f f f t f i s 2 0 600 600 601 \N \N \N \N \N close_ps \N \N \N \N 367 close_pb 11 10 12 1 0 0 - f f f t f i s 2 0 600 600 603 \N \N \N \N \N close_pb \N \N \N \N 368 close_sb 11 10 12 1 0 0 - f f f t f i s 2 0 600 601 603 \N \N \N \N \N close_sb \N \N \N \N 369 on_ps 11 10 12 1 0 0 - f f f t f i s 2 0 16 600 601 \N \N \N \N \N on_ps \N \N \N \N 370 path_distance 11 10 12 1 0 0 - f f f t f i s 2 0 701 602 602 \N \N \N \N \N path_distance \N \N \N \N 371 dist_ppath 11 10 12 1 0 0 - f f f t f i s 2 0 701 600 602 \N \N \N \N \N dist_ppath \N \N \N \N 421 dist_pathp 11 10 12 1 0 0 - f f f t f i s 2 0 701 602 600 \N \N \N \N \N dist_pathp \N \N \N \N 372 on_sb 11 10 12 1 0 0 - f f f t f i s 2 0 16 601 603 \N \N \N \N \N on_sb \N \N \N \N 373 inter_sb 11 10 12 1 0 0 - f f f t f i s 2 0 16 601 603 \N \N \N \N \N inter_sb \N \N \N \N 401 text 11 10 12 1 0 0 - f f f t f i s 1 0 25 1042 \N \N \N \N \N rtrim1 \N \N \N \N 406 text 11 10 12 1 0 0 - f f t t f i s 1 0 25 19 \N \N \N \N \N name_text \N \N \N \N 407 name 11 10 12 1 0 0 - f f t t f i s 1 0 19 25 \N \N \N \N \N text_name \N \N \N \N 408 bpchar 11 10 12 1 0 0 - f f f t f i s 1 0 1042 19 \N \N \N \N \N name_bpchar \N \N \N \N 409 name 11 10 12 1 0 0 - f f t t f i s 1 0 19 1042 \N \N \N \N \N bpchar_name \N \N \N \N 449 hashint2 11 10 12 1 0 0 - f f f t f i s 1 0 23 21 \N \N \N \N \N hashint2 \N \N \N \N 441 hashint2extended 11 10 12 1 0 0 - f f f t f i s 2 0 20 21 20 \N \N \N \N \N hashint2extended \N \N \N \N 450 hashint4 11 10 12 1 0 0 - f f f t f i s 1 0 23 23 \N \N \N \N \N hashint4 \N \N \N \N 425 hashint4extended 11 10 12 1 0 0 - f f f t f i s 2 0 20 23 20 \N \N \N \N \N hashint4extended \N \N \N \N 949 hashint8 11 10 12 1 0 0 - f f f t f i s 1 0 23 20 \N \N \N \N \N hashint8 \N \N \N \N 442 hashint8extended 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 20 \N \N \N \N \N hashint8extended \N \N \N \N 451 hashfloat4 11 10 12 1 0 0 - f f f t f i s 1 0 23 700 \N \N \N \N \N hashfloat4 \N \N \N \N 443 hashfloat4extended 11 10 12 1 0 0 - f f f t f i s 2 0 20 700 20 \N \N \N \N \N hashfloat4extended \N \N \N \N 452 hashfloat8 11 10 12 1 0 0 - f f f t f i s 1 0 23 701 \N \N \N \N \N hashfloat8 \N \N \N \N 444 hashfloat8extended 11 10 12 1 0 0 - f f f t f i s 2 0 20 701 20 \N \N \N \N \N hashfloat8extended \N \N \N \N 453 hashoid 11 10 12 1 0 0 - f f f t f i s 1 0 23 26 \N \N \N \N \N hashoid \N \N \N \N 445 hashoidextended 11 10 12 1 0 0 - f f f t f i s 2 0 20 26 20 \N \N \N \N \N hashoidextended \N \N \N \N 454 hashchar 11 10 12 1 0 0 - f f f t f i s 1 0 23 18 \N \N \N \N \N hashchar \N \N \N \N 446 hashcharextended 11 10 12 1 0 0 - f f f t f i s 2 0 20 18 20 \N \N \N \N \N hashcharextended \N \N \N \N 455 hashname 11 10 12 1 0 0 - f f f t f i s 1 0 23 19 \N \N \N \N \N hashname \N \N \N \N 447 hashnameextended 11 10 12 1 0 0 - f f f t f i s 2 0 20 19 20 \N \N \N \N \N hashnameextended \N \N \N \N 400 hashtext 11 10 12 1 0 0 - f f f t f i s 1 0 23 25 \N \N \N \N \N hashtext \N \N \N \N 448 hashtextextended 11 10 12 1 0 0 - f f f t f i s 2 0 20 25 20 \N \N \N \N \N hashtextextended \N \N \N \N 456 hashvarlena 11 10 12 1 0 0 - f f f t f i s 1 0 23 2281 \N \N \N \N \N hashvarlena \N \N \N \N 772 hashvarlenaextended 11 10 12 1 0 0 - f f f t f i s 2 0 20 2281 20 \N \N \N \N \N hashvarlenaextended \N \N \N \N 457 hashoidvector 11 10 12 1 0 0 - f f f t f i s 1 0 23 30 \N \N \N \N \N hashoidvector \N \N \N \N 776 hashoidvectorextended 11 10 12 1 0 0 - f f f t f i s 2 0 20 30 20 \N \N \N \N \N hashoidvectorextended \N \N \N \N 329 hash_aclitem 11 10 12 1 0 0 - f f f t f i s 1 0 23 1033 \N \N \N \N \N hash_aclitem \N \N \N \N 777 hash_aclitem_extended 11 10 12 1 0 0 - f f f t f i s 2 0 20 1033 20 \N \N \N \N \N hash_aclitem_extended \N \N \N \N 399 hashmacaddr 11 10 12 1 0 0 - f f f t f i s 1 0 23 829 \N \N \N \N \N hashmacaddr \N \N \N \N 778 hashmacaddrextended 11 10 12 1 0 0 - f f f t f i s 2 0 20 829 20 \N \N \N \N \N hashmacaddrextended \N \N \N \N 422 hashinet 11 10 12 1 0 0 - f f f t f i s 1 0 23 869 \N \N \N \N \N hashinet \N \N \N \N 779 hashinetextended 11 10 12 1 0 0 - f f f t f i s 2 0 20 869 20 \N \N \N \N \N hashinetextended \N \N \N \N 432 hash_numeric 11 10 12 1 0 0 - f f f t f i s 1 0 23 1700 \N \N \N \N \N hash_numeric \N \N \N \N 780 hash_numeric_extended 11 10 12 1 0 0 - f f f t f i s 2 0 20 1700 20 \N \N \N \N \N hash_numeric_extended \N \N \N \N 328 hashmacaddr8 11 10 12 1 0 0 - f f f t f i s 1 0 23 774 \N \N \N \N \N hashmacaddr8 \N \N \N \N 781 hashmacaddr8extended 11 10 12 1 0 0 - f f f t f i s 2 0 20 774 20 \N \N \N \N \N hashmacaddr8extended \N \N \N \N 438 num_nulls 11 10 12 1 0 2276 - f f f f f i s 1 0 23 2276 {2276} {v} \N \N \N pg_num_nulls \N \N \N \N 440 num_nonnulls 11 10 12 1 0 2276 - f f f f f i s 1 0 23 2276 {2276} {v} \N \N \N pg_num_nonnulls \N \N \N \N 458 text_larger 11 10 12 1 0 0 - f f t t f i s 2 0 25 25 25 \N \N \N \N \N text_larger \N \N \N \N 459 text_smaller 11 10 12 1 0 0 - f f t t f i s 2 0 25 25 25 \N \N \N \N \N text_smaller \N \N \N \N 460 int8in 11 10 12 1 0 0 - f f f t f i s 1 0 20 2275 \N \N \N \N \N int8in \N \N \N \N 461 int8out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 20 \N \N \N \N \N int8out \N \N \N \N 462 int8um 11 10 12 1 0 0 - f f f t f i s 1 0 20 20 \N \N \N \N \N int8um \N \N \N \N 463 int8pl 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 20 \N \N \N \N \N int8pl \N \N \N \N 464 int8mi 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 20 \N \N \N \N \N int8mi \N \N \N \N 465 int8mul 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 20 \N \N \N \N \N int8mul \N \N \N \N 466 int8div 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 20 \N \N \N \N \N int8div \N \N \N \N 467 int8eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 20 20 \N \N \N \N \N int8eq \N \N \N \N 468 int8ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 20 20 \N \N \N \N \N int8ne \N \N \N \N 469 int8lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 20 20 \N \N \N \N \N int8lt \N \N \N \N 470 int8gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 20 20 \N \N \N \N \N int8gt \N \N \N \N 471 int8le 11 10 12 1 0 0 - f f t t f i s 2 0 16 20 20 \N \N \N \N \N int8le \N \N \N \N 472 int8ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 20 20 \N \N \N \N \N int8ge \N \N \N \N 474 int84eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 20 23 \N \N \N \N \N int84eq \N \N \N \N 475 int84ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 20 23 \N \N \N \N \N int84ne \N \N \N \N 476 int84lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 20 23 \N \N \N \N \N int84lt \N \N \N \N 477 int84gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 20 23 \N \N \N \N \N int84gt \N \N \N \N 478 int84le 11 10 12 1 0 0 - f f t t f i s 2 0 16 20 23 \N \N \N \N \N int84le \N \N \N \N 479 int84ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 20 23 \N \N \N \N \N int84ge \N \N \N \N 480 int4 11 10 12 1 0 0 - f f f t f i s 1 0 23 20 \N \N \N \N \N int84 \N \N \N \N 481 int8 11 10 12 1 0 0 - f f t t f i s 1 0 20 23 \N \N \N \N \N int48 \N \N \N \N 482 float8 11 10 12 1 0 0 - f f t t f i s 1 0 701 20 \N \N \N \N \N i8tod \N \N \N \N 483 int8 11 10 12 1 0 0 - f f f t f i s 1 0 20 701 \N \N \N \N \N dtoi8 \N \N \N \N 626 hash_array 11 10 12 1 0 0 - f f f t f i s 1 0 23 2277 \N \N \N \N \N hash_array \N \N \N \N 782 hash_array_extended 11 10 12 1 0 0 - f f f t f i s 2 0 20 2277 20 \N \N \N \N \N hash_array_extended \N \N \N \N 652 float4 11 10 12 1 0 0 - f f t t f i s 1 0 700 20 \N \N \N \N \N i8tof \N \N \N \N 653 int8 11 10 12 1 0 0 - f f f t f i s 1 0 20 700 \N \N \N \N \N ftoi8 \N \N \N \N 714 int2 11 10 12 1 0 0 - f f f t f i s 1 0 21 20 \N \N \N \N \N int82 \N \N \N \N 754 int8 11 10 12 1 0 0 - f f t t f i s 1 0 20 21 \N \N \N \N \N int28 \N \N \N \N 655 namelt 11 10 12 1 0 0 - f f t t f i s 2 0 16 19 19 \N \N \N \N \N namelt \N \N \N \N 656 namele 11 10 12 1 0 0 - f f t t f i s 2 0 16 19 19 \N \N \N \N \N namele \N \N \N \N 657 namegt 11 10 12 1 0 0 - f f t t f i s 2 0 16 19 19 \N \N \N \N \N namegt \N \N \N \N 658 namege 11 10 12 1 0 0 - f f t t f i s 2 0 16 19 19 \N \N \N \N \N namege \N \N \N \N 659 namene 11 10 12 1 0 0 - f f t t f i s 2 0 16 19 19 \N \N \N \N \N namene \N \N \N \N 668 bpchar 11 10 12 1 0 0 - f f f t f i s 3 0 1042 1042 23 16 \N \N \N \N \N bpchar \N \N \N \N 3097 varchar_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N varchar_support \N \N \N \N 669 varchar 11 10 12 1 0 0 varchar_support f f f t f i s 3 0 1043 1043 23 16 \N \N \N \N \N varchar \N \N \N \N 619 oidvectorne 11 10 12 1 0 0 - f f t t f i s 2 0 16 30 30 \N \N \N \N \N oidvectorne \N \N \N \N 677 oidvectorlt 11 10 12 1 0 0 - f f t t f i s 2 0 16 30 30 \N \N \N \N \N oidvectorlt \N \N \N \N 678 oidvectorle 11 10 12 1 0 0 - f f t t f i s 2 0 16 30 30 \N \N \N \N \N oidvectorle \N \N \N \N 679 oidvectoreq 11 10 12 1 0 0 - f f t t f i s 2 0 16 30 30 \N \N \N \N \N oidvectoreq \N \N \N \N 680 oidvectorge 11 10 12 1 0 0 - f f t t f i s 2 0 16 30 30 \N \N \N \N \N oidvectorge \N \N \N \N 681 oidvectorgt 11 10 12 1 0 0 - f f t t f i s 2 0 16 30 30 \N \N \N \N \N oidvectorgt \N \N \N \N 710 getpgusername 11 10 12 1 0 0 - f f f t f s s 0 0 19 \N \N \N \N \N current_user \N \N \N \N 716 oidlt 11 10 12 1 0 0 - f f t t f i s 2 0 16 26 26 \N \N \N \N \N oidlt \N \N \N \N 717 oidle 11 10 12 1 0 0 - f f t t f i s 2 0 16 26 26 \N \N \N \N \N oidle \N \N \N \N 720 octet_length 11 10 12 1 0 0 - f f f t f i s 1 0 23 17 \N \N \N \N \N byteaoctetlen \N \N \N \N 721 get_byte 11 10 12 1 0 0 - f f f t f i s 2 0 23 17 23 \N \N \N \N \N byteaGetByte \N \N \N \N 722 set_byte 11 10 12 1 0 0 - f f f t f i s 3 0 17 17 23 23 \N \N \N \N \N byteaSetByte \N \N \N \N 723 get_bit 11 10 12 1 0 0 - f f f t f i s 2 0 23 17 20 \N \N \N \N \N byteaGetBit \N \N \N \N 724 set_bit 11 10 12 1 0 0 - f f f t f i s 3 0 17 17 20 23 \N \N \N \N \N byteaSetBit \N \N \N \N 749 overlay 11 10 12 1 0 0 - f f f t f i s 4 0 17 17 17 23 23 \N \N \N \N \N byteaoverlay \N \N \N \N 752 overlay 11 10 12 1 0 0 - f f f t f i s 3 0 17 17 17 23 \N \N \N \N \N byteaoverlay_no_len \N \N \N \N 6163 bit_count 11 10 12 1 0 0 - f f f t f i s 1 0 20 17 \N \N \N \N \N bytea_bit_count \N \N \N \N 725 dist_pl 11 10 12 1 0 0 - f f f t f i s 2 0 701 600 628 \N \N \N \N \N dist_pl \N \N \N \N 702 dist_lp 11 10 12 1 0 0 - f f f t f i s 2 0 701 628 600 \N \N \N \N \N dist_lp \N \N \N \N 727 dist_sl 11 10 12 1 0 0 - f f f t f i s 2 0 701 601 628 \N \N \N \N \N dist_sl \N \N \N \N 704 dist_ls 11 10 12 1 0 0 - f f f t f i s 2 0 701 628 601 \N \N \N \N \N dist_ls \N \N \N \N 728 dist_cpoly 11 10 12 1 0 0 - f f f t f i s 2 0 701 718 604 \N \N \N \N \N dist_cpoly \N \N \N \N 785 dist_polyc 11 10 12 1 0 0 - f f f t f i s 2 0 701 604 718 \N \N \N \N \N dist_polyc \N \N \N \N 729 poly_distance 11 10 12 1 0 0 - f f f t f i s 2 0 701 604 604 \N \N \N \N \N poly_distance \N \N \N \N 3275 dist_ppoly 11 10 12 1 0 0 - f f f t f i s 2 0 701 600 604 \N \N \N \N \N dist_ppoly \N \N \N \N 3292 dist_polyp 11 10 12 1 0 0 - f f f t f i s 2 0 701 604 600 \N \N \N \N \N dist_polyp \N \N \N \N 3290 dist_cpoint 11 10 12 1 0 0 - f f f t f i s 2 0 701 718 600 \N \N \N \N \N dist_cpoint \N \N \N \N 740 text_lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 25 25 \N \N \N \N \N text_lt \N \N \N \N 741 text_le 11 10 12 1 0 0 - f f t t f i s 2 0 16 25 25 \N \N \N \N \N text_le \N \N \N \N 742 text_gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 25 25 \N \N \N \N \N text_gt \N \N \N \N 743 text_ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 25 25 \N \N \N \N \N text_ge \N \N \N \N 745 current_user 11 10 12 1 0 0 - f f f t f s s 0 0 19 \N \N \N \N \N current_user \N \N \N \N 746 session_user 11 10 12 1 0 0 - f f f t f s s 0 0 19 \N \N \N \N \N session_user \N \N \N \N 6311 system_user 11 10 12 1 0 0 - f f f t f s s 0 0 25 \N \N \N \N \N system_user \N \N \N \N 744 array_eq 11 10 12 1 0 0 - f f f t f i s 2 0 16 2277 2277 \N \N \N \N \N array_eq \N \N \N \N 390 array_ne 11 10 12 1 0 0 - f f f t f i s 2 0 16 2277 2277 \N \N \N \N \N array_ne \N \N \N \N 391 array_lt 11 10 12 1 0 0 - f f f t f i s 2 0 16 2277 2277 \N \N \N \N \N array_lt \N \N \N \N 392 array_gt 11 10 12 1 0 0 - f f f t f i s 2 0 16 2277 2277 \N \N \N \N \N array_gt \N \N \N \N 393 array_le 11 10 12 1 0 0 - f f f t f i s 2 0 16 2277 2277 \N \N \N \N \N array_le \N \N \N \N 396 array_ge 11 10 12 1 0 0 - f f f t f i s 2 0 16 2277 2277 \N \N \N \N \N array_ge \N \N \N \N 747 array_dims 11 10 12 1 0 0 - f f f t f i s 1 0 25 2277 \N \N \N \N \N array_dims \N \N \N \N 748 array_ndims 11 10 12 1 0 0 - f f f t f i s 1 0 23 2277 \N \N \N \N \N array_ndims \N \N \N \N 750 array_in 11 10 12 1 0 0 - f f f t f s s 3 0 2277 2275 26 23 \N \N \N \N \N array_in \N \N \N \N 751 array_out 11 10 12 1 0 0 - f f f t f s s 1 0 2275 2277 \N \N \N \N \N array_out \N \N \N \N 2091 array_lower 11 10 12 1 0 0 - f f f t f i s 2 0 23 2277 23 \N \N \N \N \N array_lower \N \N \N \N 2092 array_upper 11 10 12 1 0 0 - f f f t f i s 2 0 23 2277 23 \N \N \N \N \N array_upper \N \N \N \N 2176 array_length 11 10 12 1 0 0 - f f f t f i s 2 0 23 2277 23 \N \N \N \N \N array_length \N \N \N \N 3179 cardinality 11 10 12 1 0 0 - f f f t f i s 1 0 23 2277 \N \N \N \N \N array_cardinality \N \N \N \N 378 array_append 11 10 12 1 0 0 - f f f f f i s 2 0 5078 5078 5077 \N \N \N \N \N array_append \N \N \N \N 379 array_prepend 11 10 12 1 0 0 - f f f f f i s 2 0 5078 5077 5078 \N \N \N \N \N array_prepend \N \N \N \N 383 array_cat 11 10 12 1 0 0 - f f f f f i s 2 0 5078 5078 5078 \N \N \N \N \N array_cat \N \N \N \N 394 string_to_array 11 10 12 1 0 0 - f f f f f i s 2 0 1009 25 25 \N \N \N \N \N text_to_array \N \N \N \N 376 string_to_array 11 10 12 1 0 0 - f f f f f i s 3 0 1009 25 25 25 \N \N \N \N \N text_to_array_null \N \N \N \N 6160 string_to_table 11 10 12 1 1000 0 - f f f f t i s 2 0 25 25 25 \N \N \N \N \N text_to_table \N \N \N \N 6161 string_to_table 11 10 12 1 1000 0 - f f f f t i s 3 0 25 25 25 25 \N \N \N \N \N text_to_table_null \N \N \N \N 395 array_to_string 11 10 12 1 0 0 - f f f t f s s 2 0 25 2277 25 \N \N \N \N \N array_to_text \N \N \N \N 384 array_to_string 11 10 12 1 0 0 - f f f f f s s 3 0 25 2277 25 25 \N \N \N \N \N array_to_text_null \N \N \N \N 515 array_larger 11 10 12 1 0 0 - f f f t f i s 2 0 2277 2277 2277 \N \N \N \N \N array_larger \N \N \N \N 516 array_smaller 11 10 12 1 0 0 - f f f t f i s 2 0 2277 2277 2277 \N \N \N \N \N array_smaller \N \N \N \N 3277 array_position 11 10 12 1 0 0 - f f f f f i s 2 0 23 5078 5077 \N \N \N \N \N array_position \N \N \N \N 3278 array_position 11 10 12 1 0 0 - f f f f f i s 3 0 23 5078 5077 23 \N \N \N \N \N array_position_start \N \N \N \N 3279 array_positions 11 10 12 1 0 0 - f f f f f i s 2 0 1007 5078 5077 \N \N \N \N \N array_positions \N \N \N \N 1191 generate_subscripts 11 10 12 1 1000 0 - f f f t t i s 3 0 23 2277 23 16 \N \N \N \N \N generate_subscripts \N \N \N \N 1192 generate_subscripts 11 10 12 1 1000 0 - f f f t t i s 2 0 23 2277 23 \N \N \N \N \N generate_subscripts_nodir \N \N \N \N 1193 array_fill 11 10 12 1 0 0 - f f f f f i s 2 0 2277 2283 1007 \N \N \N \N \N array_fill \N \N \N \N 1286 array_fill 11 10 12 1 0 0 - f f f f f i s 3 0 2277 2283 1007 1007 \N \N \N \N \N array_fill_with_lower_bounds \N \N \N \N 2331 unnest 11 10 12 1 100 0 array_unnest_support f f f t t i s 1 0 2283 2277 \N \N \N \N \N array_unnest \N \N \N \N 3996 array_unnest_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N array_unnest_support \N \N \N \N 3167 array_remove 11 10 12 1 0 0 - f f f f f i s 2 0 5078 5078 5077 \N \N \N \N \N array_remove \N \N \N \N 3168 array_replace 11 10 12 1 0 0 - f f f f f i s 3 0 5078 5078 5077 5077 \N \N \N \N \N array_replace \N \N \N \N 2333 array_agg_transfn 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 2776 \N \N \N \N \N array_agg_transfn \N \N \N \N 6293 array_agg_combine 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 2281 \N \N \N \N \N array_agg_combine \N \N \N \N 6294 array_agg_serialize 11 10 12 1 0 0 - f f f t f i s 1 0 17 2281 \N \N \N \N \N array_agg_serialize \N \N \N \N 6295 array_agg_deserialize 11 10 12 1 0 0 - f f f t f i s 2 0 2281 17 2281 \N \N \N \N \N array_agg_deserialize \N \N \N \N 2334 array_agg_finalfn 11 10 12 1 0 0 - f f f f f i s 2 0 2277 2281 2776 \N \N \N \N \N array_agg_finalfn \N \N \N \N 2335 array_agg 11 10 12 1 0 0 - a f f f f i s 1 0 2277 2776 \N \N \N \N \N aggregate_dummy \N \N \N \N 4051 array_agg_array_transfn 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 2277 \N \N \N \N \N array_agg_array_transfn \N \N \N \N 6296 array_agg_array_combine 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 2281 \N \N \N \N \N array_agg_array_combine \N \N \N \N 6297 array_agg_array_serialize 11 10 12 1 0 0 - f f f t f i s 1 0 17 2281 \N \N \N \N \N array_agg_array_serialize \N \N \N \N 6298 array_agg_array_deserialize 11 10 12 1 0 0 - f f f t f i s 2 0 2281 17 2281 \N \N \N \N \N array_agg_array_deserialize \N \N \N \N 4052 array_agg_array_finalfn 11 10 12 1 0 0 - f f f f f i s 2 0 2277 2281 2277 \N \N \N \N \N array_agg_array_finalfn \N \N \N \N 4053 array_agg 11 10 12 1 0 0 - a f f f f i s 1 0 2277 2277 \N \N \N \N \N aggregate_dummy \N \N \N \N 3218 width_bucket 11 10 12 1 0 0 - f f f t f i s 2 0 23 5077 5078 \N \N \N \N \N width_bucket_array \N \N \N \N 6172 trim_array 11 10 12 1 0 0 - f f f t f i s 2 0 2277 2277 23 \N \N \N \N \N trim_array \N \N \N \N 6215 array_shuffle 11 10 12 1 0 0 - f f f t f v s 1 0 2277 2277 \N \N \N \N \N array_shuffle \N \N \N \N 6216 array_sample 11 10 12 1 0 0 - f f f t f v s 2 0 2277 2277 23 \N \N \N \N \N array_sample \N \N \N \N 3816 array_typanalyze 11 10 12 1 0 0 - f f f t f s s 1 0 16 2281 \N \N \N \N \N array_typanalyze \N \N \N \N 3817 arraycontsel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N arraycontsel \N \N \N \N 3818 arraycontjoinsel 11 10 12 1 0 0 - f f f t f s s 5 0 701 2281 26 2281 21 2281 \N \N \N \N \N arraycontjoinsel \N \N \N \N 16490 pltestlang_call_handler 16390 10 13 1 0 0 - f f f f f v u 0 0 2280 \N \N \N \N \N plpgsql_call_handler $libdir/plpgsql \N \N \N 766 int4inc 11 10 12 1 0 0 - f f f t f i s 1 0 23 23 \N \N \N \N \N int4inc \N \N \N \N 768 int4larger 11 10 12 1 0 0 - f f f t f i s 2 0 23 23 23 \N \N \N \N \N int4larger \N \N \N \N 769 int4smaller 11 10 12 1 0 0 - f f f t f i s 2 0 23 23 23 \N \N \N \N \N int4smaller \N \N \N \N 770 int2larger 11 10 12 1 0 0 - f f f t f i s 2 0 21 21 21 \N \N \N \N \N int2larger \N \N \N \N 771 int2smaller 11 10 12 1 0 0 - f f f t f i s 2 0 21 21 21 \N \N \N \N \N int2smaller \N \N \N \N 846 cash_mul_flt4 11 10 12 1 0 0 - f f f t f i s 2 0 790 790 700 \N \N \N \N \N cash_mul_flt4 \N \N \N \N 847 cash_div_flt4 11 10 12 1 0 0 - f f f t f i s 2 0 790 790 700 \N \N \N \N \N cash_div_flt4 \N \N \N \N 848 flt4_mul_cash 11 10 12 1 0 0 - f f f t f i s 2 0 790 700 790 \N \N \N \N \N flt4_mul_cash \N \N \N \N 849 position 11 10 12 1 0 0 - f f f t f i s 2 0 23 25 25 \N \N \N \N \N textpos \N \N \N \N 850 textlike 11 10 12 1 0 0 textlike_support f f f t f i s 2 0 16 25 25 \N \N \N \N \N textlike \N \N \N \N 1023 textlike_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N textlike_support \N \N \N \N 851 textnlike 11 10 12 1 0 0 - f f f t f i s 2 0 16 25 25 \N \N \N \N \N textnlike \N \N \N \N 852 int48eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 23 20 \N \N \N \N \N int48eq \N \N \N \N 853 int48ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 23 20 \N \N \N \N \N int48ne \N \N \N \N 854 int48lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 23 20 \N \N \N \N \N int48lt \N \N \N \N 855 int48gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 23 20 \N \N \N \N \N int48gt \N \N \N \N 856 int48le 11 10 12 1 0 0 - f f t t f i s 2 0 16 23 20 \N \N \N \N \N int48le \N \N \N \N 857 int48ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 23 20 \N \N \N \N \N int48ge \N \N \N \N 858 namelike 11 10 12 1 0 0 textlike_support f f f t f i s 2 0 16 19 25 \N \N \N \N \N namelike \N \N \N \N 859 namenlike 11 10 12 1 0 0 - f f f t f i s 2 0 16 19 25 \N \N \N \N \N namenlike \N \N \N \N 860 bpchar 11 10 12 1 0 0 - f f f t f i s 1 0 1042 18 \N \N \N \N \N char_bpchar \N \N \N \N 861 current_database 11 10 12 1 0 0 - f f f t f s s 0 0 19 \N \N \N \N \N current_database \N \N \N \N 817 current_query 11 10 12 1 0 0 - f f f f f v r 0 0 25 \N \N \N \N \N current_query \N \N \N \N 3399 int8_mul_cash 11 10 12 1 0 0 - f f f t f i s 2 0 790 20 790 \N \N \N \N \N int8_mul_cash \N \N \N \N 862 int4_mul_cash 11 10 12 1 0 0 - f f f t f i s 2 0 790 23 790 \N \N \N \N \N int4_mul_cash \N \N \N \N 863 int2_mul_cash 11 10 12 1 0 0 - f f f t f i s 2 0 790 21 790 \N \N \N \N \N int2_mul_cash \N \N \N \N 767 lo_import 11 10 12 1 0 0 - f f f t f v u 2 0 26 25 26 \N \N \N \N \N be_lo_import_with_oid \N \N \N {SYSTEM=X/SYSTEM} 765 lo_export 11 10 12 1 0 0 - f f f t f v u 2 0 23 26 25 \N \N \N \N \N be_lo_export \N \N \N {SYSTEM=X/SYSTEM} 3344 cash_mul_int8 11 10 12 1 0 0 - f f f t f i s 2 0 790 790 20 \N \N \N \N \N cash_mul_int8 \N \N \N \N 3345 cash_div_int8 11 10 12 1 0 0 - f f f t f i s 2 0 790 790 20 \N \N \N \N \N cash_div_int8 \N \N \N \N 864 cash_mul_int4 11 10 12 1 0 0 - f f f t f i s 2 0 790 790 23 \N \N \N \N \N cash_mul_int4 \N \N \N \N 865 cash_div_int4 11 10 12 1 0 0 - f f f t f i s 2 0 790 790 23 \N \N \N \N \N cash_div_int4 \N \N \N \N 866 cash_mul_int2 11 10 12 1 0 0 - f f f t f i s 2 0 790 790 21 \N \N \N \N \N cash_mul_int2 \N \N \N \N 867 cash_div_int2 11 10 12 1 0 0 - f f f t f i s 2 0 790 790 21 \N \N \N \N \N cash_div_int2 \N \N \N \N 886 cash_in 11 10 12 1 0 0 - f f f t f s s 1 0 790 2275 \N \N \N \N \N cash_in \N \N \N \N 887 cash_out 11 10 12 1 0 0 - f f f t f s s 1 0 2275 790 \N \N \N \N \N cash_out \N \N \N \N 888 cash_eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 790 790 \N \N \N \N \N cash_eq \N \N \N \N 889 cash_ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 790 790 \N \N \N \N \N cash_ne \N \N \N \N 890 cash_lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 790 790 \N \N \N \N \N cash_lt \N \N \N \N 891 cash_le 11 10 12 1 0 0 - f f t t f i s 2 0 16 790 790 \N \N \N \N \N cash_le \N \N \N \N 892 cash_gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 790 790 \N \N \N \N \N cash_gt \N \N \N \N 893 cash_ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 790 790 \N \N \N \N \N cash_ge \N \N \N \N 894 cash_pl 11 10 12 1 0 0 - f f f t f i s 2 0 790 790 790 \N \N \N \N \N cash_pl \N \N \N \N 895 cash_mi 11 10 12 1 0 0 - f f f t f i s 2 0 790 790 790 \N \N \N \N \N cash_mi \N \N \N \N 896 cash_mul_flt8 11 10 12 1 0 0 - f f f t f i s 2 0 790 790 701 \N \N \N \N \N cash_mul_flt8 \N \N \N \N 897 cash_div_flt8 11 10 12 1 0 0 - f f f t f i s 2 0 790 790 701 \N \N \N \N \N cash_div_flt8 \N \N \N \N 898 cashlarger 11 10 12 1 0 0 - f f f t f i s 2 0 790 790 790 \N \N \N \N \N cashlarger \N \N \N \N 899 cashsmaller 11 10 12 1 0 0 - f f f t f i s 2 0 790 790 790 \N \N \N \N \N cashsmaller \N \N \N \N 919 flt8_mul_cash 11 10 12 1 0 0 - f f f t f i s 2 0 790 701 790 \N \N \N \N \N flt8_mul_cash \N \N \N \N 935 cash_words 11 10 12 1 0 0 - f f f t f i s 1 0 25 790 \N \N \N \N \N cash_words \N \N \N \N 3822 cash_div_cash 11 10 12 1 0 0 - f f f t f i s 2 0 701 790 790 \N \N \N \N \N cash_div_cash \N \N \N \N 3823 numeric 11 10 12 1 0 0 - f f f t f s s 1 0 1700 790 \N \N \N \N \N cash_numeric \N \N \N \N 3824 money 11 10 12 1 0 0 - f f f t f s s 1 0 790 1700 \N \N \N \N \N numeric_cash \N \N \N \N 3811 money 11 10 12 1 0 0 - f f f t f s s 1 0 790 23 \N \N \N \N \N int4_cash \N \N \N \N 3812 money 11 10 12 1 0 0 - f f f t f s s 1 0 790 20 \N \N \N \N \N int8_cash \N \N \N \N 940 mod 11 10 12 1 0 0 - f f f t f i s 2 0 21 21 21 \N \N \N \N \N int2mod \N \N \N \N 941 mod 11 10 12 1 0 0 - f f f t f i s 2 0 23 23 23 \N \N \N \N \N int4mod \N \N \N \N 945 int8mod 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 20 \N \N \N \N \N int8mod \N \N \N \N 947 mod 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 20 \N \N \N \N \N int8mod \N \N \N \N 5044 gcd 11 10 12 1 0 0 - f f f t f i s 2 0 23 23 23 \N \N \N \N \N int4gcd \N \N \N \N 5045 gcd 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 20 \N \N \N \N \N int8gcd \N \N \N \N 5046 lcm 11 10 12 1 0 0 - f f f t f i s 2 0 23 23 23 \N \N \N \N \N int4lcm \N \N \N \N 5047 lcm 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 20 \N \N \N \N \N int8lcm \N \N \N \N 944 char 11 10 12 1 0 0 - f f f t f i s 1 0 18 25 \N \N \N \N \N text_char \N \N \N \N 946 text 11 10 12 1 0 0 - f f f t f i s 1 0 25 18 \N \N \N \N \N char_text \N \N \N \N 952 lo_open 11 10 12 1 0 0 - f f f t f v u 2 0 23 26 23 \N \N \N \N \N be_lo_open \N \N \N \N 953 lo_close 11 10 12 1 0 0 - f f f t f v u 1 0 23 23 \N \N \N \N \N be_lo_close \N \N \N \N 954 loread 11 10 12 1 0 0 - f f f t f v u 2 0 17 23 23 \N \N \N \N \N be_loread \N \N \N \N 955 lowrite 11 10 12 1 0 0 - f f f t f v u 2 0 23 23 17 \N \N \N \N \N be_lowrite \N \N \N \N 956 lo_lseek 11 10 12 1 0 0 - f f f t f v u 3 0 23 23 23 23 \N \N \N \N \N be_lo_lseek \N \N \N \N 3170 lo_lseek64 11 10 12 1 0 0 - f f f t f v u 3 0 20 23 20 23 \N \N \N \N \N be_lo_lseek64 \N \N \N \N 957 lo_creat 11 10 12 1 0 0 - f f f t f v u 1 0 26 23 \N \N \N \N \N be_lo_creat \N \N \N \N 715 lo_create 11 10 12 1 0 0 - f f f t f v u 1 0 26 26 \N \N \N \N \N be_lo_create \N \N \N \N 958 lo_tell 11 10 12 1 0 0 - f f f t f v u 1 0 23 23 \N \N \N \N \N be_lo_tell \N \N \N \N 3171 lo_tell64 11 10 12 1 0 0 - f f f t f v u 1 0 20 23 \N \N \N \N \N be_lo_tell64 \N \N \N \N 1004 lo_truncate 11 10 12 1 0 0 - f f f t f v u 2 0 23 23 23 \N \N \N \N \N be_lo_truncate \N \N \N \N 3172 lo_truncate64 11 10 12 1 0 0 - f f f t f v u 2 0 23 23 20 \N \N \N \N \N be_lo_truncate64 \N \N \N \N 3457 lo_from_bytea 11 10 12 1 0 0 - f f f t f v u 2 0 26 26 17 \N \N \N \N \N be_lo_from_bytea \N \N \N \N 3458 lo_get 11 10 12 1 0 0 - f f f t f v u 1 0 17 26 \N \N \N \N \N be_lo_get \N \N \N \N 3459 lo_get 11 10 12 1 0 0 - f f f t f v u 3 0 17 26 20 23 \N \N \N \N \N be_lo_get_fragment \N \N \N \N 3460 lo_put 11 10 12 1 0 0 - f f f t f v u 3 0 2278 26 20 17 \N \N \N \N \N be_lo_put \N \N \N \N 959 on_pl 11 10 12 1 0 0 - f f f t f i s 2 0 16 600 628 \N \N \N \N \N on_pl \N \N \N \N 960 on_sl 11 10 12 1 0 0 - f f f t f i s 2 0 16 601 628 \N \N \N \N \N on_sl \N \N \N \N 961 close_pl 11 10 12 1 0 0 - f f f t f i s 2 0 600 600 628 \N \N \N \N \N close_pl \N \N \N \N 964 lo_unlink 11 10 12 1 0 0 - f f f t f v u 1 0 23 26 \N \N \N \N \N be_lo_unlink \N \N \N \N 973 path_inter 11 10 12 1 0 0 - f f f t f i s 2 0 16 602 602 \N \N \N \N \N path_inter \N \N \N \N 975 area 11 10 12 1 0 0 - f f f t f i s 1 0 701 603 \N \N \N \N \N box_area \N \N \N \N 976 width 11 10 12 1 0 0 - f f f t f i s 1 0 701 603 \N \N \N \N \N box_width \N \N \N \N 977 height 11 10 12 1 0 0 - f f f t f i s 1 0 701 603 \N \N \N \N \N box_height \N \N \N \N 978 box_distance 11 10 12 1 0 0 - f f f t f i s 2 0 701 603 603 \N \N \N \N \N box_distance \N \N \N \N 979 area 11 10 12 1 0 0 - f f f t f i s 1 0 701 602 \N \N \N \N \N path_area \N \N \N \N 980 box_intersect 11 10 12 1 0 0 - f f f t f i s 2 0 603 603 603 \N \N \N \N \N box_intersect \N \N \N \N 4067 bound_box 11 10 12 1 0 0 - f f f t f i s 2 0 603 603 603 \N \N \N \N \N boxes_bound_box \N \N \N \N 981 diagonal 11 10 12 1 0 0 - f f f t f i s 1 0 601 603 \N \N \N \N \N box_diagonal \N \N \N \N 982 path_n_lt 11 10 12 1 0 0 - f f f t f i s 2 0 16 602 602 \N \N \N \N \N path_n_lt \N \N \N \N 983 path_n_gt 11 10 12 1 0 0 - f f f t f i s 2 0 16 602 602 \N \N \N \N \N path_n_gt \N \N \N \N 984 path_n_eq 11 10 12 1 0 0 - f f f t f i s 2 0 16 602 602 \N \N \N \N \N path_n_eq \N \N \N \N 985 path_n_le 11 10 12 1 0 0 - f f f t f i s 2 0 16 602 602 \N \N \N \N \N path_n_le \N \N \N \N 986 path_n_ge 11 10 12 1 0 0 - f f f t f i s 2 0 16 602 602 \N \N \N \N \N path_n_ge \N \N \N \N 987 path_length 11 10 12 1 0 0 - f f f t f i s 1 0 701 602 \N \N \N \N \N path_length \N \N \N \N 988 point_ne 11 10 12 1 0 0 - f f f t f i s 2 0 16 600 600 \N \N \N \N \N point_ne \N \N \N \N 989 point_vert 11 10 12 1 0 0 - f f f t f i s 2 0 16 600 600 \N \N \N \N \N point_vert \N \N \N \N 990 point_horiz 11 10 12 1 0 0 - f f f t f i s 2 0 16 600 600 \N \N \N \N \N point_horiz \N \N \N \N 991 point_distance 11 10 12 1 0 0 - f f f t f i s 2 0 701 600 600 \N \N \N \N \N point_distance \N \N \N \N 992 slope 11 10 12 1 0 0 - f f f t f i s 2 0 701 600 600 \N \N \N \N \N point_slope \N \N \N \N 993 lseg 11 10 12 1 0 0 - f f f t f i s 2 0 601 600 600 \N \N \N \N \N lseg_construct \N \N \N \N 994 lseg_intersect 11 10 12 1 0 0 - f f f t f i s 2 0 16 601 601 \N \N \N \N \N lseg_intersect \N \N \N \N 995 lseg_parallel 11 10 12 1 0 0 - f f f t f i s 2 0 16 601 601 \N \N \N \N \N lseg_parallel \N \N \N \N 996 lseg_perp 11 10 12 1 0 0 - f f f t f i s 2 0 16 601 601 \N \N \N \N \N lseg_perp \N \N \N \N 997 lseg_vertical 11 10 12 1 0 0 - f f f t f i s 1 0 16 601 \N \N \N \N \N lseg_vertical \N \N \N \N 998 lseg_horizontal 11 10 12 1 0 0 - f f f t f i s 1 0 16 601 \N \N \N \N \N lseg_horizontal \N \N \N \N 999 lseg_eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 601 601 \N \N \N \N \N lseg_eq \N \N \N \N 1026 timezone 11 10 12 1 0 0 - f f f t f i s 2 0 1114 1186 1184 \N \N \N \N \N timestamptz_izone \N \N \N \N 1031 aclitemin 11 10 12 1 0 0 - f f f t f s s 1 0 1033 2275 \N \N \N \N \N aclitemin \N \N \N \N 1032 aclitemout 11 10 12 1 0 0 - f f f t f s s 1 0 2275 1033 \N \N \N \N \N aclitemout \N \N \N \N 1035 aclinsert 11 10 12 1 0 0 - f f f t f i s 2 0 1034 1034 1033 \N \N \N \N \N aclinsert \N \N \N \N 1036 aclremove 11 10 12 1 0 0 - f f f t f i s 2 0 1034 1034 1033 \N \N \N \N \N aclremove \N \N \N \N 1037 aclcontains 11 10 12 1 0 0 - f f f t f i s 2 0 16 1034 1033 \N \N \N \N \N aclcontains \N \N \N \N 1062 aclitemeq 11 10 12 1 0 0 - f f f t f i s 2 0 16 1033 1033 \N \N \N \N \N aclitem_eq \N \N \N \N 1365 makeaclitem 11 10 12 1 0 0 - f f f t f i s 4 0 1033 26 26 25 16 \N \N \N \N \N makeaclitem \N \N \N \N 3943 acldefault 11 10 12 1 0 0 - f f f t f i s 2 0 1034 18 26 \N \N \N \N \N acldefault_sql \N \N \N \N 1689 aclexplode 11 10 12 1 10 0 - f f f t t s s 1 0 2249 1034 {1034,26,26,25,16} {i,o,o,o,o} {acl,grantor,grantee,privilege_type,is_grantable} \N \N aclexplode \N \N \N \N 1044 bpcharin 11 10 12 1 0 0 - f f f t f i s 3 0 1042 2275 26 23 \N \N \N \N \N bpcharin \N \N \N \N 1045 bpcharout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 1042 \N \N \N \N \N bpcharout \N \N \N \N 2913 bpchartypmodin 11 10 12 1 0 0 - f f f t f i s 1 0 23 1263 \N \N \N \N \N bpchartypmodin \N \N \N \N 2914 bpchartypmodout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 23 \N \N \N \N \N bpchartypmodout \N \N \N \N 1046 varcharin 11 10 12 1 0 0 - f f f t f i s 3 0 1043 2275 26 23 \N \N \N \N \N varcharin \N \N \N \N 1047 varcharout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 1043 \N \N \N \N \N varcharout \N \N \N \N 2915 varchartypmodin 11 10 12 1 0 0 - f f f t f i s 1 0 23 1263 \N \N \N \N \N varchartypmodin \N \N \N \N 2916 varchartypmodout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 23 \N \N \N \N \N varchartypmodout \N \N \N \N 1048 bpchareq 11 10 12 1 0 0 - f f t t f i s 2 0 16 1042 1042 \N \N \N \N \N bpchareq \N \N \N \N 1049 bpcharlt 11 10 12 1 0 0 - f f t t f i s 2 0 16 1042 1042 \N \N \N \N \N bpcharlt \N \N \N \N 1050 bpcharle 11 10 12 1 0 0 - f f t t f i s 2 0 16 1042 1042 \N \N \N \N \N bpcharle \N \N \N \N 1051 bpchargt 11 10 12 1 0 0 - f f t t f i s 2 0 16 1042 1042 \N \N \N \N \N bpchargt \N \N \N \N 1052 bpcharge 11 10 12 1 0 0 - f f t t f i s 2 0 16 1042 1042 \N \N \N \N \N bpcharge \N \N \N \N 1053 bpcharne 11 10 12 1 0 0 - f f t t f i s 2 0 16 1042 1042 \N \N \N \N \N bpcharne \N \N \N \N 1063 bpchar_larger 11 10 12 1 0 0 - f f t t f i s 2 0 1042 1042 1042 \N \N \N \N \N bpchar_larger \N \N \N \N 1064 bpchar_smaller 11 10 12 1 0 0 - f f t t f i s 2 0 1042 1042 1042 \N \N \N \N \N bpchar_smaller \N \N \N \N 1078 bpcharcmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 1042 1042 \N \N \N \N \N bpcharcmp \N \N \N \N 3328 bpchar_sortsupport 11 10 12 1 0 0 - f f f t f i s 1 0 2278 2281 \N \N \N \N \N bpchar_sortsupport \N \N \N \N 1080 hashbpchar 11 10 12 1 0 0 - f f f t f i s 1 0 23 1042 \N \N \N \N \N hashbpchar \N \N \N \N 972 hashbpcharextended 11 10 12 1 0 0 - f f f t f i s 2 0 20 1042 20 \N \N \N \N \N hashbpcharextended \N \N \N \N 1081 format_type 11 10 12 1 0 0 - f f f f f s s 2 0 25 26 23 \N \N \N \N \N format_type \N \N \N \N 1084 date_in 11 10 12 1 0 0 - f f f t f s s 1 0 1082 2275 \N \N \N \N \N date_in \N \N \N \N 1085 date_out 11 10 12 1 0 0 - f f f t f s s 1 0 2275 1082 \N \N \N \N \N date_out \N \N \N \N 1086 date_eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 1082 1082 \N \N \N \N \N date_eq \N \N \N \N 1087 date_lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 1082 1082 \N \N \N \N \N date_lt \N \N \N \N 1088 date_le 11 10 12 1 0 0 - f f t t f i s 2 0 16 1082 1082 \N \N \N \N \N date_le \N \N \N \N 1089 date_gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 1082 1082 \N \N \N \N \N date_gt \N \N \N \N 1090 date_ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 1082 1082 \N \N \N \N \N date_ge \N \N \N \N 1091 date_ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 1082 1082 \N \N \N \N \N date_ne \N \N \N \N 1092 date_cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 1082 1082 \N \N \N \N \N date_cmp \N \N \N \N 3136 date_sortsupport 11 10 12 1 0 0 - f f f t f i s 1 0 2278 2281 \N \N \N \N \N date_sortsupport \N \N \N \N 4133 in_range 11 10 12 1 0 0 - f f f t f i s 5 0 16 1082 1082 1186 16 16 \N \N \N \N \N in_range_date_interval \N \N \N \N 1102 time_lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 1083 1083 \N \N \N \N \N time_lt \N \N \N \N 1103 time_le 11 10 12 1 0 0 - f f t t f i s 2 0 16 1083 1083 \N \N \N \N \N time_le \N \N \N \N 1104 time_gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 1083 1083 \N \N \N \N \N time_gt \N \N \N \N 1105 time_ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 1083 1083 \N \N \N \N \N time_ge \N \N \N \N 1106 time_ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 1083 1083 \N \N \N \N \N time_ne \N \N \N \N 1107 time_cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 1083 1083 \N \N \N \N \N time_cmp \N \N \N \N 1138 date_larger 11 10 12 1 0 0 - f f f t f i s 2 0 1082 1082 1082 \N \N \N \N \N date_larger \N \N \N \N 1139 date_smaller 11 10 12 1 0 0 - f f f t f i s 2 0 1082 1082 1082 \N \N \N \N \N date_smaller \N \N \N \N 1140 date_mi 11 10 12 1 0 0 - f f f t f i s 2 0 23 1082 1082 \N \N \N \N \N date_mi \N \N \N \N 1141 date_pli 11 10 12 1 0 0 - f f f t f i s 2 0 1082 1082 23 \N \N \N \N \N date_pli \N \N \N \N 1142 date_mii 11 10 12 1 0 0 - f f f t f i s 2 0 1082 1082 23 \N \N \N \N \N date_mii \N \N \N \N 1143 time_in 11 10 12 1 0 0 - f f f t f s s 3 0 1083 2275 26 23 \N \N \N \N \N time_in \N \N \N \N 1144 time_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 1083 \N \N \N \N \N time_out \N \N \N \N 2909 timetypmodin 11 10 12 1 0 0 - f f f t f i s 1 0 23 1263 \N \N \N \N \N timetypmodin \N \N \N \N 2910 timetypmodout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 23 \N \N \N \N \N timetypmodout \N \N \N \N 1145 time_eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 1083 1083 \N \N \N \N \N time_eq \N \N \N \N 1146 circle_add_pt 11 10 12 1 0 0 - f f f t f i s 2 0 718 718 600 \N \N \N \N \N circle_add_pt \N \N \N \N 1147 circle_sub_pt 11 10 12 1 0 0 - f f f t f i s 2 0 718 718 600 \N \N \N \N \N circle_sub_pt \N \N \N \N 1148 circle_mul_pt 11 10 12 1 0 0 - f f f t f i s 2 0 718 718 600 \N \N \N \N \N circle_mul_pt \N \N \N \N 1149 circle_div_pt 11 10 12 1 0 0 - f f f t f i s 2 0 718 718 600 \N \N \N \N \N circle_div_pt \N \N \N \N 1150 timestamptz_in 11 10 12 1 0 0 - f f f t f s s 3 0 1184 2275 26 23 \N \N \N \N \N timestamptz_in \N \N \N \N 1151 timestamptz_out 11 10 12 1 0 0 - f f f t f s s 1 0 2275 1184 \N \N \N \N \N timestamptz_out \N \N \N \N 2907 timestamptztypmodin 11 10 12 1 0 0 - f f f t f i s 1 0 23 1263 \N \N \N \N \N timestamptztypmodin \N \N \N \N 2908 timestamptztypmodout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 23 \N \N \N \N \N timestamptztypmodout \N \N \N \N 1152 timestamptz_eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 1184 1184 \N \N \N \N \N timestamp_eq \N \N \N \N 1153 timestamptz_ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 1184 1184 \N \N \N \N \N timestamp_ne \N \N \N \N 1154 timestamptz_lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 1184 1184 \N \N \N \N \N timestamp_lt \N \N \N \N 1155 timestamptz_le 11 10 12 1 0 0 - f f t t f i s 2 0 16 1184 1184 \N \N \N \N \N timestamp_le \N \N \N \N 1156 timestamptz_ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 1184 1184 \N \N \N \N \N timestamp_ge \N \N \N \N 1157 timestamptz_gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 1184 1184 \N \N \N \N \N timestamp_gt \N \N \N \N 1158 to_timestamp 11 10 12 1 0 0 - f f f t f i s 1 0 1184 701 \N \N \N \N \N float8_timestamptz \N \N \N \N 1159 timezone 11 10 12 1 0 0 - f f f t f i s 2 0 1114 25 1184 \N \N \N \N \N timestamptz_zone \N \N \N \N 9159 timezone 11 10 12 1 0 0 - f f f t f s s 1 0 1114 1184 \N \N \N \N \N timestamptz_at_local \N \N \N \N 1160 interval_in 11 10 12 1 0 0 - f f f t f s s 3 0 1186 2275 26 23 \N \N \N \N \N interval_in \N \N \N \N 1161 interval_out 11 10 12 1 0 0 - f f f t f s s 1 0 2275 1186 \N \N \N \N \N interval_out \N \N \N \N 2903 intervaltypmodin 11 10 12 1 0 0 - f f f t f i s 1 0 23 1263 \N \N \N \N \N intervaltypmodin \N \N \N \N 2904 intervaltypmodout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 23 \N \N \N \N \N intervaltypmodout \N \N \N \N 1162 interval_eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 1186 1186 \N \N \N \N \N interval_eq \N \N \N \N 1163 interval_ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 1186 1186 \N \N \N \N \N interval_ne \N \N \N \N 1164 interval_lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 1186 1186 \N \N \N \N \N interval_lt \N \N \N \N 1165 interval_le 11 10 12 1 0 0 - f f t t f i s 2 0 16 1186 1186 \N \N \N \N \N interval_le \N \N \N \N 1166 interval_ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 1186 1186 \N \N \N \N \N interval_ge \N \N \N \N 1167 interval_gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 1186 1186 \N \N \N \N \N interval_gt \N \N \N \N 1168 interval_um 11 10 12 1 0 0 - f f f t f i s 1 0 1186 1186 \N \N \N \N \N interval_um \N \N \N \N 1169 interval_pl 11 10 12 1 0 0 - f f f t f i s 2 0 1186 1186 1186 \N \N \N \N \N interval_pl \N \N \N \N 1170 interval_mi 11 10 12 1 0 0 - f f f t f i s 2 0 1186 1186 1186 \N \N \N \N \N interval_mi \N \N \N \N 1171 date_part 11 10 12 1 0 0 - f f f t f s s 2 0 701 25 1184 \N \N \N \N \N timestamptz_part \N \N \N \N 6203 extract 11 10 12 1 0 0 - f f f t f s s 2 0 1700 25 1184 \N \N \N \N \N extract_timestamptz \N \N \N \N 1172 date_part 11 10 12 1 0 0 - f f f t f i s 2 0 701 25 1186 \N \N \N \N \N interval_part \N \N \N \N 6204 extract 11 10 12 1 0 0 - f f f t f i s 2 0 1700 25 1186 \N \N \N \N \N extract_interval \N \N \N \N 1174 timestamptz 11 10 12 1 0 0 - f f f t f s s 1 0 1184 1082 \N \N \N \N \N date_timestamptz \N \N \N \N 2711 justify_interval 11 10 12 1 0 0 - f f f t f i s 1 0 1186 1186 \N \N \N \N \N interval_justify_interval \N \N \N \N 1175 justify_hours 11 10 12 1 0 0 - f f f t f i s 1 0 1186 1186 \N \N \N \N \N interval_justify_hours \N \N \N \N 1295 justify_days 11 10 12 1 0 0 - f f f t f i s 1 0 1186 1186 \N \N \N \N \N interval_justify_days \N \N \N \N 16512 newavg 16390 10 12 1 0 0 - a f f f f i u 1 0 1700 23 \N \N \N \N \N aggregate_dummy \N \N \N \N 1178 date 11 10 12 1 0 0 - f f f t f s s 1 0 1082 1184 \N \N \N \N \N timestamptz_date \N \N \N \N 1181 age 11 10 12 1 0 0 - f f f t f s r 1 0 23 28 \N \N \N \N \N xid_age \N \N \N \N 3939 mxid_age 11 10 12 1 0 0 - f f f t f s s 1 0 23 28 \N \N \N \N \N mxid_age \N \N \N \N 1188 timestamptz_mi 11 10 12 1 0 0 - f f f t f i s 2 0 1186 1184 1184 \N \N \N \N \N timestamp_mi \N \N \N \N 1189 timestamptz_pl_interval 11 10 12 1 0 0 - f f f t f s s 2 0 1184 1184 1186 \N \N \N \N \N timestamptz_pl_interval \N \N \N \N 6221 date_add 11 10 12 1 0 0 - f f f t f s s 2 0 1184 1184 1186 \N \N \N \N \N timestamptz_pl_interval \N \N \N \N 6222 date_add 11 10 12 1 0 0 - f f f t f i s 3 0 1184 1184 1186 25 \N \N \N \N \N timestamptz_pl_interval_at_zone \N \N \N \N 1190 timestamptz_mi_interval 11 10 12 1 0 0 - f f f t f s s 2 0 1184 1184 1186 \N \N \N \N \N timestamptz_mi_interval \N \N \N \N 6223 date_subtract 11 10 12 1 0 0 - f f f t f s s 2 0 1184 1184 1186 \N \N \N \N \N timestamptz_mi_interval \N \N \N \N 6273 date_subtract 11 10 12 1 0 0 - f f f t f i s 3 0 1184 1184 1186 25 \N \N \N \N \N timestamptz_mi_interval_at_zone \N \N \N \N 1195 timestamptz_smaller 11 10 12 1 0 0 - f f f t f i s 2 0 1184 1184 1184 \N \N \N \N \N timestamp_smaller \N \N \N \N 1196 timestamptz_larger 11 10 12 1 0 0 - f f f t f i s 2 0 1184 1184 1184 \N \N \N \N \N timestamp_larger \N \N \N \N 1197 interval_smaller 11 10 12 1 0 0 - f f f t f i s 2 0 1186 1186 1186 \N \N \N \N \N interval_smaller \N \N \N \N 1198 interval_larger 11 10 12 1 0 0 - f f f t f i s 2 0 1186 1186 1186 \N \N \N \N \N interval_larger \N \N \N \N 1199 age 11 10 12 1 0 0 - f f f t f i s 2 0 1186 1184 1184 \N \N \N \N \N timestamptz_age \N \N \N \N 3918 interval_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N interval_support \N \N \N \N 1200 interval 11 10 12 1 0 0 interval_support f f f t f i s 2 0 1186 1186 23 \N \N \N \N \N interval_scale \N \N \N \N 16520 trigger_func 16390 10 14224 100 0 0 - f f f f f v u 0 0 2279 \N \N \N \N \N BEGIN RETURN NULL; END; \N \N \N \N 16522 event_trigger_func 16390 10 14224 100 0 0 - f f f f f v u 0 0 3838 \N \N \N \N \N BEGIN RETURN; END; \N \N \N \N 16539 textrange 16390 10 12 1 0 0 - f f f f f i s 2 0 16538 25 25 \N \N \N \N \N range_constructor2 \N \N \N \N 1217 date_trunc 11 10 12 1 0 0 - f f f t f s s 2 0 1184 25 1184 \N \N \N \N \N timestamptz_trunc \N \N \N \N 1284 date_trunc 11 10 12 1 0 0 - f f f t f i s 3 0 1184 25 1184 25 \N \N \N \N \N timestamptz_trunc_zone \N \N \N \N 1218 date_trunc 11 10 12 1 0 0 - f f f t f i s 2 0 1186 25 1186 \N \N \N \N \N interval_trunc \N \N \N \N 1219 int8inc 11 10 12 1 0 0 - f f f t f i s 1 0 20 20 \N \N \N \N \N int8inc \N \N \N \N 3546 int8dec 11 10 12 1 0 0 - f f f t f i s 1 0 20 20 \N \N \N \N \N int8dec \N \N \N \N 2804 int8inc_any 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 2276 \N \N \N \N \N int8inc_any \N \N \N \N 3547 int8dec_any 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 2276 \N \N \N \N \N int8dec_any \N \N \N \N 1230 int8abs 11 10 12 1 0 0 - f f f t f i s 1 0 20 20 \N \N \N \N \N int8abs \N \N \N \N 1236 int8larger 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 20 \N \N \N \N \N int8larger \N \N \N \N 1237 int8smaller 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 20 \N \N \N \N \N int8smaller \N \N \N \N 1238 texticregexeq 11 10 12 1 0 0 texticregexeq_support f f f t f i s 2 0 16 25 25 \N \N \N \N \N texticregexeq \N \N \N \N 1024 texticregexeq_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N texticregexeq_support \N \N \N \N 1239 texticregexne 11 10 12 1 0 0 - f f f t f i s 2 0 16 25 25 \N \N \N \N \N texticregexne \N \N \N \N 1240 nameicregexeq 11 10 12 1 0 0 texticregexeq_support f f f t f i s 2 0 16 19 25 \N \N \N \N \N nameicregexeq \N \N \N \N 1241 nameicregexne 11 10 12 1 0 0 - f f f t f i s 2 0 16 19 25 \N \N \N \N \N nameicregexne \N \N \N \N 1251 int4abs 11 10 12 1 0 0 - f f f t f i s 1 0 23 23 \N \N \N \N \N int4abs \N \N \N \N 1253 int2abs 11 10 12 1 0 0 - f f f t f i s 1 0 21 21 \N \N \N \N \N int2abs \N \N \N \N 1271 overlaps 11 10 12 1 0 0 - f f f f f i s 4 0 16 1266 1266 1266 1266 \N \N \N \N \N overlaps_timetz \N \N \N \N 1272 datetime_pl 11 10 12 1 0 0 - f f f t f i s 2 0 1114 1082 1083 \N \N \N \N \N datetime_timestamp \N \N \N \N 1273 date_part 11 10 12 1 0 0 - f f f t f i s 2 0 701 25 1266 \N \N \N \N \N timetz_part \N \N \N \N 6201 extract 11 10 12 1 0 0 - f f f t f i s 2 0 1700 25 1266 \N \N \N \N \N extract_timetz \N \N \N \N 1274 int84pl 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 23 \N \N \N \N \N int84pl \N \N \N \N 1275 int84mi 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 23 \N \N \N \N \N int84mi \N \N \N \N 1276 int84mul 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 23 \N \N \N \N \N int84mul \N \N \N \N 1277 int84div 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 23 \N \N \N \N \N int84div \N \N \N \N 1278 int48pl 11 10 12 1 0 0 - f f f t f i s 2 0 20 23 20 \N \N \N \N \N int48pl \N \N \N \N 1279 int48mi 11 10 12 1 0 0 - f f f t f i s 2 0 20 23 20 \N \N \N \N \N int48mi \N \N \N \N 1280 int48mul 11 10 12 1 0 0 - f f f t f i s 2 0 20 23 20 \N \N \N \N \N int48mul \N \N \N \N 1281 int48div 11 10 12 1 0 0 - f f f t f i s 2 0 20 23 20 \N \N \N \N \N int48div \N \N \N \N 837 int82pl 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 21 \N \N \N \N \N int82pl \N \N \N \N 838 int82mi 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 21 \N \N \N \N \N int82mi \N \N \N \N 839 int82mul 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 21 \N \N \N \N \N int82mul \N \N \N \N 840 int82div 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 21 \N \N \N \N \N int82div \N \N \N \N 841 int28pl 11 10 12 1 0 0 - f f f t f i s 2 0 20 21 20 \N \N \N \N \N int28pl \N \N \N \N 942 int28mi 11 10 12 1 0 0 - f f f t f i s 2 0 20 21 20 \N \N \N \N \N int28mi \N \N \N \N 943 int28mul 11 10 12 1 0 0 - f f f t f i s 2 0 20 21 20 \N \N \N \N \N int28mul \N \N \N \N 948 int28div 11 10 12 1 0 0 - f f f t f i s 2 0 20 21 20 \N \N \N \N \N int28div \N \N \N \N 1287 oid 11 10 12 1 0 0 - f f f t f i s 1 0 26 20 \N \N \N \N \N i8tooid \N \N \N \N 1288 int8 11 10 12 1 0 0 - f f t t f i s 1 0 20 26 \N \N \N \N \N oidtoi8 \N \N \N \N 1291 suppress_redundant_updates_trigger 11 10 12 1 0 0 - f f f t f v s 0 0 2279 \N \N \N \N \N suppress_redundant_updates_trigger \N \N \N \N 1292 tideq 11 10 12 1 0 0 - f f t t f i s 2 0 16 27 27 \N \N \N \N \N tideq \N \N \N \N 1294 currtid2 11 10 12 1 0 0 - f f f t f v u 2 0 27 25 27 \N \N \N \N \N currtid_byrelname \N \N \N \N 1265 tidne 11 10 12 1 0 0 - f f t t f i s 2 0 16 27 27 \N \N \N \N \N tidne \N \N \N \N 2790 tidgt 11 10 12 1 0 0 - f f t t f i s 2 0 16 27 27 \N \N \N \N \N tidgt \N \N \N \N 2791 tidlt 11 10 12 1 0 0 - f f t t f i s 2 0 16 27 27 \N \N \N \N \N tidlt \N \N \N \N 2792 tidge 11 10 12 1 0 0 - f f t t f i s 2 0 16 27 27 \N \N \N \N \N tidge \N \N \N \N 2793 tidle 11 10 12 1 0 0 - f f t t f i s 2 0 16 27 27 \N \N \N \N \N tidle \N \N \N \N 2794 bttidcmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 27 27 \N \N \N \N \N bttidcmp \N \N \N \N 2795 tidlarger 11 10 12 1 0 0 - f f f t f i s 2 0 27 27 27 \N \N \N \N \N tidlarger \N \N \N \N 2796 tidsmaller 11 10 12 1 0 0 - f f f t f i s 2 0 27 27 27 \N \N \N \N \N tidsmaller \N \N \N \N 2233 hashtid 11 10 12 1 0 0 - f f f t f i s 1 0 23 27 \N \N \N \N \N hashtid \N \N \N \N 2234 hashtidextended 11 10 12 1 0 0 - f f f t f i s 2 0 20 27 20 \N \N \N \N \N hashtidextended \N \N \N \N 16540 textrange 16390 10 12 1 0 0 - f f f f f i s 3 0 16538 25 25 25 \N \N \N \N \N range_constructor3 \N \N \N \N 1297 datetimetz_pl 11 10 12 1 0 0 - f f f t f i s 2 0 1184 1082 1266 \N \N \N \N \N datetimetz_timestamptz \N \N \N \N 16541 textmultirange 16390 10 12 1 0 0 - f f f t f i s 0 0 16536 \N \N \N \N \N multirange_constructor0 \N \N \N \N 1299 now 11 10 12 1 0 0 - f f f t f s s 0 0 1184 \N \N \N \N \N now \N \N \N \N 2647 transaction_timestamp 11 10 12 1 0 0 - f f f t f s s 0 0 1184 \N \N \N \N \N now \N \N \N \N 2648 statement_timestamp 11 10 12 1 0 0 - f f f t f s s 0 0 1184 \N \N \N \N \N statement_timestamp \N \N \N \N 2649 clock_timestamp 11 10 12 1 0 0 - f f f t f v s 0 0 1184 \N \N \N \N \N clock_timestamp \N \N \N \N 1300 positionsel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N positionsel \N \N \N \N 1301 positionjoinsel 11 10 12 1 0 0 - f f f t f s s 5 0 701 2281 26 2281 21 2281 \N \N \N \N \N positionjoinsel \N \N \N \N 1302 contsel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N contsel \N \N \N \N 1303 contjoinsel 11 10 12 1 0 0 - f f f t f s s 5 0 701 2281 26 2281 21 2281 \N \N \N \N \N contjoinsel \N \N \N \N 1304 overlaps 11 10 12 1 0 0 - f f f f f i s 4 0 16 1184 1184 1184 1184 \N \N \N \N \N overlaps_timestamp \N \N \N \N 16542 textmultirange 16390 10 12 1 0 0 - f f f t f i s 1 0 16536 16538 \N \N \N \N \N multirange_constructor1 \N \N \N \N 16543 textmultirange 16390 10 12 1 0 16538 - f f f t f i s 1 0 16536 16535 {16535} {v} \N \N \N multirange_constructor2 \N \N \N \N 16547 int42_in 16390 10 12 1 0 0 - f f f t f i u 1 0 16546 2275 \N \N \N \N \N int4in \N \N \N \N 1308 overlaps 11 10 12 1 0 0 - f f f f f i s 4 0 16 1083 1083 1083 1083 \N \N \N \N \N overlaps_time \N \N \N \N 16548 func_with_support 16390 10 14 100 0 0 varchar_support f f f f f v u 0 0 23 \N \N \N \N \N SELECT 1 \N \N \N \N 16622 range_type_custom 16390 10 12 1 0 0 - f f f f f i s 2 0 16621 23 23 \N \N \N \N \N range_constructor2 \N \N \N \N 16623 range_type_custom 16390 10 12 1 0 0 - f f f f f i s 3 0 16621 23 23 25 \N \N \N \N \N range_constructor3 \N \N \N \N 1312 timestamp_in 11 10 12 1 0 0 - f f f t f s s 3 0 1114 2275 26 23 \N \N \N \N \N timestamp_in \N \N \N \N 1313 timestamp_out 11 10 12 1 0 0 - f f f t f s s 1 0 2275 1114 \N \N \N \N \N timestamp_out \N \N \N \N 2905 timestamptypmodin 11 10 12 1 0 0 - f f f t f i s 1 0 23 1263 \N \N \N \N \N timestamptypmodin \N \N \N \N 2906 timestamptypmodout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 23 \N \N \N \N \N timestamptypmodout \N \N \N \N 1314 timestamptz_cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 1184 1184 \N \N \N \N \N timestamp_cmp \N \N \N \N 1315 interval_cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 1186 1186 \N \N \N \N \N interval_cmp \N \N \N \N 1316 time 11 10 12 1 0 0 - f f f t f i s 1 0 1083 1114 \N \N \N \N \N timestamp_time \N \N \N \N 1317 length 11 10 12 1 0 0 - f f f t f i s 1 0 23 25 \N \N \N \N \N textlen \N \N \N \N 1318 length 11 10 12 1 0 0 - f f f t f i s 1 0 23 1042 \N \N \N \N \N bpcharlen \N \N \N \N 1319 xideqint4 11 10 12 1 0 0 - f f t t f i s 2 0 16 28 23 \N \N \N \N \N xideq \N \N \N \N 3309 xidneqint4 11 10 12 1 0 0 - f f t t f i s 2 0 16 28 23 \N \N \N \N \N xidneq \N \N \N \N 1326 interval_div 11 10 12 1 0 0 - f f f t f i s 2 0 1186 1186 701 \N \N \N \N \N interval_div \N \N \N \N 1339 dlog10 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dlog10 \N \N \N \N 1340 log 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dlog10 \N \N \N \N 1194 log10 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dlog10 \N \N \N \N 1341 ln 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dlog1 \N \N \N \N 1342 round 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dround \N \N \N \N 1343 trunc 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dtrunc \N \N \N \N 1344 sqrt 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dsqrt \N \N \N \N 1345 cbrt 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dcbrt \N \N \N \N 1346 pow 11 10 12 1 0 0 - f f f t f i s 2 0 701 701 701 \N \N \N \N \N dpow \N \N \N \N 1368 power 11 10 12 1 0 0 - f f f t f i s 2 0 701 701 701 \N \N \N \N \N dpow \N \N \N \N 1347 exp 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dexp \N \N \N \N 16624 multirange_type_custom 16390 10 12 1 0 0 - f f f t f i s 0 0 16619 \N \N \N \N \N multirange_constructor0 \N \N \N \N 1349 oidvectortypes 11 10 12 1 0 0 - f f f t f s s 1 0 25 30 \N \N \N \N \N oidvectortypes \N \N \N \N 1350 timetz_in 11 10 12 1 0 0 - f f f t f s s 3 0 1266 2275 26 23 \N \N \N \N \N timetz_in \N \N \N \N 1351 timetz_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 1266 \N \N \N \N \N timetz_out \N \N \N \N 2911 timetztypmodin 11 10 12 1 0 0 - f f f t f i s 1 0 23 1263 \N \N \N \N \N timetztypmodin \N \N \N \N 2912 timetztypmodout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 23 \N \N \N \N \N timetztypmodout \N \N \N \N 1352 timetz_eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 1266 1266 \N \N \N \N \N timetz_eq \N \N \N \N 1353 timetz_ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 1266 1266 \N \N \N \N \N timetz_ne \N \N \N \N 1354 timetz_lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 1266 1266 \N \N \N \N \N timetz_lt \N \N \N \N 1355 timetz_le 11 10 12 1 0 0 - f f t t f i s 2 0 16 1266 1266 \N \N \N \N \N timetz_le \N \N \N \N 1356 timetz_ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 1266 1266 \N \N \N \N \N timetz_ge \N \N \N \N 1357 timetz_gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 1266 1266 \N \N \N \N \N timetz_gt \N \N \N \N 1358 timetz_cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 1266 1266 \N \N \N \N \N timetz_cmp \N \N \N \N 1359 timestamptz 11 10 12 1 0 0 - f f f t f i s 2 0 1184 1082 1266 \N \N \N \N \N datetimetz_timestamptz \N \N \N \N 1367 character_length 11 10 12 1 0 0 - f f f t f i s 1 0 23 1042 \N \N \N \N \N bpcharlen \N \N \N \N 1369 character_length 11 10 12 1 0 0 - f f f t f i s 1 0 23 25 \N \N \N \N \N textlen \N \N \N \N 1370 interval 11 10 12 1 0 0 - f f t t f i s 1 0 1186 1083 \N \N \N \N \N time_interval \N \N \N \N 1372 char_length 11 10 12 1 0 0 - f f f t f i s 1 0 23 1042 \N \N \N \N \N bpcharlen \N \N \N \N 1374 octet_length 11 10 12 1 0 0 - f f f t f i s 1 0 23 25 \N \N \N \N \N textoctetlen \N \N \N \N 1375 octet_length 11 10 12 1 0 0 - f f f t f i s 1 0 23 1042 \N \N \N \N \N bpcharoctetlen \N \N \N \N 1377 time_larger 11 10 12 1 0 0 - f f f t f i s 2 0 1083 1083 1083 \N \N \N \N \N time_larger \N \N \N \N 1378 time_smaller 11 10 12 1 0 0 - f f f t f i s 2 0 1083 1083 1083 \N \N \N \N \N time_smaller \N \N \N \N 1379 timetz_larger 11 10 12 1 0 0 - f f f t f i s 2 0 1266 1266 1266 \N \N \N \N \N timetz_larger \N \N \N \N 1380 timetz_smaller 11 10 12 1 0 0 - f f f t f i s 2 0 1266 1266 1266 \N \N \N \N \N timetz_smaller \N \N \N \N 1381 char_length 11 10 12 1 0 0 - f f f t f i s 1 0 23 25 \N \N \N \N \N textlen \N \N \N \N 16625 multirange_type_custom 16390 10 12 1 0 0 - f f f t f i s 1 0 16619 16621 \N \N \N \N \N multirange_constructor1 \N \N \N \N 6199 extract 11 10 12 1 0 0 - f f f t f i s 2 0 1700 25 1082 \N \N \N \N \N extract_date \N \N \N \N 1385 date_part 11 10 12 1 0 0 - f f f t f i s 2 0 701 25 1083 \N \N \N \N \N time_part \N \N \N \N 6200 extract 11 10 12 1 0 0 - f f f t f i s 2 0 1700 25 1083 \N \N \N \N \N extract_time \N \N \N \N 1388 timetz 11 10 12 1 0 0 - f f f t f s s 1 0 1266 1184 \N \N \N \N \N timestamptz_timetz \N \N \N \N 1373 isfinite 11 10 12 1 0 0 - f f f t f i s 1 0 16 1082 \N \N \N \N \N date_finite \N \N \N \N 1389 isfinite 11 10 12 1 0 0 - f f f t f i s 1 0 16 1184 \N \N \N \N \N timestamp_finite \N \N \N \N 1390 isfinite 11 10 12 1 0 0 - f f f t f i s 1 0 16 1186 \N \N \N \N \N interval_finite \N \N \N \N 1376 factorial 11 10 12 1 0 0 - f f f t f i s 1 0 1700 20 \N \N \N \N \N numeric_fac \N \N \N \N 1394 abs 11 10 12 1 0 0 - f f f t f i s 1 0 700 700 \N \N \N \N \N float4abs \N \N \N \N 1395 abs 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N float8abs \N \N \N \N 1396 abs 11 10 12 1 0 0 - f f f t f i s 1 0 20 20 \N \N \N \N \N int8abs \N \N \N \N 1397 abs 11 10 12 1 0 0 - f f f t f i s 1 0 23 23 \N \N \N \N \N int4abs \N \N \N \N 1398 abs 11 10 12 1 0 0 - f f f t f i s 1 0 21 21 \N \N \N \N \N int2abs \N \N \N \N 1400 name 11 10 12 1 0 0 - f f t t f i s 1 0 19 1043 \N \N \N \N \N text_name \N \N \N \N 1401 varchar 11 10 12 1 0 0 - f f t t f i s 1 0 1043 19 \N \N \N \N \N name_text \N \N \N \N 1402 current_schema 11 10 12 1 0 0 - f f f t f s u 0 0 19 \N \N \N \N \N current_schema \N \N \N \N 1403 current_schemas 11 10 12 1 0 0 - f f f t f s u 1 0 1003 16 \N \N \N \N \N current_schemas \N \N \N \N 1404 overlay 11 10 12 1 0 0 - f f f t f i s 4 0 25 25 25 23 23 \N \N \N \N \N textoverlay \N \N \N \N 1405 overlay 11 10 12 1 0 0 - f f f t f i s 3 0 25 25 25 23 \N \N \N \N \N textoverlay_no_len \N \N \N \N 1406 isvertical 11 10 12 1 0 0 - f f f t f i s 2 0 16 600 600 \N \N \N \N \N point_vert \N \N \N \N 1407 ishorizontal 11 10 12 1 0 0 - f f f t f i s 2 0 16 600 600 \N \N \N \N \N point_horiz \N \N \N \N 1408 isparallel 11 10 12 1 0 0 - f f f t f i s 2 0 16 601 601 \N \N \N \N \N lseg_parallel \N \N \N \N 1409 isperp 11 10 12 1 0 0 - f f f t f i s 2 0 16 601 601 \N \N \N \N \N lseg_perp \N \N \N \N 1410 isvertical 11 10 12 1 0 0 - f f f t f i s 1 0 16 601 \N \N \N \N \N lseg_vertical \N \N \N \N 1411 ishorizontal 11 10 12 1 0 0 - f f f t f i s 1 0 16 601 \N \N \N \N \N lseg_horizontal \N \N \N \N 1412 isparallel 11 10 12 1 0 0 - f f f t f i s 2 0 16 628 628 \N \N \N \N \N line_parallel \N \N \N \N 1413 isperp 11 10 12 1 0 0 - f f f t f i s 2 0 16 628 628 \N \N \N \N \N line_perp \N \N \N \N 1414 isvertical 11 10 12 1 0 0 - f f f t f i s 1 0 16 628 \N \N \N \N \N line_vertical \N \N \N \N 1415 ishorizontal 11 10 12 1 0 0 - f f f t f i s 1 0 16 628 \N \N \N \N \N line_horizontal \N \N \N \N 1416 point 11 10 12 1 0 0 - f f f t f i s 1 0 600 718 \N \N \N \N \N circle_center \N \N \N \N 1419 time 11 10 12 1 0 0 - f f f t f i s 1 0 1083 1186 \N \N \N \N \N interval_time \N \N \N \N 1421 box 11 10 12 1 0 0 - f f f t f i s 2 0 603 600 600 \N \N \N \N \N points_box \N \N \N \N 1422 box_add 11 10 12 1 0 0 - f f f t f i s 2 0 603 603 600 \N \N \N \N \N box_add \N \N \N \N 1423 box_sub 11 10 12 1 0 0 - f f f t f i s 2 0 603 603 600 \N \N \N \N \N box_sub \N \N \N \N 1424 box_mul 11 10 12 1 0 0 - f f f t f i s 2 0 603 603 600 \N \N \N \N \N box_mul \N \N \N \N 1425 box_div 11 10 12 1 0 0 - f f f t f i s 2 0 603 603 600 \N \N \N \N \N box_div \N \N \N \N 1428 poly_contain_pt 11 10 12 1 0 0 - f f f t f i s 2 0 16 604 600 \N \N \N \N \N poly_contain_pt \N \N \N \N 1429 pt_contained_poly 11 10 12 1 0 0 - f f f t f i s 2 0 16 600 604 \N \N \N \N \N pt_contained_poly \N \N \N \N 1430 isclosed 11 10 12 1 0 0 - f f f t f i s 1 0 16 602 \N \N \N \N \N path_isclosed \N \N \N \N 1431 isopen 11 10 12 1 0 0 - f f f t f i s 1 0 16 602 \N \N \N \N \N path_isopen \N \N \N \N 1432 path_npoints 11 10 12 1 0 0 - f f f t f i s 1 0 23 602 \N \N \N \N \N path_npoints \N \N \N \N 1433 pclose 11 10 12 1 0 0 - f f f t f i s 1 0 602 602 \N \N \N \N \N path_close \N \N \N \N 1434 popen 11 10 12 1 0 0 - f f f t f i s 1 0 602 602 \N \N \N \N \N path_open \N \N \N \N 1435 path_add 11 10 12 1 0 0 - f f f t f i s 2 0 602 602 602 \N \N \N \N \N path_add \N \N \N \N 1436 path_add_pt 11 10 12 1 0 0 - f f f t f i s 2 0 602 602 600 \N \N \N \N \N path_add_pt \N \N \N \N 1437 path_sub_pt 11 10 12 1 0 0 - f f f t f i s 2 0 602 602 600 \N \N \N \N \N path_sub_pt \N \N \N \N 1438 path_mul_pt 11 10 12 1 0 0 - f f f t f i s 2 0 602 602 600 \N \N \N \N \N path_mul_pt \N \N \N \N 1439 path_div_pt 11 10 12 1 0 0 - f f f t f i s 2 0 602 602 600 \N \N \N \N \N path_div_pt \N \N \N \N 1440 point 11 10 12 1 0 0 - f f f t f i s 2 0 600 701 701 \N \N \N \N \N construct_point \N \N \N \N 1441 point_add 11 10 12 1 0 0 - f f f t f i s 2 0 600 600 600 \N \N \N \N \N point_add \N \N \N \N 1442 point_sub 11 10 12 1 0 0 - f f f t f i s 2 0 600 600 600 \N \N \N \N \N point_sub \N \N \N \N 1443 point_mul 11 10 12 1 0 0 - f f f t f i s 2 0 600 600 600 \N \N \N \N \N point_mul \N \N \N \N 1444 point_div 11 10 12 1 0 0 - f f f t f i s 2 0 600 600 600 \N \N \N \N \N point_div \N \N \N \N 1445 poly_npoints 11 10 12 1 0 0 - f f f t f i s 1 0 23 604 \N \N \N \N \N poly_npoints \N \N \N \N 1446 box 11 10 12 1 0 0 - f f f t f i s 1 0 603 604 \N \N \N \N \N poly_box \N \N \N \N 1447 path 11 10 12 1 0 0 - f f f t f i s 1 0 602 604 \N \N \N \N \N poly_path \N \N \N \N 1448 polygon 11 10 12 1 0 0 - f f f t f i s 1 0 604 603 \N \N \N \N \N box_poly \N \N \N \N 1449 polygon 11 10 12 1 0 0 - f f f t f i s 1 0 604 602 \N \N \N \N \N path_poly \N \N \N \N 1450 circle_in 11 10 12 1 0 0 - f f f t f i s 1 0 718 2275 \N \N \N \N \N circle_in \N \N \N \N 1451 circle_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 718 \N \N \N \N \N circle_out \N \N \N \N 1452 circle_same 11 10 12 1 0 0 - f f f t f i s 2 0 16 718 718 \N \N \N \N \N circle_same \N \N \N \N 1453 circle_contain 11 10 12 1 0 0 - f f f t f i s 2 0 16 718 718 \N \N \N \N \N circle_contain \N \N \N \N 1454 circle_left 11 10 12 1 0 0 - f f f t f i s 2 0 16 718 718 \N \N \N \N \N circle_left \N \N \N \N 1455 circle_overleft 11 10 12 1 0 0 - f f f t f i s 2 0 16 718 718 \N \N \N \N \N circle_overleft \N \N \N \N 1456 circle_overright 11 10 12 1 0 0 - f f f t f i s 2 0 16 718 718 \N \N \N \N \N circle_overright \N \N \N \N 1457 circle_right 11 10 12 1 0 0 - f f f t f i s 2 0 16 718 718 \N \N \N \N \N circle_right \N \N \N \N 1458 circle_contained 11 10 12 1 0 0 - f f f t f i s 2 0 16 718 718 \N \N \N \N \N circle_contained \N \N \N \N 1459 circle_overlap 11 10 12 1 0 0 - f f f t f i s 2 0 16 718 718 \N \N \N \N \N circle_overlap \N \N \N \N 1460 circle_below 11 10 12 1 0 0 - f f f t f i s 2 0 16 718 718 \N \N \N \N \N circle_below \N \N \N \N 1461 circle_above 11 10 12 1 0 0 - f f f t f i s 2 0 16 718 718 \N \N \N \N \N circle_above \N \N \N \N 1462 circle_eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 718 718 \N \N \N \N \N circle_eq \N \N \N \N 1463 circle_ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 718 718 \N \N \N \N \N circle_ne \N \N \N \N 1464 circle_lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 718 718 \N \N \N \N \N circle_lt \N \N \N \N 1465 circle_gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 718 718 \N \N \N \N \N circle_gt \N \N \N \N 1466 circle_le 11 10 12 1 0 0 - f f t t f i s 2 0 16 718 718 \N \N \N \N \N circle_le \N \N \N \N 1467 circle_ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 718 718 \N \N \N \N \N circle_ge \N \N \N \N 1468 area 11 10 12 1 0 0 - f f f t f i s 1 0 701 718 \N \N \N \N \N circle_area \N \N \N \N 1469 diameter 11 10 12 1 0 0 - f f f t f i s 1 0 701 718 \N \N \N \N \N circle_diameter \N \N \N \N 1470 radius 11 10 12 1 0 0 - f f f t f i s 1 0 701 718 \N \N \N \N \N circle_radius \N \N \N \N 1471 circle_distance 11 10 12 1 0 0 - f f f t f i s 2 0 701 718 718 \N \N \N \N \N circle_distance \N \N \N \N 1472 circle_center 11 10 12 1 0 0 - f f f t f i s 1 0 600 718 \N \N \N \N \N circle_center \N \N \N \N 1473 circle 11 10 12 1 0 0 - f f f t f i s 2 0 718 600 701 \N \N \N \N \N cr_circle \N \N \N \N 1474 circle 11 10 12 1 0 0 - f f f t f i s 1 0 718 604 \N \N \N \N \N poly_circle \N \N \N \N 1475 polygon 11 10 12 1 0 0 - f f f t f i s 2 0 604 23 718 \N \N \N \N \N circle_poly \N \N \N \N 1476 dist_pc 11 10 12 1 0 0 - f f f t f i s 2 0 701 600 718 \N \N \N \N \N dist_pc \N \N \N \N 1477 circle_contain_pt 11 10 12 1 0 0 - f f f t f i s 2 0 16 718 600 \N \N \N \N \N circle_contain_pt \N \N \N \N 1478 pt_contained_circle 11 10 12 1 0 0 - f f f t f i s 2 0 16 600 718 \N \N \N \N \N pt_contained_circle \N \N \N \N 4091 box 11 10 12 1 0 0 - f f f t f i s 1 0 603 600 \N \N \N \N \N point_box \N \N \N \N 1479 circle 11 10 12 1 0 0 - f f f t f i s 1 0 718 603 \N \N \N \N \N box_circle \N \N \N \N 1480 box 11 10 12 1 0 0 - f f f t f i s 1 0 603 718 \N \N \N \N \N circle_box \N \N \N \N 1482 lseg_ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 601 601 \N \N \N \N \N lseg_ne \N \N \N \N 1483 lseg_lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 601 601 \N \N \N \N \N lseg_lt \N \N \N \N 1484 lseg_le 11 10 12 1 0 0 - f f t t f i s 2 0 16 601 601 \N \N \N \N \N lseg_le \N \N \N \N 1485 lseg_gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 601 601 \N \N \N \N \N lseg_gt \N \N \N \N 1486 lseg_ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 601 601 \N \N \N \N \N lseg_ge \N \N \N \N 1487 lseg_length 11 10 12 1 0 0 - f f f t f i s 1 0 701 601 \N \N \N \N \N lseg_length \N \N \N \N 1488 close_ls 11 10 12 1 0 0 - f f f t f i s 2 0 600 628 601 \N \N \N \N \N close_ls \N \N \N \N 1489 close_lseg 11 10 12 1 0 0 - f f f t f i s 2 0 600 601 601 \N \N \N \N \N close_lseg \N \N \N \N 1490 line_in 11 10 12 1 0 0 - f f f t f i s 1 0 628 2275 \N \N \N \N \N line_in \N \N \N \N 1491 line_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 628 \N \N \N \N \N line_out \N \N \N \N 1492 line_eq 11 10 12 1 0 0 - f f f t f i s 2 0 16 628 628 \N \N \N \N \N line_eq \N \N \N \N 1493 line 11 10 12 1 0 0 - f f f t f i s 2 0 628 600 600 \N \N \N \N \N line_construct_pp \N \N \N \N 1494 line_interpt 11 10 12 1 0 0 - f f f t f i s 2 0 600 628 628 \N \N \N \N \N line_interpt \N \N \N \N 1495 line_intersect 11 10 12 1 0 0 - f f f t f i s 2 0 16 628 628 \N \N \N \N \N line_intersect \N \N \N \N 1496 line_parallel 11 10 12 1 0 0 - f f f t f i s 2 0 16 628 628 \N \N \N \N \N line_parallel \N \N \N \N 1497 line_perp 11 10 12 1 0 0 - f f f t f i s 2 0 16 628 628 \N \N \N \N \N line_perp \N \N \N \N 1498 line_vertical 11 10 12 1 0 0 - f f f t f i s 1 0 16 628 \N \N \N \N \N line_vertical \N \N \N \N 1499 line_horizontal 11 10 12 1 0 0 - f f f t f i s 1 0 16 628 \N \N \N \N \N line_horizontal \N \N \N \N 1530 length 11 10 12 1 0 0 - f f f t f i s 1 0 701 601 \N \N \N \N \N lseg_length \N \N \N \N 1531 length 11 10 12 1 0 0 - f f f t f i s 1 0 701 602 \N \N \N \N \N path_length \N \N \N \N 1532 point 11 10 12 1 0 0 - f f f t f i s 1 0 600 601 \N \N \N \N \N lseg_center \N \N \N \N 1534 point 11 10 12 1 0 0 - f f f t f i s 1 0 600 603 \N \N \N \N \N box_center \N \N \N \N 1540 point 11 10 12 1 0 0 - f f f t f i s 1 0 600 604 \N \N \N \N \N poly_center \N \N \N \N 1541 lseg 11 10 12 1 0 0 - f f f t f i s 1 0 601 603 \N \N \N \N \N box_diagonal \N \N \N \N 1542 center 11 10 12 1 0 0 - f f f t f i s 1 0 600 603 \N \N \N \N \N box_center \N \N \N \N 1543 center 11 10 12 1 0 0 - f f f t f i s 1 0 600 718 \N \N \N \N \N circle_center \N \N \N \N 1545 npoints 11 10 12 1 0 0 - f f f t f i s 1 0 23 602 \N \N \N \N \N path_npoints \N \N \N \N 1556 npoints 11 10 12 1 0 0 - f f f t f i s 1 0 23 604 \N \N \N \N \N poly_npoints \N \N \N \N 1564 bit_in 11 10 12 1 0 0 - f f f t f i s 3 0 1560 2275 26 23 \N \N \N \N \N bit_in \N \N \N \N 1565 bit_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 1560 \N \N \N \N \N bit_out \N \N \N \N 2919 bittypmodin 11 10 12 1 0 0 - f f f t f i s 1 0 23 1263 \N \N \N \N \N bittypmodin \N \N \N \N 2920 bittypmodout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 23 \N \N \N \N \N bittypmodout \N \N \N \N 1569 like 11 10 12 1 0 0 textlike_support f f f t f i s 2 0 16 25 25 \N \N \N \N \N textlike \N \N \N \N 1570 notlike 11 10 12 1 0 0 - f f f t f i s 2 0 16 25 25 \N \N \N \N \N textnlike \N \N \N \N 1571 like 11 10 12 1 0 0 textlike_support f f f t f i s 2 0 16 19 25 \N \N \N \N \N namelike \N \N \N \N 1572 notlike 11 10 12 1 0 0 - f f f t f i s 2 0 16 19 25 \N \N \N \N \N namenlike \N \N \N \N 1574 nextval 11 10 12 1 0 0 - f f f t f v u 1 0 20 2205 \N \N \N \N \N nextval_oid \N \N \N \N 1575 currval 11 10 12 1 0 0 - f f f t f v u 1 0 20 2205 \N \N \N \N \N currval_oid \N \N \N \N 1576 setval 11 10 12 1 0 0 - f f f t f v u 2 0 20 2205 20 \N \N \N \N \N setval_oid \N \N \N \N 1765 setval 11 10 12 1 0 0 - f f f t f v u 3 0 20 2205 20 16 \N \N \N \N \N setval3_oid \N \N \N \N 3078 pg_sequence_parameters 11 10 12 1 0 0 - f f f t f s s 1 0 2249 26 {26,20,20,20,20,16,20,26} {i,o,o,o,o,o,o,o} {sequence_oid,start_value,minimum_value,maximum_value,increment,cycle_option,cache_size,data_type} \N \N pg_sequence_parameters \N \N \N \N 4032 pg_sequence_last_value 11 10 12 1 0 0 - f f f t f v u 1 0 20 2205 \N \N \N \N \N pg_sequence_last_value \N \N \N \N 275 pg_nextoid 11 10 12 1 0 0 - f f f t f v u 3 0 26 2205 19 2205 \N \N \N \N \N pg_nextoid \N \N \N \N 6241 pg_stop_making_pinned_objects 11 10 12 1 0 0 - f f f t f v u 0 0 2278 \N \N \N \N \N pg_stop_making_pinned_objects \N \N \N \N 1579 varbit_in 11 10 12 1 0 0 - f f f t f i s 3 0 1562 2275 26 23 \N \N \N \N \N varbit_in \N \N \N \N 1580 varbit_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 1562 \N \N \N \N \N varbit_out \N \N \N \N 2902 varbittypmodin 11 10 12 1 0 0 - f f f t f i s 1 0 23 1263 \N \N \N \N \N varbittypmodin \N \N \N \N 2921 varbittypmodout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 23 \N \N \N \N \N varbittypmodout \N \N \N \N 1581 biteq 11 10 12 1 0 0 - f f t t f i s 2 0 16 1560 1560 \N \N \N \N \N biteq \N \N \N \N 1582 bitne 11 10 12 1 0 0 - f f t t f i s 2 0 16 1560 1560 \N \N \N \N \N bitne \N \N \N \N 1592 bitge 11 10 12 1 0 0 - f f t t f i s 2 0 16 1560 1560 \N \N \N \N \N bitge \N \N \N \N 1593 bitgt 11 10 12 1 0 0 - f f t t f i s 2 0 16 1560 1560 \N \N \N \N \N bitgt \N \N \N \N 1594 bitle 11 10 12 1 0 0 - f f t t f i s 2 0 16 1560 1560 \N \N \N \N \N bitle \N \N \N \N 1595 bitlt 11 10 12 1 0 0 - f f t t f i s 2 0 16 1560 1560 \N \N \N \N \N bitlt \N \N \N \N 1596 bitcmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 1560 1560 \N \N \N \N \N bitcmp \N \N \N \N 1598 random 11 10 12 1 0 0 - f f f t f v r 0 0 701 \N \N \N \N \N drandom \N \N \N \N 1599 setseed 11 10 12 1 0 0 - f f f t f v r 1 0 2278 701 \N \N \N \N \N setseed \N \N \N \N 1600 asin 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dasin \N \N \N \N 1601 acos 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dacos \N \N \N \N 1602 atan 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N datan \N \N \N \N 1603 atan2 11 10 12 1 0 0 - f f f t f i s 2 0 701 701 701 \N \N \N \N \N datan2 \N \N \N \N 1604 sin 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dsin \N \N \N \N 1605 cos 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dcos \N \N \N \N 1606 tan 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dtan \N \N \N \N 1607 cot 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dcot \N \N \N \N 2731 asind 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dasind \N \N \N \N 2732 acosd 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dacosd \N \N \N \N 2733 atand 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N datand \N \N \N \N 2734 atan2d 11 10 12 1 0 0 - f f f t f i s 2 0 701 701 701 \N \N \N \N \N datan2d \N \N \N \N 2735 sind 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dsind \N \N \N \N 2736 cosd 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dcosd \N \N \N \N 2737 tand 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dtand \N \N \N \N 2738 cotd 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dcotd \N \N \N \N 1608 degrees 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N degrees \N \N \N \N 1609 radians 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N radians \N \N \N \N 1610 pi 11 10 12 1 0 0 - f f f t f i s 0 0 701 \N \N \N \N \N dpi \N \N \N \N 2462 sinh 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dsinh \N \N \N \N 2463 cosh 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dcosh \N \N \N \N 2464 tanh 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dtanh \N \N \N \N 2465 asinh 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dasinh \N \N \N \N 2466 acosh 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N dacosh \N \N \N \N 2467 atanh 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N datanh \N \N \N \N 6219 erf 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N derf \N \N \N \N 6220 erfc 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N derfc \N \N \N \N 1618 interval_mul 11 10 12 1 0 0 - f f f t f i s 2 0 1186 1186 701 \N \N \N \N \N interval_mul \N \N \N \N 1620 ascii 11 10 12 1 0 0 - f f f t f i s 1 0 23 25 \N \N \N \N \N ascii \N \N \N \N 1621 chr 11 10 12 1 0 0 - f f f t f i s 1 0 25 23 \N \N \N \N \N chr \N \N \N \N 1622 repeat 11 10 12 1 0 0 - f f f t f i s 2 0 25 25 23 \N \N \N \N \N repeat \N \N \N \N 1623 similar_escape 11 10 12 1 0 0 - f f f f f i s 2 0 25 25 25 \N \N \N \N \N similar_escape \N \N \N \N 1986 similar_to_escape 11 10 12 1 0 0 - f f f t f i s 2 0 25 25 25 \N \N \N \N \N similar_to_escape_2 \N \N \N \N 1987 similar_to_escape 11 10 12 1 0 0 - f f f t f i s 1 0 25 25 \N \N \N \N \N similar_to_escape_1 \N \N \N \N 1624 mul_d_interval 11 10 12 1 0 0 - f f f t f i s 2 0 1186 701 1186 \N \N \N \N \N mul_d_interval \N \N \N \N 1631 bpcharlike 11 10 12 1 0 0 textlike_support f f f t f i s 2 0 16 1042 25 \N \N \N \N \N textlike \N \N \N \N 1632 bpcharnlike 11 10 12 1 0 0 - f f f t f i s 2 0 16 1042 25 \N \N \N \N \N textnlike \N \N \N \N 1633 texticlike 11 10 12 1 0 0 texticlike_support f f f t f i s 2 0 16 25 25 \N \N \N \N \N texticlike \N \N \N \N 1025 texticlike_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N texticlike_support \N \N \N \N 1634 texticnlike 11 10 12 1 0 0 - f f f t f i s 2 0 16 25 25 \N \N \N \N \N texticnlike \N \N \N \N 1635 nameiclike 11 10 12 1 0 0 texticlike_support f f f t f i s 2 0 16 19 25 \N \N \N \N \N nameiclike \N \N \N \N 1636 nameicnlike 11 10 12 1 0 0 - f f f t f i s 2 0 16 19 25 \N \N \N \N \N nameicnlike \N \N \N \N 1637 like_escape 11 10 12 1 0 0 - f f f t f i s 2 0 25 25 25 \N \N \N \N \N like_escape \N \N \N \N 1656 bpcharicregexeq 11 10 12 1 0 0 texticregexeq_support f f f t f i s 2 0 16 1042 25 \N \N \N \N \N texticregexeq \N \N \N \N 1657 bpcharicregexne 11 10 12 1 0 0 - f f f t f i s 2 0 16 1042 25 \N \N \N \N \N texticregexne \N \N \N \N 1658 bpcharregexeq 11 10 12 1 0 0 textregexeq_support f f f t f i s 2 0 16 1042 25 \N \N \N \N \N textregexeq \N \N \N \N 1659 bpcharregexne 11 10 12 1 0 0 - f f f t f i s 2 0 16 1042 25 \N \N \N \N \N textregexne \N \N \N \N 1660 bpchariclike 11 10 12 1 0 0 texticlike_support f f f t f i s 2 0 16 1042 25 \N \N \N \N \N texticlike \N \N \N \N 1661 bpcharicnlike 11 10 12 1 0 0 - f f f t f i s 2 0 16 1042 25 \N \N \N \N \N texticnlike \N \N \N \N 868 strpos 11 10 12 1 0 0 - f f f t f i s 2 0 23 25 25 \N \N \N \N \N textpos \N \N \N \N 870 lower 11 10 12 1 0 0 - f f f t f i s 1 0 25 25 \N \N \N \N \N lower \N \N \N \N 871 upper 11 10 12 1 0 0 - f f f t f i s 1 0 25 25 \N \N \N \N \N upper \N \N \N \N 872 initcap 11 10 12 1 0 0 - f f f t f i s 1 0 25 25 \N \N \N \N \N initcap \N \N \N \N 873 lpad 11 10 12 1 0 0 - f f f t f i s 3 0 25 25 23 25 \N \N \N \N \N lpad \N \N \N \N 874 rpad 11 10 12 1 0 0 - f f f t f i s 3 0 25 25 23 25 \N \N \N \N \N rpad \N \N \N \N 875 ltrim 11 10 12 1 0 0 - f f f t f i s 2 0 25 25 25 \N \N \N \N \N ltrim \N \N \N \N 876 rtrim 11 10 12 1 0 0 - f f f t f i s 2 0 25 25 25 \N \N \N \N \N rtrim \N \N \N \N 877 substr 11 10 12 1 0 0 - f f f t f i s 3 0 25 25 23 23 \N \N \N \N \N text_substr \N \N \N \N 878 translate 11 10 12 1 0 0 - f f f t f i s 3 0 25 25 25 25 \N \N \N \N \N translate \N \N \N \N 16626 multirange_type_custom 16390 10 12 1 0 16621 - f f f t f i s 1 0 16619 16618 {16618} {v} \N \N \N multirange_constructor2 \N \N \N \N 881 ltrim 11 10 12 1 0 0 - f f f t f i s 1 0 25 25 \N \N \N \N \N ltrim1 \N \N \N \N 882 rtrim 11 10 12 1 0 0 - f f f t f i s 1 0 25 25 \N \N \N \N \N rtrim1 \N \N \N \N 883 substr 11 10 12 1 0 0 - f f f t f i s 2 0 25 25 23 \N \N \N \N \N text_substr_no_len \N \N \N \N 884 btrim 11 10 12 1 0 0 - f f f t f i s 2 0 25 25 25 \N \N \N \N \N btrim \N \N \N \N 885 btrim 11 10 12 1 0 0 - f f f t f i s 1 0 25 25 \N \N \N \N \N btrim1 \N \N \N \N 936 substring 11 10 12 1 0 0 - f f f t f i s 3 0 25 25 23 23 \N \N \N \N \N text_substr \N \N \N \N 937 substring 11 10 12 1 0 0 - f f f t f i s 2 0 25 25 23 \N \N \N \N \N text_substr_no_len \N \N \N \N 2087 replace 11 10 12 1 0 0 - f f f t f i s 3 0 25 25 25 25 \N \N \N \N \N replace_text \N \N \N \N 2284 regexp_replace 11 10 12 1 0 0 - f f f t f i s 3 0 25 25 25 25 \N \N \N \N \N textregexreplace_noopt \N \N \N \N 2285 regexp_replace 11 10 12 1 0 0 - f f f t f i s 4 0 25 25 25 25 25 \N \N \N \N \N textregexreplace \N \N \N \N 6251 regexp_replace 11 10 12 1 0 0 - f f f t f i s 6 0 25 25 25 25 23 23 25 \N \N \N \N \N textregexreplace_extended \N \N \N \N 6252 regexp_replace 11 10 12 1 0 0 - f f f t f i s 5 0 25 25 25 25 23 23 \N \N \N \N \N textregexreplace_extended_no_flags \N \N \N \N 6253 regexp_replace 11 10 12 1 0 0 - f f f t f i s 4 0 25 25 25 25 23 \N \N \N \N \N textregexreplace_extended_no_n \N \N \N \N 3396 regexp_match 11 10 12 1 0 0 - f f f t f i s 2 0 1009 25 25 \N \N \N \N \N regexp_match_no_flags \N \N \N \N 3397 regexp_match 11 10 12 1 0 0 - f f f t f i s 3 0 1009 25 25 25 \N \N \N \N \N regexp_match \N \N \N \N 2763 regexp_matches 11 10 12 1 1 0 - f f f t t i s 2 0 1009 25 25 \N \N \N \N \N regexp_matches_no_flags \N \N \N \N 2764 regexp_matches 11 10 12 1 10 0 - f f f t t i s 3 0 1009 25 25 25 \N \N \N \N \N regexp_matches \N \N \N \N 6254 regexp_count 11 10 12 1 0 0 - f f f t f i s 2 0 23 25 25 \N \N \N \N \N regexp_count_no_start \N \N \N \N 6255 regexp_count 11 10 12 1 0 0 - f f f t f i s 3 0 23 25 25 23 \N \N \N \N \N regexp_count_no_flags \N \N \N \N 6256 regexp_count 11 10 12 1 0 0 - f f f t f i s 4 0 23 25 25 23 25 \N \N \N \N \N regexp_count \N \N \N \N 6257 regexp_instr 11 10 12 1 0 0 - f f f t f i s 2 0 23 25 25 \N \N \N \N \N regexp_instr_no_start \N \N \N \N 6258 regexp_instr 11 10 12 1 0 0 - f f f t f i s 3 0 23 25 25 23 \N \N \N \N \N regexp_instr_no_n \N \N \N \N 6259 regexp_instr 11 10 12 1 0 0 - f f f t f i s 4 0 23 25 25 23 23 \N \N \N \N \N regexp_instr_no_endoption \N \N \N \N 6260 regexp_instr 11 10 12 1 0 0 - f f f t f i s 5 0 23 25 25 23 23 23 \N \N \N \N \N regexp_instr_no_flags \N \N \N \N 6261 regexp_instr 11 10 12 1 0 0 - f f f t f i s 6 0 23 25 25 23 23 23 25 \N \N \N \N \N regexp_instr_no_subexpr \N \N \N \N 6262 regexp_instr 11 10 12 1 0 0 - f f f t f i s 7 0 23 25 25 23 23 23 25 23 \N \N \N \N \N regexp_instr \N \N \N \N 6263 regexp_like 11 10 12 1 0 0 - f f f t f i s 2 0 16 25 25 \N \N \N \N \N regexp_like_no_flags \N \N \N \N 6264 regexp_like 11 10 12 1 0 0 - f f f t f i s 3 0 16 25 25 25 \N \N \N \N \N regexp_like \N \N \N \N 6265 regexp_substr 11 10 12 1 0 0 - f f f t f i s 2 0 25 25 25 \N \N \N \N \N regexp_substr_no_start \N \N \N \N 6266 regexp_substr 11 10 12 1 0 0 - f f f t f i s 3 0 25 25 25 23 \N \N \N \N \N regexp_substr_no_n \N \N \N \N 6267 regexp_substr 11 10 12 1 0 0 - f f f t f i s 4 0 25 25 25 23 23 \N \N \N \N \N regexp_substr_no_flags \N \N \N \N 6268 regexp_substr 11 10 12 1 0 0 - f f f t f i s 5 0 25 25 25 23 23 25 \N \N \N \N \N regexp_substr_no_subexpr \N \N \N \N 6269 regexp_substr 11 10 12 1 0 0 - f f f t f i s 6 0 25 25 25 23 23 25 23 \N \N \N \N \N regexp_substr \N \N \N \N 2088 split_part 11 10 12 1 0 0 - f f f t f i s 3 0 25 25 25 23 \N \N \N \N \N split_part \N \N \N \N 2765 regexp_split_to_table 11 10 12 1 1000 0 - f f f t t i s 2 0 25 25 25 \N \N \N \N \N regexp_split_to_table_no_flags \N \N \N \N 2766 regexp_split_to_table 11 10 12 1 1000 0 - f f f t t i s 3 0 25 25 25 25 \N \N \N \N \N regexp_split_to_table \N \N \N \N 2767 regexp_split_to_array 11 10 12 1 0 0 - f f f t f i s 2 0 1009 25 25 \N \N \N \N \N regexp_split_to_array_no_flags \N \N \N \N 2768 regexp_split_to_array 11 10 12 1 0 0 - f f f t f i s 3 0 1009 25 25 25 \N \N \N \N \N regexp_split_to_array \N \N \N \N 9030 to_bin 11 10 12 1 0 0 - f f f t f i s 1 0 25 23 \N \N \N \N \N to_bin32 \N \N \N \N 9031 to_bin 11 10 12 1 0 0 - f f f t f i s 1 0 25 20 \N \N \N \N \N to_bin64 \N \N \N \N 9032 to_oct 11 10 12 1 0 0 - f f f t f i s 1 0 25 23 \N \N \N \N \N to_oct32 \N \N \N \N 9033 to_oct 11 10 12 1 0 0 - f f f t f i s 1 0 25 20 \N \N \N \N \N to_oct64 \N \N \N \N 2089 to_hex 11 10 12 1 0 0 - f f f t f i s 1 0 25 23 \N \N \N \N \N to_hex32 \N \N \N \N 2090 to_hex 11 10 12 1 0 0 - f f f t f i s 1 0 25 20 \N \N \N \N \N to_hex64 \N \N \N \N 1039 getdatabaseencoding 11 10 12 1 0 0 - f f f t f s s 0 0 19 \N \N \N \N \N getdatabaseencoding \N \N \N \N 810 pg_client_encoding 11 10 12 1 0 0 - f f f t f s s 0 0 19 \N \N \N \N \N pg_client_encoding \N \N \N \N 1713 length 11 10 12 1 0 0 - f f f t f s s 2 0 23 17 19 \N \N \N \N \N length_in_encoding \N \N \N \N 1714 convert_from 11 10 12 1 0 0 - f f f t f s s 2 0 25 17 19 \N \N \N \N \N pg_convert_from \N \N \N \N 1717 convert_to 11 10 12 1 0 0 - f f f t f s s 2 0 17 25 19 \N \N \N \N \N pg_convert_to \N \N \N \N 1813 convert 11 10 12 1 0 0 - f f f t f s s 3 0 17 17 19 19 \N \N \N \N \N pg_convert \N \N \N \N 1264 pg_char_to_encoding 11 10 12 1 0 0 - f f f t f s s 1 0 23 19 \N \N \N \N \N PG_char_to_encoding \N \N \N \N 1597 pg_encoding_to_char 11 10 12 1 0 0 - f f f t f s s 1 0 19 23 \N \N \N \N \N PG_encoding_to_char \N \N \N \N 2319 pg_encoding_max_length 11 10 12 1 0 0 - f f f t f i s 1 0 23 23 \N \N \N \N \N pg_encoding_max_length_sql \N \N \N \N 1638 oidgt 11 10 12 1 0 0 - f f t t f i s 2 0 16 26 26 \N \N \N \N \N oidgt \N \N \N \N 1639 oidge 11 10 12 1 0 0 - f f t t f i s 2 0 16 26 26 \N \N \N \N \N oidge \N \N \N \N 1573 pg_get_ruledef 11 10 12 1 0 0 - f f f t f s s 1 0 25 26 \N \N \N \N \N pg_get_ruledef \N \N \N \N 1640 pg_get_viewdef 11 10 12 1 0 0 - f f f t f s r 1 0 25 25 \N \N \N \N \N pg_get_viewdef_name \N \N \N \N 1641 pg_get_viewdef 11 10 12 1 0 0 - f f f t f s r 1 0 25 26 \N \N \N \N \N pg_get_viewdef \N \N \N \N 1642 pg_get_userbyid 11 10 12 1 0 0 - f f f t f s s 1 0 19 26 \N \N \N \N \N pg_get_userbyid \N \N \N \N 1643 pg_get_indexdef 11 10 12 1 0 0 - f f f t f s s 1 0 25 26 \N \N \N \N \N pg_get_indexdef \N \N \N \N 3415 pg_get_statisticsobjdef 11 10 12 1 0 0 - f f f t f s s 1 0 25 26 \N \N \N \N \N pg_get_statisticsobjdef \N \N \N \N 6174 pg_get_statisticsobjdef_columns 11 10 12 1 0 0 - f f f t f s s 1 0 25 26 \N \N \N \N \N pg_get_statisticsobjdef_columns \N \N \N \N 6173 pg_get_statisticsobjdef_expressions 11 10 12 1 0 0 - f f f t f s s 1 0 1009 26 \N \N \N \N \N pg_get_statisticsobjdef_expressions \N \N \N \N 3352 pg_get_partkeydef 11 10 12 1 0 0 - f f f t f s s 1 0 25 26 \N \N \N \N \N pg_get_partkeydef \N \N \N \N 3408 pg_get_partition_constraintdef 11 10 12 1 0 0 - f f f t f s s 1 0 25 26 \N \N \N \N \N pg_get_partition_constraintdef \N \N \N \N 1662 pg_get_triggerdef 11 10 12 1 0 0 - f f f t f s s 1 0 25 26 \N \N \N \N \N pg_get_triggerdef \N \N \N \N 1387 pg_get_constraintdef 11 10 12 1 0 0 - f f f t f s s 1 0 25 26 \N \N \N \N \N pg_get_constraintdef \N \N \N \N 1716 pg_get_expr 11 10 12 1 0 0 - f f f t f s s 2 0 25 194 26 \N \N \N \N \N pg_get_expr \N \N \N \N 1665 pg_get_serial_sequence 11 10 12 1 0 0 - f f f t f s s 2 0 25 25 25 \N \N \N \N \N pg_get_serial_sequence \N \N \N \N 2098 pg_get_functiondef 11 10 12 1 0 0 - f f f t f s s 1 0 25 26 \N \N \N \N \N pg_get_functiondef \N \N \N \N 2162 pg_get_function_arguments 11 10 12 1 0 0 - f f f t f s s 1 0 25 26 \N \N \N \N \N pg_get_function_arguments \N \N \N \N 2232 pg_get_function_identity_arguments 11 10 12 1 0 0 - f f f t f s s 1 0 25 26 \N \N \N \N \N pg_get_function_identity_arguments \N \N \N \N 2165 pg_get_function_result 11 10 12 1 0 0 - f f f t f s s 1 0 25 26 \N \N \N \N \N pg_get_function_result \N \N \N \N 3808 pg_get_function_arg_default 11 10 12 1 0 0 - f f f t f s s 2 0 25 26 23 \N \N \N \N \N pg_get_function_arg_default \N \N \N \N 6197 pg_get_function_sqlbody 11 10 12 1 0 0 - f f f t f s s 1 0 25 26 \N \N \N \N \N pg_get_function_sqlbody \N \N \N \N 1686 pg_get_keywords 11 10 12 10 500 0 - f f f t t s s 0 0 2249 {25,18,16,25,25} {o,o,o,o,o} {word,catcode,barelabel,catdesc,baredesc} \N \N pg_get_keywords \N \N \N \N 6159 pg_get_catalog_foreign_keys 11 10 12 10 250 0 - f f f t t s s 0 0 2249 {2205,1009,2205,1009,16,16} {o,o,o,o,o,o} {fktable,fkcols,pktable,pkcols,is_array,is_opt} \N \N pg_get_catalog_foreign_keys \N \N \N \N 2289 pg_options_to_table 11 10 12 1 3 0 - f f f t t s s 1 0 2249 1009 {1009,25,25} {i,o,o} {options_array,option_name,option_value} \N \N pg_options_to_table \N \N \N \N 1619 pg_typeof 11 10 12 1 0 0 - f f f f f s s 1 0 2206 2276 \N \N \N \N \N pg_typeof \N \N \N \N 3162 pg_collation_for 11 10 12 1 0 0 - f f f f f s s 1 0 25 2276 \N \N \N \N \N pg_collation_for \N \N \N \N 3842 pg_relation_is_updatable 11 10 12 10 0 0 - f f f t f s s 2 0 23 2205 16 \N \N \N \N \N pg_relation_is_updatable \N \N \N \N 3843 pg_column_is_updatable 11 10 12 10 0 0 - f f f t f s s 3 0 16 2205 21 16 \N \N \N \N \N pg_column_is_updatable \N \N \N \N 6120 pg_get_replica_identity_index 11 10 12 10 0 0 - f f f t f s s 1 0 2205 2205 \N \N \N \N \N pg_get_replica_identity_index \N \N \N \N 1250 unique_key_recheck 11 10 12 1 0 0 - f f f t f v s 0 0 2279 \N \N \N \N \N unique_key_recheck \N \N \N \N 1644 RI_FKey_check_ins 11 10 12 1 0 0 - f f f t f v s 0 0 2279 \N \N \N \N \N RI_FKey_check_ins \N \N \N \N 1645 RI_FKey_check_upd 11 10 12 1 0 0 - f f f t f v s 0 0 2279 \N \N \N \N \N RI_FKey_check_upd \N \N \N \N 1646 RI_FKey_cascade_del 11 10 12 1 0 0 - f f f t f v s 0 0 2279 \N \N \N \N \N RI_FKey_cascade_del \N \N \N \N 1647 RI_FKey_cascade_upd 11 10 12 1 0 0 - f f f t f v s 0 0 2279 \N \N \N \N \N RI_FKey_cascade_upd \N \N \N \N 1648 RI_FKey_restrict_del 11 10 12 1 0 0 - f f f t f v s 0 0 2279 \N \N \N \N \N RI_FKey_restrict_del \N \N \N \N 1649 RI_FKey_restrict_upd 11 10 12 1 0 0 - f f f t f v s 0 0 2279 \N \N \N \N \N RI_FKey_restrict_upd \N \N \N \N 1650 RI_FKey_setnull_del 11 10 12 1 0 0 - f f f t f v s 0 0 2279 \N \N \N \N \N RI_FKey_setnull_del \N \N \N \N 1651 RI_FKey_setnull_upd 11 10 12 1 0 0 - f f f t f v s 0 0 2279 \N \N \N \N \N RI_FKey_setnull_upd \N \N \N \N 1652 RI_FKey_setdefault_del 11 10 12 1 0 0 - f f f t f v s 0 0 2279 \N \N \N \N \N RI_FKey_setdefault_del \N \N \N \N 1653 RI_FKey_setdefault_upd 11 10 12 1 0 0 - f f f t f v s 0 0 2279 \N \N \N \N \N RI_FKey_setdefault_upd \N \N \N \N 1654 RI_FKey_noaction_del 11 10 12 1 0 0 - f f f t f v s 0 0 2279 \N \N \N \N \N RI_FKey_noaction_del \N \N \N \N 1655 RI_FKey_noaction_upd 11 10 12 1 0 0 - f f f t f v s 0 0 2279 \N \N \N \N \N RI_FKey_noaction_upd \N \N \N \N 1666 varbiteq 11 10 12 1 0 0 - f f t t f i s 2 0 16 1562 1562 \N \N \N \N \N biteq \N \N \N \N 1667 varbitne 11 10 12 1 0 0 - f f t t f i s 2 0 16 1562 1562 \N \N \N \N \N bitne \N \N \N \N 1668 varbitge 11 10 12 1 0 0 - f f t t f i s 2 0 16 1562 1562 \N \N \N \N \N bitge \N \N \N \N 1669 varbitgt 11 10 12 1 0 0 - f f t t f i s 2 0 16 1562 1562 \N \N \N \N \N bitgt \N \N \N \N 1670 varbitle 11 10 12 1 0 0 - f f t t f i s 2 0 16 1562 1562 \N \N \N \N \N bitle \N \N \N \N 1671 varbitlt 11 10 12 1 0 0 - f f t t f i s 2 0 16 1562 1562 \N \N \N \N \N bitlt \N \N \N \N 1672 varbitcmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 1562 1562 \N \N \N \N \N bitcmp \N \N \N \N 1673 bitand 11 10 12 1 0 0 - f f f t f i s 2 0 1560 1560 1560 \N \N \N \N \N bit_and \N \N \N \N 1674 bitor 11 10 12 1 0 0 - f f f t f i s 2 0 1560 1560 1560 \N \N \N \N \N bit_or \N \N \N \N 1675 bitxor 11 10 12 1 0 0 - f f f t f i s 2 0 1560 1560 1560 \N \N \N \N \N bitxor \N \N \N \N 1676 bitnot 11 10 12 1 0 0 - f f f t f i s 1 0 1560 1560 \N \N \N \N \N bitnot \N \N \N \N 1677 bitshiftleft 11 10 12 1 0 0 - f f f t f i s 2 0 1560 1560 23 \N \N \N \N \N bitshiftleft \N \N \N \N 1678 bitshiftright 11 10 12 1 0 0 - f f f t f i s 2 0 1560 1560 23 \N \N \N \N \N bitshiftright \N \N \N \N 1679 bitcat 11 10 12 1 0 0 - f f f t f i s 2 0 1562 1562 1562 \N \N \N \N \N bitcat \N \N \N \N 1680 substring 11 10 12 1 0 0 - f f f t f i s 3 0 1560 1560 23 23 \N \N \N \N \N bitsubstr \N \N \N \N 1681 length 11 10 12 1 0 0 - f f f t f i s 1 0 23 1560 \N \N \N \N \N bitlength \N \N \N \N 1682 octet_length 11 10 12 1 0 0 - f f f t f i s 1 0 23 1560 \N \N \N \N \N bitoctetlength \N \N \N \N 1683 bit 11 10 12 1 0 0 - f f f t f i s 2 0 1560 23 23 \N \N \N \N \N bitfromint4 \N \N \N \N 1684 int4 11 10 12 1 0 0 - f f f t f i s 1 0 23 1560 \N \N \N \N \N bittoint4 \N \N \N \N 1685 bit 11 10 12 1 0 0 - f f f t f i s 3 0 1560 1560 23 16 \N \N \N \N \N bit \N \N \N \N 3158 varbit_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N varbit_support \N \N \N \N 1687 varbit 11 10 12 1 0 0 varbit_support f f f t f i s 3 0 1562 1562 23 16 \N \N \N \N \N varbit \N \N \N \N 1698 position 11 10 12 1 0 0 - f f f t f i s 2 0 23 1560 1560 \N \N \N \N \N bitposition \N \N \N \N 1699 substring 11 10 12 1 0 0 - f f f t f i s 2 0 1560 1560 23 \N \N \N \N \N bitsubstr_no_len \N \N \N \N 3030 overlay 11 10 12 1 0 0 - f f f t f i s 4 0 1560 1560 1560 23 23 \N \N \N \N \N bitoverlay \N \N \N \N 3031 overlay 11 10 12 1 0 0 - f f f t f i s 3 0 1560 1560 1560 23 \N \N \N \N \N bitoverlay_no_len \N \N \N \N 3032 get_bit 11 10 12 1 0 0 - f f f t f i s 2 0 23 1560 23 \N \N \N \N \N bitgetbit \N \N \N \N 3033 set_bit 11 10 12 1 0 0 - f f f t f i s 3 0 1560 1560 23 23 \N \N \N \N \N bitsetbit \N \N \N \N 6162 bit_count 11 10 12 1 0 0 - f f f t f i s 1 0 20 1560 \N \N \N \N \N bit_bit_count \N \N \N \N 436 macaddr_in 11 10 12 1 0 0 - f f f t f i s 1 0 829 2275 \N \N \N \N \N macaddr_in \N \N \N \N 437 macaddr_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 829 \N \N \N \N \N macaddr_out \N \N \N \N 753 trunc 11 10 12 1 0 0 - f f f t f i s 1 0 829 829 \N \N \N \N \N macaddr_trunc \N \N \N \N 830 macaddr_eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 829 829 \N \N \N \N \N macaddr_eq \N \N \N \N 831 macaddr_lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 829 829 \N \N \N \N \N macaddr_lt \N \N \N \N 832 macaddr_le 11 10 12 1 0 0 - f f t t f i s 2 0 16 829 829 \N \N \N \N \N macaddr_le \N \N \N \N 833 macaddr_gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 829 829 \N \N \N \N \N macaddr_gt \N \N \N \N 834 macaddr_ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 829 829 \N \N \N \N \N macaddr_ge \N \N \N \N 835 macaddr_ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 829 829 \N \N \N \N \N macaddr_ne \N \N \N \N 836 macaddr_cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 829 829 \N \N \N \N \N macaddr_cmp \N \N \N \N 3144 macaddr_not 11 10 12 1 0 0 - f f f t f i s 1 0 829 829 \N \N \N \N \N macaddr_not \N \N \N \N 3145 macaddr_and 11 10 12 1 0 0 - f f f t f i s 2 0 829 829 829 \N \N \N \N \N macaddr_and \N \N \N \N 3146 macaddr_or 11 10 12 1 0 0 - f f f t f i s 2 0 829 829 829 \N \N \N \N \N macaddr_or \N \N \N \N 3359 macaddr_sortsupport 11 10 12 1 0 0 - f f f t f i s 1 0 2278 2281 \N \N \N \N \N macaddr_sortsupport \N \N \N \N 4110 macaddr8_in 11 10 12 1 0 0 - f f f t f i s 1 0 774 2275 \N \N \N \N \N macaddr8_in \N \N \N \N 4111 macaddr8_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 774 \N \N \N \N \N macaddr8_out \N \N \N \N 4112 trunc 11 10 12 1 0 0 - f f f t f i s 1 0 774 774 \N \N \N \N \N macaddr8_trunc \N \N \N \N 4113 macaddr8_eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 774 774 \N \N \N \N \N macaddr8_eq \N \N \N \N 4114 macaddr8_lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 774 774 \N \N \N \N \N macaddr8_lt \N \N \N \N 4115 macaddr8_le 11 10 12 1 0 0 - f f t t f i s 2 0 16 774 774 \N \N \N \N \N macaddr8_le \N \N \N \N 4116 macaddr8_gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 774 774 \N \N \N \N \N macaddr8_gt \N \N \N \N 4117 macaddr8_ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 774 774 \N \N \N \N \N macaddr8_ge \N \N \N \N 4118 macaddr8_ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 774 774 \N \N \N \N \N macaddr8_ne \N \N \N \N 4119 macaddr8_cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 774 774 \N \N \N \N \N macaddr8_cmp \N \N \N \N 4120 macaddr8_not 11 10 12 1 0 0 - f f f t f i s 1 0 774 774 \N \N \N \N \N macaddr8_not \N \N \N \N 4121 macaddr8_and 11 10 12 1 0 0 - f f f t f i s 2 0 774 774 774 \N \N \N \N \N macaddr8_and \N \N \N \N 4122 macaddr8_or 11 10 12 1 0 0 - f f f t f i s 2 0 774 774 774 \N \N \N \N \N macaddr8_or \N \N \N \N 4123 macaddr8 11 10 12 1 0 0 - f f t t f i s 1 0 774 829 \N \N \N \N \N macaddrtomacaddr8 \N \N \N \N 4124 macaddr 11 10 12 1 0 0 - f f f t f i s 1 0 829 774 \N \N \N \N \N macaddr8tomacaddr \N \N \N \N 4125 macaddr8_set7bit 11 10 12 1 0 0 - f f f t f i s 1 0 774 774 \N \N \N \N \N macaddr8_set7bit \N \N \N \N 910 inet_in 11 10 12 1 0 0 - f f f t f i s 1 0 869 2275 \N \N \N \N \N inet_in \N \N \N \N 911 inet_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 869 \N \N \N \N \N inet_out \N \N \N \N 1267 cidr_in 11 10 12 1 0 0 - f f f t f i s 1 0 650 2275 \N \N \N \N \N cidr_in \N \N \N \N 1427 cidr_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 650 \N \N \N \N \N cidr_out \N \N \N \N 920 network_eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 869 869 \N \N \N \N \N network_eq \N \N \N \N 921 network_lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 869 869 \N \N \N \N \N network_lt \N \N \N \N 922 network_le 11 10 12 1 0 0 - f f t t f i s 2 0 16 869 869 \N \N \N \N \N network_le \N \N \N \N 923 network_gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 869 869 \N \N \N \N \N network_gt \N \N \N \N 924 network_ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 869 869 \N \N \N \N \N network_ge \N \N \N \N 925 network_ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 869 869 \N \N \N \N \N network_ne \N \N \N \N 3562 network_larger 11 10 12 1 0 0 - f f f t f i s 2 0 869 869 869 \N \N \N \N \N network_larger \N \N \N \N 3563 network_smaller 11 10 12 1 0 0 - f f f t f i s 2 0 869 869 869 \N \N \N \N \N network_smaller \N \N \N \N 926 network_cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 869 869 \N \N \N \N \N network_cmp \N \N \N \N 927 network_sub 11 10 12 1 0 0 network_subset_support f f f t f i s 2 0 16 869 869 \N \N \N \N \N network_sub \N \N \N \N 928 network_subeq 11 10 12 1 0 0 network_subset_support f f f t f i s 2 0 16 869 869 \N \N \N \N \N network_subeq \N \N \N \N 929 network_sup 11 10 12 1 0 0 network_subset_support f f f t f i s 2 0 16 869 869 \N \N \N \N \N network_sup \N \N \N \N 930 network_supeq 11 10 12 1 0 0 network_subset_support f f f t f i s 2 0 16 869 869 \N \N \N \N \N network_supeq \N \N \N \N 1173 network_subset_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N network_subset_support \N \N \N \N 3551 network_overlap 11 10 12 1 0 0 - f f f t f i s 2 0 16 869 869 \N \N \N \N \N network_overlap \N \N \N \N 5033 network_sortsupport 11 10 12 1 0 0 - f f f t f i s 1 0 2278 2281 \N \N \N \N \N network_sortsupport \N \N \N \N 598 abbrev 11 10 12 1 0 0 - f f f t f i s 1 0 25 869 \N \N \N \N \N inet_abbrev \N \N \N \N 599 abbrev 11 10 12 1 0 0 - f f f t f i s 1 0 25 650 \N \N \N \N \N cidr_abbrev \N \N \N \N 605 set_masklen 11 10 12 1 0 0 - f f f t f i s 2 0 869 869 23 \N \N \N \N \N inet_set_masklen \N \N \N \N 635 set_masklen 11 10 12 1 0 0 - f f f t f i s 2 0 650 650 23 \N \N \N \N \N cidr_set_masklen \N \N \N \N 711 family 11 10 12 1 0 0 - f f f t f i s 1 0 23 869 \N \N \N \N \N network_family \N \N \N \N 683 network 11 10 12 1 0 0 - f f f t f i s 1 0 650 869 \N \N \N \N \N network_network \N \N \N \N 696 netmask 11 10 12 1 0 0 - f f f t f i s 1 0 869 869 \N \N \N \N \N network_netmask \N \N \N \N 697 masklen 11 10 12 1 0 0 - f f f t f i s 1 0 23 869 \N \N \N \N \N network_masklen \N \N \N \N 698 broadcast 11 10 12 1 0 0 - f f f t f i s 1 0 869 869 \N \N \N \N \N network_broadcast \N \N \N \N 699 host 11 10 12 1 0 0 - f f f t f i s 1 0 25 869 \N \N \N \N \N network_host \N \N \N \N 730 text 11 10 12 1 0 0 - f f f t f i s 1 0 25 869 \N \N \N \N \N network_show \N \N \N \N 1362 hostmask 11 10 12 1 0 0 - f f f t f i s 1 0 869 869 \N \N \N \N \N network_hostmask \N \N \N \N 1715 cidr 11 10 12 1 0 0 - f f f t f i s 1 0 650 869 \N \N \N \N \N inet_to_cidr \N \N \N \N 2196 inet_client_addr 11 10 12 1 0 0 - f f f f f s r 0 0 869 \N \N \N \N \N inet_client_addr \N \N \N \N 2197 inet_client_port 11 10 12 1 0 0 - f f f f f s r 0 0 23 \N \N \N \N \N inet_client_port \N \N \N \N 2198 inet_server_addr 11 10 12 1 0 0 - f f f f f s r 0 0 869 \N \N \N \N \N inet_server_addr \N \N \N \N 2199 inet_server_port 11 10 12 1 0 0 - f f f f f s r 0 0 23 \N \N \N \N \N inet_server_port \N \N \N \N 2627 inetnot 11 10 12 1 0 0 - f f f t f i s 1 0 869 869 \N \N \N \N \N inetnot \N \N \N \N 2628 inetand 11 10 12 1 0 0 - f f f t f i s 2 0 869 869 869 \N \N \N \N \N inetand \N \N \N \N 2629 inetor 11 10 12 1 0 0 - f f f t f i s 2 0 869 869 869 \N \N \N \N \N inetor \N \N \N \N 2630 inetpl 11 10 12 1 0 0 - f f f t f i s 2 0 869 869 20 \N \N \N \N \N inetpl \N \N \N \N 2632 inetmi_int8 11 10 12 1 0 0 - f f f t f i s 2 0 869 869 20 \N \N \N \N \N inetmi_int8 \N \N \N \N 2633 inetmi 11 10 12 1 0 0 - f f f t f i s 2 0 20 869 869 \N \N \N \N \N inetmi \N \N \N \N 4071 inet_same_family 11 10 12 1 0 0 - f f f t f i s 2 0 16 869 869 \N \N \N \N \N inet_same_family \N \N \N \N 4063 inet_merge 11 10 12 1 0 0 - f f f t f i s 2 0 650 869 869 \N \N \N \N \N inet_merge \N \N \N \N 3553 inet_gist_consistent 11 10 12 1 0 0 - f f f t f i s 5 0 16 2281 869 21 26 2281 \N \N \N \N \N inet_gist_consistent \N \N \N \N 3554 inet_gist_union 11 10 12 1 0 0 - f f f t f i s 2 0 869 2281 2281 \N \N \N \N \N inet_gist_union \N \N \N \N 3555 inet_gist_compress 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N inet_gist_compress \N \N \N \N 3573 inet_gist_fetch 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N inet_gist_fetch \N \N \N \N 3557 inet_gist_penalty 11 10 12 1 0 0 - f f f t f i s 3 0 2281 2281 2281 2281 \N \N \N \N \N inet_gist_penalty \N \N \N \N 3558 inet_gist_picksplit 11 10 12 1 0 0 - f f f t f i s 2 0 2281 2281 2281 \N \N \N \N \N inet_gist_picksplit \N \N \N \N 3559 inet_gist_same 11 10 12 1 0 0 - f f f t f i s 3 0 2281 869 869 2281 \N \N \N \N \N inet_gist_same \N \N \N \N 3795 inet_spg_config 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N inet_spg_config \N \N \N \N 3796 inet_spg_choose 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N inet_spg_choose \N \N \N \N 3797 inet_spg_picksplit 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N inet_spg_picksplit \N \N \N \N 3798 inet_spg_inner_consistent 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N inet_spg_inner_consistent \N \N \N \N 3799 inet_spg_leaf_consistent 11 10 12 1 0 0 - f f f t f i s 2 0 16 2281 2281 \N \N \N \N \N inet_spg_leaf_consistent \N \N \N \N 3560 networksel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N networksel \N \N \N \N 3561 networkjoinsel 11 10 12 1 0 0 - f f f t f s s 5 0 701 2281 26 2281 21 2281 \N \N \N \N \N networkjoinsel \N \N \N \N 1690 time_mi_time 11 10 12 1 0 0 - f f f t f i s 2 0 1186 1083 1083 \N \N \N \N \N time_mi_time \N \N \N \N 1691 boolle 11 10 12 1 0 0 - f f t t f i s 2 0 16 16 16 \N \N \N \N \N boolle \N \N \N \N 1692 boolge 11 10 12 1 0 0 - f f t t f i s 2 0 16 16 16 \N \N \N \N \N boolge \N \N \N \N 1693 btboolcmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 16 16 \N \N \N \N \N btboolcmp \N \N \N \N 1688 time_hash 11 10 12 1 0 0 - f f f t f i s 1 0 23 1083 \N \N \N \N \N time_hash \N \N \N \N 3409 time_hash_extended 11 10 12 1 0 0 - f f f t f i s 2 0 20 1083 20 \N \N \N \N \N time_hash_extended \N \N \N \N 1696 timetz_hash 11 10 12 1 0 0 - f f f t f i s 1 0 23 1266 \N \N \N \N \N timetz_hash \N \N \N \N 3410 timetz_hash_extended 11 10 12 1 0 0 - f f f t f i s 2 0 20 1266 20 \N \N \N \N \N timetz_hash_extended \N \N \N \N 1697 interval_hash 11 10 12 1 0 0 - f f f t f i s 1 0 23 1186 \N \N \N \N \N interval_hash \N \N \N \N 3418 interval_hash_extended 11 10 12 1 0 0 - f f f t f i s 2 0 20 1186 20 \N \N \N \N \N interval_hash_extended \N \N \N \N 1701 numeric_in 11 10 12 1 0 0 - f f f t f i s 3 0 1700 2275 26 23 \N \N \N \N \N numeric_in \N \N \N \N 1702 numeric_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 1700 \N \N \N \N \N numeric_out \N \N \N \N 2917 numerictypmodin 11 10 12 1 0 0 - f f f t f i s 1 0 23 1263 \N \N \N \N \N numerictypmodin \N \N \N \N 2918 numerictypmodout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 23 \N \N \N \N \N numerictypmodout \N \N \N \N 3157 numeric_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N numeric_support \N \N \N \N 1703 numeric 11 10 12 1 0 0 numeric_support f f f t f i s 2 0 1700 1700 23 \N \N \N \N \N numeric \N \N \N \N 1704 numeric_abs 11 10 12 1 0 0 - f f f t f i s 1 0 1700 1700 \N \N \N \N \N numeric_abs \N \N \N \N 1705 abs 11 10 12 1 0 0 - f f f t f i s 1 0 1700 1700 \N \N \N \N \N numeric_abs \N \N \N \N 1706 sign 11 10 12 1 0 0 - f f f t f i s 1 0 1700 1700 \N \N \N \N \N numeric_sign \N \N \N \N 1707 round 11 10 12 1 0 0 - f f f t f i s 2 0 1700 1700 23 \N \N \N \N \N numeric_round \N \N \N \N 1709 trunc 11 10 12 1 0 0 - f f f t f i s 2 0 1700 1700 23 \N \N \N \N \N numeric_trunc \N \N \N \N 1711 ceil 11 10 12 1 0 0 - f f f t f i s 1 0 1700 1700 \N \N \N \N \N numeric_ceil \N \N \N \N 2167 ceiling 11 10 12 1 0 0 - f f f t f i s 1 0 1700 1700 \N \N \N \N \N numeric_ceil \N \N \N \N 1712 floor 11 10 12 1 0 0 - f f f t f i s 1 0 1700 1700 \N \N \N \N \N numeric_floor \N \N \N \N 1718 numeric_eq 11 10 12 1 0 0 - f f f t f i s 2 0 16 1700 1700 \N \N \N \N \N numeric_eq \N \N \N \N 1719 numeric_ne 11 10 12 1 0 0 - f f f t f i s 2 0 16 1700 1700 \N \N \N \N \N numeric_ne \N \N \N \N 1720 numeric_gt 11 10 12 1 0 0 - f f f t f i s 2 0 16 1700 1700 \N \N \N \N \N numeric_gt \N \N \N \N 1721 numeric_ge 11 10 12 1 0 0 - f f f t f i s 2 0 16 1700 1700 \N \N \N \N \N numeric_ge \N \N \N \N 1722 numeric_lt 11 10 12 1 0 0 - f f f t f i s 2 0 16 1700 1700 \N \N \N \N \N numeric_lt \N \N \N \N 1723 numeric_le 11 10 12 1 0 0 - f f f t f i s 2 0 16 1700 1700 \N \N \N \N \N numeric_le \N \N \N \N 1724 numeric_add 11 10 12 1 0 0 - f f f t f i s 2 0 1700 1700 1700 \N \N \N \N \N numeric_add \N \N \N \N 1725 numeric_sub 11 10 12 1 0 0 - f f f t f i s 2 0 1700 1700 1700 \N \N \N \N \N numeric_sub \N \N \N \N 1726 numeric_mul 11 10 12 1 0 0 - f f f t f i s 2 0 1700 1700 1700 \N \N \N \N \N numeric_mul \N \N \N \N 1727 numeric_div 11 10 12 1 0 0 - f f f t f i s 2 0 1700 1700 1700 \N \N \N \N \N numeric_div \N \N \N \N 1728 mod 11 10 12 1 0 0 - f f f t f i s 2 0 1700 1700 1700 \N \N \N \N \N numeric_mod \N \N \N \N 1729 numeric_mod 11 10 12 1 0 0 - f f f t f i s 2 0 1700 1700 1700 \N \N \N \N \N numeric_mod \N \N \N \N 5048 gcd 11 10 12 1 0 0 - f f f t f i s 2 0 1700 1700 1700 \N \N \N \N \N numeric_gcd \N \N \N \N 5049 lcm 11 10 12 1 0 0 - f f f t f i s 2 0 1700 1700 1700 \N \N \N \N \N numeric_lcm \N \N \N \N 1730 sqrt 11 10 12 1 0 0 - f f f t f i s 1 0 1700 1700 \N \N \N \N \N numeric_sqrt \N \N \N \N 1731 numeric_sqrt 11 10 12 1 0 0 - f f f t f i s 1 0 1700 1700 \N \N \N \N \N numeric_sqrt \N \N \N \N 1732 exp 11 10 12 1 0 0 - f f f t f i s 1 0 1700 1700 \N \N \N \N \N numeric_exp \N \N \N \N 1733 numeric_exp 11 10 12 1 0 0 - f f f t f i s 1 0 1700 1700 \N \N \N \N \N numeric_exp \N \N \N \N 1734 ln 11 10 12 1 0 0 - f f f t f i s 1 0 1700 1700 \N \N \N \N \N numeric_ln \N \N \N \N 1735 numeric_ln 11 10 12 1 0 0 - f f f t f i s 1 0 1700 1700 \N \N \N \N \N numeric_ln \N \N \N \N 1736 log 11 10 12 1 0 0 - f f f t f i s 2 0 1700 1700 1700 \N \N \N \N \N numeric_log \N \N \N \N 1737 numeric_log 11 10 12 1 0 0 - f f f t f i s 2 0 1700 1700 1700 \N \N \N \N \N numeric_log \N \N \N \N 1738 pow 11 10 12 1 0 0 - f f f t f i s 2 0 1700 1700 1700 \N \N \N \N \N numeric_power \N \N \N \N 2169 power 11 10 12 1 0 0 - f f f t f i s 2 0 1700 1700 1700 \N \N \N \N \N numeric_power \N \N \N \N 1739 numeric_power 11 10 12 1 0 0 - f f f t f i s 2 0 1700 1700 1700 \N \N \N \N \N numeric_power \N \N \N \N 3281 scale 11 10 12 1 0 0 - f f f t f i s 1 0 23 1700 \N \N \N \N \N numeric_scale \N \N \N \N 5042 min_scale 11 10 12 1 0 0 - f f f t f i s 1 0 23 1700 \N \N \N \N \N numeric_min_scale \N \N \N \N 5043 trim_scale 11 10 12 1 0 0 - f f f t f i s 1 0 1700 1700 \N \N \N \N \N numeric_trim_scale \N \N \N \N 1740 numeric 11 10 12 1 0 0 - f f t t f i s 1 0 1700 23 \N \N \N \N \N int4_numeric \N \N \N \N 1742 numeric 11 10 12 1 0 0 - f f t t f i s 1 0 1700 700 \N \N \N \N \N float4_numeric \N \N \N \N 1743 numeric 11 10 12 1 0 0 - f f t t f i s 1 0 1700 701 \N \N \N \N \N float8_numeric \N \N \N \N 1744 int4 11 10 12 1 0 0 - f f f t f i s 1 0 23 1700 \N \N \N \N \N numeric_int4 \N \N \N \N 1745 float4 11 10 12 1 0 0 - f f f t f i s 1 0 700 1700 \N \N \N \N \N numeric_float4 \N \N \N \N 1746 float8 11 10 12 1 0 0 - f f f t f i s 1 0 701 1700 \N \N \N \N \N numeric_float8 \N \N \N \N 1973 div 11 10 12 1 0 0 - f f f t f i s 2 0 1700 1700 1700 \N \N \N \N \N numeric_div_trunc \N \N \N \N 1980 numeric_div_trunc 11 10 12 1 0 0 - f f f t f i s 2 0 1700 1700 1700 \N \N \N \N \N numeric_div_trunc \N \N \N \N 2170 width_bucket 11 10 12 1 0 0 - f f f t f i s 4 0 23 1700 1700 1700 23 \N \N \N \N \N width_bucket_numeric \N \N \N \N 1747 time_pl_interval 11 10 12 1 0 0 - f f f t f i s 2 0 1083 1083 1186 \N \N \N \N \N time_pl_interval \N \N \N \N 1748 time_mi_interval 11 10 12 1 0 0 - f f f t f i s 2 0 1083 1083 1186 \N \N \N \N \N time_mi_interval \N \N \N \N 1749 timetz_pl_interval 11 10 12 1 0 0 - f f f t f i s 2 0 1266 1266 1186 \N \N \N \N \N timetz_pl_interval \N \N \N \N 1750 timetz_mi_interval 11 10 12 1 0 0 - f f f t f i s 2 0 1266 1266 1186 \N \N \N \N \N timetz_mi_interval \N \N \N \N 1764 numeric_inc 11 10 12 1 0 0 - f f f t f i s 1 0 1700 1700 \N \N \N \N \N numeric_inc \N \N \N \N 1766 numeric_smaller 11 10 12 1 0 0 - f f f t f i s 2 0 1700 1700 1700 \N \N \N \N \N numeric_smaller \N \N \N \N 1767 numeric_larger 11 10 12 1 0 0 - f f f t f i s 2 0 1700 1700 1700 \N \N \N \N \N numeric_larger \N \N \N \N 1769 numeric_cmp 11 10 12 1 0 0 - f f f t f i s 2 0 23 1700 1700 \N \N \N \N \N numeric_cmp \N \N \N \N 3283 numeric_sortsupport 11 10 12 1 0 0 - f f f t f i s 1 0 2278 2281 \N \N \N \N \N numeric_sortsupport \N \N \N \N 1771 numeric_uminus 11 10 12 1 0 0 - f f f t f i s 1 0 1700 1700 \N \N \N \N \N numeric_uminus \N \N \N \N 1779 int8 11 10 12 1 0 0 - f f f t f i s 1 0 20 1700 \N \N \N \N \N numeric_int8 \N \N \N \N 1781 numeric 11 10 12 1 0 0 - f f t t f i s 1 0 1700 20 \N \N \N \N \N int8_numeric \N \N \N \N 1782 numeric 11 10 12 1 0 0 - f f t t f i s 1 0 1700 21 \N \N \N \N \N int2_numeric \N \N \N \N 1783 int2 11 10 12 1 0 0 - f f f t f i s 1 0 21 1700 \N \N \N \N \N numeric_int2 \N \N \N \N 6103 pg_lsn 11 10 12 1 0 0 - f f f t f i s 1 0 3220 1700 \N \N \N \N \N numeric_pg_lsn \N \N \N \N 3556 bool 11 10 12 1 0 0 - f f f t f i s 1 0 16 3802 \N \N \N \N \N jsonb_bool \N \N \N \N 3449 numeric 11 10 12 1 0 0 - f f f t f i s 1 0 1700 3802 \N \N \N \N \N jsonb_numeric \N \N \N \N 3450 int2 11 10 12 1 0 0 - f f f t f i s 1 0 21 3802 \N \N \N \N \N jsonb_int2 \N \N \N \N 3451 int4 11 10 12 1 0 0 - f f f t f i s 1 0 23 3802 \N \N \N \N \N jsonb_int4 \N \N \N \N 3452 int8 11 10 12 1 0 0 - f f f t f i s 1 0 20 3802 \N \N \N \N \N jsonb_int8 \N \N \N \N 3453 float4 11 10 12 1 0 0 - f f f t f i s 1 0 700 3802 \N \N \N \N \N jsonb_float4 \N \N \N \N 2580 float8 11 10 12 1 0 0 - f f f t f i s 1 0 701 3802 \N \N \N \N \N jsonb_float8 \N \N \N \N 1770 to_char 11 10 12 1 0 0 - f f f t f s s 2 0 25 1184 25 \N \N \N \N \N timestamptz_to_char \N \N \N \N 1772 to_char 11 10 12 1 0 0 - f f f t f s s 2 0 25 1700 25 \N \N \N \N \N numeric_to_char \N \N \N \N 1773 to_char 11 10 12 1 0 0 - f f f t f s s 2 0 25 23 25 \N \N \N \N \N int4_to_char \N \N \N \N 1774 to_char 11 10 12 1 0 0 - f f f t f s s 2 0 25 20 25 \N \N \N \N \N int8_to_char \N \N \N \N 1775 to_char 11 10 12 1 0 0 - f f f t f s s 2 0 25 700 25 \N \N \N \N \N float4_to_char \N \N \N \N 1776 to_char 11 10 12 1 0 0 - f f f t f s s 2 0 25 701 25 \N \N \N \N \N float8_to_char \N \N \N \N 1777 to_number 11 10 12 1 0 0 - f f f t f s s 2 0 1700 25 25 \N \N \N \N \N numeric_to_number \N \N \N \N 1778 to_timestamp 11 10 12 1 0 0 - f f f t f s s 2 0 1184 25 25 \N \N \N \N \N to_timestamp \N \N \N \N 1780 to_date 11 10 12 1 0 0 - f f f t f s s 2 0 1082 25 25 \N \N \N \N \N to_date \N \N \N \N 1768 to_char 11 10 12 1 0 0 - f f f t f s s 2 0 25 1186 25 \N \N \N \N \N interval_to_char \N \N \N \N 1282 quote_ident 11 10 12 1 0 0 - f f f t f i s 1 0 25 25 \N \N \N \N \N quote_ident \N \N \N \N 1283 quote_literal 11 10 12 1 0 0 - f f f t f i s 1 0 25 25 \N \N \N \N \N quote_literal \N \N \N \N 1285 quote_literal 11 10 14 1 0 0 - f f f t f s s 1 0 25 2283 \N \N \N \N \N select pg_catalog.quote_literal($1::pg_catalog.text) \N \N \N \N 1289 quote_nullable 11 10 12 1 0 0 - f f f f f i s 1 0 25 25 \N \N \N \N \N quote_nullable \N \N \N \N 1290 quote_nullable 11 10 14 1 0 0 - f f f f f s s 1 0 25 2283 \N \N \N \N \N select pg_catalog.quote_nullable($1::pg_catalog.text) \N \N \N \N 1798 oidin 11 10 12 1 0 0 - f f f t f i s 1 0 26 2275 \N \N \N \N \N oidin \N \N \N \N 1799 oidout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 26 \N \N \N \N \N oidout \N \N \N \N 3058 concat 11 10 12 1 0 2276 - f f f f f s s 1 0 25 2276 {2276} {v} \N \N \N text_concat \N \N \N \N 3059 concat_ws 11 10 12 1 0 2276 - f f f f f s s 2 0 25 25 2276 {25,2276} {i,v} \N \N \N text_concat_ws \N \N \N \N 3060 left 11 10 12 1 0 0 - f f f t f i s 2 0 25 25 23 \N \N \N \N \N text_left \N \N \N \N 3061 right 11 10 12 1 0 0 - f f f t f i s 2 0 25 25 23 \N \N \N \N \N text_right \N \N \N \N 3062 reverse 11 10 12 1 0 0 - f f f t f i s 1 0 25 25 \N \N \N \N \N text_reverse \N \N \N \N 3539 format 11 10 12 1 0 2276 - f f f f f s s 2 0 25 25 2276 {25,2276} {i,v} \N \N \N text_format \N \N \N \N 3540 format 11 10 12 1 0 0 - f f f f f s s 1 0 25 25 \N \N \N \N \N text_format_nv \N \N \N \N 1814 iclikesel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N iclikesel \N \N \N \N 1815 icnlikesel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N icnlikesel \N \N \N \N 1816 iclikejoinsel 11 10 12 1 0 0 - f f f t f s s 5 0 701 2281 26 2281 21 2281 \N \N \N \N \N iclikejoinsel \N \N \N \N 1817 icnlikejoinsel 11 10 12 1 0 0 - f f f t f s s 5 0 701 2281 26 2281 21 2281 \N \N \N \N \N icnlikejoinsel \N \N \N \N 1818 regexeqsel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N regexeqsel \N \N \N \N 1819 likesel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N likesel \N \N \N \N 1820 icregexeqsel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N icregexeqsel \N \N \N \N 1821 regexnesel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N regexnesel \N \N \N \N 1822 nlikesel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N nlikesel \N \N \N \N 1823 icregexnesel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N icregexnesel \N \N \N \N 1824 regexeqjoinsel 11 10 12 1 0 0 - f f f t f s s 5 0 701 2281 26 2281 21 2281 \N \N \N \N \N regexeqjoinsel \N \N \N \N 1825 likejoinsel 11 10 12 1 0 0 - f f f t f s s 5 0 701 2281 26 2281 21 2281 \N \N \N \N \N likejoinsel \N \N \N \N 1826 icregexeqjoinsel 11 10 12 1 0 0 - f f f t f s s 5 0 701 2281 26 2281 21 2281 \N \N \N \N \N icregexeqjoinsel \N \N \N \N 1827 regexnejoinsel 11 10 12 1 0 0 - f f f t f s s 5 0 701 2281 26 2281 21 2281 \N \N \N \N \N regexnejoinsel \N \N \N \N 1828 nlikejoinsel 11 10 12 1 0 0 - f f f t f s s 5 0 701 2281 26 2281 21 2281 \N \N \N \N \N nlikejoinsel \N \N \N \N 1829 icregexnejoinsel 11 10 12 1 0 0 - f f f t f s s 5 0 701 2281 26 2281 21 2281 \N \N \N \N \N icregexnejoinsel \N \N \N \N 3437 prefixsel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N prefixsel \N \N \N \N 3438 prefixjoinsel 11 10 12 1 0 0 - f f f t f s s 5 0 701 2281 26 2281 21 2281 \N \N \N \N \N prefixjoinsel \N \N \N \N 1830 float8_avg 11 10 12 1 0 0 - f f f t f i s 1 0 701 1022 \N \N \N \N \N float8_avg \N \N \N \N 2512 float8_var_pop 11 10 12 1 0 0 - f f f t f i s 1 0 701 1022 \N \N \N \N \N float8_var_pop \N \N \N \N 1831 float8_var_samp 11 10 12 1 0 0 - f f f t f i s 1 0 701 1022 \N \N \N \N \N float8_var_samp \N \N \N \N 2513 float8_stddev_pop 11 10 12 1 0 0 - f f f t f i s 1 0 701 1022 \N \N \N \N \N float8_stddev_pop \N \N \N \N 1832 float8_stddev_samp 11 10 12 1 0 0 - f f f t f i s 1 0 701 1022 \N \N \N \N \N float8_stddev_samp \N \N \N \N 1833 numeric_accum 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 1700 \N \N \N \N \N numeric_accum \N \N \N \N 3341 numeric_combine 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 2281 \N \N \N \N \N numeric_combine \N \N \N \N 2858 numeric_avg_accum 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 1700 \N \N \N \N \N numeric_avg_accum \N \N \N \N 3337 numeric_avg_combine 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 2281 \N \N \N \N \N numeric_avg_combine \N \N \N \N 2740 numeric_avg_serialize 11 10 12 1 0 0 - f f f t f i s 1 0 17 2281 \N \N \N \N \N numeric_avg_serialize \N \N \N \N 2741 numeric_avg_deserialize 11 10 12 1 0 0 - f f f t f i s 2 0 2281 17 2281 \N \N \N \N \N numeric_avg_deserialize \N \N \N \N 3335 numeric_serialize 11 10 12 1 0 0 - f f f t f i s 1 0 17 2281 \N \N \N \N \N numeric_serialize \N \N \N \N 3336 numeric_deserialize 11 10 12 1 0 0 - f f f t f i s 2 0 2281 17 2281 \N \N \N \N \N numeric_deserialize \N \N \N \N 3548 numeric_accum_inv 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 1700 \N \N \N \N \N numeric_accum_inv \N \N \N \N 1834 int2_accum 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 21 \N \N \N \N \N int2_accum \N \N \N \N 1835 int4_accum 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 23 \N \N \N \N \N int4_accum \N \N \N \N 1836 int8_accum 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 20 \N \N \N \N \N int8_accum \N \N \N \N 3338 numeric_poly_combine 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 2281 \N \N \N \N \N numeric_poly_combine \N \N \N \N 3339 numeric_poly_serialize 11 10 12 1 0 0 - f f f t f i s 1 0 17 2281 \N \N \N \N \N numeric_poly_serialize \N \N \N \N 3340 numeric_poly_deserialize 11 10 12 1 0 0 - f f f t f i s 2 0 2281 17 2281 \N \N \N \N \N numeric_poly_deserialize \N \N \N \N 2746 int8_avg_accum 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 20 \N \N \N \N \N int8_avg_accum \N \N \N \N 3567 int2_accum_inv 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 21 \N \N \N \N \N int2_accum_inv \N \N \N \N 3568 int4_accum_inv 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 23 \N \N \N \N \N int4_accum_inv \N \N \N \N 3569 int8_accum_inv 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 20 \N \N \N \N \N int8_accum_inv \N \N \N \N 3387 int8_avg_accum_inv 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 20 \N \N \N \N \N int8_avg_accum_inv \N \N \N \N 2785 int8_avg_combine 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 2281 \N \N \N \N \N int8_avg_combine \N \N \N \N 2786 int8_avg_serialize 11 10 12 1 0 0 - f f f t f i s 1 0 17 2281 \N \N \N \N \N int8_avg_serialize \N \N \N \N 2787 int8_avg_deserialize 11 10 12 1 0 0 - f f f t f i s 2 0 2281 17 2281 \N \N \N \N \N int8_avg_deserialize \N \N \N \N 3324 int4_avg_combine 11 10 12 1 0 0 - f f f t f i s 2 0 1016 1016 1016 \N \N \N \N \N int4_avg_combine \N \N \N \N 3178 numeric_sum 11 10 12 1 0 0 - f f f f f i s 1 0 1700 2281 \N \N \N \N \N numeric_sum \N \N \N \N 1837 numeric_avg 11 10 12 1 0 0 - f f f f f i s 1 0 1700 2281 \N \N \N \N \N numeric_avg \N \N \N \N 2514 numeric_var_pop 11 10 12 1 0 0 - f f f f f i s 1 0 1700 2281 \N \N \N \N \N numeric_var_pop \N \N \N \N 1838 numeric_var_samp 11 10 12 1 0 0 - f f f f f i s 1 0 1700 2281 \N \N \N \N \N numeric_var_samp \N \N \N \N 2596 numeric_stddev_pop 11 10 12 1 0 0 - f f f f f i s 1 0 1700 2281 \N \N \N \N \N numeric_stddev_pop \N \N \N \N 1839 numeric_stddev_samp 11 10 12 1 0 0 - f f f f f i s 1 0 1700 2281 \N \N \N \N \N numeric_stddev_samp \N \N \N \N 1840 int2_sum 11 10 12 1 0 0 - f f f f f i s 2 0 20 20 21 \N \N \N \N \N int2_sum \N \N \N \N 1841 int4_sum 11 10 12 1 0 0 - f f f f f i s 2 0 20 20 23 \N \N \N \N \N int4_sum \N \N \N \N 1842 int8_sum 11 10 12 1 0 0 - f f f f f i s 2 0 1700 1700 20 \N \N \N \N \N int8_sum \N \N \N \N 3388 numeric_poly_sum 11 10 12 1 0 0 - f f f f f i s 1 0 1700 2281 \N \N \N \N \N numeric_poly_sum \N \N \N \N 3389 numeric_poly_avg 11 10 12 1 0 0 - f f f f f i s 1 0 1700 2281 \N \N \N \N \N numeric_poly_avg \N \N \N \N 3390 numeric_poly_var_pop 11 10 12 1 0 0 - f f f f f i s 1 0 1700 2281 \N \N \N \N \N numeric_poly_var_pop \N \N \N \N 3391 numeric_poly_var_samp 11 10 12 1 0 0 - f f f f f i s 1 0 1700 2281 \N \N \N \N \N numeric_poly_var_samp \N \N \N \N 3392 numeric_poly_stddev_pop 11 10 12 1 0 0 - f f f f f i s 1 0 1700 2281 \N \N \N \N \N numeric_poly_stddev_pop \N \N \N \N 3393 numeric_poly_stddev_samp 11 10 12 1 0 0 - f f f f f i s 1 0 1700 2281 \N \N \N \N \N numeric_poly_stddev_samp \N \N \N \N 1843 interval_avg_accum 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 1186 \N \N \N \N \N interval_avg_accum \N \N \N \N 3325 interval_avg_combine 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 2281 \N \N \N \N \N interval_avg_combine \N \N \N \N 3549 interval_avg_accum_inv 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 1186 \N \N \N \N \N interval_avg_accum_inv \N \N \N \N 8505 interval_avg_serialize 11 10 12 1 0 0 - f f f t f i s 1 0 17 2281 \N \N \N \N \N interval_avg_serialize \N \N \N \N 8506 interval_avg_deserialize 11 10 12 1 0 0 - f f f t f i s 2 0 2281 17 2281 \N \N \N \N \N interval_avg_deserialize \N \N \N \N 1844 interval_avg 11 10 12 1 0 0 - f f f f f i s 1 0 1186 2281 \N \N \N \N \N interval_avg \N \N \N \N 8507 interval_sum 11 10 12 1 0 0 - f f f f f i s 1 0 1186 2281 \N \N \N \N \N interval_sum \N \N \N \N 1962 int2_avg_accum 11 10 12 1 0 0 - f f f t f i s 2 0 1016 1016 21 \N \N \N \N \N int2_avg_accum \N \N \N \N 1963 int4_avg_accum 11 10 12 1 0 0 - f f f t f i s 2 0 1016 1016 23 \N \N \N \N \N int4_avg_accum \N \N \N \N 3570 int2_avg_accum_inv 11 10 12 1 0 0 - f f f t f i s 2 0 1016 1016 21 \N \N \N \N \N int2_avg_accum_inv \N \N \N \N 3571 int4_avg_accum_inv 11 10 12 1 0 0 - f f f t f i s 2 0 1016 1016 23 \N \N \N \N \N int4_avg_accum_inv \N \N \N \N 1964 int8_avg 11 10 12 1 0 0 - f f f t f i s 1 0 1700 1016 \N \N \N \N \N int8_avg \N \N \N \N 3572 int2int4_sum 11 10 12 1 0 0 - f f f t f i s 1 0 20 1016 \N \N \N \N \N int2int4_sum \N \N \N \N 2805 int8inc_float8_float8 11 10 12 1 0 0 - f f f t f i s 3 0 20 20 701 701 \N \N \N \N \N int8inc_float8_float8 \N \N \N \N 2806 float8_regr_accum 11 10 12 1 0 0 - f f f t f i s 3 0 1022 1022 701 701 \N \N \N \N \N float8_regr_accum \N \N \N \N 3342 float8_regr_combine 11 10 12 1 0 0 - f f f t f i s 2 0 1022 1022 1022 \N \N \N \N \N float8_regr_combine \N \N \N \N 2807 float8_regr_sxx 11 10 12 1 0 0 - f f f t f i s 1 0 701 1022 \N \N \N \N \N float8_regr_sxx \N \N \N \N 2808 float8_regr_syy 11 10 12 1 0 0 - f f f t f i s 1 0 701 1022 \N \N \N \N \N float8_regr_syy \N \N \N \N 2809 float8_regr_sxy 11 10 12 1 0 0 - f f f t f i s 1 0 701 1022 \N \N \N \N \N float8_regr_sxy \N \N \N \N 2810 float8_regr_avgx 11 10 12 1 0 0 - f f f t f i s 1 0 701 1022 \N \N \N \N \N float8_regr_avgx \N \N \N \N 2811 float8_regr_avgy 11 10 12 1 0 0 - f f f t f i s 1 0 701 1022 \N \N \N \N \N float8_regr_avgy \N \N \N \N 2812 float8_regr_r2 11 10 12 1 0 0 - f f f t f i s 1 0 701 1022 \N \N \N \N \N float8_regr_r2 \N \N \N \N 2813 float8_regr_slope 11 10 12 1 0 0 - f f f t f i s 1 0 701 1022 \N \N \N \N \N float8_regr_slope \N \N \N \N 2814 float8_regr_intercept 11 10 12 1 0 0 - f f f t f i s 1 0 701 1022 \N \N \N \N \N float8_regr_intercept \N \N \N \N 2815 float8_covar_pop 11 10 12 1 0 0 - f f f t f i s 1 0 701 1022 \N \N \N \N \N float8_covar_pop \N \N \N \N 2816 float8_covar_samp 11 10 12 1 0 0 - f f f t f i s 1 0 701 1022 \N \N \N \N \N float8_covar_samp \N \N \N \N 2817 float8_corr 11 10 12 1 0 0 - f f f t f i s 1 0 701 1022 \N \N \N \N \N float8_corr \N \N \N \N 3535 string_agg_transfn 11 10 12 1 0 0 - f f f f f i s 3 0 2281 2281 25 25 \N \N \N \N \N string_agg_transfn \N \N \N \N 6299 string_agg_combine 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 2281 \N \N \N \N \N string_agg_combine \N \N \N \N 6300 string_agg_serialize 11 10 12 1 0 0 - f f f t f i s 1 0 17 2281 \N \N \N \N \N string_agg_serialize \N \N \N \N 6301 string_agg_deserialize 11 10 12 1 0 0 - f f f t f i s 2 0 2281 17 2281 \N \N \N \N \N string_agg_deserialize \N \N \N \N 3536 string_agg_finalfn 11 10 12 1 0 0 - f f f f f i s 1 0 25 2281 \N \N \N \N \N string_agg_finalfn \N \N \N \N 3538 string_agg 11 10 12 1 0 0 - a f f f f i s 2 0 25 25 25 \N \N {value,delimiter} \N \N aggregate_dummy \N \N \N \N 3543 bytea_string_agg_transfn 11 10 12 1 0 0 - f f f f f i s 3 0 2281 2281 17 17 \N \N \N \N \N bytea_string_agg_transfn \N \N \N \N 3544 bytea_string_agg_finalfn 11 10 12 1 0 0 - f f f f f i s 1 0 17 2281 \N \N \N \N \N bytea_string_agg_finalfn \N \N \N \N 3545 string_agg 11 10 12 1 0 0 - a f f f f i s 2 0 17 17 17 \N \N {value,delimiter} \N \N aggregate_dummy \N \N \N \N 1845 to_ascii 11 10 12 1 0 0 - f f f t f i s 1 0 25 25 \N \N \N \N \N to_ascii_default \N \N \N \N 1846 to_ascii 11 10 12 1 0 0 - f f f t f i s 2 0 25 25 23 \N \N \N \N \N to_ascii_enc \N \N \N \N 1847 to_ascii 11 10 12 1 0 0 - f f f t f i s 2 0 25 25 19 \N \N \N \N \N to_ascii_encname \N \N \N \N 1850 int28eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 21 20 \N \N \N \N \N int28eq \N \N \N \N 1851 int28ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 21 20 \N \N \N \N \N int28ne \N \N \N \N 1852 int28lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 21 20 \N \N \N \N \N int28lt \N \N \N \N 1853 int28gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 21 20 \N \N \N \N \N int28gt \N \N \N \N 1854 int28le 11 10 12 1 0 0 - f f t t f i s 2 0 16 21 20 \N \N \N \N \N int28le \N \N \N \N 1855 int28ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 21 20 \N \N \N \N \N int28ge \N \N \N \N 1856 int82eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 20 21 \N \N \N \N \N int82eq \N \N \N \N 1857 int82ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 20 21 \N \N \N \N \N int82ne \N \N \N \N 1858 int82lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 20 21 \N \N \N \N \N int82lt \N \N \N \N 1859 int82gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 20 21 \N \N \N \N \N int82gt \N \N \N \N 1860 int82le 11 10 12 1 0 0 - f f t t f i s 2 0 16 20 21 \N \N \N \N \N int82le \N \N \N \N 1861 int82ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 20 21 \N \N \N \N \N int82ge \N \N \N \N 1892 int2and 11 10 12 1 0 0 - f f f t f i s 2 0 21 21 21 \N \N \N \N \N int2and \N \N \N \N 1893 int2or 11 10 12 1 0 0 - f f f t f i s 2 0 21 21 21 \N \N \N \N \N int2or \N \N \N \N 1894 int2xor 11 10 12 1 0 0 - f f f t f i s 2 0 21 21 21 \N \N \N \N \N int2xor \N \N \N \N 1895 int2not 11 10 12 1 0 0 - f f f t f i s 1 0 21 21 \N \N \N \N \N int2not \N \N \N \N 1896 int2shl 11 10 12 1 0 0 - f f f t f i s 2 0 21 21 23 \N \N \N \N \N int2shl \N \N \N \N 1897 int2shr 11 10 12 1 0 0 - f f f t f i s 2 0 21 21 23 \N \N \N \N \N int2shr \N \N \N \N 1898 int4and 11 10 12 1 0 0 - f f f t f i s 2 0 23 23 23 \N \N \N \N \N int4and \N \N \N \N 1899 int4or 11 10 12 1 0 0 - f f f t f i s 2 0 23 23 23 \N \N \N \N \N int4or \N \N \N \N 1900 int4xor 11 10 12 1 0 0 - f f f t f i s 2 0 23 23 23 \N \N \N \N \N int4xor \N \N \N \N 1901 int4not 11 10 12 1 0 0 - f f f t f i s 1 0 23 23 \N \N \N \N \N int4not \N \N \N \N 1902 int4shl 11 10 12 1 0 0 - f f f t f i s 2 0 23 23 23 \N \N \N \N \N int4shl \N \N \N \N 1903 int4shr 11 10 12 1 0 0 - f f f t f i s 2 0 23 23 23 \N \N \N \N \N int4shr \N \N \N \N 1904 int8and 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 20 \N \N \N \N \N int8and \N \N \N \N 1905 int8or 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 20 \N \N \N \N \N int8or \N \N \N \N 1906 int8xor 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 20 \N \N \N \N \N int8xor \N \N \N \N 1907 int8not 11 10 12 1 0 0 - f f f t f i s 1 0 20 20 \N \N \N \N \N int8not \N \N \N \N 1908 int8shl 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 23 \N \N \N \N \N int8shl \N \N \N \N 1909 int8shr 11 10 12 1 0 0 - f f f t f i s 2 0 20 20 23 \N \N \N \N \N int8shr \N \N \N \N 1910 int8up 11 10 12 1 0 0 - f f f t f i s 1 0 20 20 \N \N \N \N \N int8up \N \N \N \N 1911 int2up 11 10 12 1 0 0 - f f f t f i s 1 0 21 21 \N \N \N \N \N int2up \N \N \N \N 1912 int4up 11 10 12 1 0 0 - f f f t f i s 1 0 23 23 \N \N \N \N \N int4up \N \N \N \N 1913 float4up 11 10 12 1 0 0 - f f f t f i s 1 0 700 700 \N \N \N \N \N float4up \N \N \N \N 1914 float8up 11 10 12 1 0 0 - f f f t f i s 1 0 701 701 \N \N \N \N \N float8up \N \N \N \N 1915 numeric_uplus 11 10 12 1 0 0 - f f f t f i s 1 0 1700 1700 \N \N \N \N \N numeric_uplus \N \N \N \N 1922 has_table_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 19 25 25 \N \N \N \N \N has_table_privilege_name_name \N \N \N \N 1923 has_table_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 19 26 25 \N \N \N \N \N has_table_privilege_name_id \N \N \N \N 1924 has_table_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 25 25 \N \N \N \N \N has_table_privilege_id_name \N \N \N \N 1925 has_table_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 26 25 \N \N \N \N \N has_table_privilege_id_id \N \N \N \N 1926 has_table_privilege 11 10 12 1 0 0 - f f f t f s s 2 0 16 25 25 \N \N \N \N \N has_table_privilege_name \N \N \N \N 1927 has_table_privilege 11 10 12 1 0 0 - f f f t f s s 2 0 16 26 25 \N \N \N \N \N has_table_privilege_id \N \N \N \N 2181 has_sequence_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 19 25 25 \N \N \N \N \N has_sequence_privilege_name_name \N \N \N \N 2182 has_sequence_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 19 26 25 \N \N \N \N \N has_sequence_privilege_name_id \N \N \N \N 2183 has_sequence_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 25 25 \N \N \N \N \N has_sequence_privilege_id_name \N \N \N \N 2184 has_sequence_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 26 25 \N \N \N \N \N has_sequence_privilege_id_id \N \N \N \N 2185 has_sequence_privilege 11 10 12 1 0 0 - f f f t f s s 2 0 16 25 25 \N \N \N \N \N has_sequence_privilege_name \N \N \N \N 2186 has_sequence_privilege 11 10 12 1 0 0 - f f f t f s s 2 0 16 26 25 \N \N \N \N \N has_sequence_privilege_id \N \N \N \N 3012 has_column_privilege 11 10 12 1 0 0 - f f f t f s s 4 0 16 19 25 25 25 \N \N \N \N \N has_column_privilege_name_name_name \N \N \N \N 3013 has_column_privilege 11 10 12 1 0 0 - f f f t f s s 4 0 16 19 25 21 25 \N \N \N \N \N has_column_privilege_name_name_attnum \N \N \N \N 3014 has_column_privilege 11 10 12 1 0 0 - f f f t f s s 4 0 16 19 26 25 25 \N \N \N \N \N has_column_privilege_name_id_name \N \N \N \N 3015 has_column_privilege 11 10 12 1 0 0 - f f f t f s s 4 0 16 19 26 21 25 \N \N \N \N \N has_column_privilege_name_id_attnum \N \N \N \N 3016 has_column_privilege 11 10 12 1 0 0 - f f f t f s s 4 0 16 26 25 25 25 \N \N \N \N \N has_column_privilege_id_name_name \N \N \N \N 3017 has_column_privilege 11 10 12 1 0 0 - f f f t f s s 4 0 16 26 25 21 25 \N \N \N \N \N has_column_privilege_id_name_attnum \N \N \N \N 3018 has_column_privilege 11 10 12 1 0 0 - f f f t f s s 4 0 16 26 26 25 25 \N \N \N \N \N has_column_privilege_id_id_name \N \N \N \N 3019 has_column_privilege 11 10 12 1 0 0 - f f f t f s s 4 0 16 26 26 21 25 \N \N \N \N \N has_column_privilege_id_id_attnum \N \N \N \N 3020 has_column_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 25 25 25 \N \N \N \N \N has_column_privilege_name_name \N \N \N \N 3021 has_column_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 25 21 25 \N \N \N \N \N has_column_privilege_name_attnum \N \N \N \N 3022 has_column_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 25 25 \N \N \N \N \N has_column_privilege_id_name \N \N \N \N 3023 has_column_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 21 25 \N \N \N \N \N has_column_privilege_id_attnum \N \N \N \N 3024 has_any_column_privilege 11 10 12 10 0 0 - f f f t f s s 3 0 16 19 25 25 \N \N \N \N \N has_any_column_privilege_name_name \N \N \N \N 3025 has_any_column_privilege 11 10 12 10 0 0 - f f f t f s s 3 0 16 19 26 25 \N \N \N \N \N has_any_column_privilege_name_id \N \N \N \N 3026 has_any_column_privilege 11 10 12 10 0 0 - f f f t f s s 3 0 16 26 25 25 \N \N \N \N \N has_any_column_privilege_id_name \N \N \N \N 3027 has_any_column_privilege 11 10 12 10 0 0 - f f f t f s s 3 0 16 26 26 25 \N \N \N \N \N has_any_column_privilege_id_id \N \N \N \N 3028 has_any_column_privilege 11 10 12 10 0 0 - f f f t f s s 2 0 16 25 25 \N \N \N \N \N has_any_column_privilege_name \N \N \N \N 3029 has_any_column_privilege 11 10 12 10 0 0 - f f f t f s s 2 0 16 26 25 \N \N \N \N \N has_any_column_privilege_id \N \N \N \N 3355 pg_ndistinct_in 11 10 12 1 0 0 - f f f t f i s 1 0 3361 2275 \N \N \N \N \N pg_ndistinct_in \N \N \N \N 3356 pg_ndistinct_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 3361 \N \N \N \N \N pg_ndistinct_out \N \N \N \N 3357 pg_ndistinct_recv 11 10 12 1 0 0 - f f f t f s s 1 0 3361 2281 \N \N \N \N \N pg_ndistinct_recv \N \N \N \N 3358 pg_ndistinct_send 11 10 12 1 0 0 - f f f t f s s 1 0 17 3361 \N \N \N \N \N pg_ndistinct_send \N \N \N \N 3404 pg_dependencies_in 11 10 12 1 0 0 - f f f t f i s 1 0 3402 2275 \N \N \N \N \N pg_dependencies_in \N \N \N \N 3405 pg_dependencies_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 3402 \N \N \N \N \N pg_dependencies_out \N \N \N \N 3406 pg_dependencies_recv 11 10 12 1 0 0 - f f f t f s s 1 0 3402 2281 \N \N \N \N \N pg_dependencies_recv \N \N \N \N 3407 pg_dependencies_send 11 10 12 1 0 0 - f f f t f s s 1 0 17 3402 \N \N \N \N \N pg_dependencies_send \N \N \N \N 5018 pg_mcv_list_in 11 10 12 1 0 0 - f f f t f i s 1 0 5017 2275 \N \N \N \N \N pg_mcv_list_in \N \N \N \N 5019 pg_mcv_list_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 5017 \N \N \N \N \N pg_mcv_list_out \N \N \N \N 5020 pg_mcv_list_recv 11 10 12 1 0 0 - f f f t f s s 1 0 5017 2281 \N \N \N \N \N pg_mcv_list_recv \N \N \N \N 5021 pg_mcv_list_send 11 10 12 1 0 0 - f f f t f s s 1 0 17 5017 \N \N \N \N \N pg_mcv_list_send \N \N \N \N 3427 pg_mcv_list_items 11 10 12 1 1000 0 - f f f t t s s 1 0 2249 5017 {5017,23,1009,1000,701,701} {i,o,o,o,o,o} {mcv_list,index,values,nulls,frequency,base_frequency} \N \N pg_stats_ext_mcvlist_items \N \N \N \N 1928 pg_stat_get_numscans 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_numscans \N \N \N \N 6310 pg_stat_get_lastscan 11 10 12 1 0 0 - f f f t f s r 1 0 1184 26 \N \N \N \N \N pg_stat_get_lastscan \N \N \N \N 1929 pg_stat_get_tuples_returned 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_tuples_returned \N \N \N \N 1930 pg_stat_get_tuples_fetched 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_tuples_fetched \N \N \N \N 1931 pg_stat_get_tuples_inserted 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_tuples_inserted \N \N \N \N 1932 pg_stat_get_tuples_updated 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_tuples_updated \N \N \N \N 1933 pg_stat_get_tuples_deleted 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_tuples_deleted \N \N \N \N 1972 pg_stat_get_tuples_hot_updated 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_tuples_hot_updated \N \N \N \N 6217 pg_stat_get_tuples_newpage_updated 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_tuples_newpage_updated \N \N \N \N 2878 pg_stat_get_live_tuples 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_live_tuples \N \N \N \N 2879 pg_stat_get_dead_tuples 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_dead_tuples \N \N \N \N 3177 pg_stat_get_mod_since_analyze 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_mod_since_analyze \N \N \N \N 5053 pg_stat_get_ins_since_vacuum 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_ins_since_vacuum \N \N \N \N 1934 pg_stat_get_blocks_fetched 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_blocks_fetched \N \N \N \N 1935 pg_stat_get_blocks_hit 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_blocks_hit \N \N \N \N 2781 pg_stat_get_last_vacuum_time 11 10 12 1 0 0 - f f f t f s r 1 0 1184 26 \N \N \N \N \N pg_stat_get_last_vacuum_time \N \N \N \N 2782 pg_stat_get_last_autovacuum_time 11 10 12 1 0 0 - f f f t f s r 1 0 1184 26 \N \N \N \N \N pg_stat_get_last_autovacuum_time \N \N \N \N 2783 pg_stat_get_last_analyze_time 11 10 12 1 0 0 - f f f t f s r 1 0 1184 26 \N \N \N \N \N pg_stat_get_last_analyze_time \N \N \N \N 2784 pg_stat_get_last_autoanalyze_time 11 10 12 1 0 0 - f f f t f s r 1 0 1184 26 \N \N \N \N \N pg_stat_get_last_autoanalyze_time \N \N \N \N 3054 pg_stat_get_vacuum_count 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_vacuum_count \N \N \N \N 3055 pg_stat_get_autovacuum_count 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_autovacuum_count \N \N \N \N 3056 pg_stat_get_analyze_count 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_analyze_count \N \N \N \N 3057 pg_stat_get_autoanalyze_count 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_autoanalyze_count \N \N \N \N 1936 pg_stat_get_backend_idset 11 10 12 1 100 0 - f f f t t s r 0 0 23 \N \N \N \N \N pg_stat_get_backend_idset \N \N \N \N 2022 pg_stat_get_activity 11 10 12 1 100 0 - f f f f t s r 1 0 2249 23 {23,26,23,26,25,25,25,25,25,1184,1184,1184,1184,869,25,23,28,28,25,16,25,25,23,25,1700,25,16,25,16,16,23,20} {i,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o} {pid,datid,pid,usesysid,application_name,state,query,wait_event_type,wait_event,xact_start,query_start,backend_start,state_change,client_addr,client_hostname,client_port,backend_xid,backend_xmin,backend_type,ssl,sslversion,sslcipher,sslbits,ssl_client_dn,ssl_client_serial,ssl_issuer_dn,gss_auth,gss_princ,gss_enc,gss_delegation,leader_pid,query_id} \N \N pg_stat_get_activity \N \N \N \N 8403 pg_get_wait_events 11 10 12 10 250 0 - f f f t t v s 0 0 2249 {25,25,25} {o,o,o} {type,name,description} \N \N pg_get_wait_events \N \N \N \N 3318 pg_stat_get_progress_info 11 10 12 1 100 0 - f f f t t s r 1 0 2249 25 {25,23,26,26,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20} {i,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o} {cmdtype,pid,datid,relid,param1,param2,param3,param4,param5,param6,param7,param8,param9,param10,param11,param12,param13,param14,param15,param16,param17,param18,param19,param20} \N \N pg_stat_get_progress_info \N \N \N \N 3099 pg_stat_get_wal_senders 11 10 12 1 10 0 - f f f f t s r 0 0 2249 {23,25,3220,3220,3220,3220,1186,1186,1186,23,25,1184} {o,o,o,o,o,o,o,o,o,o,o,o} {pid,state,sent_lsn,write_lsn,flush_lsn,replay_lsn,write_lag,flush_lag,replay_lag,sync_priority,sync_state,reply_time} \N \N pg_stat_get_wal_senders \N \N \N \N 3317 pg_stat_get_wal_receiver 11 10 12 1 0 0 - f f f f f s r 0 0 2249 {23,25,3220,23,3220,3220,23,1184,1184,3220,1184,25,25,23,25} {o,o,o,o,o,o,o,o,o,o,o,o,o,o,o} {pid,status,receive_start_lsn,receive_start_tli,written_lsn,flushed_lsn,received_tli,last_msg_send_time,last_msg_receipt_time,latest_end_lsn,latest_end_time,slot_name,sender_host,sender_port,conninfo} \N \N pg_stat_get_wal_receiver \N \N \N \N 6169 pg_stat_get_replication_slot 11 10 12 1 0 0 - f f f t f s r 1 0 2249 25 {25,25,20,20,20,20,20,20,20,20,1184} {i,o,o,o,o,o,o,o,o,o,o} {slot_name,slot_name,spill_txns,spill_count,spill_bytes,stream_txns,stream_count,stream_bytes,total_txns,total_bytes,stats_reset} \N \N pg_stat_get_replication_slot \N \N \N \N 6231 pg_stat_get_subscription_stats 11 10 12 1 0 0 - f f f t f s r 1 0 2249 26 {26,26,20,20,1184} {i,o,o,o,o} {subid,subid,apply_error_count,sync_error_count,stats_reset} \N \N pg_stat_get_subscription_stats \N \N \N \N 6118 pg_stat_get_subscription 11 10 12 1 10 0 - f f f f t s r 1 0 2249 26 {26,26,26,23,23,3220,1184,1184,3220,1184,25} {i,o,o,o,o,o,o,o,o,o,o} {subid,subid,relid,pid,leader_pid,received_lsn,last_msg_send_time,last_msg_receipt_time,latest_end_lsn,latest_end_time,worker_type} \N \N pg_stat_get_subscription \N \N \N \N 2026 pg_backend_pid 11 10 12 1 0 0 - f f f t f s r 0 0 23 \N \N \N \N \N pg_backend_pid \N \N \N \N 1937 pg_stat_get_backend_pid 11 10 12 1 0 0 - f f f t f s r 1 0 23 23 \N \N \N \N \N pg_stat_get_backend_pid \N \N \N \N 1938 pg_stat_get_backend_dbid 11 10 12 1 0 0 - f f f t f s r 1 0 26 23 \N \N \N \N \N pg_stat_get_backend_dbid \N \N \N \N 6107 pg_stat_get_backend_subxact 11 10 12 1 0 0 - f f f t f s r 1 0 2249 23 {23,23,16} {i,o,o} {bid,subxact_count,subxact_overflowed} \N \N pg_stat_get_backend_subxact \N \N \N \N 1939 pg_stat_get_backend_userid 11 10 12 1 0 0 - f f f t f s r 1 0 26 23 \N \N \N \N \N pg_stat_get_backend_userid \N \N \N \N 1940 pg_stat_get_backend_activity 11 10 12 1 0 0 - f f f t f s r 1 0 25 23 \N \N \N \N \N pg_stat_get_backend_activity \N \N \N \N 2788 pg_stat_get_backend_wait_event_type 11 10 12 1 0 0 - f f f t f s r 1 0 25 23 \N \N \N \N \N pg_stat_get_backend_wait_event_type \N \N \N \N 2853 pg_stat_get_backend_wait_event 11 10 12 1 0 0 - f f f t f s r 1 0 25 23 \N \N \N \N \N pg_stat_get_backend_wait_event \N \N \N \N 2094 pg_stat_get_backend_activity_start 11 10 12 1 0 0 - f f f t f s r 1 0 1184 23 \N \N \N \N \N pg_stat_get_backend_activity_start \N \N \N \N 2857 pg_stat_get_backend_xact_start 11 10 12 1 0 0 - f f f t f s r 1 0 1184 23 \N \N \N \N \N pg_stat_get_backend_xact_start \N \N \N \N 1391 pg_stat_get_backend_start 11 10 12 1 0 0 - f f f t f s r 1 0 1184 23 \N \N \N \N \N pg_stat_get_backend_start \N \N \N \N 1392 pg_stat_get_backend_client_addr 11 10 12 1 0 0 - f f f t f s r 1 0 869 23 \N \N \N \N \N pg_stat_get_backend_client_addr \N \N \N \N 1393 pg_stat_get_backend_client_port 11 10 12 1 0 0 - f f f t f s r 1 0 23 23 \N \N \N \N \N pg_stat_get_backend_client_port \N \N \N \N 1941 pg_stat_get_db_numbackends 11 10 12 1 0 0 - f f f t f s r 1 0 23 26 \N \N \N \N \N pg_stat_get_db_numbackends \N \N \N \N 1942 pg_stat_get_db_xact_commit 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_xact_commit \N \N \N \N 1943 pg_stat_get_db_xact_rollback 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_xact_rollback \N \N \N \N 1944 pg_stat_get_db_blocks_fetched 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_blocks_fetched \N \N \N \N 1945 pg_stat_get_db_blocks_hit 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_blocks_hit \N \N \N \N 2758 pg_stat_get_db_tuples_returned 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_tuples_returned \N \N \N \N 2759 pg_stat_get_db_tuples_fetched 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_tuples_fetched \N \N \N \N 2760 pg_stat_get_db_tuples_inserted 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_tuples_inserted \N \N \N \N 2761 pg_stat_get_db_tuples_updated 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_tuples_updated \N \N \N \N 2762 pg_stat_get_db_tuples_deleted 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_tuples_deleted \N \N \N \N 3065 pg_stat_get_db_conflict_tablespace 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_conflict_tablespace \N \N \N \N 3066 pg_stat_get_db_conflict_lock 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_conflict_lock \N \N \N \N 3067 pg_stat_get_db_conflict_snapshot 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_conflict_snapshot \N \N \N \N 6309 pg_stat_get_db_conflict_logicalslot 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_conflict_logicalslot \N \N \N \N 3068 pg_stat_get_db_conflict_bufferpin 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_conflict_bufferpin \N \N \N \N 3069 pg_stat_get_db_conflict_startup_deadlock 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_conflict_startup_deadlock \N \N \N \N 3070 pg_stat_get_db_conflict_all 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_conflict_all \N \N \N \N 3152 pg_stat_get_db_deadlocks 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_deadlocks \N \N \N \N 3426 pg_stat_get_db_checksum_failures 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_checksum_failures \N \N \N \N 3428 pg_stat_get_db_checksum_last_failure 11 10 12 1 0 0 - f f f t f s r 1 0 1184 26 \N \N \N \N \N pg_stat_get_db_checksum_last_failure \N \N \N \N 3074 pg_stat_get_db_stat_reset_time 11 10 12 1 0 0 - f f f t f s r 1 0 1184 26 \N \N \N \N \N pg_stat_get_db_stat_reset_time \N \N \N \N 3150 pg_stat_get_db_temp_files 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_temp_files \N \N \N \N 3151 pg_stat_get_db_temp_bytes 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_temp_bytes \N \N \N \N 2844 pg_stat_get_db_blk_read_time 11 10 12 1 0 0 - f f f t f s r 1 0 701 26 \N \N \N \N \N pg_stat_get_db_blk_read_time \N \N \N \N 2845 pg_stat_get_db_blk_write_time 11 10 12 1 0 0 - f f f t f s r 1 0 701 26 \N \N \N \N \N pg_stat_get_db_blk_write_time \N \N \N \N 6185 pg_stat_get_db_session_time 11 10 12 1 0 0 - f f f t f s r 1 0 701 26 \N \N \N \N \N pg_stat_get_db_session_time \N \N \N \N 6186 pg_stat_get_db_active_time 11 10 12 1 0 0 - f f f t f s r 1 0 701 26 \N \N \N \N \N pg_stat_get_db_active_time \N \N \N \N 6187 pg_stat_get_db_idle_in_transaction_time 11 10 12 1 0 0 - f f f t f s r 1 0 701 26 \N \N \N \N \N pg_stat_get_db_idle_in_transaction_time \N \N \N \N 6188 pg_stat_get_db_sessions 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_sessions \N \N \N \N 6189 pg_stat_get_db_sessions_abandoned 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_sessions_abandoned \N \N \N \N 6190 pg_stat_get_db_sessions_fatal 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_sessions_fatal \N \N \N \N 6191 pg_stat_get_db_sessions_killed 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_db_sessions_killed \N \N \N \N 3195 pg_stat_get_archiver 11 10 12 1 0 0 - f f f f f s r 0 0 2249 {20,25,1184,20,25,1184,1184} {o,o,o,o,o,o,o} {archived_count,last_archived_wal,last_archived_time,failed_count,last_failed_wal,last_failed_time,stats_reset} \N \N pg_stat_get_archiver \N \N \N \N 2769 pg_stat_get_checkpointer_num_timed 11 10 12 1 0 0 - f f f t f s r 0 0 20 \N \N \N \N \N pg_stat_get_checkpointer_num_timed \N \N \N \N 2770 pg_stat_get_checkpointer_num_requested 11 10 12 1 0 0 - f f f t f s r 0 0 20 \N \N \N \N \N pg_stat_get_checkpointer_num_requested \N \N \N \N 8743 pg_stat_get_checkpointer_restartpoints_timed 11 10 12 1 0 0 - f f f t f s r 0 0 20 \N \N \N \N \N pg_stat_get_checkpointer_restartpoints_timed \N \N \N \N 8744 pg_stat_get_checkpointer_restartpoints_requested 11 10 12 1 0 0 - f f f t f s r 0 0 20 \N \N \N \N \N pg_stat_get_checkpointer_restartpoints_requested \N \N \N \N 8745 pg_stat_get_checkpointer_restartpoints_performed 11 10 12 1 0 0 - f f f t f s r 0 0 20 \N \N \N \N \N pg_stat_get_checkpointer_restartpoints_performed \N \N \N \N 2771 pg_stat_get_checkpointer_buffers_written 11 10 12 1 0 0 - f f f t f s r 0 0 20 \N \N \N \N \N pg_stat_get_checkpointer_buffers_written \N \N \N \N 8206 pg_stat_get_checkpointer_stat_reset_time 11 10 12 1 0 0 - f f f t f s r 0 0 1184 \N \N \N \N \N pg_stat_get_checkpointer_stat_reset_time \N \N \N \N 2772 pg_stat_get_bgwriter_buf_written_clean 11 10 12 1 0 0 - f f f t f s r 0 0 20 \N \N \N \N \N pg_stat_get_bgwriter_buf_written_clean \N \N \N \N 2773 pg_stat_get_bgwriter_maxwritten_clean 11 10 12 1 0 0 - f f f t f s r 0 0 20 \N \N \N \N \N pg_stat_get_bgwriter_maxwritten_clean \N \N \N \N 3075 pg_stat_get_bgwriter_stat_reset_time 11 10 12 1 0 0 - f f f t f s r 0 0 1184 \N \N \N \N \N pg_stat_get_bgwriter_stat_reset_time \N \N \N \N 3160 pg_stat_get_checkpointer_write_time 11 10 12 1 0 0 - f f f t f s r 0 0 701 \N \N \N \N \N pg_stat_get_checkpointer_write_time \N \N \N \N 3161 pg_stat_get_checkpointer_sync_time 11 10 12 1 0 0 - f f f t f s r 0 0 701 \N \N \N \N \N pg_stat_get_checkpointer_sync_time \N \N \N \N 2859 pg_stat_get_buf_alloc 11 10 12 1 0 0 - f f f t f s r 0 0 20 \N \N \N \N \N pg_stat_get_buf_alloc \N \N \N \N 6214 pg_stat_get_io 11 10 12 1 30 0 - f f f t t v r 0 0 2249 {25,25,25,20,701,20,701,20,701,20,701,20,20,20,20,20,701,1184} {o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o} {backend_type,object,context,reads,read_time,writes,write_time,writebacks,writeback_time,extends,extend_time,op_bytes,hits,evictions,reuses,fsyncs,fsync_time,stats_reset} \N \N pg_stat_get_io \N \N \N \N 1136 pg_stat_get_wal 11 10 12 1 0 0 - f f f f f s r 0 0 2249 {20,20,1700,20,20,20,701,701,1184} {o,o,o,o,o,o,o,o,o} {wal_records,wal_fpi,wal_bytes,wal_buffers_full,wal_write,wal_sync,wal_write_time,wal_sync_time,stats_reset} \N \N pg_stat_get_wal \N \N \N \N 6248 pg_stat_get_recovery_prefetch 11 10 12 1 1 0 - f f f t t v s 0 0 2249 {1184,20,20,20,20,20,20,23,23,23} {o,o,o,o,o,o,o,o,o,o} {stats_reset,prefetch,hit,skip_init,skip_new,skip_fpw,skip_rep,wal_distance,block_distance,io_depth} \N \N pg_stat_get_recovery_prefetch \N \N \N \N 2306 pg_stat_get_slru 11 10 12 1 100 0 - f f f f t s r 0 0 2249 {25,20,20,20,20,20,20,20,1184} {o,o,o,o,o,o,o,o,o} {name,blks_zeroed,blks_hit,blks_read,blks_written,blks_exists,flushes,truncates,stats_reset} \N \N pg_stat_get_slru \N \N \N \N 2978 pg_stat_get_function_calls 11 10 12 1 0 0 - f f f t f s r 1 0 20 26 \N \N \N \N \N pg_stat_get_function_calls \N \N \N \N 2979 pg_stat_get_function_total_time 11 10 12 1 0 0 - f f f t f s r 1 0 701 26 \N \N \N \N \N pg_stat_get_function_total_time \N \N \N \N 2980 pg_stat_get_function_self_time 11 10 12 1 0 0 - f f f t f s r 1 0 701 26 \N \N \N \N \N pg_stat_get_function_self_time \N \N \N \N 3037 pg_stat_get_xact_numscans 11 10 12 1 0 0 - f f f t f v r 1 0 20 26 \N \N \N \N \N pg_stat_get_xact_numscans \N \N \N \N 3038 pg_stat_get_xact_tuples_returned 11 10 12 1 0 0 - f f f t f v r 1 0 20 26 \N \N \N \N \N pg_stat_get_xact_tuples_returned \N \N \N \N 3039 pg_stat_get_xact_tuples_fetched 11 10 12 1 0 0 - f f f t f v r 1 0 20 26 \N \N \N \N \N pg_stat_get_xact_tuples_fetched \N \N \N \N 3040 pg_stat_get_xact_tuples_inserted 11 10 12 1 0 0 - f f f t f v r 1 0 20 26 \N \N \N \N \N pg_stat_get_xact_tuples_inserted \N \N \N \N 3041 pg_stat_get_xact_tuples_updated 11 10 12 1 0 0 - f f f t f v r 1 0 20 26 \N \N \N \N \N pg_stat_get_xact_tuples_updated \N \N \N \N 3042 pg_stat_get_xact_tuples_deleted 11 10 12 1 0 0 - f f f t f v r 1 0 20 26 \N \N \N \N \N pg_stat_get_xact_tuples_deleted \N \N \N \N 3043 pg_stat_get_xact_tuples_hot_updated 11 10 12 1 0 0 - f f f t f v r 1 0 20 26 \N \N \N \N \N pg_stat_get_xact_tuples_hot_updated \N \N \N \N 6218 pg_stat_get_xact_tuples_newpage_updated 11 10 12 1 0 0 - f f f t f v r 1 0 20 26 \N \N \N \N \N pg_stat_get_xact_tuples_newpage_updated \N \N \N \N 3044 pg_stat_get_xact_blocks_fetched 11 10 12 1 0 0 - f f f t f v r 1 0 20 26 \N \N \N \N \N pg_stat_get_xact_blocks_fetched \N \N \N \N 3045 pg_stat_get_xact_blocks_hit 11 10 12 1 0 0 - f f f t f v r 1 0 20 26 \N \N \N \N \N pg_stat_get_xact_blocks_hit \N \N \N \N 3046 pg_stat_get_xact_function_calls 11 10 12 1 0 0 - f f f t f v r 1 0 20 26 \N \N \N \N \N pg_stat_get_xact_function_calls \N \N \N \N 3047 pg_stat_get_xact_function_total_time 11 10 12 1 0 0 - f f f t f v r 1 0 701 26 \N \N \N \N \N pg_stat_get_xact_function_total_time \N \N \N \N 3048 pg_stat_get_xact_function_self_time 11 10 12 1 0 0 - f f f t f v r 1 0 701 26 \N \N \N \N \N pg_stat_get_xact_function_self_time \N \N \N \N 3788 pg_stat_get_snapshot_timestamp 11 10 12 1 0 0 - f f f t f s r 0 0 1184 \N \N \N \N \N pg_stat_get_snapshot_timestamp \N \N \N \N 2230 pg_stat_clear_snapshot 11 10 12 1 0 0 - f f f f f v r 0 0 2278 \N \N \N \N \N pg_stat_clear_snapshot \N \N \N \N 2137 pg_stat_force_next_flush 11 10 12 1 0 0 - f f f f f v r 0 0 2278 \N \N \N \N \N pg_stat_force_next_flush \N \N \N \N 2274 pg_stat_reset 11 16387 12 1 0 0 - f f f f f v s 0 0 2278 \N \N \N \N \N pg_stat_reset \N \N \N {} 3163 pg_trigger_depth 11 10 12 1 0 0 - f f f t f s r 0 0 23 \N \N \N \N \N pg_trigger_depth \N \N \N \N 3778 pg_tablespace_location 11 10 12 1 0 0 - f f f t f s s 1 0 25 26 \N \N \N \N \N pg_tablespace_location \N \N \N \N 1946 encode 11 10 12 1 0 0 - f f f t f i s 2 0 25 17 25 \N \N \N \N \N binary_encode \N \N \N \N 1947 decode 11 10 12 1 0 0 - f f f t f i s 2 0 17 25 25 \N \N \N \N \N binary_decode \N \N \N \N 1948 byteaeq 11 10 12 1 0 0 - f f t t f i s 2 0 16 17 17 \N \N \N \N \N byteaeq \N \N \N \N 1949 bytealt 11 10 12 1 0 0 - f f t t f i s 2 0 16 17 17 \N \N \N \N \N bytealt \N \N \N \N 1950 byteale 11 10 12 1 0 0 - f f t t f i s 2 0 16 17 17 \N \N \N \N \N byteale \N \N \N \N 1951 byteagt 11 10 12 1 0 0 - f f t t f i s 2 0 16 17 17 \N \N \N \N \N byteagt \N \N \N \N 1952 byteage 11 10 12 1 0 0 - f f t t f i s 2 0 16 17 17 \N \N \N \N \N byteage \N \N \N \N 1953 byteane 11 10 12 1 0 0 - f f t t f i s 2 0 16 17 17 \N \N \N \N \N byteane \N \N \N \N 1954 byteacmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 17 17 \N \N \N \N \N byteacmp \N \N \N \N 3331 bytea_sortsupport 11 10 12 1 0 0 - f f f t f i s 1 0 2278 2281 \N \N \N \N \N bytea_sortsupport \N \N \N \N 3917 timestamp_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N timestamp_support \N \N \N \N 3944 time_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N time_support \N \N \N \N 1961 timestamp 11 10 12 1 0 0 timestamp_support f f f t f i s 2 0 1114 1114 23 \N \N \N \N \N timestamp_scale \N \N \N \N 1965 oidlarger 11 10 12 1 0 0 - f f f t f i s 2 0 26 26 26 \N \N \N \N \N oidlarger \N \N \N \N 1966 oidsmaller 11 10 12 1 0 0 - f f f t f i s 2 0 26 26 26 \N \N \N \N \N oidsmaller \N \N \N \N 1967 timestamptz 11 10 12 1 0 0 timestamp_support f f f t f i s 2 0 1184 1184 23 \N \N \N \N \N timestamptz_scale \N \N \N \N 1968 time 11 10 12 1 0 0 time_support f f f t f i s 2 0 1083 1083 23 \N \N \N \N \N time_scale \N \N \N \N 1969 timetz 11 10 12 1 0 0 time_support f f f t f i s 2 0 1266 1266 23 \N \N \N \N \N timetz_scale \N \N \N \N 2003 textanycat 11 10 14 1 0 0 - f f f t f s s 2 0 25 25 2776 \N \N \N \N \N select $1 operator(pg_catalog.||) $2::pg_catalog.text \N \N \N \N 2004 anytextcat 11 10 14 1 0 0 - f f f t f s s 2 0 25 2776 25 \N \N \N \N \N select $1::pg_catalog.text operator(pg_catalog.||) $2 \N \N \N \N 2005 bytealike 11 10 12 1 0 0 textlike_support f f f t f i s 2 0 16 17 17 \N \N \N \N \N bytealike \N \N \N \N 2006 byteanlike 11 10 12 1 0 0 - f f f t f i s 2 0 16 17 17 \N \N \N \N \N byteanlike \N \N \N \N 2007 like 11 10 12 1 0 0 textlike_support f f f t f i s 2 0 16 17 17 \N \N \N \N \N bytealike \N \N \N \N 2008 notlike 11 10 12 1 0 0 - f f f t f i s 2 0 16 17 17 \N \N \N \N \N byteanlike \N \N \N \N 2009 like_escape 11 10 12 1 0 0 - f f f t f i s 2 0 17 17 17 \N \N \N \N \N like_escape_bytea \N \N \N \N 2010 length 11 10 12 1 0 0 - f f f t f i s 1 0 23 17 \N \N \N \N \N byteaoctetlen \N \N \N \N 2011 byteacat 11 10 12 1 0 0 - f f f t f i s 2 0 17 17 17 \N \N \N \N \N byteacat \N \N \N \N 2012 substring 11 10 12 1 0 0 - f f f t f i s 3 0 17 17 23 23 \N \N \N \N \N bytea_substr \N \N \N \N 2013 substring 11 10 12 1 0 0 - f f f t f i s 2 0 17 17 23 \N \N \N \N \N bytea_substr_no_len \N \N \N \N 3776 pg_stat_reset_single_table_counters 11 10 12 1 0 0 - f f f t f v s 1 0 2278 26 \N \N \N \N \N pg_stat_reset_single_table_counters \N \N \N {SYSTEM=X/SYSTEM} 3777 pg_stat_reset_single_function_counters 11 10 12 1 0 0 - f f f t f v s 1 0 2278 26 \N \N \N \N \N pg_stat_reset_single_function_counters \N \N \N {SYSTEM=X/SYSTEM} 6170 pg_stat_reset_replication_slot 11 10 12 1 0 0 - f f f f f v s 1 0 2278 25 \N \N \N \N \N pg_stat_reset_replication_slot \N \N \N {SYSTEM=X/SYSTEM} 6232 pg_stat_reset_subscription_stats 11 10 12 1 0 0 - f f f f f v s 1 0 2278 26 \N \N \N \N \N pg_stat_reset_subscription_stats \N \N \N {SYSTEM=X/SYSTEM} 2085 substr 11 10 12 1 0 0 - f f f t f i s 3 0 17 17 23 23 \N \N \N \N \N bytea_substr \N \N \N \N 2086 substr 11 10 12 1 0 0 - f f f t f i s 2 0 17 17 23 \N \N \N \N \N bytea_substr_no_len \N \N \N \N 2014 position 11 10 12 1 0 0 - f f f t f i s 2 0 23 17 17 \N \N \N \N \N byteapos \N \N \N \N 2015 btrim 11 10 12 1 0 0 - f f f t f i s 2 0 17 17 17 \N \N \N \N \N byteatrim \N \N \N \N 6195 ltrim 11 10 12 1 0 0 - f f f t f i s 2 0 17 17 17 \N \N \N \N \N bytealtrim \N \N \N \N 6196 rtrim 11 10 12 1 0 0 - f f f t f i s 2 0 17 17 17 \N \N \N \N \N byteartrim \N \N \N \N 2019 time 11 10 12 1 0 0 - f f f t f s s 1 0 1083 1184 \N \N \N \N \N timestamptz_time \N \N \N \N 2020 date_trunc 11 10 12 1 0 0 - f f f t f i s 2 0 1114 25 1114 \N \N \N \N \N timestamp_trunc \N \N \N \N 6177 date_bin 11 10 12 1 0 0 - f f f t f i s 3 0 1114 1186 1114 1114 \N \N \N \N \N timestamp_bin \N \N \N \N 6178 date_bin 11 10 12 1 0 0 - f f f t f i s 3 0 1184 1186 1184 1184 \N \N \N \N \N timestamptz_bin \N \N \N \N 2021 date_part 11 10 12 1 0 0 - f f f t f i s 2 0 701 25 1114 \N \N \N \N \N timestamp_part \N \N \N \N 6202 extract 11 10 12 1 0 0 - f f f t f i s 2 0 1700 25 1114 \N \N \N \N \N extract_timestamp \N \N \N \N 2024 timestamp 11 10 12 1 0 0 - f f f t f i s 1 0 1114 1082 \N \N \N \N \N date_timestamp \N \N \N \N 2025 timestamp 11 10 12 1 0 0 - f f f t f i s 2 0 1114 1082 1083 \N \N \N \N \N datetime_timestamp \N \N \N \N 2027 timestamp 11 10 12 1 0 0 - f f f t f s s 1 0 1114 1184 \N \N \N \N \N timestamptz_timestamp \N \N \N \N 2028 timestamptz 11 10 12 1 0 0 - f f f t f s s 1 0 1184 1114 \N \N \N \N \N timestamp_timestamptz \N \N \N \N 2029 date 11 10 12 1 0 0 - f f f t f i s 1 0 1082 1114 \N \N \N \N \N timestamp_date \N \N \N \N 2031 timestamp_mi 11 10 12 1 0 0 - f f f t f i s 2 0 1186 1114 1114 \N \N \N \N \N timestamp_mi \N \N \N \N 2032 timestamp_pl_interval 11 10 12 1 0 0 - f f f t f i s 2 0 1114 1114 1186 \N \N \N \N \N timestamp_pl_interval \N \N \N \N 2033 timestamp_mi_interval 11 10 12 1 0 0 - f f f t f i s 2 0 1114 1114 1186 \N \N \N \N \N timestamp_mi_interval \N \N \N \N 2035 timestamp_smaller 11 10 12 1 0 0 - f f f t f i s 2 0 1114 1114 1114 \N \N \N \N \N timestamp_smaller \N \N \N \N 2036 timestamp_larger 11 10 12 1 0 0 - f f f t f i s 2 0 1114 1114 1114 \N \N \N \N \N timestamp_larger \N \N \N \N 2037 timezone 11 10 12 1 0 0 - f f f t f s s 2 0 1266 25 1266 \N \N \N \N \N timetz_zone \N \N \N \N 2038 timezone 11 10 12 1 0 0 - f f f t f i s 2 0 1266 1186 1266 \N \N \N \N \N timetz_izone \N \N \N \N 9161 timezone 11 10 12 1 0 0 - f f f t f s s 1 0 1266 1266 \N \N \N \N \N timetz_at_local \N \N \N \N 2039 timestamp_hash 11 10 12 1 0 0 - f f f t f i s 1 0 23 1114 \N \N \N \N \N timestamp_hash \N \N \N \N 3411 timestamp_hash_extended 11 10 12 1 0 0 - f f f t f i s 2 0 20 1114 20 \N \N \N \N \N timestamp_hash_extended \N \N \N \N 2041 overlaps 11 10 12 1 0 0 - f f f f f i s 4 0 16 1114 1114 1114 1114 \N \N \N \N \N overlaps_timestamp \N \N \N \N 2045 timestamp_cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 1114 1114 \N \N \N \N \N timestamp_cmp \N \N \N \N 3137 timestamp_sortsupport 11 10 12 1 0 0 - f f f t f i s 1 0 2278 2281 \N \N \N \N \N timestamp_sortsupport \N \N \N \N 4134 in_range 11 10 12 1 0 0 - f f f t f i s 5 0 16 1114 1114 1186 16 16 \N \N \N \N \N in_range_timestamp_interval \N \N \N \N 4135 in_range 11 10 12 1 0 0 - f f f t f s s 5 0 16 1184 1184 1186 16 16 \N \N \N \N \N in_range_timestamptz_interval \N \N \N \N 4136 in_range 11 10 12 1 0 0 - f f f t f i s 5 0 16 1186 1186 1186 16 16 \N \N \N \N \N in_range_interval_interval \N \N \N \N 4137 in_range 11 10 12 1 0 0 - f f f t f i s 5 0 16 1083 1083 1186 16 16 \N \N \N \N \N in_range_time_interval \N \N \N \N 4138 in_range 11 10 12 1 0 0 - f f f t f i s 5 0 16 1266 1266 1186 16 16 \N \N \N \N \N in_range_timetz_interval \N \N \N \N 2046 time 11 10 12 1 0 0 - f f f t f i s 1 0 1083 1266 \N \N \N \N \N timetz_time \N \N \N \N 2047 timetz 11 10 12 1 0 0 - f f f t f s s 1 0 1266 1083 \N \N \N \N \N time_timetz \N \N \N \N 2048 isfinite 11 10 12 1 0 0 - f f f t f i s 1 0 16 1114 \N \N \N \N \N timestamp_finite \N \N \N \N 2049 to_char 11 10 12 1 0 0 - f f f t f s s 2 0 25 1114 25 \N \N \N \N \N timestamp_to_char \N \N \N \N 2052 timestamp_eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 1114 1114 \N \N \N \N \N timestamp_eq \N \N \N \N 2053 timestamp_ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 1114 1114 \N \N \N \N \N timestamp_ne \N \N \N \N 2054 timestamp_lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 1114 1114 \N \N \N \N \N timestamp_lt \N \N \N \N 2055 timestamp_le 11 10 12 1 0 0 - f f t t f i s 2 0 16 1114 1114 \N \N \N \N \N timestamp_le \N \N \N \N 2056 timestamp_ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 1114 1114 \N \N \N \N \N timestamp_ge \N \N \N \N 2057 timestamp_gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 1114 1114 \N \N \N \N \N timestamp_gt \N \N \N \N 2058 age 11 10 12 1 0 0 - f f f t f i s 2 0 1186 1114 1114 \N \N \N \N \N timestamp_age \N \N \N \N 2069 timezone 11 10 12 1 0 0 - f f f t f i s 2 0 1184 25 1114 \N \N \N \N \N timestamp_zone \N \N \N \N 2070 timezone 11 10 12 1 0 0 - f f f t f i s 2 0 1184 1186 1114 \N \N \N \N \N timestamp_izone \N \N \N \N 9160 timezone 11 10 12 1 0 0 - f f f t f s s 1 0 1184 1114 \N \N \N \N \N timestamp_at_local \N \N \N \N 2071 date_pl_interval 11 10 12 1 0 0 - f f f t f i s 2 0 1114 1082 1186 \N \N \N \N \N date_pl_interval \N \N \N \N 2072 date_mi_interval 11 10 12 1 0 0 - f f f t f i s 2 0 1114 1082 1186 \N \N \N \N \N date_mi_interval \N \N \N \N 2073 substring 11 10 12 1 0 0 - f f f t f i s 2 0 25 25 25 \N \N \N \N \N textregexsubstr \N \N \N \N 2075 bit 11 10 12 1 0 0 - f f f t f i s 2 0 1560 20 23 \N \N \N \N \N bitfromint8 \N \N \N \N 2076 int8 11 10 12 1 0 0 - f f f t f i s 1 0 20 1560 \N \N \N \N \N bittoint8 \N \N \N \N 2077 current_setting 11 10 12 1 0 0 - f f f t f s s 1 0 25 25 \N \N \N \N \N show_config_by_name \N \N \N \N 3294 current_setting 11 10 12 1 0 0 - f f f t f s s 2 0 25 25 16 \N \N \N \N \N show_config_by_name_missing_ok \N \N \N \N 2078 set_config 11 10 12 1 0 0 - f f f f f v u 3 0 25 25 25 16 \N \N \N \N \N set_config_by_name \N \N \N \N 2084 pg_show_all_settings 11 10 12 1 1000 0 - f f f t t s s 0 0 2249 {25,25,25,25,25,25,25,25,25,25,25,1009,25,25,25,23,16} {o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o} {name,setting,unit,category,short_desc,extra_desc,context,vartype,source,min_val,max_val,enumvals,boot_val,reset_val,sourcefile,sourceline,pending_restart} \N \N show_all_settings \N \N \N \N 6240 pg_settings_get_flags 11 10 12 1 0 0 - f f f t f s s 1 0 1009 25 \N \N \N \N \N pg_settings_get_flags \N \N \N \N 1371 pg_lock_status 11 10 12 1 1000 0 - f f f t t v s 0 0 2249 {25,26,26,23,21,25,28,26,26,21,25,23,25,16,16,1184} {o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o} {locktype,database,relation,page,tuple,virtualxid,transactionid,classid,objid,objsubid,virtualtransaction,pid,mode,granted,fastpath,waitstart} \N \N pg_lock_status \N \N \N \N 2561 pg_blocking_pids 11 10 12 1 0 0 - f f f t f v s 1 0 1007 23 \N \N \N \N \N pg_blocking_pids \N \N \N \N 3376 pg_safe_snapshot_blocking_pids 11 10 12 1 0 0 - f f f t f v s 1 0 1007 23 \N \N \N \N \N pg_safe_snapshot_blocking_pids \N \N \N \N 3378 pg_isolation_test_session_is_blocked 11 10 12 1 0 0 - f f f t f v s 2 0 16 23 1007 \N \N \N \N \N pg_isolation_test_session_is_blocked \N \N \N \N 1065 pg_prepared_xact 11 10 12 1 1000 0 - f f f t t v s 0 0 2249 {28,25,1184,26,26} {o,o,o,o,o} {transaction,gid,prepared,ownerid,dbid} \N \N pg_prepared_xact \N \N \N \N 2101 avg 11 10 12 1 0 0 - a f f f f i s 1 0 1700 23 \N \N \N \N \N aggregate_dummy \N \N \N \N 3329 pg_show_all_file_settings 11 10 12 1 1000 0 - f f f t t v s 0 0 2249 {25,23,23,25,25,16,25} {o,o,o,o,o,o,o} {sourcefile,sourceline,seqno,name,setting,applied,error} \N \N show_all_file_settings \N \N \N {SYSTEM=X/SYSTEM} 6250 pg_ident_file_mappings 11 10 12 1 1000 0 - f f f t t v s 0 0 2249 {23,25,23,25,25,25,25} {o,o,o,o,o,o,o} {map_number,file_name,line_number,map_name,sys_name,pg_username,error} \N \N pg_ident_file_mappings \N \N \N {SYSTEM=X/SYSTEM} 3819 pg_get_multixact_members 11 10 12 1 1000 0 - f f f t t v s 1 0 2249 28 {28,28,25} {i,o,o} {multixid,xid,mode} \N \N pg_get_multixact_members \N \N \N \N 3581 pg_xact_commit_timestamp 11 10 12 1 0 0 - f f f t f v s 1 0 1184 28 \N \N \N \N \N pg_xact_commit_timestamp \N \N \N \N 6168 pg_xact_commit_timestamp_origin 11 10 12 1 0 0 - f f f t f v s 1 0 2249 28 {28,1184,26} {i,o,o} {xid,timestamp,roident} \N \N pg_xact_commit_timestamp_origin \N \N \N \N 3583 pg_last_committed_xact 11 10 12 1 0 0 - f f f t f v s 0 0 2249 {28,1184,26} {o,o,o} {xid,timestamp,roident} \N \N pg_last_committed_xact \N \N \N \N 3537 pg_describe_object 11 10 12 1 0 0 - f f f t f s s 3 0 25 26 26 23 \N \N \N \N \N pg_describe_object \N \N \N \N 3839 pg_identify_object 11 10 12 1 0 0 - f f f t f s s 3 0 2249 26 26 23 {26,26,23,25,25,25,25} {i,i,i,o,o,o,o} {classid,objid,objsubid,type,schema,name,identity} \N \N pg_identify_object \N \N \N \N 3382 pg_identify_object_as_address 11 10 12 1 0 0 - f f f t f s s 3 0 2249 26 26 23 {26,26,23,25,1009,1009} {i,i,i,o,o,o} {classid,objid,objsubid,type,object_names,object_args} \N \N pg_identify_object_as_address \N \N \N \N 3954 pg_get_object_address 11 10 12 1 0 0 - f f f t f s s 3 0 2249 25 1009 1009 {25,1009,1009,26,26,23} {i,i,i,o,o,o} {type,object_names,object_args,classid,objid,objsubid} \N \N pg_get_object_address \N \N \N \N 2079 pg_table_is_visible 11 10 12 10 0 0 - f f f t f s s 1 0 16 26 \N \N \N \N \N pg_table_is_visible \N \N \N \N 2080 pg_type_is_visible 11 10 12 10 0 0 - f f f t f s s 1 0 16 26 \N \N \N \N \N pg_type_is_visible \N \N \N \N 2081 pg_function_is_visible 11 10 12 10 0 0 - f f f t f s s 1 0 16 26 \N \N \N \N \N pg_function_is_visible \N \N \N \N 2082 pg_operator_is_visible 11 10 12 10 0 0 - f f f t f s s 1 0 16 26 \N \N \N \N \N pg_operator_is_visible \N \N \N \N 2083 pg_opclass_is_visible 11 10 12 10 0 0 - f f f t f s s 1 0 16 26 \N \N \N \N \N pg_opclass_is_visible \N \N \N \N 3829 pg_opfamily_is_visible 11 10 12 10 0 0 - f f f t f s s 1 0 16 26 \N \N \N \N \N pg_opfamily_is_visible \N \N \N \N 2093 pg_conversion_is_visible 11 10 12 10 0 0 - f f f t f s s 1 0 16 26 \N \N \N \N \N pg_conversion_is_visible \N \N \N \N 3403 pg_statistics_obj_is_visible 11 10 12 10 0 0 - f f f t f s s 1 0 16 26 \N \N \N \N \N pg_statistics_obj_is_visible \N \N \N \N 3756 pg_ts_parser_is_visible 11 10 12 10 0 0 - f f f t f s s 1 0 16 26 \N \N \N \N \N pg_ts_parser_is_visible \N \N \N \N 3757 pg_ts_dict_is_visible 11 10 12 10 0 0 - f f f t f s s 1 0 16 26 \N \N \N \N \N pg_ts_dict_is_visible \N \N \N \N 3768 pg_ts_template_is_visible 11 10 12 10 0 0 - f f f t f s s 1 0 16 26 \N \N \N \N \N pg_ts_template_is_visible \N \N \N \N 3758 pg_ts_config_is_visible 11 10 12 10 0 0 - f f f t f s s 1 0 16 26 \N \N \N \N \N pg_ts_config_is_visible \N \N \N \N 3815 pg_collation_is_visible 11 10 12 10 0 0 - f f f t f s s 1 0 16 26 \N \N \N \N \N pg_collation_is_visible \N \N \N \N 2854 pg_my_temp_schema 11 10 12 1 0 0 - f f f t f s r 0 0 26 \N \N \N \N \N pg_my_temp_schema \N \N \N \N 2855 pg_is_other_temp_schema 11 10 12 1 0 0 - f f f t f s s 1 0 16 26 \N \N \N \N \N pg_is_other_temp_schema \N \N \N \N 2171 pg_cancel_backend 11 10 12 1 0 0 - f f f t f v s 1 0 16 23 \N \N \N \N \N pg_cancel_backend \N \N \N \N 2849 pg_current_wal_lsn 11 10 12 1 0 0 - f f f t f v s 0 0 3220 \N \N \N \N \N pg_current_wal_lsn \N \N \N \N 2852 pg_current_wal_insert_lsn 11 10 12 1 0 0 - f f f t f v s 0 0 3220 \N \N \N \N \N pg_current_wal_insert_lsn \N \N \N \N 3330 pg_current_wal_flush_lsn 11 10 12 1 0 0 - f f f t f v s 0 0 3220 \N \N \N \N \N pg_current_wal_flush_lsn \N \N \N \N 2102 avg 11 10 12 1 0 0 - a f f f f i s 1 0 1700 21 \N \N \N \N \N aggregate_dummy \N \N \N \N 3098 pg_create_restore_point 11 10 12 1 0 0 - f f f t f v s 1 0 3220 25 \N \N \N \N \N pg_create_restore_point \N \N \N {SYSTEM=X/SYSTEM} 2848 pg_switch_wal 11 10 12 1 0 0 - f f f t f v s 0 0 3220 \N \N \N \N \N pg_switch_wal \N \N \N {SYSTEM=X/SYSTEM} 6305 pg_log_standby_snapshot 11 10 12 1 0 0 - f f f t f v s 0 0 3220 \N \N \N \N \N pg_log_standby_snapshot \N \N \N {SYSTEM=X/SYSTEM} 2850 pg_walfile_name_offset 11 10 12 1 0 0 - f f f t f i s 1 0 2249 3220 {3220,25,23} {i,o,o} {lsn,file_name,file_offset} \N \N pg_walfile_name_offset \N \N \N \N 2851 pg_walfile_name 11 10 12 1 0 0 - f f f t f i s 1 0 25 3220 \N \N \N \N \N pg_walfile_name \N \N \N \N 6213 pg_split_walfile_name 11 10 12 1 0 0 - f f f t f s s 1 0 2249 25 {25,1700,20} {i,o,o} {file_name,segment_number,timeline_id} \N \N pg_split_walfile_name \N \N \N \N 3165 pg_wal_lsn_diff 11 10 12 1 0 0 - f f f t f i s 2 0 1700 3220 3220 \N \N \N \N \N pg_wal_lsn_diff \N \N \N \N 3809 pg_export_snapshot 11 10 12 1 0 0 - f f f t f v u 0 0 25 \N \N \N \N \N pg_export_snapshot \N \N \N \N 3810 pg_is_in_recovery 11 10 12 1 0 0 - f f f t f v s 0 0 16 \N \N \N \N \N pg_is_in_recovery \N \N \N \N 3820 pg_last_wal_receive_lsn 11 10 12 1 0 0 - f f f t f v s 0 0 3220 \N \N \N \N \N pg_last_wal_receive_lsn \N \N \N \N 3821 pg_last_wal_replay_lsn 11 10 12 1 0 0 - f f f t f v s 0 0 3220 \N \N \N \N \N pg_last_wal_replay_lsn \N \N \N \N 3830 pg_last_xact_replay_timestamp 11 10 12 1 0 0 - f f f t f v s 0 0 1184 \N \N \N \N \N pg_last_xact_replay_timestamp \N \N \N \N 3073 pg_is_wal_replay_paused 11 10 12 1 0 0 - f f f t f v s 0 0 16 \N \N \N \N \N pg_is_wal_replay_paused \N \N \N \N 1137 pg_get_wal_replay_pause_state 11 10 12 1 0 0 - f f f t f v s 0 0 25 \N \N \N \N \N pg_get_wal_replay_pause_state \N \N \N \N 6224 pg_get_wal_resource_managers 11 10 12 1 50 0 - f f f t t v s 0 0 2249 {23,25,16} {o,o,o} {rm_id,rm_name,rm_builtin} \N \N pg_get_wal_resource_managers \N \N \N \N 2626 pg_sleep 11 10 12 1 0 0 - f f f t f v s 1 0 2278 701 \N \N \N \N \N pg_sleep \N \N \N {SYSTEM=X/SYSTEM,regress_dump_test_role=X/SYSTEM} 315 pg_jit_available 11 10 12 1 0 0 - f f f t f v s 0 0 16 \N \N \N \N \N pg_jit_available \N \N \N \N 2971 text 11 10 12 1 0 0 - f f f t f i s 1 0 25 16 \N \N \N \N \N booltext \N \N \N \N 2100 avg 11 10 12 1 0 0 - a f f f f i s 1 0 1700 20 \N \N \N \N \N aggregate_dummy \N \N \N \N 3071 pg_wal_replay_pause 11 10 12 1 0 0 - f f f t f v s 0 0 2278 \N \N \N \N \N pg_wal_replay_pause \N \N \N {SYSTEM=X/SYSTEM} 3072 pg_wal_replay_resume 11 10 12 1 0 0 - f f f t f v s 0 0 2278 \N \N \N \N \N pg_wal_replay_resume \N \N \N {SYSTEM=X/SYSTEM} 2622 pg_rotate_logfile 11 10 12 1 0 0 - f f f t f v s 0 0 16 \N \N \N \N \N pg_rotate_logfile \N \N \N {SYSTEM=X/SYSTEM} 2621 pg_reload_conf 11 10 12 1 0 0 - f f f t f v s 0 0 16 \N \N \N \N \N pg_reload_conf \N \N \N {SYSTEM=X/SYSTEM} 3801 pg_current_logfile 11 10 12 1 0 0 - f f f f f v s 1 0 25 25 \N \N \N \N \N pg_current_logfile_1arg \N \N \N {SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM} 3826 pg_read_file 11 10 12 1 0 0 - f f f t f v s 1 0 25 25 \N \N \N \N \N pg_read_file_all \N \N \N {SYSTEM=X/SYSTEM} 6208 pg_read_file 11 10 12 1 0 0 - f f f t f v s 2 0 25 25 16 \N \N \N \N \N pg_read_file_all_missing \N \N \N {SYSTEM=X/SYSTEM} 2624 pg_read_file 11 10 12 1 0 0 - f f f t f v s 3 0 25 25 20 20 \N \N \N \N \N pg_read_file_off_len \N \N \N {SYSTEM=X/SYSTEM} 3828 pg_read_binary_file 11 10 12 1 0 0 - f f f t f v s 1 0 17 25 \N \N \N \N \N pg_read_binary_file_all \N \N \N {SYSTEM=X/SYSTEM} 6209 pg_read_binary_file 11 10 12 1 0 0 - f f f t f v s 2 0 17 25 16 \N \N \N \N \N pg_read_binary_file_all_missing \N \N \N {SYSTEM=X/SYSTEM} 3827 pg_read_binary_file 11 10 12 1 0 0 - f f f t f v s 3 0 17 25 20 20 \N \N \N \N \N pg_read_binary_file_off_len \N \N \N {SYSTEM=X/SYSTEM} 3295 pg_read_binary_file 11 10 12 1 0 0 - f f f t f v s 4 0 17 25 20 20 16 \N \N \N \N \N pg_read_binary_file_off_len_missing \N \N \N {SYSTEM=X/SYSTEM} 3307 pg_stat_file 11 10 12 1 0 0 - f f f t f v s 2 0 2249 25 16 {25,16,20,1184,1184,1184,1184,16} {i,i,o,o,o,o,o,o} {filename,missing_ok,size,access,modification,change,creation,isdir} \N \N pg_stat_file \N \N \N {SYSTEM=X/SYSTEM} 2625 pg_ls_dir 11 10 12 1 1000 0 - f f f t t v s 1 0 25 25 \N \N \N \N \N pg_ls_dir_1arg \N \N \N {SYSTEM=X/SYSTEM} 3297 pg_ls_dir 11 10 12 1 1000 0 - f f f t t v s 3 0 25 25 16 16 \N \N \N \N \N pg_ls_dir \N \N \N {SYSTEM=X/SYSTEM} 3800 pg_current_logfile 11 10 12 1 0 0 - f f f f f v s 0 0 25 \N \N \N \N \N pg_current_logfile \N \N \N {SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM} 2103 avg 11 10 12 1 0 0 - a f f f f i s 1 0 1700 1700 \N \N \N \N \N aggregate_dummy \N \N \N \N 2104 avg 11 10 12 1 0 0 - a f f f f i s 1 0 701 700 \N \N \N \N \N aggregate_dummy \N \N \N \N 2105 avg 11 10 12 1 0 0 - a f f f f i s 1 0 701 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 2106 avg 11 10 12 1 0 0 - a f f f f i s 1 0 1186 1186 \N \N \N \N \N aggregate_dummy \N \N \N \N 2107 sum 11 10 12 1 0 0 - a f f f f i s 1 0 1700 20 \N \N \N \N \N aggregate_dummy \N \N \N \N 2108 sum 11 10 12 1 0 0 - a f f f f i s 1 0 20 23 \N \N \N \N \N aggregate_dummy \N \N \N \N 2109 sum 11 10 12 1 0 0 - a f f f f i s 1 0 20 21 \N \N \N \N \N aggregate_dummy \N \N \N \N 2110 sum 11 10 12 1 0 0 - a f f f f i s 1 0 700 700 \N \N \N \N \N aggregate_dummy \N \N \N \N 2111 sum 11 10 12 1 0 0 - a f f f f i s 1 0 701 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 2112 sum 11 10 12 1 0 0 - a f f f f i s 1 0 790 790 \N \N \N \N \N aggregate_dummy \N \N \N \N 2113 sum 11 10 12 1 0 0 - a f f f f i s 1 0 1186 1186 \N \N \N \N \N aggregate_dummy \N \N \N \N 2114 sum 11 10 12 1 0 0 - a f f f f i s 1 0 1700 1700 \N \N \N \N \N aggregate_dummy \N \N \N \N 2115 max 11 10 12 1 0 0 - a f f f f i s 1 0 20 20 \N \N \N \N \N aggregate_dummy \N \N \N \N 2116 max 11 10 12 1 0 0 - a f f f f i s 1 0 23 23 \N \N \N \N \N aggregate_dummy \N \N \N \N 2117 max 11 10 12 1 0 0 - a f f f f i s 1 0 21 21 \N \N \N \N \N aggregate_dummy \N \N \N \N 2118 max 11 10 12 1 0 0 - a f f f f i s 1 0 26 26 \N \N \N \N \N aggregate_dummy \N \N \N \N 2119 max 11 10 12 1 0 0 - a f f f f i s 1 0 700 700 \N \N \N \N \N aggregate_dummy \N \N \N \N 2120 max 11 10 12 1 0 0 - a f f f f i s 1 0 701 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 2122 max 11 10 12 1 0 0 - a f f f f i s 1 0 1082 1082 \N \N \N \N \N aggregate_dummy \N \N \N \N 2123 max 11 10 12 1 0 0 - a f f f f i s 1 0 1083 1083 \N \N \N \N \N aggregate_dummy \N \N \N \N 2124 max 11 10 12 1 0 0 - a f f f f i s 1 0 1266 1266 \N \N \N \N \N aggregate_dummy \N \N \N \N 2125 max 11 10 12 1 0 0 - a f f f f i s 1 0 790 790 \N \N \N \N \N aggregate_dummy \N \N \N \N 2126 max 11 10 12 1 0 0 - a f f f f i s 1 0 1114 1114 \N \N \N \N \N aggregate_dummy \N \N \N \N 2127 max 11 10 12 1 0 0 - a f f f f i s 1 0 1184 1184 \N \N \N \N \N aggregate_dummy \N \N \N \N 2128 max 11 10 12 1 0 0 - a f f f f i s 1 0 1186 1186 \N \N \N \N \N aggregate_dummy \N \N \N \N 2129 max 11 10 12 1 0 0 - a f f f f i s 1 0 25 25 \N \N \N \N \N aggregate_dummy \N \N \N \N 2130 max 11 10 12 1 0 0 - a f f f f i s 1 0 1700 1700 \N \N \N \N \N aggregate_dummy \N \N \N \N 2050 max 11 10 12 1 0 0 - a f f f f i s 1 0 2277 2277 \N \N \N \N \N aggregate_dummy \N \N \N \N 2244 max 11 10 12 1 0 0 - a f f f f i s 1 0 1042 1042 \N \N \N \N \N aggregate_dummy \N \N \N \N 2797 max 11 10 12 1 0 0 - a f f f f i s 1 0 27 27 \N \N \N \N \N aggregate_dummy \N \N \N \N 3564 max 11 10 12 1 0 0 - a f f f f i s 1 0 869 869 \N \N \N \N \N aggregate_dummy \N \N \N \N 4189 max 11 10 12 1 0 0 - a f f f f i s 1 0 3220 3220 \N \N \N \N \N aggregate_dummy \N \N \N \N 5099 max 11 10 12 1 0 0 - a f f f f i s 1 0 5069 5069 \N \N \N \N \N aggregate_dummy \N \N \N \N 2131 min 11 10 12 1 0 0 - a f f f f i s 1 0 20 20 \N \N \N \N \N aggregate_dummy \N \N \N \N 2132 min 11 10 12 1 0 0 - a f f f f i s 1 0 23 23 \N \N \N \N \N aggregate_dummy \N \N \N \N 2133 min 11 10 12 1 0 0 - a f f f f i s 1 0 21 21 \N \N \N \N \N aggregate_dummy \N \N \N \N 2134 min 11 10 12 1 0 0 - a f f f f i s 1 0 26 26 \N \N \N \N \N aggregate_dummy \N \N \N \N 2135 min 11 10 12 1 0 0 - a f f f f i s 1 0 700 700 \N \N \N \N \N aggregate_dummy \N \N \N \N 2136 min 11 10 12 1 0 0 - a f f f f i s 1 0 701 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 2138 min 11 10 12 1 0 0 - a f f f f i s 1 0 1082 1082 \N \N \N \N \N aggregate_dummy \N \N \N \N 2139 min 11 10 12 1 0 0 - a f f f f i s 1 0 1083 1083 \N \N \N \N \N aggregate_dummy \N \N \N \N 2140 min 11 10 12 1 0 0 - a f f f f i s 1 0 1266 1266 \N \N \N \N \N aggregate_dummy \N \N \N \N 2141 min 11 10 12 1 0 0 - a f f f f i s 1 0 790 790 \N \N \N \N \N aggregate_dummy \N \N \N \N 2142 min 11 10 12 1 0 0 - a f f f f i s 1 0 1114 1114 \N \N \N \N \N aggregate_dummy \N \N \N \N 2143 min 11 10 12 1 0 0 - a f f f f i s 1 0 1184 1184 \N \N \N \N \N aggregate_dummy \N \N \N \N 2144 min 11 10 12 1 0 0 - a f f f f i s 1 0 1186 1186 \N \N \N \N \N aggregate_dummy \N \N \N \N 2145 min 11 10 12 1 0 0 - a f f f f i s 1 0 25 25 \N \N \N \N \N aggregate_dummy \N \N \N \N 2146 min 11 10 12 1 0 0 - a f f f f i s 1 0 1700 1700 \N \N \N \N \N aggregate_dummy \N \N \N \N 2051 min 11 10 12 1 0 0 - a f f f f i s 1 0 2277 2277 \N \N \N \N \N aggregate_dummy \N \N \N \N 2245 min 11 10 12 1 0 0 - a f f f f i s 1 0 1042 1042 \N \N \N \N \N aggregate_dummy \N \N \N \N 2798 min 11 10 12 1 0 0 - a f f f f i s 1 0 27 27 \N \N \N \N \N aggregate_dummy \N \N \N \N 3565 min 11 10 12 1 0 0 - a f f f f i s 1 0 869 869 \N \N \N \N \N aggregate_dummy \N \N \N \N 4190 min 11 10 12 1 0 0 - a f f f f i s 1 0 3220 3220 \N \N \N \N \N aggregate_dummy \N \N \N \N 5100 min 11 10 12 1 0 0 - a f f f f i s 1 0 5069 5069 \N \N \N \N \N aggregate_dummy \N \N \N \N 2147 count 11 10 12 1 0 0 int8inc_support a f f f f i s 1 0 20 2276 \N \N \N \N \N aggregate_dummy \N \N \N \N 2803 count 11 10 12 1 0 0 int8inc_support a f f f f i s 0 0 20 \N \N \N \N \N aggregate_dummy \N \N \N \N 6236 int8inc_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N int8inc_support \N \N \N \N 2718 var_pop 11 10 12 1 0 0 - a f f f f i s 1 0 1700 20 \N \N \N \N \N aggregate_dummy \N \N \N \N 2719 var_pop 11 10 12 1 0 0 - a f f f f i s 1 0 1700 23 \N \N \N \N \N aggregate_dummy \N \N \N \N 2720 var_pop 11 10 12 1 0 0 - a f f f f i s 1 0 1700 21 \N \N \N \N \N aggregate_dummy \N \N \N \N 2721 var_pop 11 10 12 1 0 0 - a f f f f i s 1 0 701 700 \N \N \N \N \N aggregate_dummy \N \N \N \N 2722 var_pop 11 10 12 1 0 0 - a f f f f i s 1 0 701 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 2723 var_pop 11 10 12 1 0 0 - a f f f f i s 1 0 1700 1700 \N \N \N \N \N aggregate_dummy \N \N \N \N 2641 var_samp 11 10 12 1 0 0 - a f f f f i s 1 0 1700 20 \N \N \N \N \N aggregate_dummy \N \N \N \N 2642 var_samp 11 10 12 1 0 0 - a f f f f i s 1 0 1700 23 \N \N \N \N \N aggregate_dummy \N \N \N \N 2643 var_samp 11 10 12 1 0 0 - a f f f f i s 1 0 1700 21 \N \N \N \N \N aggregate_dummy \N \N \N \N 2644 var_samp 11 10 12 1 0 0 - a f f f f i s 1 0 701 700 \N \N \N \N \N aggregate_dummy \N \N \N \N 2645 var_samp 11 10 12 1 0 0 - a f f f f i s 1 0 701 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 2646 var_samp 11 10 12 1 0 0 - a f f f f i s 1 0 1700 1700 \N \N \N \N \N aggregate_dummy \N \N \N \N 2148 variance 11 10 12 1 0 0 - a f f f f i s 1 0 1700 20 \N \N \N \N \N aggregate_dummy \N \N \N \N 2149 variance 11 10 12 1 0 0 - a f f f f i s 1 0 1700 23 \N \N \N \N \N aggregate_dummy \N \N \N \N 2150 variance 11 10 12 1 0 0 - a f f f f i s 1 0 1700 21 \N \N \N \N \N aggregate_dummy \N \N \N \N 2151 variance 11 10 12 1 0 0 - a f f f f i s 1 0 701 700 \N \N \N \N \N aggregate_dummy \N \N \N \N 2152 variance 11 10 12 1 0 0 - a f f f f i s 1 0 701 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 2153 variance 11 10 12 1 0 0 - a f f f f i s 1 0 1700 1700 \N \N \N \N \N aggregate_dummy \N \N \N \N 2724 stddev_pop 11 10 12 1 0 0 - a f f f f i s 1 0 1700 20 \N \N \N \N \N aggregate_dummy \N \N \N \N 2725 stddev_pop 11 10 12 1 0 0 - a f f f f i s 1 0 1700 23 \N \N \N \N \N aggregate_dummy \N \N \N \N 2726 stddev_pop 11 10 12 1 0 0 - a f f f f i s 1 0 1700 21 \N \N \N \N \N aggregate_dummy \N \N \N \N 2727 stddev_pop 11 10 12 1 0 0 - a f f f f i s 1 0 701 700 \N \N \N \N \N aggregate_dummy \N \N \N \N 2728 stddev_pop 11 10 12 1 0 0 - a f f f f i s 1 0 701 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 2729 stddev_pop 11 10 12 1 0 0 - a f f f f i s 1 0 1700 1700 \N \N \N \N \N aggregate_dummy \N \N \N \N 2712 stddev_samp 11 10 12 1 0 0 - a f f f f i s 1 0 1700 20 \N \N \N \N \N aggregate_dummy \N \N \N \N 2713 stddev_samp 11 10 12 1 0 0 - a f f f f i s 1 0 1700 23 \N \N \N \N \N aggregate_dummy \N \N \N \N 2714 stddev_samp 11 10 12 1 0 0 - a f f f f i s 1 0 1700 21 \N \N \N \N \N aggregate_dummy \N \N \N \N 2715 stddev_samp 11 10 12 1 0 0 - a f f f f i s 1 0 701 700 \N \N \N \N \N aggregate_dummy \N \N \N \N 2716 stddev_samp 11 10 12 1 0 0 - a f f f f i s 1 0 701 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 2717 stddev_samp 11 10 12 1 0 0 - a f f f f i s 1 0 1700 1700 \N \N \N \N \N aggregate_dummy \N \N \N \N 2154 stddev 11 10 12 1 0 0 - a f f f f i s 1 0 1700 20 \N \N \N \N \N aggregate_dummy \N \N \N \N 2155 stddev 11 10 12 1 0 0 - a f f f f i s 1 0 1700 23 \N \N \N \N \N aggregate_dummy \N \N \N \N 2156 stddev 11 10 12 1 0 0 - a f f f f i s 1 0 1700 21 \N \N \N \N \N aggregate_dummy \N \N \N \N 2157 stddev 11 10 12 1 0 0 - a f f f f i s 1 0 701 700 \N \N \N \N \N aggregate_dummy \N \N \N \N 2158 stddev 11 10 12 1 0 0 - a f f f f i s 1 0 701 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 2159 stddev 11 10 12 1 0 0 - a f f f f i s 1 0 1700 1700 \N \N \N \N \N aggregate_dummy \N \N \N \N 2818 regr_count 11 10 12 1 0 0 - a f f f f i s 2 0 20 701 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 2819 regr_sxx 11 10 12 1 0 0 - a f f f f i s 2 0 701 701 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 2820 regr_syy 11 10 12 1 0 0 - a f f f f i s 2 0 701 701 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 2821 regr_sxy 11 10 12 1 0 0 - a f f f f i s 2 0 701 701 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 2822 regr_avgx 11 10 12 1 0 0 - a f f f f i s 2 0 701 701 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 2823 regr_avgy 11 10 12 1 0 0 - a f f f f i s 2 0 701 701 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 2824 regr_r2 11 10 12 1 0 0 - a f f f f i s 2 0 701 701 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 2825 regr_slope 11 10 12 1 0 0 - a f f f f i s 2 0 701 701 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 2826 regr_intercept 11 10 12 1 0 0 - a f f f f i s 2 0 701 701 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 2827 covar_pop 11 10 12 1 0 0 - a f f f f i s 2 0 701 701 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 2828 covar_samp 11 10 12 1 0 0 - a f f f f i s 2 0 701 701 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 2829 corr 11 10 12 1 0 0 - a f f f f i s 2 0 701 701 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 2160 text_pattern_lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 25 25 \N \N \N \N \N text_pattern_lt \N \N \N \N 2161 text_pattern_le 11 10 12 1 0 0 - f f t t f i s 2 0 16 25 25 \N \N \N \N \N text_pattern_le \N \N \N \N 2163 text_pattern_ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 25 25 \N \N \N \N \N text_pattern_ge \N \N \N \N 2164 text_pattern_gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 25 25 \N \N \N \N \N text_pattern_gt \N \N \N \N 2166 bttext_pattern_cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 25 25 \N \N \N \N \N bttext_pattern_cmp \N \N \N \N 3332 bttext_pattern_sortsupport 11 10 12 1 0 0 - f f f t f i s 1 0 2278 2281 \N \N \N \N \N bttext_pattern_sortsupport \N \N \N \N 2174 bpchar_pattern_lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 1042 1042 \N \N \N \N \N bpchar_pattern_lt \N \N \N \N 2175 bpchar_pattern_le 11 10 12 1 0 0 - f f t t f i s 2 0 16 1042 1042 \N \N \N \N \N bpchar_pattern_le \N \N \N \N 2177 bpchar_pattern_ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 1042 1042 \N \N \N \N \N bpchar_pattern_ge \N \N \N \N 2178 bpchar_pattern_gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 1042 1042 \N \N \N \N \N bpchar_pattern_gt \N \N \N \N 2180 btbpchar_pattern_cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 1042 1042 \N \N \N \N \N btbpchar_pattern_cmp \N \N \N \N 3333 btbpchar_pattern_sortsupport 11 10 12 1 0 0 - f f f t f i s 1 0 2278 2281 \N \N \N \N \N btbpchar_pattern_sortsupport \N \N \N \N 2188 btint48cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 23 20 \N \N \N \N \N btint48cmp \N \N \N \N 2189 btint84cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 20 23 \N \N \N \N \N btint84cmp \N \N \N \N 2190 btint24cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 21 23 \N \N \N \N \N btint24cmp \N \N \N \N 2191 btint42cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 23 21 \N \N \N \N \N btint42cmp \N \N \N \N 2192 btint28cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 21 20 \N \N \N \N \N btint28cmp \N \N \N \N 2193 btint82cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 20 21 \N \N \N \N \N btint82cmp \N \N \N \N 2194 btfloat48cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 700 701 \N \N \N \N \N btfloat48cmp \N \N \N \N 2195 btfloat84cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 701 700 \N \N \N \N \N btfloat84cmp \N \N \N \N 2212 regprocedurein 11 10 12 1 0 0 - f f f t f s s 1 0 2202 2275 \N \N \N \N \N regprocedurein \N \N \N \N 2213 regprocedureout 11 10 12 1 0 0 - f f f t f s s 1 0 2275 2202 \N \N \N \N \N regprocedureout \N \N \N \N 2214 regoperin 11 10 12 1 0 0 - f f f t f s s 1 0 2203 2275 \N \N \N \N \N regoperin \N \N \N \N 2215 regoperout 11 10 12 1 0 0 - f f f t f s s 1 0 2275 2203 \N \N \N \N \N regoperout \N \N \N \N 3492 to_regoper 11 10 12 1 0 0 - f f f t f s s 1 0 2203 25 \N \N \N \N \N to_regoper \N \N \N \N 3476 to_regoperator 11 10 12 1 0 0 - f f f t f s s 1 0 2204 25 \N \N \N \N \N to_regoperator \N \N \N \N 2216 regoperatorin 11 10 12 1 0 0 - f f f t f s s 1 0 2204 2275 \N \N \N \N \N regoperatorin \N \N \N \N 2217 regoperatorout 11 10 12 1 0 0 - f f f t f s s 1 0 2275 2204 \N \N \N \N \N regoperatorout \N \N \N \N 2218 regclassin 11 10 12 1 0 0 - f f f t f s s 1 0 2205 2275 \N \N \N \N \N regclassin \N \N \N \N 2219 regclassout 11 10 12 1 0 0 - f f f t f s s 1 0 2275 2205 \N \N \N \N \N regclassout \N \N \N \N 3495 to_regclass 11 10 12 1 0 0 - f f f t f s s 1 0 2205 25 \N \N \N \N \N to_regclass \N \N \N \N 4193 regcollationin 11 10 12 1 0 0 - f f f t f s s 1 0 4191 2275 \N \N \N \N \N regcollationin \N \N \N \N 4194 regcollationout 11 10 12 1 0 0 - f f f t f s s 1 0 2275 4191 \N \N \N \N \N regcollationout \N \N \N \N 4195 to_regcollation 11 10 12 1 0 0 - f f f t f s s 1 0 4191 25 \N \N \N \N \N to_regcollation \N \N \N \N 2220 regtypein 11 10 12 1 0 0 - f f f t f s s 1 0 2206 2275 \N \N \N \N \N regtypein \N \N \N \N 2221 regtypeout 11 10 12 1 0 0 - f f f t f s s 1 0 2275 2206 \N \N \N \N \N regtypeout \N \N \N \N 3493 to_regtype 11 10 12 1 0 0 - f f f t f s s 1 0 2206 25 \N \N \N \N \N to_regtype \N \N \N \N 1079 regclass 11 10 12 1 0 0 - f f f t f s s 1 0 2205 25 \N \N \N \N \N text_regclass \N \N \N \N 4098 regrolein 11 10 12 1 0 0 - f f f t f s s 1 0 4096 2275 \N \N \N \N \N regrolein \N \N \N \N 4092 regroleout 11 10 12 1 0 0 - f f f t f s s 1 0 2275 4096 \N \N \N \N \N regroleout \N \N \N \N 4093 to_regrole 11 10 12 1 0 0 - f f f t f s s 1 0 4096 25 \N \N \N \N \N to_regrole \N \N \N \N 4084 regnamespacein 11 10 12 1 0 0 - f f f t f s s 1 0 4089 2275 \N \N \N \N \N regnamespacein \N \N \N \N 4085 regnamespaceout 11 10 12 1 0 0 - f f f t f s s 1 0 2275 4089 \N \N \N \N \N regnamespaceout \N \N \N \N 4086 to_regnamespace 11 10 12 1 0 0 - f f f t f s s 1 0 4089 25 \N \N \N \N \N to_regnamespace \N \N \N \N 6210 pg_input_is_valid 11 10 12 1 0 0 - f f f t f s s 2 0 16 25 25 \N \N \N \N \N pg_input_is_valid \N \N \N \N 6211 pg_input_error_info 11 10 12 1 0 0 - f f f t f s s 2 0 2249 25 25 {25,25,25,25,25,25} {i,i,o,o,o,o} {value,type_name,message,detail,hint,sql_error_code} \N \N pg_input_error_info \N \N \N \N 2246 fmgr_internal_validator 11 10 12 1 0 0 - f f f t f s s 1 0 2278 26 \N \N \N \N \N fmgr_internal_validator \N \N \N \N 2247 fmgr_c_validator 11 10 12 1 0 0 - f f f t f s s 1 0 2278 26 \N \N \N \N \N fmgr_c_validator \N \N \N \N 2248 fmgr_sql_validator 11 10 12 1 0 0 - f f f t f s s 1 0 2278 26 \N \N \N \N \N fmgr_sql_validator \N \N \N \N 2250 has_database_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 19 25 25 \N \N \N \N \N has_database_privilege_name_name \N \N \N \N 2251 has_database_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 19 26 25 \N \N \N \N \N has_database_privilege_name_id \N \N \N \N 2252 has_database_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 25 25 \N \N \N \N \N has_database_privilege_id_name \N \N \N \N 2253 has_database_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 26 25 \N \N \N \N \N has_database_privilege_id_id \N \N \N \N 2254 has_database_privilege 11 10 12 1 0 0 - f f f t f s s 2 0 16 25 25 \N \N \N \N \N has_database_privilege_name \N \N \N \N 2255 has_database_privilege 11 10 12 1 0 0 - f f f t f s s 2 0 16 26 25 \N \N \N \N \N has_database_privilege_id \N \N \N \N 2256 has_function_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 19 25 25 \N \N \N \N \N has_function_privilege_name_name \N \N \N \N 2257 has_function_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 19 26 25 \N \N \N \N \N has_function_privilege_name_id \N \N \N \N 2258 has_function_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 25 25 \N \N \N \N \N has_function_privilege_id_name \N \N \N \N 2259 has_function_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 26 25 \N \N \N \N \N has_function_privilege_id_id \N \N \N \N 2260 has_function_privilege 11 10 12 1 0 0 - f f f t f s s 2 0 16 25 25 \N \N \N \N \N has_function_privilege_name \N \N \N \N 2261 has_function_privilege 11 10 12 1 0 0 - f f f t f s s 2 0 16 26 25 \N \N \N \N \N has_function_privilege_id \N \N \N \N 2262 has_language_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 19 25 25 \N \N \N \N \N has_language_privilege_name_name \N \N \N \N 2263 has_language_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 19 26 25 \N \N \N \N \N has_language_privilege_name_id \N \N \N \N 2264 has_language_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 25 25 \N \N \N \N \N has_language_privilege_id_name \N \N \N \N 2265 has_language_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 26 25 \N \N \N \N \N has_language_privilege_id_id \N \N \N \N 2266 has_language_privilege 11 10 12 1 0 0 - f f f t f s s 2 0 16 25 25 \N \N \N \N \N has_language_privilege_name \N \N \N \N 2267 has_language_privilege 11 10 12 1 0 0 - f f f t f s s 2 0 16 26 25 \N \N \N \N \N has_language_privilege_id \N \N \N \N 2268 has_schema_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 19 25 25 \N \N \N \N \N has_schema_privilege_name_name \N \N \N \N 2269 has_schema_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 19 26 25 \N \N \N \N \N has_schema_privilege_name_id \N \N \N \N 2270 has_schema_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 25 25 \N \N \N \N \N has_schema_privilege_id_name \N \N \N \N 2271 has_schema_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 26 25 \N \N \N \N \N has_schema_privilege_id_id \N \N \N \N 2272 has_schema_privilege 11 10 12 1 0 0 - f f f t f s s 2 0 16 25 25 \N \N \N \N \N has_schema_privilege_name \N \N \N \N 2273 has_schema_privilege 11 10 12 1 0 0 - f f f t f s s 2 0 16 26 25 \N \N \N \N \N has_schema_privilege_id \N \N \N \N 2390 has_tablespace_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 19 25 25 \N \N \N \N \N has_tablespace_privilege_name_name \N \N \N \N 2391 has_tablespace_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 19 26 25 \N \N \N \N \N has_tablespace_privilege_name_id \N \N \N \N 2392 has_tablespace_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 25 25 \N \N \N \N \N has_tablespace_privilege_id_name \N \N \N \N 2393 has_tablespace_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 26 25 \N \N \N \N \N has_tablespace_privilege_id_id \N \N \N \N 2394 has_tablespace_privilege 11 10 12 1 0 0 - f f f t f s s 2 0 16 25 25 \N \N \N \N \N has_tablespace_privilege_name \N \N \N \N 2395 has_tablespace_privilege 11 10 12 1 0 0 - f f f t f s s 2 0 16 26 25 \N \N \N \N \N has_tablespace_privilege_id \N \N \N \N 3000 has_foreign_data_wrapper_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 19 25 25 \N \N \N \N \N has_foreign_data_wrapper_privilege_name_name \N \N \N \N 3001 has_foreign_data_wrapper_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 19 26 25 \N \N \N \N \N has_foreign_data_wrapper_privilege_name_id \N \N \N \N 3002 has_foreign_data_wrapper_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 25 25 \N \N \N \N \N has_foreign_data_wrapper_privilege_id_name \N \N \N \N 3003 has_foreign_data_wrapper_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 26 25 \N \N \N \N \N has_foreign_data_wrapper_privilege_id_id \N \N \N \N 3004 has_foreign_data_wrapper_privilege 11 10 12 1 0 0 - f f f t f s s 2 0 16 25 25 \N \N \N \N \N has_foreign_data_wrapper_privilege_name \N \N \N \N 3005 has_foreign_data_wrapper_privilege 11 10 12 1 0 0 - f f f t f s s 2 0 16 26 25 \N \N \N \N \N has_foreign_data_wrapper_privilege_id \N \N \N \N 3006 has_server_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 19 25 25 \N \N \N \N \N has_server_privilege_name_name \N \N \N \N 3007 has_server_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 19 26 25 \N \N \N \N \N has_server_privilege_name_id \N \N \N \N 3008 has_server_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 25 25 \N \N \N \N \N has_server_privilege_id_name \N \N \N \N 3009 has_server_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 26 25 \N \N \N \N \N has_server_privilege_id_id \N \N \N \N 3010 has_server_privilege 11 10 12 1 0 0 - f f f t f s s 2 0 16 25 25 \N \N \N \N \N has_server_privilege_name \N \N \N \N 3011 has_server_privilege 11 10 12 1 0 0 - f f f t f s s 2 0 16 26 25 \N \N \N \N \N has_server_privilege_id \N \N \N \N 3138 has_type_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 19 25 25 \N \N \N \N \N has_type_privilege_name_name \N \N \N \N 3139 has_type_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 19 26 25 \N \N \N \N \N has_type_privilege_name_id \N \N \N \N 3140 has_type_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 25 25 \N \N \N \N \N has_type_privilege_id_name \N \N \N \N 3141 has_type_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 26 25 \N \N \N \N \N has_type_privilege_id_id \N \N \N \N 3142 has_type_privilege 11 10 12 1 0 0 - f f f t f s s 2 0 16 25 25 \N \N \N \N \N has_type_privilege_name \N \N \N \N 3143 has_type_privilege 11 10 12 1 0 0 - f f f t f s s 2 0 16 26 25 \N \N \N \N \N has_type_privilege_id \N \N \N \N 6205 has_parameter_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 19 25 25 \N \N \N \N \N has_parameter_privilege_name_name \N \N \N \N 6206 has_parameter_privilege 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 25 25 \N \N \N \N \N has_parameter_privilege_id_name \N \N \N \N 6207 has_parameter_privilege 11 10 12 1 0 0 - f f f t f s s 2 0 16 25 25 \N \N \N \N \N has_parameter_privilege_name \N \N \N \N 2705 pg_has_role 11 10 12 1 0 0 - f f f t f s s 3 0 16 19 19 25 \N \N \N \N \N pg_has_role_name_name \N \N \N \N 2706 pg_has_role 11 10 12 1 0 0 - f f f t f s s 3 0 16 19 26 25 \N \N \N \N \N pg_has_role_name_id \N \N \N \N 2707 pg_has_role 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 19 25 \N \N \N \N \N pg_has_role_id_name \N \N \N \N 2708 pg_has_role 11 10 12 1 0 0 - f f f t f s s 3 0 16 26 26 25 \N \N \N \N \N pg_has_role_id_id \N \N \N \N 2709 pg_has_role 11 10 12 1 0 0 - f f f t f s s 2 0 16 19 25 \N \N \N \N \N pg_has_role_name \N \N \N \N 2710 pg_has_role 11 10 12 1 0 0 - f f f t f s s 2 0 16 26 25 \N \N \N \N \N pg_has_role_id \N \N \N \N 1269 pg_column_size 11 10 12 1 0 0 - f f f t f s s 1 0 23 2276 \N \N \N \N \N pg_column_size \N \N \N \N 2121 pg_column_compression 11 10 12 1 0 0 - f f f t f s s 1 0 25 2276 \N \N \N \N \N pg_column_compression \N \N \N \N 8393 pg_column_toast_chunk_id 11 10 12 1 0 0 - f f f t f s s 1 0 26 2276 \N \N \N \N \N pg_column_toast_chunk_id \N \N \N \N 2322 pg_tablespace_size 11 10 12 1 0 0 - f f f t f v s 1 0 20 26 \N \N \N \N \N pg_tablespace_size_oid \N \N \N \N 2323 pg_tablespace_size 11 10 12 1 0 0 - f f f t f v s 1 0 20 19 \N \N \N \N \N pg_tablespace_size_name \N \N \N \N 2324 pg_database_size 11 10 12 1 0 0 - f f f t f v s 1 0 20 26 \N \N \N \N \N pg_database_size_oid \N \N \N \N 2168 pg_database_size 11 10 12 1 0 0 - f f f t f v s 1 0 20 19 \N \N \N \N \N pg_database_size_name \N \N \N \N 2332 pg_relation_size 11 10 12 1 0 0 - f f f t f v s 2 0 20 2205 25 \N \N \N \N \N pg_relation_size \N \N \N \N 2286 pg_total_relation_size 11 10 12 1 0 0 - f f f t f v s 1 0 20 2205 \N \N \N \N \N pg_total_relation_size \N \N \N \N 2288 pg_size_pretty 11 10 12 1 0 0 - f f f t f i s 1 0 25 20 \N \N \N \N \N pg_size_pretty \N \N \N \N 3166 pg_size_pretty 11 10 12 1 0 0 - f f f t f i s 1 0 25 1700 \N \N \N \N \N pg_size_pretty_numeric \N \N \N \N 3334 pg_size_bytes 11 10 12 1 0 0 - f f f t f i s 1 0 20 25 \N \N \N \N \N pg_size_bytes \N \N \N \N 2997 pg_table_size 11 10 12 1 0 0 - f f f t f v s 1 0 20 2205 \N \N \N \N \N pg_table_size \N \N \N \N 2998 pg_indexes_size 11 10 12 1 0 0 - f f f t f v s 1 0 20 2205 \N \N \N \N \N pg_indexes_size \N \N \N \N 2999 pg_relation_filenode 11 10 12 1 0 0 - f f f t f s s 1 0 26 2205 \N \N \N \N \N pg_relation_filenode \N \N \N \N 3454 pg_filenode_relation 11 10 12 1 0 0 - f f f t f s s 2 0 2205 26 26 \N \N \N \N \N pg_filenode_relation \N \N \N \N 3034 pg_relation_filepath 11 10 12 1 0 0 - f f f t f s s 1 0 25 2205 \N \N \N \N \N pg_relation_filepath \N \N \N \N 2316 postgresql_fdw_validator 11 10 12 1 0 0 - f f f t f i s 2 0 16 1009 26 \N \N \N \N \N postgresql_fdw_validator \N \N \N \N 2290 record_in 11 10 12 1 0 0 - f f f t f s s 3 0 2249 2275 26 23 \N \N \N \N \N record_in \N \N \N \N 2291 record_out 11 10 12 1 0 0 - f f f t f s s 1 0 2275 2249 \N \N \N \N \N record_out \N \N \N \N 2292 cstring_in 11 10 12 1 0 0 - f f f t f i s 1 0 2275 2275 \N \N \N \N \N cstring_in \N \N \N \N 2293 cstring_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 2275 \N \N \N \N \N cstring_out \N \N \N \N 2294 any_in 11 10 12 1 0 0 - f f f t f i s 1 0 2276 2275 \N \N \N \N \N any_in \N \N \N \N 2295 any_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 2276 \N \N \N \N \N any_out \N \N \N \N 2296 anyarray_in 11 10 12 1 0 0 - f f f t f i s 1 0 2277 2275 \N \N \N \N \N anyarray_in \N \N \N \N 2297 anyarray_out 11 10 12 1 0 0 - f f f t f s s 1 0 2275 2277 \N \N \N \N \N anyarray_out \N \N \N \N 2298 void_in 11 10 12 1 0 0 - f f f t f i s 1 0 2278 2275 \N \N \N \N \N void_in \N \N \N \N 2299 void_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 2278 \N \N \N \N \N void_out \N \N \N \N 2300 trigger_in 11 10 12 1 0 0 - f f f f f i s 1 0 2279 2275 \N \N \N \N \N trigger_in \N \N \N \N 2301 trigger_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 2279 \N \N \N \N \N trigger_out \N \N \N \N 3594 event_trigger_in 11 10 12 1 0 0 - f f f f f i s 1 0 3838 2275 \N \N \N \N \N event_trigger_in \N \N \N \N 3595 event_trigger_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 3838 \N \N \N \N \N event_trigger_out \N \N \N \N 2302 language_handler_in 11 10 12 1 0 0 - f f f f f i s 1 0 2280 2275 \N \N \N \N \N language_handler_in \N \N \N \N 2303 language_handler_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 2280 \N \N \N \N \N language_handler_out \N \N \N \N 2304 internal_in 11 10 12 1 0 0 - f f f f f i s 1 0 2281 2275 \N \N \N \N \N internal_in \N \N \N \N 2305 internal_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 2281 \N \N \N \N \N internal_out \N \N \N \N 2312 anyelement_in 11 10 12 1 0 0 - f f f t f i s 1 0 2283 2275 \N \N \N \N \N anyelement_in \N \N \N \N 2313 anyelement_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 2283 \N \N \N \N \N anyelement_out \N \N \N \N 2398 shell_in 11 10 12 1 0 0 - f f f f f i s 1 0 2278 2275 \N \N \N \N \N shell_in \N \N \N \N 2399 shell_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 2278 \N \N \N \N \N shell_out \N \N \N \N 2597 domain_in 11 10 12 1 0 0 - f f f f f s s 3 0 2276 2275 26 23 \N \N \N \N \N domain_in \N \N \N \N 2598 domain_recv 11 10 12 1 0 0 - f f f f f s s 3 0 2276 2281 26 23 \N \N \N \N \N domain_recv \N \N \N \N 2777 anynonarray_in 11 10 12 1 0 0 - f f f t f i s 1 0 2776 2275 \N \N \N \N \N anynonarray_in \N \N \N \N 2778 anynonarray_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 2776 \N \N \N \N \N anynonarray_out \N \N \N \N 3116 fdw_handler_in 11 10 12 1 0 0 - f f f f f i s 1 0 3115 2275 \N \N \N \N \N fdw_handler_in \N \N \N \N 3117 fdw_handler_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 3115 \N \N \N \N \N fdw_handler_out \N \N \N \N 326 index_am_handler_in 11 10 12 1 0 0 - f f f f f i s 1 0 325 2275 \N \N \N \N \N index_am_handler_in \N \N \N \N 327 index_am_handler_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 325 \N \N \N \N \N index_am_handler_out \N \N \N \N 3311 tsm_handler_in 11 10 12 1 0 0 - f f f f f i s 1 0 3310 2275 \N \N \N \N \N tsm_handler_in \N \N \N \N 3312 tsm_handler_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 3310 \N \N \N \N \N tsm_handler_out \N \N \N \N 267 table_am_handler_in 11 10 12 1 0 0 - f f f f f i s 1 0 269 2275 \N \N \N \N \N table_am_handler_in \N \N \N \N 268 table_am_handler_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 269 \N \N \N \N \N table_am_handler_out \N \N \N \N 5086 anycompatible_in 11 10 12 1 0 0 - f f f t f i s 1 0 5077 2275 \N \N \N \N \N anycompatible_in \N \N \N \N 5087 anycompatible_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 5077 \N \N \N \N \N anycompatible_out \N \N \N \N 5088 anycompatiblearray_in 11 10 12 1 0 0 - f f f t f i s 1 0 5078 2275 \N \N \N \N \N anycompatiblearray_in \N \N \N \N 5089 anycompatiblearray_out 11 10 12 1 0 0 - f f f t f s s 1 0 2275 5078 \N \N \N \N \N anycompatiblearray_out \N \N \N \N 5090 anycompatiblearray_recv 11 10 12 1 0 0 - f f f t f s s 1 0 5078 2281 \N \N \N \N \N anycompatiblearray_recv \N \N \N \N 5091 anycompatiblearray_send 11 10 12 1 0 0 - f f f t f s s 1 0 17 5078 \N \N \N \N \N anycompatiblearray_send \N \N \N \N 5092 anycompatiblenonarray_in 11 10 12 1 0 0 - f f f t f i s 1 0 5079 2275 \N \N \N \N \N anycompatiblenonarray_in \N \N \N \N 5093 anycompatiblenonarray_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 5079 \N \N \N \N \N anycompatiblenonarray_out \N \N \N \N 5094 anycompatiblerange_in 11 10 12 1 0 0 - f f f t f s s 3 0 5080 2275 26 23 \N \N \N \N \N anycompatiblerange_in \N \N \N \N 5095 anycompatiblerange_out 11 10 12 1 0 0 - f f f t f s s 1 0 2275 5080 \N \N \N \N \N anycompatiblerange_out \N \N \N \N 4226 anycompatiblemultirange_in 11 10 12 1 0 0 - f f f t f s s 3 0 4538 2275 26 23 \N \N \N \N \N anycompatiblemultirange_in \N \N \N \N 4227 anycompatiblemultirange_out 11 10 12 1 0 0 - f f f t f s s 1 0 2275 4538 \N \N \N \N \N anycompatiblemultirange_out \N \N \N \N 3313 bernoulli 11 10 12 1 0 0 - f f f t f v s 1 0 3310 2281 \N \N \N \N \N tsm_bernoulli_handler \N \N \N \N 3314 system 11 10 12 1 0 0 - f f f t f v s 1 0 3310 2281 \N \N \N \N \N tsm_system_handler \N \N \N \N 2311 md5 11 10 12 1 0 0 - f f t t f i s 1 0 25 25 \N \N \N \N \N md5_text \N \N \N \N 2321 md5 11 10 12 1 0 0 - f f t t f i s 1 0 25 17 \N \N \N \N \N md5_bytea \N \N \N \N 3419 sha224 11 10 12 1 0 0 - f f t t f i s 1 0 17 17 \N \N \N \N \N sha224_bytea \N \N \N \N 3420 sha256 11 10 12 1 0 0 - f f t t f i s 1 0 17 17 \N \N \N \N \N sha256_bytea \N \N \N \N 3421 sha384 11 10 12 1 0 0 - f f t t f i s 1 0 17 17 \N \N \N \N \N sha384_bytea \N \N \N \N 3422 sha512 11 10 12 1 0 0 - f f t t f i s 1 0 17 17 \N \N \N \N \N sha512_bytea \N \N \N \N 2338 date_lt_timestamp 11 10 12 1 0 0 - f f f t f i s 2 0 16 1082 1114 \N \N \N \N \N date_lt_timestamp \N \N \N \N 2339 date_le_timestamp 11 10 12 1 0 0 - f f f t f i s 2 0 16 1082 1114 \N \N \N \N \N date_le_timestamp \N \N \N \N 2340 date_eq_timestamp 11 10 12 1 0 0 - f f f t f i s 2 0 16 1082 1114 \N \N \N \N \N date_eq_timestamp \N \N \N \N 2341 date_gt_timestamp 11 10 12 1 0 0 - f f f t f i s 2 0 16 1082 1114 \N \N \N \N \N date_gt_timestamp \N \N \N \N 2342 date_ge_timestamp 11 10 12 1 0 0 - f f f t f i s 2 0 16 1082 1114 \N \N \N \N \N date_ge_timestamp \N \N \N \N 2343 date_ne_timestamp 11 10 12 1 0 0 - f f f t f i s 2 0 16 1082 1114 \N \N \N \N \N date_ne_timestamp \N \N \N \N 2344 date_cmp_timestamp 11 10 12 1 0 0 - f f f t f i s 2 0 23 1082 1114 \N \N \N \N \N date_cmp_timestamp \N \N \N \N 2351 date_lt_timestamptz 11 10 12 1 0 0 - f f f t f s s 2 0 16 1082 1184 \N \N \N \N \N date_lt_timestamptz \N \N \N \N 2352 date_le_timestamptz 11 10 12 1 0 0 - f f f t f s s 2 0 16 1082 1184 \N \N \N \N \N date_le_timestamptz \N \N \N \N 2353 date_eq_timestamptz 11 10 12 1 0 0 - f f f t f s s 2 0 16 1082 1184 \N \N \N \N \N date_eq_timestamptz \N \N \N \N 2354 date_gt_timestamptz 11 10 12 1 0 0 - f f f t f s s 2 0 16 1082 1184 \N \N \N \N \N date_gt_timestamptz \N \N \N \N 2355 date_ge_timestamptz 11 10 12 1 0 0 - f f f t f s s 2 0 16 1082 1184 \N \N \N \N \N date_ge_timestamptz \N \N \N \N 2356 date_ne_timestamptz 11 10 12 1 0 0 - f f f t f s s 2 0 16 1082 1184 \N \N \N \N \N date_ne_timestamptz \N \N \N \N 2357 date_cmp_timestamptz 11 10 12 1 0 0 - f f f t f s s 2 0 23 1082 1184 \N \N \N \N \N date_cmp_timestamptz \N \N \N \N 2364 timestamp_lt_date 11 10 12 1 0 0 - f f f t f i s 2 0 16 1114 1082 \N \N \N \N \N timestamp_lt_date \N \N \N \N 2365 timestamp_le_date 11 10 12 1 0 0 - f f f t f i s 2 0 16 1114 1082 \N \N \N \N \N timestamp_le_date \N \N \N \N 2366 timestamp_eq_date 11 10 12 1 0 0 - f f f t f i s 2 0 16 1114 1082 \N \N \N \N \N timestamp_eq_date \N \N \N \N 2367 timestamp_gt_date 11 10 12 1 0 0 - f f f t f i s 2 0 16 1114 1082 \N \N \N \N \N timestamp_gt_date \N \N \N \N 2368 timestamp_ge_date 11 10 12 1 0 0 - f f f t f i s 2 0 16 1114 1082 \N \N \N \N \N timestamp_ge_date \N \N \N \N 2369 timestamp_ne_date 11 10 12 1 0 0 - f f f t f i s 2 0 16 1114 1082 \N \N \N \N \N timestamp_ne_date \N \N \N \N 2370 timestamp_cmp_date 11 10 12 1 0 0 - f f f t f i s 2 0 23 1114 1082 \N \N \N \N \N timestamp_cmp_date \N \N \N \N 2377 timestamptz_lt_date 11 10 12 1 0 0 - f f f t f s s 2 0 16 1184 1082 \N \N \N \N \N timestamptz_lt_date \N \N \N \N 2378 timestamptz_le_date 11 10 12 1 0 0 - f f f t f s s 2 0 16 1184 1082 \N \N \N \N \N timestamptz_le_date \N \N \N \N 2379 timestamptz_eq_date 11 10 12 1 0 0 - f f f t f s s 2 0 16 1184 1082 \N \N \N \N \N timestamptz_eq_date \N \N \N \N 2380 timestamptz_gt_date 11 10 12 1 0 0 - f f f t f s s 2 0 16 1184 1082 \N \N \N \N \N timestamptz_gt_date \N \N \N \N 2381 timestamptz_ge_date 11 10 12 1 0 0 - f f f t f s s 2 0 16 1184 1082 \N \N \N \N \N timestamptz_ge_date \N \N \N \N 2382 timestamptz_ne_date 11 10 12 1 0 0 - f f f t f s s 2 0 16 1184 1082 \N \N \N \N \N timestamptz_ne_date \N \N \N \N 2383 timestamptz_cmp_date 11 10 12 1 0 0 - f f f t f s s 2 0 23 1184 1082 \N \N \N \N \N timestamptz_cmp_date \N \N \N \N 2520 timestamp_lt_timestamptz 11 10 12 1 0 0 - f f f t f s s 2 0 16 1114 1184 \N \N \N \N \N timestamp_lt_timestamptz \N \N \N \N 2521 timestamp_le_timestamptz 11 10 12 1 0 0 - f f f t f s s 2 0 16 1114 1184 \N \N \N \N \N timestamp_le_timestamptz \N \N \N \N 2522 timestamp_eq_timestamptz 11 10 12 1 0 0 - f f f t f s s 2 0 16 1114 1184 \N \N \N \N \N timestamp_eq_timestamptz \N \N \N \N 2523 timestamp_gt_timestamptz 11 10 12 1 0 0 - f f f t f s s 2 0 16 1114 1184 \N \N \N \N \N timestamp_gt_timestamptz \N \N \N \N 2524 timestamp_ge_timestamptz 11 10 12 1 0 0 - f f f t f s s 2 0 16 1114 1184 \N \N \N \N \N timestamp_ge_timestamptz \N \N \N \N 2525 timestamp_ne_timestamptz 11 10 12 1 0 0 - f f f t f s s 2 0 16 1114 1184 \N \N \N \N \N timestamp_ne_timestamptz \N \N \N \N 2526 timestamp_cmp_timestamptz 11 10 12 1 0 0 - f f f t f s s 2 0 23 1114 1184 \N \N \N \N \N timestamp_cmp_timestamptz \N \N \N \N 2527 timestamptz_lt_timestamp 11 10 12 1 0 0 - f f f t f s s 2 0 16 1184 1114 \N \N \N \N \N timestamptz_lt_timestamp \N \N \N \N 2528 timestamptz_le_timestamp 11 10 12 1 0 0 - f f f t f s s 2 0 16 1184 1114 \N \N \N \N \N timestamptz_le_timestamp \N \N \N \N 2529 timestamptz_eq_timestamp 11 10 12 1 0 0 - f f f t f s s 2 0 16 1184 1114 \N \N \N \N \N timestamptz_eq_timestamp \N \N \N \N 2530 timestamptz_gt_timestamp 11 10 12 1 0 0 - f f f t f s s 2 0 16 1184 1114 \N \N \N \N \N timestamptz_gt_timestamp \N \N \N \N 2531 timestamptz_ge_timestamp 11 10 12 1 0 0 - f f f t f s s 2 0 16 1184 1114 \N \N \N \N \N timestamptz_ge_timestamp \N \N \N \N 2532 timestamptz_ne_timestamp 11 10 12 1 0 0 - f f f t f s s 2 0 16 1184 1114 \N \N \N \N \N timestamptz_ne_timestamp \N \N \N \N 2533 timestamptz_cmp_timestamp 11 10 12 1 0 0 - f f f t f s s 2 0 23 1184 1114 \N \N \N \N \N timestamptz_cmp_timestamp \N \N \N \N 2400 array_recv 11 10 12 1 0 0 - f f f t f s s 3 0 2277 2281 26 23 \N \N \N \N \N array_recv \N \N \N \N 2401 array_send 11 10 12 1 0 0 - f f f t f s s 1 0 17 2277 \N \N \N \N \N array_send \N \N \N \N 2402 record_recv 11 10 12 1 0 0 - f f f t f s s 3 0 2249 2281 26 23 \N \N \N \N \N record_recv \N \N \N \N 2403 record_send 11 10 12 1 0 0 - f f f t f s s 1 0 17 2249 \N \N \N \N \N record_send \N \N \N \N 2404 int2recv 11 10 12 1 0 0 - f f f t f i s 1 0 21 2281 \N \N \N \N \N int2recv \N \N \N \N 2405 int2send 11 10 12 1 0 0 - f f f t f i s 1 0 17 21 \N \N \N \N \N int2send \N \N \N \N 2406 int4recv 11 10 12 1 0 0 - f f f t f i s 1 0 23 2281 \N \N \N \N \N int4recv \N \N \N \N 2407 int4send 11 10 12 1 0 0 - f f f t f i s 1 0 17 23 \N \N \N \N \N int4send \N \N \N \N 2408 int8recv 11 10 12 1 0 0 - f f f t f i s 1 0 20 2281 \N \N \N \N \N int8recv \N \N \N \N 2409 int8send 11 10 12 1 0 0 - f f f t f i s 1 0 17 20 \N \N \N \N \N int8send \N \N \N \N 2410 int2vectorrecv 11 10 12 1 0 0 - f f f t f i s 1 0 22 2281 \N \N \N \N \N int2vectorrecv \N \N \N \N 2411 int2vectorsend 11 10 12 1 0 0 - f f f t f i s 1 0 17 22 \N \N \N \N \N int2vectorsend \N \N \N \N 2412 bytearecv 11 10 12 1 0 0 - f f f t f i s 1 0 17 2281 \N \N \N \N \N bytearecv \N \N \N \N 2413 byteasend 11 10 12 1 0 0 - f f f t f i s 1 0 17 17 \N \N \N \N \N byteasend \N \N \N \N 2414 textrecv 11 10 12 1 0 0 - f f f t f s s 1 0 25 2281 \N \N \N \N \N textrecv \N \N \N \N 2415 textsend 11 10 12 1 0 0 - f f f t f s s 1 0 17 25 \N \N \N \N \N textsend \N \N \N \N 2416 unknownrecv 11 10 12 1 0 0 - f f f t f i s 1 0 705 2281 \N \N \N \N \N unknownrecv \N \N \N \N 2417 unknownsend 11 10 12 1 0 0 - f f f t f i s 1 0 17 705 \N \N \N \N \N unknownsend \N \N \N \N 2418 oidrecv 11 10 12 1 0 0 - f f f t f i s 1 0 26 2281 \N \N \N \N \N oidrecv \N \N \N \N 2419 oidsend 11 10 12 1 0 0 - f f f t f i s 1 0 17 26 \N \N \N \N \N oidsend \N \N \N \N 2420 oidvectorrecv 11 10 12 1 0 0 - f f f t f i s 1 0 30 2281 \N \N \N \N \N oidvectorrecv \N \N \N \N 2421 oidvectorsend 11 10 12 1 0 0 - f f f t f i s 1 0 17 30 \N \N \N \N \N oidvectorsend \N \N \N \N 2422 namerecv 11 10 12 1 0 0 - f f f t f s s 1 0 19 2281 \N \N \N \N \N namerecv \N \N \N \N 2423 namesend 11 10 12 1 0 0 - f f f t f s s 1 0 17 19 \N \N \N \N \N namesend \N \N \N \N 2424 float4recv 11 10 12 1 0 0 - f f f t f i s 1 0 700 2281 \N \N \N \N \N float4recv \N \N \N \N 2425 float4send 11 10 12 1 0 0 - f f f t f i s 1 0 17 700 \N \N \N \N \N float4send \N \N \N \N 2426 float8recv 11 10 12 1 0 0 - f f f t f i s 1 0 701 2281 \N \N \N \N \N float8recv \N \N \N \N 2427 float8send 11 10 12 1 0 0 - f f f t f i s 1 0 17 701 \N \N \N \N \N float8send \N \N \N \N 2428 point_recv 11 10 12 1 0 0 - f f f t f i s 1 0 600 2281 \N \N \N \N \N point_recv \N \N \N \N 2429 point_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 600 \N \N \N \N \N point_send \N \N \N \N 2430 bpcharrecv 11 10 12 1 0 0 - f f f t f s s 3 0 1042 2281 26 23 \N \N \N \N \N bpcharrecv \N \N \N \N 2431 bpcharsend 11 10 12 1 0 0 - f f f t f s s 1 0 17 1042 \N \N \N \N \N bpcharsend \N \N \N \N 2432 varcharrecv 11 10 12 1 0 0 - f f f t f s s 3 0 1043 2281 26 23 \N \N \N \N \N varcharrecv \N \N \N \N 2433 varcharsend 11 10 12 1 0 0 - f f f t f s s 1 0 17 1043 \N \N \N \N \N varcharsend \N \N \N \N 2434 charrecv 11 10 12 1 0 0 - f f f t f i s 1 0 18 2281 \N \N \N \N \N charrecv \N \N \N \N 2435 charsend 11 10 12 1 0 0 - f f f t f i s 1 0 17 18 \N \N \N \N \N charsend \N \N \N \N 2436 boolrecv 11 10 12 1 0 0 - f f f t f i s 1 0 16 2281 \N \N \N \N \N boolrecv \N \N \N \N 2437 boolsend 11 10 12 1 0 0 - f f f t f i s 1 0 17 16 \N \N \N \N \N boolsend \N \N \N \N 2438 tidrecv 11 10 12 1 0 0 - f f f t f i s 1 0 27 2281 \N \N \N \N \N tidrecv \N \N \N \N 2439 tidsend 11 10 12 1 0 0 - f f f t f i s 1 0 17 27 \N \N \N \N \N tidsend \N \N \N \N 2440 xidrecv 11 10 12 1 0 0 - f f f t f i s 1 0 28 2281 \N \N \N \N \N xidrecv \N \N \N \N 2441 xidsend 11 10 12 1 0 0 - f f f t f i s 1 0 17 28 \N \N \N \N \N xidsend \N \N \N \N 2442 cidrecv 11 10 12 1 0 0 - f f f t f i s 1 0 29 2281 \N \N \N \N \N cidrecv \N \N \N \N 2443 cidsend 11 10 12 1 0 0 - f f f t f i s 1 0 17 29 \N \N \N \N \N cidsend \N \N \N \N 2444 regprocrecv 11 10 12 1 0 0 - f f f t f i s 1 0 24 2281 \N \N \N \N \N regprocrecv \N \N \N \N 2445 regprocsend 11 10 12 1 0 0 - f f f t f i s 1 0 17 24 \N \N \N \N \N regprocsend \N \N \N \N 2446 regprocedurerecv 11 10 12 1 0 0 - f f f t f i s 1 0 2202 2281 \N \N \N \N \N regprocedurerecv \N \N \N \N 2447 regproceduresend 11 10 12 1 0 0 - f f f t f i s 1 0 17 2202 \N \N \N \N \N regproceduresend \N \N \N \N 2448 regoperrecv 11 10 12 1 0 0 - f f f t f i s 1 0 2203 2281 \N \N \N \N \N regoperrecv \N \N \N \N 2449 regopersend 11 10 12 1 0 0 - f f f t f i s 1 0 17 2203 \N \N \N \N \N regopersend \N \N \N \N 2450 regoperatorrecv 11 10 12 1 0 0 - f f f t f i s 1 0 2204 2281 \N \N \N \N \N regoperatorrecv \N \N \N \N 2451 regoperatorsend 11 10 12 1 0 0 - f f f t f i s 1 0 17 2204 \N \N \N \N \N regoperatorsend \N \N \N \N 2452 regclassrecv 11 10 12 1 0 0 - f f f t f i s 1 0 2205 2281 \N \N \N \N \N regclassrecv \N \N \N \N 2453 regclasssend 11 10 12 1 0 0 - f f f t f i s 1 0 17 2205 \N \N \N \N \N regclasssend \N \N \N \N 4196 regcollationrecv 11 10 12 1 0 0 - f f f t f i s 1 0 4191 2281 \N \N \N \N \N regcollationrecv \N \N \N \N 4197 regcollationsend 11 10 12 1 0 0 - f f f t f i s 1 0 17 4191 \N \N \N \N \N regcollationsend \N \N \N \N 2454 regtyperecv 11 10 12 1 0 0 - f f f t f i s 1 0 2206 2281 \N \N \N \N \N regtyperecv \N \N \N \N 2455 regtypesend 11 10 12 1 0 0 - f f f t f i s 1 0 17 2206 \N \N \N \N \N regtypesend \N \N \N \N 4094 regrolerecv 11 10 12 1 0 0 - f f f t f i s 1 0 4096 2281 \N \N \N \N \N regrolerecv \N \N \N \N 4095 regrolesend 11 10 12 1 0 0 - f f f t f i s 1 0 17 4096 \N \N \N \N \N regrolesend \N \N \N \N 4087 regnamespacerecv 11 10 12 1 0 0 - f f f t f i s 1 0 4089 2281 \N \N \N \N \N regnamespacerecv \N \N \N \N 4088 regnamespacesend 11 10 12 1 0 0 - f f f t f i s 1 0 17 4089 \N \N \N \N \N regnamespacesend \N \N \N \N 2456 bit_recv 11 10 12 1 0 0 - f f f t f i s 3 0 1560 2281 26 23 \N \N \N \N \N bit_recv \N \N \N \N 2457 bit_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 1560 \N \N \N \N \N bit_send \N \N \N \N 2458 varbit_recv 11 10 12 1 0 0 - f f f t f i s 3 0 1562 2281 26 23 \N \N \N \N \N varbit_recv \N \N \N \N 2459 varbit_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 1562 \N \N \N \N \N varbit_send \N \N \N \N 2460 numeric_recv 11 10 12 1 0 0 - f f f t f i s 3 0 1700 2281 26 23 \N \N \N \N \N numeric_recv \N \N \N \N 2461 numeric_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 1700 \N \N \N \N \N numeric_send \N \N \N \N 2468 date_recv 11 10 12 1 0 0 - f f f t f i s 1 0 1082 2281 \N \N \N \N \N date_recv \N \N \N \N 2469 date_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 1082 \N \N \N \N \N date_send \N \N \N \N 2470 time_recv 11 10 12 1 0 0 - f f f t f i s 3 0 1083 2281 26 23 \N \N \N \N \N time_recv \N \N \N \N 2471 time_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 1083 \N \N \N \N \N time_send \N \N \N \N 2472 timetz_recv 11 10 12 1 0 0 - f f f t f i s 3 0 1266 2281 26 23 \N \N \N \N \N timetz_recv \N \N \N \N 2473 timetz_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 1266 \N \N \N \N \N timetz_send \N \N \N \N 2474 timestamp_recv 11 10 12 1 0 0 - f f f t f i s 3 0 1114 2281 26 23 \N \N \N \N \N timestamp_recv \N \N \N \N 2475 timestamp_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 1114 \N \N \N \N \N timestamp_send \N \N \N \N 2476 timestamptz_recv 11 10 12 1 0 0 - f f f t f i s 3 0 1184 2281 26 23 \N \N \N \N \N timestamptz_recv \N \N \N \N 2477 timestamptz_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 1184 \N \N \N \N \N timestamptz_send \N \N \N \N 2478 interval_recv 11 10 12 1 0 0 - f f f t f i s 3 0 1186 2281 26 23 \N \N \N \N \N interval_recv \N \N \N \N 2479 interval_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 1186 \N \N \N \N \N interval_send \N \N \N \N 2480 lseg_recv 11 10 12 1 0 0 - f f f t f i s 1 0 601 2281 \N \N \N \N \N lseg_recv \N \N \N \N 2481 lseg_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 601 \N \N \N \N \N lseg_send \N \N \N \N 2482 path_recv 11 10 12 1 0 0 - f f f t f i s 1 0 602 2281 \N \N \N \N \N path_recv \N \N \N \N 2483 path_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 602 \N \N \N \N \N path_send \N \N \N \N 2484 box_recv 11 10 12 1 0 0 - f f f t f i s 1 0 603 2281 \N \N \N \N \N box_recv \N \N \N \N 2485 box_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 603 \N \N \N \N \N box_send \N \N \N \N 2486 poly_recv 11 10 12 1 0 0 - f f f t f i s 1 0 604 2281 \N \N \N \N \N poly_recv \N \N \N \N 2487 poly_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 604 \N \N \N \N \N poly_send \N \N \N \N 2488 line_recv 11 10 12 1 0 0 - f f f t f i s 1 0 628 2281 \N \N \N \N \N line_recv \N \N \N \N 2489 line_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 628 \N \N \N \N \N line_send \N \N \N \N 2490 circle_recv 11 10 12 1 0 0 - f f f t f i s 1 0 718 2281 \N \N \N \N \N circle_recv \N \N \N \N 2491 circle_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 718 \N \N \N \N \N circle_send \N \N \N \N 2492 cash_recv 11 10 12 1 0 0 - f f f t f i s 1 0 790 2281 \N \N \N \N \N cash_recv \N \N \N \N 2493 cash_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 790 \N \N \N \N \N cash_send \N \N \N \N 2494 macaddr_recv 11 10 12 1 0 0 - f f f t f i s 1 0 829 2281 \N \N \N \N \N macaddr_recv \N \N \N \N 2495 macaddr_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 829 \N \N \N \N \N macaddr_send \N \N \N \N 2496 inet_recv 11 10 12 1 0 0 - f f f t f i s 1 0 869 2281 \N \N \N \N \N inet_recv \N \N \N \N 2497 inet_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 869 \N \N \N \N \N inet_send \N \N \N \N 2498 cidr_recv 11 10 12 1 0 0 - f f f t f i s 1 0 650 2281 \N \N \N \N \N cidr_recv \N \N \N \N 2499 cidr_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 650 \N \N \N \N \N cidr_send \N \N \N \N 2500 cstring_recv 11 10 12 1 0 0 - f f f t f s s 1 0 2275 2281 \N \N \N \N \N cstring_recv \N \N \N \N 2501 cstring_send 11 10 12 1 0 0 - f f f t f s s 1 0 17 2275 \N \N \N \N \N cstring_send \N \N \N \N 2502 anyarray_recv 11 10 12 1 0 0 - f f f t f s s 1 0 2277 2281 \N \N \N \N \N anyarray_recv \N \N \N \N 2503 anyarray_send 11 10 12 1 0 0 - f f f t f s s 1 0 17 2277 \N \N \N \N \N anyarray_send \N \N \N \N 3120 void_recv 11 10 12 1 0 0 - f f f t f i s 1 0 2278 2281 \N \N \N \N \N void_recv \N \N \N \N 3121 void_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 2278 \N \N \N \N \N void_send \N \N \N \N 3446 macaddr8_recv 11 10 12 1 0 0 - f f f t f i s 1 0 774 2281 \N \N \N \N \N macaddr8_recv \N \N \N \N 3447 macaddr8_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 774 \N \N \N \N \N macaddr8_send \N \N \N \N 2504 pg_get_ruledef 11 10 12 1 0 0 - f f f t f s s 2 0 25 26 16 \N \N \N \N \N pg_get_ruledef_ext \N \N \N \N 2505 pg_get_viewdef 11 10 12 1 0 0 - f f f t f s r 2 0 25 25 16 \N \N \N \N \N pg_get_viewdef_name_ext \N \N \N \N 2506 pg_get_viewdef 11 10 12 1 0 0 - f f f t f s r 2 0 25 26 16 \N \N \N \N \N pg_get_viewdef_ext \N \N \N \N 3159 pg_get_viewdef 11 10 12 1 0 0 - f f f t f s r 2 0 25 26 23 \N \N \N \N \N pg_get_viewdef_wrap \N \N \N \N 2507 pg_get_indexdef 11 10 12 1 0 0 - f f f t f s s 3 0 25 26 23 16 \N \N \N \N \N pg_get_indexdef_ext \N \N \N \N 2508 pg_get_constraintdef 11 10 12 1 0 0 - f f f t f s s 2 0 25 26 16 \N \N \N \N \N pg_get_constraintdef_ext \N \N \N \N 2509 pg_get_expr 11 10 12 1 0 0 - f f f t f s s 3 0 25 194 26 16 \N \N \N \N \N pg_get_expr_ext \N \N \N \N 2510 pg_prepared_statement 11 10 12 1 1000 0 - f f f t t s r 0 0 2249 {25,25,1184,2211,2211,16,20,20} {o,o,o,o,o,o,o,o} {name,statement,prepare_time,parameter_types,result_types,from_sql,generic_plans,custom_plans} \N \N pg_prepared_statement \N \N \N \N 2511 pg_cursor 11 10 12 1 1000 0 - f f f t t s r 0 0 2249 {25,25,16,16,16,1184} {o,o,o,o,o,o} {name,statement,is_holdable,is_binary,is_scrollable,creation_time} \N \N pg_cursor \N \N \N \N 2599 pg_timezone_abbrevs 11 10 12 1 1000 0 - f f f t t s s 0 0 2249 {25,1186,16} {o,o,o} {abbrev,utc_offset,is_dst} \N \N pg_timezone_abbrevs \N \N \N \N 2856 pg_timezone_names 11 10 12 1 1000 0 - f f f t t s s 0 0 2249 {25,25,1186,16} {o,o,o,o} {name,abbrev,utc_offset,is_dst} \N \N pg_timezone_names \N \N \N \N 2730 pg_get_triggerdef 11 10 12 1 0 0 - f f f t f s s 2 0 25 26 16 \N \N \N \N \N pg_get_triggerdef_ext \N \N \N \N 3035 pg_listening_channels 11 10 12 1 10 0 - f f f t t s r 0 0 25 \N \N \N \N \N pg_listening_channels \N \N \N \N 3036 pg_notify 11 10 12 1 0 0 - f f f f f v r 2 0 2278 25 25 \N \N \N \N \N pg_notify \N \N \N \N 3296 pg_notification_queue_usage 11 10 12 1 0 0 - f f f t f v r 0 0 701 \N \N \N \N \N pg_notification_queue_usage \N \N \N \N 1066 generate_series 11 10 12 1 1000 0 generate_series_int4_support f f f t t i s 3 0 23 23 23 23 \N \N \N \N \N generate_series_step_int4 \N \N \N \N 1067 generate_series 11 10 12 1 1000 0 generate_series_int4_support f f f t t i s 2 0 23 23 23 \N \N \N \N \N generate_series_int4 \N \N \N \N 3994 generate_series_int4_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N generate_series_int4_support \N \N \N \N 1068 generate_series 11 10 12 1 1000 0 generate_series_int8_support f f f t t i s 3 0 20 20 20 20 \N \N \N \N \N generate_series_step_int8 \N \N \N \N 1069 generate_series 11 10 12 1 1000 0 generate_series_int8_support f f f t t i s 2 0 20 20 20 \N \N \N \N \N generate_series_int8 \N \N \N \N 3995 generate_series_int8_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N generate_series_int8_support \N \N \N \N 3259 generate_series 11 10 12 1 1000 0 - f f f t t i s 3 0 1700 1700 1700 1700 \N \N \N \N \N generate_series_step_numeric \N \N \N \N 3260 generate_series 11 10 12 1 1000 0 - f f f t t i s 2 0 1700 1700 1700 \N \N \N \N \N generate_series_numeric \N \N \N \N 938 generate_series 11 10 12 1 1000 0 - f f f t t i s 3 0 1114 1114 1114 1186 \N \N \N \N \N generate_series_timestamp \N \N \N \N 939 generate_series 11 10 12 1 1000 0 - f f f t t s s 3 0 1184 1184 1184 1186 \N \N \N \N \N generate_series_timestamptz \N \N \N \N 6274 generate_series 11 10 12 1 1000 0 - f f f t t i s 4 0 1184 1184 1184 1186 25 \N \N \N \N \N generate_series_timestamptz_at_zone \N \N \N \N 2515 booland_statefunc 11 10 12 1 0 0 - f f f t f i s 2 0 16 16 16 \N \N \N \N \N booland_statefunc \N \N \N \N 2516 boolor_statefunc 11 10 12 1 0 0 - f f f t f i s 2 0 16 16 16 \N \N \N \N \N boolor_statefunc \N \N \N \N 3496 bool_accum 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 16 \N \N \N \N \N bool_accum \N \N \N \N 3497 bool_accum_inv 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 16 \N \N \N \N \N bool_accum_inv \N \N \N \N 3498 bool_alltrue 11 10 12 1 0 0 - f f f t f i s 1 0 16 2281 \N \N \N \N \N bool_alltrue \N \N \N \N 3499 bool_anytrue 11 10 12 1 0 0 - f f f t f i s 1 0 16 2281 \N \N \N \N \N bool_anytrue \N \N \N \N 2517 bool_and 11 10 12 1 0 0 - a f f f f i s 1 0 16 16 \N \N \N \N \N aggregate_dummy \N \N \N \N 2518 bool_or 11 10 12 1 0 0 - a f f f f i s 1 0 16 16 \N \N \N \N \N aggregate_dummy \N \N \N \N 2519 every 11 10 12 1 0 0 - a f f f f i s 1 0 16 16 \N \N \N \N \N aggregate_dummy \N \N \N \N 2236 bit_and 11 10 12 1 0 0 - a f f f f i s 1 0 21 21 \N \N \N \N \N aggregate_dummy \N \N \N \N 2237 bit_or 11 10 12 1 0 0 - a f f f f i s 1 0 21 21 \N \N \N \N \N aggregate_dummy \N \N \N \N 6164 bit_xor 11 10 12 1 0 0 - a f f f f i s 1 0 21 21 \N \N \N \N \N aggregate_dummy \N \N \N \N 2238 bit_and 11 10 12 1 0 0 - a f f f f i s 1 0 23 23 \N \N \N \N \N aggregate_dummy \N \N \N \N 2239 bit_or 11 10 12 1 0 0 - a f f f f i s 1 0 23 23 \N \N \N \N \N aggregate_dummy \N \N \N \N 6165 bit_xor 11 10 12 1 0 0 - a f f f f i s 1 0 23 23 \N \N \N \N \N aggregate_dummy \N \N \N \N 2240 bit_and 11 10 12 1 0 0 - a f f f f i s 1 0 20 20 \N \N \N \N \N aggregate_dummy \N \N \N \N 2241 bit_or 11 10 12 1 0 0 - a f f f f i s 1 0 20 20 \N \N \N \N \N aggregate_dummy \N \N \N \N 6166 bit_xor 11 10 12 1 0 0 - a f f f f i s 1 0 20 20 \N \N \N \N \N aggregate_dummy \N \N \N \N 2242 bit_and 11 10 12 1 0 0 - a f f f f i s 1 0 1560 1560 \N \N \N \N \N aggregate_dummy \N \N \N \N 2243 bit_or 11 10 12 1 0 0 - a f f f f i s 1 0 1560 1560 \N \N \N \N \N aggregate_dummy \N \N \N \N 6167 bit_xor 11 10 12 1 0 0 - a f f f f i s 1 0 1560 1560 \N \N \N \N \N aggregate_dummy \N \N \N \N 2556 pg_tablespace_databases 11 10 12 1 1000 0 - f f f t t s s 1 0 26 26 \N \N \N \N \N pg_tablespace_databases \N \N \N \N 2557 bool 11 10 12 1 0 0 - f f t t f i s 1 0 16 23 \N \N \N \N \N int4_bool \N \N \N \N 2558 int4 11 10 12 1 0 0 - f f t t f i s 1 0 23 16 \N \N \N \N \N bool_int4 \N \N \N \N 2559 lastval 11 10 12 1 0 0 - f f f t f v u 0 0 20 \N \N \N \N \N lastval \N \N \N \N 2560 pg_postmaster_start_time 11 10 12 1 0 0 - f f f t f s s 0 0 1184 \N \N \N \N \N pg_postmaster_start_time \N \N \N \N 2034 pg_conf_load_time 11 10 12 1 0 0 - f f f t f s r 0 0 1184 \N \N \N \N \N pg_conf_load_time \N \N \N \N 2562 box_below 11 10 12 1 0 0 - f f f t f i s 2 0 16 603 603 \N \N \N \N \N box_below \N \N \N \N 2563 box_overbelow 11 10 12 1 0 0 - f f f t f i s 2 0 16 603 603 \N \N \N \N \N box_overbelow \N \N \N \N 2564 box_overabove 11 10 12 1 0 0 - f f f t f i s 2 0 16 603 603 \N \N \N \N \N box_overabove \N \N \N \N 2565 box_above 11 10 12 1 0 0 - f f f t f i s 2 0 16 603 603 \N \N \N \N \N box_above \N \N \N \N 2566 poly_below 11 10 12 1 0 0 - f f f t f i s 2 0 16 604 604 \N \N \N \N \N poly_below \N \N \N \N 2567 poly_overbelow 11 10 12 1 0 0 - f f f t f i s 2 0 16 604 604 \N \N \N \N \N poly_overbelow \N \N \N \N 2568 poly_overabove 11 10 12 1 0 0 - f f f t f i s 2 0 16 604 604 \N \N \N \N \N poly_overabove \N \N \N \N 2569 poly_above 11 10 12 1 0 0 - f f f t f i s 2 0 16 604 604 \N \N \N \N \N poly_above \N \N \N \N 2587 circle_overbelow 11 10 12 1 0 0 - f f f t f i s 2 0 16 718 718 \N \N \N \N \N circle_overbelow \N \N \N \N 2588 circle_overabove 11 10 12 1 0 0 - f f f t f i s 2 0 16 718 718 \N \N \N \N \N circle_overabove \N \N \N \N 2578 gist_box_consistent 11 10 12 1 0 0 - f f f t f i s 5 0 16 2281 603 21 26 2281 \N \N \N \N \N gist_box_consistent \N \N \N \N 2581 gist_box_penalty 11 10 12 1 0 0 - f f f t f i s 3 0 2281 2281 2281 2281 \N \N \N \N \N gist_box_penalty \N \N \N \N 2582 gist_box_picksplit 11 10 12 1 0 0 - f f f t f i s 2 0 2281 2281 2281 \N \N \N \N \N gist_box_picksplit \N \N \N \N 2583 gist_box_union 11 10 12 1 0 0 - f f f t f i s 2 0 603 2281 2281 \N \N \N \N \N gist_box_union \N \N \N \N 2584 gist_box_same 11 10 12 1 0 0 - f f f t f i s 3 0 2281 603 603 2281 \N \N \N \N \N gist_box_same \N \N \N \N 3998 gist_box_distance 11 10 12 1 0 0 - f f f t f i s 5 0 701 2281 603 21 26 2281 \N \N \N \N \N gist_box_distance \N \N \N \N 2585 gist_poly_consistent 11 10 12 1 0 0 - f f f t f i s 5 0 16 2281 604 21 26 2281 \N \N \N \N \N gist_poly_consistent \N \N \N \N 2586 gist_poly_compress 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N gist_poly_compress \N \N \N \N 2591 gist_circle_consistent 11 10 12 1 0 0 - f f f t f i s 5 0 16 2281 718 21 26 2281 \N \N \N \N \N gist_circle_consistent \N \N \N \N 2592 gist_circle_compress 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N gist_circle_compress \N \N \N \N 1030 gist_point_compress 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N gist_point_compress \N \N \N \N 3282 gist_point_fetch 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N gist_point_fetch \N \N \N \N 2179 gist_point_consistent 11 10 12 1 0 0 - f f f t f i s 5 0 16 2281 600 21 26 2281 \N \N \N \N \N gist_point_consistent \N \N \N \N 3064 gist_point_distance 11 10 12 1 0 0 - f f f t f i s 5 0 701 2281 600 21 26 2281 \N \N \N \N \N gist_point_distance \N \N \N \N 3280 gist_circle_distance 11 10 12 1 0 0 - f f f t f i s 5 0 701 2281 718 21 26 2281 \N \N \N \N \N gist_circle_distance \N \N \N \N 3288 gist_poly_distance 11 10 12 1 0 0 - f f f t f i s 5 0 701 2281 604 21 26 2281 \N \N \N \N \N gist_poly_distance \N \N \N \N 3435 gist_point_sortsupport 11 10 12 1 0 0 - f f f t f i s 1 0 2278 2281 \N \N \N \N \N gist_point_sortsupport \N \N \N \N 2743 ginarrayextract 11 10 12 1 0 0 - f f f t f i s 3 0 2281 2277 2281 2281 \N \N \N \N \N ginarrayextract \N \N \N \N 2774 ginqueryarrayextract 11 10 12 1 0 0 - f f f t f i s 7 0 2281 2277 2281 21 2281 2281 2281 2281 \N \N \N \N \N ginqueryarrayextract \N \N \N \N 2744 ginarrayconsistent 11 10 12 1 0 0 - f f f t f i s 8 0 16 2281 21 2277 23 2281 2281 2281 2281 \N \N \N \N \N ginarrayconsistent \N \N \N \N 3920 ginarraytriconsistent 11 10 12 1 0 0 - f f f t f i s 7 0 18 2281 21 2277 23 2281 2281 2281 \N \N \N \N \N ginarraytriconsistent \N \N \N \N 3076 ginarrayextract 11 10 12 1 0 0 - f f f t f i s 2 0 2281 2277 2281 \N \N \N \N \N ginarrayextract_2args \N \N \N \N 2747 arrayoverlap 11 10 12 1 0 0 - f f f t f i s 2 0 16 2277 2277 \N \N \N \N \N arrayoverlap \N \N \N \N 2748 arraycontains 11 10 12 1 0 0 - f f f t f i s 2 0 16 2277 2277 \N \N \N \N \N arraycontains \N \N \N \N 2749 arraycontained 11 10 12 1 0 0 - f f f t f i s 2 0 16 2277 2277 \N \N \N \N \N arraycontained \N \N \N \N 3383 brin_minmax_opcinfo 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N brin_minmax_opcinfo \N \N \N \N 3384 brin_minmax_add_value 11 10 12 1 0 0 - f f f t f i s 4 0 16 2281 2281 2281 2281 \N \N \N \N \N brin_minmax_add_value \N \N \N \N 3385 brin_minmax_consistent 11 10 12 1 0 0 - f f f t f i s 3 0 16 2281 2281 2281 \N \N \N \N \N brin_minmax_consistent \N \N \N \N 3386 brin_minmax_union 11 10 12 1 0 0 - f f f t f i s 3 0 16 2281 2281 2281 \N \N \N \N \N brin_minmax_union \N \N \N \N 4616 brin_minmax_multi_opcinfo 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N brin_minmax_multi_opcinfo \N \N \N \N 4617 brin_minmax_multi_add_value 11 10 12 1 0 0 - f f f t f i s 4 0 16 2281 2281 2281 2281 \N \N \N \N \N brin_minmax_multi_add_value \N \N \N \N 4618 brin_minmax_multi_consistent 11 10 12 1 0 0 - f f f t f i s 4 0 16 2281 2281 2281 23 \N \N \N \N \N brin_minmax_multi_consistent \N \N \N \N 4619 brin_minmax_multi_union 11 10 12 1 0 0 - f f f t f i s 3 0 16 2281 2281 2281 \N \N \N \N \N brin_minmax_multi_union \N \N \N \N 4620 brin_minmax_multi_options 11 10 12 1 0 0 - f f f f f i s 1 0 2278 2281 \N \N \N \N \N brin_minmax_multi_options \N \N \N \N 4621 brin_minmax_multi_distance_int2 11 10 12 1 0 0 - f f f t f i s 2 0 701 2281 2281 \N \N \N \N \N brin_minmax_multi_distance_int2 \N \N \N \N 4622 brin_minmax_multi_distance_int4 11 10 12 1 0 0 - f f f t f i s 2 0 701 2281 2281 \N \N \N \N \N brin_minmax_multi_distance_int4 \N \N \N \N 4623 brin_minmax_multi_distance_int8 11 10 12 1 0 0 - f f f t f i s 2 0 701 2281 2281 \N \N \N \N \N brin_minmax_multi_distance_int8 \N \N \N \N 4624 brin_minmax_multi_distance_float4 11 10 12 1 0 0 - f f f t f i s 2 0 701 2281 2281 \N \N \N \N \N brin_minmax_multi_distance_float4 \N \N \N \N 4625 brin_minmax_multi_distance_float8 11 10 12 1 0 0 - f f f t f i s 2 0 701 2281 2281 \N \N \N \N \N brin_minmax_multi_distance_float8 \N \N \N \N 4626 brin_minmax_multi_distance_numeric 11 10 12 1 0 0 - f f f t f i s 2 0 701 2281 2281 \N \N \N \N \N brin_minmax_multi_distance_numeric \N \N \N \N 4627 brin_minmax_multi_distance_tid 11 10 12 1 0 0 - f f f t f i s 2 0 701 2281 2281 \N \N \N \N \N brin_minmax_multi_distance_tid \N \N \N \N 4628 brin_minmax_multi_distance_uuid 11 10 12 1 0 0 - f f f t f i s 2 0 701 2281 2281 \N \N \N \N \N brin_minmax_multi_distance_uuid \N \N \N \N 4629 brin_minmax_multi_distance_date 11 10 12 1 0 0 - f f f t f i s 2 0 701 2281 2281 \N \N \N \N \N brin_minmax_multi_distance_date \N \N \N \N 4630 brin_minmax_multi_distance_time 11 10 12 1 0 0 - f f f t f i s 2 0 701 2281 2281 \N \N \N \N \N brin_minmax_multi_distance_time \N \N \N \N 4631 brin_minmax_multi_distance_interval 11 10 12 1 0 0 - f f f t f i s 2 0 701 2281 2281 \N \N \N \N \N brin_minmax_multi_distance_interval \N \N \N \N 4632 brin_minmax_multi_distance_timetz 11 10 12 1 0 0 - f f f t f i s 2 0 701 2281 2281 \N \N \N \N \N brin_minmax_multi_distance_timetz \N \N \N \N 4633 brin_minmax_multi_distance_pg_lsn 11 10 12 1 0 0 - f f f t f i s 2 0 701 2281 2281 \N \N \N \N \N brin_minmax_multi_distance_pg_lsn \N \N \N \N 4634 brin_minmax_multi_distance_macaddr 11 10 12 1 0 0 - f f f t f i s 2 0 701 2281 2281 \N \N \N \N \N brin_minmax_multi_distance_macaddr \N \N \N \N 4635 brin_minmax_multi_distance_macaddr8 11 10 12 1 0 0 - f f f t f i s 2 0 701 2281 2281 \N \N \N \N \N brin_minmax_multi_distance_macaddr8 \N \N \N \N 4636 brin_minmax_multi_distance_inet 11 10 12 1 0 0 - f f f t f i s 2 0 701 2281 2281 \N \N \N \N \N brin_minmax_multi_distance_inet \N \N \N \N 4637 brin_minmax_multi_distance_timestamp 11 10 12 1 0 0 - f f f t f i s 2 0 701 2281 2281 \N \N \N \N \N brin_minmax_multi_distance_timestamp \N \N \N \N 4105 brin_inclusion_opcinfo 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N brin_inclusion_opcinfo \N \N \N \N 4106 brin_inclusion_add_value 11 10 12 1 0 0 - f f f t f i s 4 0 16 2281 2281 2281 2281 \N \N \N \N \N brin_inclusion_add_value \N \N \N \N 4107 brin_inclusion_consistent 11 10 12 1 0 0 - f f f t f i s 3 0 16 2281 2281 2281 \N \N \N \N \N brin_inclusion_consistent \N \N \N \N 4108 brin_inclusion_union 11 10 12 1 0 0 - f f f t f i s 3 0 16 2281 2281 2281 \N \N \N \N \N brin_inclusion_union \N \N \N \N 4591 brin_bloom_opcinfo 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N brin_bloom_opcinfo \N \N \N \N 4592 brin_bloom_add_value 11 10 12 1 0 0 - f f f t f i s 4 0 16 2281 2281 2281 2281 \N \N \N \N \N brin_bloom_add_value \N \N \N \N 4593 brin_bloom_consistent 11 10 12 1 0 0 - f f f t f i s 4 0 16 2281 2281 2281 23 \N \N \N \N \N brin_bloom_consistent \N \N \N \N 4594 brin_bloom_union 11 10 12 1 0 0 - f f f t f i s 3 0 16 2281 2281 2281 \N \N \N \N \N brin_bloom_union \N \N \N \N 4595 brin_bloom_options 11 10 12 1 0 0 - f f f f f i s 1 0 2278 2281 \N \N \N \N \N brin_bloom_options \N \N \N \N 2880 pg_advisory_lock 11 10 12 1 0 0 - f f f t f v r 1 0 2278 20 \N \N \N \N \N pg_advisory_lock_int8 \N \N \N \N 3089 pg_advisory_xact_lock 11 10 12 1 0 0 - f f f t f v r 1 0 2278 20 \N \N \N \N \N pg_advisory_xact_lock_int8 \N \N \N \N 2881 pg_advisory_lock_shared 11 10 12 1 0 0 - f f f t f v r 1 0 2278 20 \N \N \N \N \N pg_advisory_lock_shared_int8 \N \N \N \N 3090 pg_advisory_xact_lock_shared 11 10 12 1 0 0 - f f f t f v r 1 0 2278 20 \N \N \N \N \N pg_advisory_xact_lock_shared_int8 \N \N \N \N 2882 pg_try_advisory_lock 11 10 12 1 0 0 - f f f t f v r 1 0 16 20 \N \N \N \N \N pg_try_advisory_lock_int8 \N \N \N \N 3091 pg_try_advisory_xact_lock 11 10 12 1 0 0 - f f f t f v r 1 0 16 20 \N \N \N \N \N pg_try_advisory_xact_lock_int8 \N \N \N \N 2883 pg_try_advisory_lock_shared 11 10 12 1 0 0 - f f f t f v r 1 0 16 20 \N \N \N \N \N pg_try_advisory_lock_shared_int8 \N \N \N \N 3092 pg_try_advisory_xact_lock_shared 11 10 12 1 0 0 - f f f t f v r 1 0 16 20 \N \N \N \N \N pg_try_advisory_xact_lock_shared_int8 \N \N \N \N 2884 pg_advisory_unlock 11 10 12 1 0 0 - f f f t f v r 1 0 16 20 \N \N \N \N \N pg_advisory_unlock_int8 \N \N \N \N 2885 pg_advisory_unlock_shared 11 10 12 1 0 0 - f f f t f v r 1 0 16 20 \N \N \N \N \N pg_advisory_unlock_shared_int8 \N \N \N \N 2886 pg_advisory_lock 11 10 12 1 0 0 - f f f t f v r 2 0 2278 23 23 \N \N \N \N \N pg_advisory_lock_int4 \N \N \N \N 3093 pg_advisory_xact_lock 11 10 12 1 0 0 - f f f t f v r 2 0 2278 23 23 \N \N \N \N \N pg_advisory_xact_lock_int4 \N \N \N \N 2887 pg_advisory_lock_shared 11 10 12 1 0 0 - f f f t f v r 2 0 2278 23 23 \N \N \N \N \N pg_advisory_lock_shared_int4 \N \N \N \N 3094 pg_advisory_xact_lock_shared 11 10 12 1 0 0 - f f f t f v r 2 0 2278 23 23 \N \N \N \N \N pg_advisory_xact_lock_shared_int4 \N \N \N \N 2888 pg_try_advisory_lock 11 10 12 1 0 0 - f f f t f v r 2 0 16 23 23 \N \N \N \N \N pg_try_advisory_lock_int4 \N \N \N \N 3095 pg_try_advisory_xact_lock 11 10 12 1 0 0 - f f f t f v r 2 0 16 23 23 \N \N \N \N \N pg_try_advisory_xact_lock_int4 \N \N \N \N 2889 pg_try_advisory_lock_shared 11 10 12 1 0 0 - f f f t f v r 2 0 16 23 23 \N \N \N \N \N pg_try_advisory_lock_shared_int4 \N \N \N \N 3096 pg_try_advisory_xact_lock_shared 11 10 12 1 0 0 - f f f t f v r 2 0 16 23 23 \N \N \N \N \N pg_try_advisory_xact_lock_shared_int4 \N \N \N \N 2890 pg_advisory_unlock 11 10 12 1 0 0 - f f f t f v r 2 0 16 23 23 \N \N \N \N \N pg_advisory_unlock_int4 \N \N \N \N 2891 pg_advisory_unlock_shared 11 10 12 1 0 0 - f f f t f v r 2 0 16 23 23 \N \N \N \N \N pg_advisory_unlock_shared_int4 \N \N \N \N 2892 pg_advisory_unlock_all 11 10 12 1 0 0 - f f f t f v r 0 0 2278 \N \N \N \N \N pg_advisory_unlock_all \N \N \N \N 2893 xml_in 11 10 12 1 0 0 - f f f t f s s 1 0 142 2275 \N \N \N \N \N xml_in \N \N \N \N 2894 xml_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 142 \N \N \N \N \N xml_out \N \N \N \N 2895 xmlcomment 11 10 12 1 0 0 - f f f t f i s 1 0 142 25 \N \N \N \N \N xmlcomment \N \N \N \N 2896 xml 11 10 12 1 0 0 - f f f t f s s 1 0 142 25 \N \N \N \N \N texttoxml \N \N \N \N 2897 xmlvalidate 11 10 12 1 0 0 - f f f t f i s 2 0 16 142 25 \N \N \N \N \N xmlvalidate \N \N \N \N 2898 xml_recv 11 10 12 1 0 0 - f f f t f s s 1 0 142 2281 \N \N \N \N \N xml_recv \N \N \N \N 2899 xml_send 11 10 12 1 0 0 - f f f t f s s 1 0 17 142 \N \N \N \N \N xml_send \N \N \N \N 2900 xmlconcat2 11 10 12 1 0 0 - f f f f f i s 2 0 142 142 142 \N \N \N \N \N xmlconcat2 \N \N \N \N 2901 xmlagg 11 10 12 1 0 0 - a f f f f i s 1 0 142 142 \N \N \N \N \N aggregate_dummy \N \N \N \N 2922 text 11 10 12 1 0 0 - f f f t f i s 1 0 25 142 \N \N \N \N \N xmltotext \N \N \N \N 3813 xmltext 11 10 12 1 0 0 - f f f t f i s 1 0 142 25 \N \N \N \N \N xmltext \N \N \N \N 2952 uuid_in 11 10 12 1 0 0 - f f f t f i s 1 0 2950 2275 \N \N \N \N \N uuid_in \N \N \N \N 2923 table_to_xml 11 10 12 100 0 0 - f f f t f s r 4 0 142 2205 16 16 25 \N \N {tbl,nulls,tableforest,targetns} \N \N table_to_xml \N \N \N \N 2924 query_to_xml 11 10 12 100 0 0 - f f f t f v u 4 0 142 25 16 16 25 \N \N {query,nulls,tableforest,targetns} \N \N query_to_xml \N \N \N \N 2925 cursor_to_xml 11 10 12 100 0 0 - f f f t f v u 5 0 142 1790 23 16 16 25 \N \N {cursor,count,nulls,tableforest,targetns} \N \N cursor_to_xml \N \N \N \N 2926 table_to_xmlschema 11 10 12 100 0 0 - f f f t f s r 4 0 142 2205 16 16 25 \N \N {tbl,nulls,tableforest,targetns} \N \N table_to_xmlschema \N \N \N \N 2927 query_to_xmlschema 11 10 12 100 0 0 - f f f t f v u 4 0 142 25 16 16 25 \N \N {query,nulls,tableforest,targetns} \N \N query_to_xmlschema \N \N \N \N 2928 cursor_to_xmlschema 11 10 12 100 0 0 - f f f t f v u 4 0 142 1790 16 16 25 \N \N {cursor,nulls,tableforest,targetns} \N \N cursor_to_xmlschema \N \N \N \N 2929 table_to_xml_and_xmlschema 11 10 12 100 0 0 - f f f t f s r 4 0 142 2205 16 16 25 \N \N {tbl,nulls,tableforest,targetns} \N \N table_to_xml_and_xmlschema \N \N \N \N 2930 query_to_xml_and_xmlschema 11 10 12 100 0 0 - f f f t f v u 4 0 142 25 16 16 25 \N \N {query,nulls,tableforest,targetns} \N \N query_to_xml_and_xmlschema \N \N \N \N 2933 schema_to_xml 11 10 12 100 0 0 - f f f t f s r 4 0 142 19 16 16 25 \N \N {schema,nulls,tableforest,targetns} \N \N schema_to_xml \N \N \N \N 2934 schema_to_xmlschema 11 10 12 100 0 0 - f f f t f s r 4 0 142 19 16 16 25 \N \N {schema,nulls,tableforest,targetns} \N \N schema_to_xmlschema \N \N \N \N 2935 schema_to_xml_and_xmlschema 11 10 12 100 0 0 - f f f t f s r 4 0 142 19 16 16 25 \N \N {schema,nulls,tableforest,targetns} \N \N schema_to_xml_and_xmlschema \N \N \N \N 2936 database_to_xml 11 10 12 100 0 0 - f f f t f s r 3 0 142 16 16 25 \N \N {nulls,tableforest,targetns} \N \N database_to_xml \N \N \N \N 2937 database_to_xmlschema 11 10 12 100 0 0 - f f f t f s r 3 0 142 16 16 25 \N \N {nulls,tableforest,targetns} \N \N database_to_xmlschema \N \N \N \N 2938 database_to_xml_and_xmlschema 11 10 12 100 0 0 - f f f t f s r 3 0 142 16 16 25 \N \N {nulls,tableforest,targetns} \N \N database_to_xml_and_xmlschema \N \N \N \N 2931 xpath 11 10 12 1 0 0 - f f f t f i s 3 0 143 25 142 1009 \N \N \N \N \N xpath \N \N \N \N 2614 xmlexists 11 10 12 1 0 0 - f f f t f i s 2 0 16 25 142 \N \N \N \N \N xmlexists \N \N \N \N 3049 xpath_exists 11 10 12 1 0 0 - f f f t f i s 3 0 16 25 142 1009 \N \N \N \N \N xpath_exists \N \N \N \N 3051 xml_is_well_formed 11 10 12 1 0 0 - f f f t f s s 1 0 16 25 \N \N \N \N \N xml_is_well_formed \N \N \N \N 3052 xml_is_well_formed_document 11 10 12 1 0 0 - f f f t f i s 1 0 16 25 \N \N \N \N \N xml_is_well_formed_document \N \N \N \N 3053 xml_is_well_formed_content 11 10 12 1 0 0 - f f f t f i s 1 0 16 25 \N \N \N \N \N xml_is_well_formed_content \N \N \N \N 321 json_in 11 10 12 1 0 0 - f f f t f i s 1 0 114 2275 \N \N \N \N \N json_in \N \N \N \N 322 json_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 114 \N \N \N \N \N json_out \N \N \N \N 323 json_recv 11 10 12 1 0 0 - f f f t f i s 1 0 114 2281 \N \N \N \N \N json_recv \N \N \N \N 324 json_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 114 \N \N \N \N \N json_send \N \N \N \N 3153 array_to_json 11 10 12 1 0 0 - f f f t f s s 1 0 114 2277 \N \N \N \N \N array_to_json \N \N \N \N 3154 array_to_json 11 10 12 1 0 0 - f f f t f s s 2 0 114 2277 16 \N \N \N \N \N array_to_json_pretty \N \N \N \N 3155 row_to_json 11 10 12 1 0 0 - f f f t f s s 1 0 114 2249 \N \N \N \N \N row_to_json \N \N \N \N 3156 row_to_json 11 10 12 1 0 0 - f f f t f s s 2 0 114 2249 16 \N \N \N \N \N row_to_json_pretty \N \N \N \N 3173 json_agg_transfn 11 10 12 1 0 0 - f f f f f s s 2 0 2281 2281 2283 \N \N \N \N \N json_agg_transfn \N \N \N \N 6275 json_agg_strict_transfn 11 10 12 1 0 0 - f f f f f s s 2 0 2281 2281 2283 \N \N \N \N \N json_agg_strict_transfn \N \N \N \N 3174 json_agg_finalfn 11 10 12 1 0 0 - f f f f f i s 1 0 114 2281 \N \N \N \N \N json_agg_finalfn \N \N \N \N 3175 json_agg 11 10 12 1 0 0 - a f f f f s s 1 0 114 2283 \N \N \N \N \N aggregate_dummy \N \N \N \N 6276 json_agg_strict 11 10 12 1 0 0 - a f f f f s s 1 0 114 2283 \N \N \N \N \N aggregate_dummy \N \N \N \N 3180 json_object_agg_transfn 11 10 12 1 0 0 - f f f f f s s 3 0 2281 2281 2276 2276 \N \N \N \N \N json_object_agg_transfn \N \N \N \N 6277 json_object_agg_strict_transfn 11 10 12 1 0 0 - f f f f f s s 3 0 2281 2281 2276 2276 \N \N \N \N \N json_object_agg_strict_transfn \N \N \N \N 6278 json_object_agg_unique_transfn 11 10 12 1 0 0 - f f f f f s s 3 0 2281 2281 2276 2276 \N \N \N \N \N json_object_agg_unique_transfn \N \N \N \N 6279 json_object_agg_unique_strict_transfn 11 10 12 1 0 0 - f f f f f s s 3 0 2281 2281 2276 2276 \N \N \N \N \N json_object_agg_unique_strict_transfn \N \N \N \N 3196 json_object_agg_finalfn 11 10 12 1 0 0 - f f f f f i s 1 0 114 2281 \N \N \N \N \N json_object_agg_finalfn \N \N \N \N 3197 json_object_agg 11 10 12 1 0 0 - a f f f f s s 2 0 114 2276 2276 \N \N {key,value} \N \N aggregate_dummy \N \N \N \N 6280 json_object_agg_strict 11 10 12 1 0 0 - a f f f f s s 2 0 114 2276 2276 \N \N {key,value} \N \N aggregate_dummy \N \N \N \N 6281 json_object_agg_unique 11 10 12 1 0 0 - a f f f f s s 2 0 114 2276 2276 \N \N {key,value} \N \N aggregate_dummy \N \N \N \N 6282 json_object_agg_unique_strict 11 10 12 1 0 0 - a f f f f s s 2 0 114 2276 2276 \N \N {key,value} \N \N aggregate_dummy \N \N \N \N 3198 json_build_array 11 10 12 1 0 2276 - f f f f f s s 1 0 114 2276 {2276} {v} \N \N \N json_build_array \N \N \N \N 3199 json_build_array 11 10 12 1 0 0 - f f f f f s s 0 0 114 \N \N \N \N \N json_build_array_noargs \N \N \N \N 3200 json_build_object 11 10 12 1 0 2276 - f f f f f s s 1 0 114 2276 {2276} {v} \N \N \N json_build_object \N \N \N \N 3201 json_build_object 11 10 12 1 0 0 - f f f f f s s 0 0 114 \N \N \N \N \N json_build_object_noargs \N \N \N \N 3202 json_object 11 10 12 1 0 0 - f f f t f i s 1 0 114 1009 \N \N \N \N \N json_object \N \N \N \N 3203 json_object 11 10 12 1 0 0 - f f f t f i s 2 0 114 1009 1009 \N \N \N \N \N json_object_two_arg \N \N \N \N 3176 to_json 11 10 12 1 0 0 - f f f t f s s 1 0 114 2283 \N \N \N \N \N to_json \N \N \N \N 3261 json_strip_nulls 11 10 12 1 0 0 - f f f t f i s 1 0 114 114 \N \N \N \N \N json_strip_nulls \N \N \N \N 3947 json_object_field 11 10 12 1 0 0 - f f f t f i s 2 0 114 114 25 \N \N {from_json,field_name} \N \N json_object_field \N \N \N \N 3948 json_object_field_text 11 10 12 1 0 0 - f f f t f i s 2 0 25 114 25 \N \N {from_json,field_name} \N \N json_object_field_text \N \N \N \N 3949 json_array_element 11 10 12 1 0 0 - f f f t f i s 2 0 114 114 23 \N \N {from_json,element_index} \N \N json_array_element \N \N \N \N 3950 json_array_element_text 11 10 12 1 0 0 - f f f t f i s 2 0 25 114 23 \N \N {from_json,element_index} \N \N json_array_element_text \N \N \N \N 3951 json_extract_path 11 10 12 1 0 25 - f f f t f i s 2 0 114 114 1009 {114,1009} {i,v} {from_json,path_elems} \N \N json_extract_path \N \N \N \N 3953 json_extract_path_text 11 10 12 1 0 25 - f f f t f i s 2 0 25 114 1009 {114,1009} {i,v} {from_json,path_elems} \N \N json_extract_path_text \N \N \N \N 3955 json_array_elements 11 10 12 1 100 0 - f f f t t i s 1 0 114 114 {114,114} {i,o} {from_json,value} \N \N json_array_elements \N \N \N \N 3969 json_array_elements_text 11 10 12 1 100 0 - f f f t t i s 1 0 25 114 {114,25} {i,o} {from_json,value} \N \N json_array_elements_text \N \N \N \N 3956 json_array_length 11 10 12 1 0 0 - f f f t f i s 1 0 23 114 \N \N \N \N \N json_array_length \N \N \N \N 3957 json_object_keys 11 10 12 1 100 0 - f f f t t i s 1 0 25 114 \N \N \N \N \N json_object_keys \N \N \N \N 3958 json_each 11 10 12 1 100 0 - f f f t t i s 1 0 2249 114 {114,25,114} {i,o,o} {from_json,key,value} \N \N json_each \N \N \N \N 3959 json_each_text 11 10 12 1 100 0 - f f f t t i s 1 0 2249 114 {114,25,25} {i,o,o} {from_json,key,value} \N \N json_each_text \N \N \N \N 3204 json_to_record 11 10 12 1 0 0 - f f f t f s s 1 0 2249 114 \N \N \N \N \N json_to_record \N \N \N \N 3205 json_to_recordset 11 10 12 1 100 0 - f f f f t s s 1 0 2249 114 \N \N \N \N \N json_to_recordset \N \N \N \N 3968 json_typeof 11 10 12 1 0 0 - f f f t f i s 1 0 25 114 \N \N \N \N \N json_typeof \N \N \N \N 2953 uuid_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 2950 \N \N \N \N \N uuid_out \N \N \N \N 2954 uuid_lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 2950 2950 \N \N \N \N \N uuid_lt \N \N \N \N 2955 uuid_le 11 10 12 1 0 0 - f f t t f i s 2 0 16 2950 2950 \N \N \N \N \N uuid_le \N \N \N \N 2956 uuid_eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 2950 2950 \N \N \N \N \N uuid_eq \N \N \N \N 2957 uuid_ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 2950 2950 \N \N \N \N \N uuid_ge \N \N \N \N 2958 uuid_gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 2950 2950 \N \N \N \N \N uuid_gt \N \N \N \N 2959 uuid_ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 2950 2950 \N \N \N \N \N uuid_ne \N \N \N \N 2960 uuid_cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 2950 2950 \N \N \N \N \N uuid_cmp \N \N \N \N 3300 uuid_sortsupport 11 10 12 1 0 0 - f f f t f i s 1 0 2278 2281 \N \N \N \N \N uuid_sortsupport \N \N \N \N 2961 uuid_recv 11 10 12 1 0 0 - f f f t f i s 1 0 2950 2281 \N \N \N \N \N uuid_recv \N \N \N \N 2962 uuid_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 2950 \N \N \N \N \N uuid_send \N \N \N \N 2963 uuid_hash 11 10 12 1 0 0 - f f f t f i s 1 0 23 2950 \N \N \N \N \N uuid_hash \N \N \N \N 3412 uuid_hash_extended 11 10 12 1 0 0 - f f f t f i s 2 0 20 2950 20 \N \N \N \N \N uuid_hash_extended \N \N \N \N 3432 gen_random_uuid 11 10 12 1 0 0 - f f t t f v s 0 0 2950 \N \N \N \N \N gen_random_uuid \N \N \N \N 3229 pg_lsn_in 11 10 12 1 0 0 - f f f t f i s 1 0 3220 2275 \N \N \N \N \N pg_lsn_in \N \N \N \N 3230 pg_lsn_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 3220 \N \N \N \N \N pg_lsn_out \N \N \N \N 3231 pg_lsn_lt 11 10 12 1 0 0 - f f t t f i s 2 0 16 3220 3220 \N \N \N \N \N pg_lsn_lt \N \N \N \N 3232 pg_lsn_le 11 10 12 1 0 0 - f f t t f i s 2 0 16 3220 3220 \N \N \N \N \N pg_lsn_le \N \N \N \N 3233 pg_lsn_eq 11 10 12 1 0 0 - f f t t f i s 2 0 16 3220 3220 \N \N \N \N \N pg_lsn_eq \N \N \N \N 3234 pg_lsn_ge 11 10 12 1 0 0 - f f t t f i s 2 0 16 3220 3220 \N \N \N \N \N pg_lsn_ge \N \N \N \N 3235 pg_lsn_gt 11 10 12 1 0 0 - f f t t f i s 2 0 16 3220 3220 \N \N \N \N \N pg_lsn_gt \N \N \N \N 3236 pg_lsn_ne 11 10 12 1 0 0 - f f t t f i s 2 0 16 3220 3220 \N \N \N \N \N pg_lsn_ne \N \N \N \N 3237 pg_lsn_mi 11 10 12 1 0 0 - f f f t f i s 2 0 1700 3220 3220 \N \N \N \N \N pg_lsn_mi \N \N \N \N 3238 pg_lsn_recv 11 10 12 1 0 0 - f f f t f i s 1 0 3220 2281 \N \N \N \N \N pg_lsn_recv \N \N \N \N 3239 pg_lsn_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 3220 \N \N \N \N \N pg_lsn_send \N \N \N \N 3251 pg_lsn_cmp 11 10 12 1 0 0 - f f t t f i s 2 0 23 3220 3220 \N \N \N \N \N pg_lsn_cmp \N \N \N \N 3252 pg_lsn_hash 11 10 12 1 0 0 - f f f t f i s 1 0 23 3220 \N \N \N \N \N pg_lsn_hash \N \N \N \N 3413 pg_lsn_hash_extended 11 10 12 1 0 0 - f f f t f i s 2 0 20 3220 20 \N \N \N \N \N pg_lsn_hash_extended \N \N \N \N 4187 pg_lsn_larger 11 10 12 1 0 0 - f f f t f i s 2 0 3220 3220 3220 \N \N \N \N \N pg_lsn_larger \N \N \N \N 4188 pg_lsn_smaller 11 10 12 1 0 0 - f f f t f i s 2 0 3220 3220 3220 \N \N \N \N \N pg_lsn_smaller \N \N \N \N 5022 pg_lsn_pli 11 10 12 1 0 0 - f f f t f i s 2 0 3220 3220 1700 \N \N \N \N \N pg_lsn_pli \N \N \N \N 5024 pg_lsn_mii 11 10 12 1 0 0 - f f f t f i s 2 0 3220 3220 1700 \N \N \N \N \N pg_lsn_mii \N \N \N \N 3504 anyenum_in 11 10 12 1 0 0 - f f f t f i s 1 0 3500 2275 \N \N \N \N \N anyenum_in \N \N \N \N 3505 anyenum_out 11 10 12 1 0 0 - f f f t f s s 1 0 2275 3500 \N \N \N \N \N anyenum_out \N \N \N \N 3506 enum_in 11 10 12 1 0 0 - f f f t f s s 2 0 3500 2275 26 \N \N \N \N \N enum_in \N \N \N \N 3507 enum_out 11 10 12 1 0 0 - f f f t f s s 1 0 2275 3500 \N \N \N \N \N enum_out \N \N \N \N 3508 enum_eq 11 10 12 1 0 0 - f f f t f i s 2 0 16 3500 3500 \N \N \N \N \N enum_eq \N \N \N \N 3509 enum_ne 11 10 12 1 0 0 - f f f t f i s 2 0 16 3500 3500 \N \N \N \N \N enum_ne \N \N \N \N 3510 enum_lt 11 10 12 1 0 0 - f f f t f i s 2 0 16 3500 3500 \N \N \N \N \N enum_lt \N \N \N \N 3511 enum_gt 11 10 12 1 0 0 - f f f t f i s 2 0 16 3500 3500 \N \N \N \N \N enum_gt \N \N \N \N 3512 enum_le 11 10 12 1 0 0 - f f f t f i s 2 0 16 3500 3500 \N \N \N \N \N enum_le \N \N \N \N 3513 enum_ge 11 10 12 1 0 0 - f f f t f i s 2 0 16 3500 3500 \N \N \N \N \N enum_ge \N \N \N \N 3514 enum_cmp 11 10 12 1 0 0 - f f f t f i s 2 0 23 3500 3500 \N \N \N \N \N enum_cmp \N \N \N \N 3515 hashenum 11 10 12 1 0 0 - f f f t f i s 1 0 23 3500 \N \N \N \N \N hashenum \N \N \N \N 3414 hashenumextended 11 10 12 1 0 0 - f f f t f i s 2 0 20 3500 20 \N \N \N \N \N hashenumextended \N \N \N \N 3524 enum_smaller 11 10 12 1 0 0 - f f f t f i s 2 0 3500 3500 3500 \N \N \N \N \N enum_smaller \N \N \N \N 3525 enum_larger 11 10 12 1 0 0 - f f f t f i s 2 0 3500 3500 3500 \N \N \N \N \N enum_larger \N \N \N \N 3526 max 11 10 12 1 0 0 - a f f f f i s 1 0 3500 3500 \N \N \N \N \N aggregate_dummy \N \N \N \N 3527 min 11 10 12 1 0 0 - a f f f f i s 1 0 3500 3500 \N \N \N \N \N aggregate_dummy \N \N \N \N 3528 enum_first 11 10 12 1 0 0 - f f f f f s s 1 0 3500 3500 \N \N \N \N \N enum_first \N \N \N \N 3529 enum_last 11 10 12 1 0 0 - f f f f f s s 1 0 3500 3500 \N \N \N \N \N enum_last \N \N \N \N 3530 enum_range 11 10 12 1 0 0 - f f f f f s s 2 0 2277 3500 3500 \N \N \N \N \N enum_range_bounds \N \N \N \N 3531 enum_range 11 10 12 1 0 0 - f f f f f s s 1 0 2277 3500 \N \N \N \N \N enum_range_all \N \N \N \N 3532 enum_recv 11 10 12 1 0 0 - f f f t f s s 2 0 3500 2281 26 \N \N \N \N \N enum_recv \N \N \N \N 3533 enum_send 11 10 12 1 0 0 - f f f t f s s 1 0 17 3500 \N \N \N \N \N enum_send \N \N \N \N 3610 tsvectorin 11 10 12 1 0 0 - f f f t f i s 1 0 3614 2275 \N \N \N \N \N tsvectorin \N \N \N \N 3639 tsvectorrecv 11 10 12 1 0 0 - f f f t f i s 1 0 3614 2281 \N \N \N \N \N tsvectorrecv \N \N \N \N 3611 tsvectorout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 3614 \N \N \N \N \N tsvectorout \N \N \N \N 3638 tsvectorsend 11 10 12 1 0 0 - f f f t f i s 1 0 17 3614 \N \N \N \N \N tsvectorsend \N \N \N \N 3612 tsqueryin 11 10 12 1 0 0 - f f f t f i s 1 0 3615 2275 \N \N \N \N \N tsqueryin \N \N \N \N 3641 tsqueryrecv 11 10 12 1 0 0 - f f f t f i s 1 0 3615 2281 \N \N \N \N \N tsqueryrecv \N \N \N \N 3613 tsqueryout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 3615 \N \N \N \N \N tsqueryout \N \N \N \N 3640 tsquerysend 11 10 12 1 0 0 - f f f t f i s 1 0 17 3615 \N \N \N \N \N tsquerysend \N \N \N \N 3646 gtsvectorin 11 10 12 1 0 0 - f f f t f i s 1 0 3642 2275 \N \N \N \N \N gtsvectorin \N \N \N \N 3647 gtsvectorout 11 10 12 1 0 0 - f f f t f i s 1 0 2275 3642 \N \N \N \N \N gtsvectorout \N \N \N \N 3616 tsvector_lt 11 10 12 1 0 0 - f f f t f i s 2 0 16 3614 3614 \N \N \N \N \N tsvector_lt \N \N \N \N 3617 tsvector_le 11 10 12 1 0 0 - f f f t f i s 2 0 16 3614 3614 \N \N \N \N \N tsvector_le \N \N \N \N 3618 tsvector_eq 11 10 12 1 0 0 - f f f t f i s 2 0 16 3614 3614 \N \N \N \N \N tsvector_eq \N \N \N \N 3619 tsvector_ne 11 10 12 1 0 0 - f f f t f i s 2 0 16 3614 3614 \N \N \N \N \N tsvector_ne \N \N \N \N 3620 tsvector_ge 11 10 12 1 0 0 - f f f t f i s 2 0 16 3614 3614 \N \N \N \N \N tsvector_ge \N \N \N \N 3621 tsvector_gt 11 10 12 1 0 0 - f f f t f i s 2 0 16 3614 3614 \N \N \N \N \N tsvector_gt \N \N \N \N 3622 tsvector_cmp 11 10 12 1 0 0 - f f f t f i s 2 0 23 3614 3614 \N \N \N \N \N tsvector_cmp \N \N \N \N 3711 length 11 10 12 1 0 0 - f f f t f i s 1 0 23 3614 \N \N \N \N \N tsvector_length \N \N \N \N 3623 strip 11 10 12 1 0 0 - f f f t f i s 1 0 3614 3614 \N \N \N \N \N tsvector_strip \N \N \N \N 3624 setweight 11 10 12 1 0 0 - f f f t f i s 2 0 3614 3614 18 \N \N \N \N \N tsvector_setweight \N \N \N \N 3320 setweight 11 10 12 1 0 0 - f f f t f i s 3 0 3614 3614 18 1009 \N \N \N \N \N tsvector_setweight_by_filter \N \N \N \N 3625 tsvector_concat 11 10 12 1 0 0 - f f f t f i s 2 0 3614 3614 3614 \N \N \N \N \N tsvector_concat \N \N \N \N 3321 ts_delete 11 10 12 1 0 0 - f f f t f i s 2 0 3614 3614 25 \N \N \N \N \N tsvector_delete_str \N \N \N \N 3323 ts_delete 11 10 12 1 0 0 - f f f t f i s 2 0 3614 3614 1009 \N \N \N \N \N tsvector_delete_arr \N \N \N \N 3322 unnest 11 10 12 1 10 0 - f f f t t i s 1 0 2249 3614 {3614,25,1005,1009} {i,o,o,o} {tsvector,lexeme,positions,weights} \N \N tsvector_unnest \N \N \N \N 3326 tsvector_to_array 11 10 12 1 0 0 - f f f t f i s 1 0 1009 3614 \N \N \N \N \N tsvector_to_array \N \N \N \N 3327 array_to_tsvector 11 10 12 1 0 0 - f f f t f i s 1 0 3614 1009 \N \N \N \N \N array_to_tsvector \N \N \N \N 3319 ts_filter 11 10 12 1 0 0 - f f f t f i s 2 0 3614 3614 1002 \N \N \N \N \N tsvector_filter \N \N \N \N 3634 ts_match_vq 11 10 12 1 0 0 - f f f t f i s 2 0 16 3614 3615 \N \N \N \N \N ts_match_vq \N \N \N \N 3635 ts_match_qv 11 10 12 1 0 0 - f f f t f i s 2 0 16 3615 3614 \N \N \N \N \N ts_match_qv \N \N \N \N 3760 ts_match_tt 11 10 12 100 0 0 - f f f t f s s 2 0 16 25 25 \N \N \N \N \N ts_match_tt \N \N \N \N 3761 ts_match_tq 11 10 12 100 0 0 - f f f t f s s 2 0 16 25 3615 \N \N \N \N \N ts_match_tq \N \N \N \N 3648 gtsvector_compress 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N gtsvector_compress \N \N \N \N 3649 gtsvector_decompress 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N gtsvector_decompress \N \N \N \N 3650 gtsvector_picksplit 11 10 12 1 0 0 - f f f t f i s 2 0 2281 2281 2281 \N \N \N \N \N gtsvector_picksplit \N \N \N \N 3651 gtsvector_union 11 10 12 1 0 0 - f f f t f i s 2 0 3642 2281 2281 \N \N \N \N \N gtsvector_union \N \N \N \N 3652 gtsvector_same 11 10 12 1 0 0 - f f f t f i s 3 0 2281 3642 3642 2281 \N \N \N \N \N gtsvector_same \N \N \N \N 3653 gtsvector_penalty 11 10 12 1 0 0 - f f f t f i s 3 0 2281 2281 2281 2281 \N \N \N \N \N gtsvector_penalty \N \N \N \N 3654 gtsvector_consistent 11 10 12 1 0 0 - f f f t f i s 5 0 16 2281 3614 21 26 2281 \N \N \N \N \N gtsvector_consistent \N \N \N \N 3790 gtsvector_consistent 11 10 12 1 0 0 - f f f t f i s 5 0 16 2281 3642 23 26 2281 \N \N \N \N \N gtsvector_consistent_oldsig \N \N \N \N 3434 gtsvector_options 11 10 12 1 0 0 - f f f f f i s 1 0 2278 2281 \N \N \N \N \N gtsvector_options \N \N \N \N 3656 gin_extract_tsvector 11 10 12 1 0 0 - f f f t f i s 3 0 2281 3614 2281 2281 \N \N \N \N \N gin_extract_tsvector \N \N \N \N 3657 gin_extract_tsquery 11 10 12 1 0 0 - f f f t f i s 7 0 2281 3614 2281 21 2281 2281 2281 2281 \N \N \N \N \N gin_extract_tsquery \N \N \N \N 3658 gin_tsquery_consistent 11 10 12 1 0 0 - f f f t f i s 8 0 16 2281 21 3614 23 2281 2281 2281 2281 \N \N \N \N \N gin_tsquery_consistent \N \N \N \N 3921 gin_tsquery_triconsistent 11 10 12 1 0 0 - f f f t f i s 7 0 18 2281 21 3614 23 2281 2281 2281 \N \N \N \N \N gin_tsquery_triconsistent \N \N \N \N 3724 gin_cmp_tslexeme 11 10 12 1 0 0 - f f f t f i s 2 0 23 25 25 \N \N \N \N \N gin_cmp_tslexeme \N \N \N \N 2700 gin_cmp_prefix 11 10 12 1 0 0 - f f f t f i s 4 0 23 25 25 21 2281 \N \N \N \N \N gin_cmp_prefix \N \N \N \N 3077 gin_extract_tsvector 11 10 12 1 0 0 - f f f t f i s 2 0 2281 3614 2281 \N \N \N \N \N gin_extract_tsvector_2args \N \N \N \N 3087 gin_extract_tsquery 11 10 12 1 0 0 - f f f t f i s 5 0 2281 3615 2281 21 2281 2281 \N \N \N \N \N gin_extract_tsquery_5args \N \N \N \N 3088 gin_tsquery_consistent 11 10 12 1 0 0 - f f f t f i s 6 0 16 2281 21 3615 23 2281 2281 \N \N \N \N \N gin_tsquery_consistent_6args \N \N \N \N 3791 gin_extract_tsquery 11 10 12 1 0 0 - f f f t f i s 7 0 2281 3615 2281 21 2281 2281 2281 2281 \N \N \N \N \N gin_extract_tsquery_oldsig \N \N \N \N 3792 gin_tsquery_consistent 11 10 12 1 0 0 - f f f t f i s 8 0 16 2281 21 3615 23 2281 2281 2281 2281 \N \N \N \N \N gin_tsquery_consistent_oldsig \N \N \N \N 3789 gin_clean_pending_list 11 10 12 1 0 0 - f f f t f v u 1 0 20 2205 \N \N \N \N \N gin_clean_pending_list \N \N \N \N 3662 tsquery_lt 11 10 12 1 0 0 - f f f t f i s 2 0 16 3615 3615 \N \N \N \N \N tsquery_lt \N \N \N \N 3663 tsquery_le 11 10 12 1 0 0 - f f f t f i s 2 0 16 3615 3615 \N \N \N \N \N tsquery_le \N \N \N \N 3664 tsquery_eq 11 10 12 1 0 0 - f f f t f i s 2 0 16 3615 3615 \N \N \N \N \N tsquery_eq \N \N \N \N 3665 tsquery_ne 11 10 12 1 0 0 - f f f t f i s 2 0 16 3615 3615 \N \N \N \N \N tsquery_ne \N \N \N \N 3666 tsquery_ge 11 10 12 1 0 0 - f f f t f i s 2 0 16 3615 3615 \N \N \N \N \N tsquery_ge \N \N \N \N 3667 tsquery_gt 11 10 12 1 0 0 - f f f t f i s 2 0 16 3615 3615 \N \N \N \N \N tsquery_gt \N \N \N \N 3668 tsquery_cmp 11 10 12 1 0 0 - f f f t f i s 2 0 23 3615 3615 \N \N \N \N \N tsquery_cmp \N \N \N \N 3669 tsquery_and 11 10 12 1 0 0 - f f f t f i s 2 0 3615 3615 3615 \N \N \N \N \N tsquery_and \N \N \N \N 3670 tsquery_or 11 10 12 1 0 0 - f f f t f i s 2 0 3615 3615 3615 \N \N \N \N \N tsquery_or \N \N \N \N 5003 tsquery_phrase 11 10 12 1 0 0 - f f f t f i s 2 0 3615 3615 3615 \N \N \N \N \N tsquery_phrase \N \N \N \N 5004 tsquery_phrase 11 10 12 1 0 0 - f f f t f i s 3 0 3615 3615 3615 23 \N \N \N \N \N tsquery_phrase_distance \N \N \N \N 3671 tsquery_not 11 10 12 1 0 0 - f f f t f i s 1 0 3615 3615 \N \N \N \N \N tsquery_not \N \N \N \N 3691 tsq_mcontains 11 10 12 1 0 0 - f f f t f i s 2 0 16 3615 3615 \N \N \N \N \N tsq_mcontains \N \N \N \N 3692 tsq_mcontained 11 10 12 1 0 0 - f f f t f i s 2 0 16 3615 3615 \N \N \N \N \N tsq_mcontained \N \N \N \N 3672 numnode 11 10 12 1 0 0 - f f f t f i s 1 0 23 3615 \N \N \N \N \N tsquery_numnode \N \N \N \N 3673 querytree 11 10 12 1 0 0 - f f f t f i s 1 0 25 3615 \N \N \N \N \N tsquerytree \N \N \N \N 3684 ts_rewrite 11 10 12 1 0 0 - f f f t f i s 3 0 3615 3615 3615 3615 \N \N \N \N \N tsquery_rewrite \N \N \N \N 3685 ts_rewrite 11 10 12 100 0 0 - f f f t f v u 2 0 3615 3615 25 \N \N \N \N \N tsquery_rewrite_query \N \N \N \N 3695 gtsquery_compress 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N gtsquery_compress \N \N \N \N 3697 gtsquery_picksplit 11 10 12 1 0 0 - f f f t f i s 2 0 2281 2281 2281 \N \N \N \N \N gtsquery_picksplit \N \N \N \N 3698 gtsquery_union 11 10 12 1 0 0 - f f f t f i s 2 0 20 2281 2281 \N \N \N \N \N gtsquery_union \N \N \N \N 3699 gtsquery_same 11 10 12 1 0 0 - f f f t f i s 3 0 2281 20 20 2281 \N \N \N \N \N gtsquery_same \N \N \N \N 3700 gtsquery_penalty 11 10 12 1 0 0 - f f f t f i s 3 0 2281 2281 2281 2281 \N \N \N \N \N gtsquery_penalty \N \N \N \N 3701 gtsquery_consistent 11 10 12 1 0 0 - f f f t f i s 5 0 16 2281 3615 21 26 2281 \N \N \N \N \N gtsquery_consistent \N \N \N \N 3793 gtsquery_consistent 11 10 12 1 0 0 - f f f t f i s 5 0 16 2281 2281 23 26 2281 \N \N \N \N \N gtsquery_consistent_oldsig \N \N \N \N 3686 tsmatchsel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N tsmatchsel \N \N \N \N 3687 tsmatchjoinsel 11 10 12 1 0 0 - f f f t f s s 5 0 701 2281 26 2281 21 2281 \N \N \N \N \N tsmatchjoinsel \N \N \N \N 3688 ts_typanalyze 11 10 12 1 0 0 - f f f t f s s 1 0 16 2281 \N \N \N \N \N ts_typanalyze \N \N \N \N 3689 ts_stat 11 10 12 10 10000 0 - f f f t t v u 1 0 2249 25 {25,25,23,23} {i,o,o,o} {query,word,ndoc,nentry} \N \N ts_stat1 \N \N \N \N 3690 ts_stat 11 10 12 10 10000 0 - f f f t t v u 2 0 2249 25 25 {25,25,25,23,23} {i,i,o,o,o} {query,weights,word,ndoc,nentry} \N \N ts_stat2 \N \N \N \N 3703 ts_rank 11 10 12 1 0 0 - f f f t f i s 4 0 700 1021 3614 3615 23 \N \N \N \N \N ts_rank_wttf \N \N \N \N 3704 ts_rank 11 10 12 1 0 0 - f f f t f i s 3 0 700 1021 3614 3615 \N \N \N \N \N ts_rank_wtt \N \N \N \N 3705 ts_rank 11 10 12 1 0 0 - f f f t f i s 3 0 700 3614 3615 23 \N \N \N \N \N ts_rank_ttf \N \N \N \N 3706 ts_rank 11 10 12 1 0 0 - f f f t f i s 2 0 700 3614 3615 \N \N \N \N \N ts_rank_tt \N \N \N \N 3707 ts_rank_cd 11 10 12 1 0 0 - f f f t f i s 4 0 700 1021 3614 3615 23 \N \N \N \N \N ts_rankcd_wttf \N \N \N \N 3708 ts_rank_cd 11 10 12 1 0 0 - f f f t f i s 3 0 700 1021 3614 3615 \N \N \N \N \N ts_rankcd_wtt \N \N \N \N 3709 ts_rank_cd 11 10 12 1 0 0 - f f f t f i s 3 0 700 3614 3615 23 \N \N \N \N \N ts_rankcd_ttf \N \N \N \N 3710 ts_rank_cd 11 10 12 1 0 0 - f f f t f i s 2 0 700 3614 3615 \N \N \N \N \N ts_rankcd_tt \N \N \N \N 3713 ts_token_type 11 10 12 1 16 0 - f f f t t i s 1 0 2249 26 {26,23,25,25} {i,o,o,o} {parser_oid,tokid,alias,description} \N \N ts_token_type_byid \N \N \N \N 3714 ts_token_type 11 10 12 1 16 0 - f f f t t s s 1 0 2249 25 {25,23,25,25} {i,o,o,o} {parser_name,tokid,alias,description} \N \N ts_token_type_byname \N \N \N \N 3715 ts_parse 11 10 12 1 1000 0 - f f f t t i s 2 0 2249 26 25 {26,25,23,25} {i,i,o,o} {parser_oid,txt,tokid,token} \N \N ts_parse_byid \N \N \N \N 3716 ts_parse 11 10 12 1 1000 0 - f f f t t s s 2 0 2249 25 25 {25,25,23,25} {i,i,o,o} {parser_name,txt,tokid,token} \N \N ts_parse_byname \N \N \N \N 3717 prsd_start 11 10 12 1 0 0 - f f f t f i s 2 0 2281 2281 23 \N \N \N \N \N prsd_start \N \N \N \N 3718 prsd_nexttoken 11 10 12 1 0 0 - f f f t f i s 3 0 2281 2281 2281 2281 \N \N \N \N \N prsd_nexttoken \N \N \N \N 3719 prsd_end 11 10 12 1 0 0 - f f f t f i s 1 0 2278 2281 \N \N \N \N \N prsd_end \N \N \N \N 3720 prsd_headline 11 10 12 1 0 0 - f f f t f i s 3 0 2281 2281 2281 3615 \N \N \N \N \N prsd_headline \N \N \N \N 3721 prsd_lextype 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N prsd_lextype \N \N \N \N 3723 ts_lexize 11 10 12 1 0 0 - f f f t f i s 2 0 1009 3769 25 \N \N \N \N \N ts_lexize \N \N \N \N 4214 jsonb_to_tsvector 11 10 12 100 0 0 - f f f t f i s 3 0 3614 3734 3802 3802 \N \N \N \N \N jsonb_to_tsvector_byid \N \N \N \N 3725 dsimple_init 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N dsimple_init \N \N \N \N 3726 dsimple_lexize 11 10 12 1 0 0 - f f f t f i s 4 0 2281 2281 2281 2281 2281 \N \N \N \N \N dsimple_lexize \N \N \N \N 3728 dsynonym_init 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N dsynonym_init \N \N \N \N 3729 dsynonym_lexize 11 10 12 1 0 0 - f f f t f i s 4 0 2281 2281 2281 2281 2281 \N \N \N \N \N dsynonym_lexize \N \N \N \N 3731 dispell_init 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N dispell_init \N \N \N \N 3732 dispell_lexize 11 10 12 1 0 0 - f f f t f i s 4 0 2281 2281 2281 2281 2281 \N \N \N \N \N dispell_lexize \N \N \N \N 3740 thesaurus_init 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N thesaurus_init \N \N \N \N 3741 thesaurus_lexize 11 10 12 1 0 0 - f f f t f i s 4 0 2281 2281 2281 2281 2281 \N \N \N \N \N thesaurus_lexize \N \N \N \N 3743 ts_headline 11 10 12 100 0 0 - f f f t f i s 4 0 25 3734 25 3615 25 \N \N \N \N \N ts_headline_byid_opt \N \N \N \N 3744 ts_headline 11 10 12 100 0 0 - f f f t f i s 3 0 25 3734 25 3615 \N \N \N \N \N ts_headline_byid \N \N \N \N 3754 ts_headline 11 10 12 100 0 0 - f f f t f s s 3 0 25 25 3615 25 \N \N \N \N \N ts_headline_opt \N \N \N \N 3755 ts_headline 11 10 12 100 0 0 - f f f t f s s 2 0 25 25 3615 \N \N \N \N \N ts_headline \N \N \N \N 4201 ts_headline 11 10 12 100 0 0 - f f f t f i s 4 0 3802 3734 3802 3615 25 \N \N \N \N \N ts_headline_jsonb_byid_opt \N \N \N \N 4202 ts_headline 11 10 12 100 0 0 - f f f t f i s 3 0 3802 3734 3802 3615 \N \N \N \N \N ts_headline_jsonb_byid \N \N \N \N 4203 ts_headline 11 10 12 100 0 0 - f f f t f s s 3 0 3802 3802 3615 25 \N \N \N \N \N ts_headline_jsonb_opt \N \N \N \N 4204 ts_headline 11 10 12 100 0 0 - f f f t f s s 2 0 3802 3802 3615 \N \N \N \N \N ts_headline_jsonb \N \N \N \N 4205 ts_headline 11 10 12 100 0 0 - f f f t f i s 4 0 114 3734 114 3615 25 \N \N \N \N \N ts_headline_json_byid_opt \N \N \N \N 4206 ts_headline 11 10 12 100 0 0 - f f f t f i s 3 0 114 3734 114 3615 \N \N \N \N \N ts_headline_json_byid \N \N \N \N 4207 ts_headline 11 10 12 100 0 0 - f f f t f s s 3 0 114 114 3615 25 \N \N \N \N \N ts_headline_json_opt \N \N \N \N 4208 ts_headline 11 10 12 100 0 0 - f f f t f s s 2 0 114 114 3615 \N \N \N \N \N ts_headline_json \N \N \N \N 3745 to_tsvector 11 10 12 100 0 0 - f f f t f i s 2 0 3614 3734 25 \N \N \N \N \N to_tsvector_byid \N \N \N \N 3746 to_tsquery 11 10 12 100 0 0 - f f f t f i s 2 0 3615 3734 25 \N \N \N \N \N to_tsquery_byid \N \N \N \N 3747 plainto_tsquery 11 10 12 100 0 0 - f f f t f i s 2 0 3615 3734 25 \N \N \N \N \N plainto_tsquery_byid \N \N \N \N 5006 phraseto_tsquery 11 10 12 100 0 0 - f f f t f i s 2 0 3615 3734 25 \N \N \N \N \N phraseto_tsquery_byid \N \N \N \N 5007 websearch_to_tsquery 11 10 12 100 0 0 - f f f t f i s 2 0 3615 3734 25 \N \N \N \N \N websearch_to_tsquery_byid \N \N \N \N 3749 to_tsvector 11 10 12 100 0 0 - f f f t f s s 1 0 3614 25 \N \N \N \N \N to_tsvector \N \N \N \N 3750 to_tsquery 11 10 12 100 0 0 - f f f t f s s 1 0 3615 25 \N \N \N \N \N to_tsquery \N \N \N \N 3751 plainto_tsquery 11 10 12 100 0 0 - f f f t f s s 1 0 3615 25 \N \N \N \N \N plainto_tsquery \N \N \N \N 5001 phraseto_tsquery 11 10 12 100 0 0 - f f f t f s s 1 0 3615 25 \N \N \N \N \N phraseto_tsquery \N \N \N \N 5009 websearch_to_tsquery 11 10 12 100 0 0 - f f f t f s s 1 0 3615 25 \N \N \N \N \N websearch_to_tsquery \N \N \N \N 4209 to_tsvector 11 10 12 100 0 0 - f f f t f s s 1 0 3614 3802 \N \N \N \N \N jsonb_string_to_tsvector \N \N \N \N 4213 jsonb_to_tsvector 11 10 12 100 0 0 - f f f t f s s 2 0 3614 3802 3802 \N \N \N \N \N jsonb_to_tsvector \N \N \N \N 4210 to_tsvector 11 10 12 100 0 0 - f f f t f s s 1 0 3614 114 \N \N \N \N \N json_string_to_tsvector \N \N \N \N 4215 json_to_tsvector 11 10 12 100 0 0 - f f f t f s s 2 0 3614 114 3802 \N \N \N \N \N json_to_tsvector \N \N \N \N 4211 to_tsvector 11 10 12 100 0 0 - f f f t f i s 2 0 3614 3734 3802 \N \N \N \N \N jsonb_string_to_tsvector_byid \N \N \N \N 2947 txid_snapshot_xip 11 10 12 1 50 0 - f f f t t i s 1 0 20 2970 \N \N \N \N \N pg_snapshot_xip \N \N \N \N 4212 to_tsvector 11 10 12 100 0 0 - f f f t f i s 2 0 3614 3734 114 \N \N \N \N \N json_string_to_tsvector_byid \N \N \N \N 4216 json_to_tsvector 11 10 12 100 0 0 - f f f t f i s 3 0 3614 3734 114 3802 \N \N \N \N \N json_to_tsvector_byid \N \N \N \N 3752 tsvector_update_trigger 11 10 12 1 0 0 - f f f f f v s 0 0 2279 \N \N \N \N \N tsvector_update_trigger_byid \N \N \N \N 3753 tsvector_update_trigger_column 11 10 12 1 0 0 - f f f f f v s 0 0 2279 \N \N \N \N \N tsvector_update_trigger_bycolumn \N \N \N \N 3759 get_current_ts_config 11 10 12 1 0 0 - f f f t f s s 0 0 3734 \N \N \N \N \N get_current_ts_config \N \N \N \N 3736 regconfigin 11 10 12 1 0 0 - f f f t f s s 1 0 3734 2275 \N \N \N \N \N regconfigin \N \N \N \N 3737 regconfigout 11 10 12 1 0 0 - f f f t f s s 1 0 2275 3734 \N \N \N \N \N regconfigout \N \N \N \N 3738 regconfigrecv 11 10 12 1 0 0 - f f f t f i s 1 0 3734 2281 \N \N \N \N \N regconfigrecv \N \N \N \N 3739 regconfigsend 11 10 12 1 0 0 - f f f t f i s 1 0 17 3734 \N \N \N \N \N regconfigsend \N \N \N \N 3771 regdictionaryin 11 10 12 1 0 0 - f f f t f s s 1 0 3769 2275 \N \N \N \N \N regdictionaryin \N \N \N \N 3772 regdictionaryout 11 10 12 1 0 0 - f f f t f s s 1 0 2275 3769 \N \N \N \N \N regdictionaryout \N \N \N \N 3773 regdictionaryrecv 11 10 12 1 0 0 - f f f t f i s 1 0 3769 2281 \N \N \N \N \N regdictionaryrecv \N \N \N \N 3774 regdictionarysend 11 10 12 1 0 0 - f f f t f i s 1 0 17 3769 \N \N \N \N \N regdictionarysend \N \N \N \N 3806 jsonb_in 11 10 12 1 0 0 - f f f t f i s 1 0 3802 2275 \N \N \N \N \N jsonb_in \N \N \N \N 3805 jsonb_recv 11 10 12 1 0 0 - f f f t f i s 1 0 3802 2281 \N \N \N \N \N jsonb_recv \N \N \N \N 3804 jsonb_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 3802 \N \N \N \N \N jsonb_out \N \N \N \N 3803 jsonb_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 3802 \N \N \N \N \N jsonb_send \N \N \N \N 3263 jsonb_object 11 10 12 1 0 0 - f f f t f i s 1 0 3802 1009 \N \N \N \N \N jsonb_object \N \N \N \N 3264 jsonb_object 11 10 12 1 0 0 - f f f t f i s 2 0 3802 1009 1009 \N \N \N \N \N jsonb_object_two_arg \N \N \N \N 3787 to_jsonb 11 10 12 1 0 0 - f f f t f s s 1 0 3802 2283 \N \N \N \N \N to_jsonb \N \N \N \N 3265 jsonb_agg_transfn 11 10 12 1 0 0 - f f f f f s s 2 0 2281 2281 2283 \N \N \N \N \N jsonb_agg_transfn \N \N \N \N 6283 jsonb_agg_strict_transfn 11 10 12 1 0 0 - f f f f f s s 2 0 2281 2281 2283 \N \N \N \N \N jsonb_agg_strict_transfn \N \N \N \N 3266 jsonb_agg_finalfn 11 10 12 1 0 0 - f f f f f s s 1 0 3802 2281 \N \N \N \N \N jsonb_agg_finalfn \N \N \N \N 3267 jsonb_agg 11 10 12 1 0 0 - a f f f f s s 1 0 3802 2283 \N \N \N \N \N aggregate_dummy \N \N \N \N 6284 jsonb_agg_strict 11 10 12 1 0 0 - a f f f f s s 1 0 3802 2283 \N \N \N \N \N aggregate_dummy \N \N \N \N 3268 jsonb_object_agg_transfn 11 10 12 1 0 0 - f f f f f s s 3 0 2281 2281 2276 2276 \N \N \N \N \N jsonb_object_agg_transfn \N \N \N \N 6285 jsonb_object_agg_strict_transfn 11 10 12 1 0 0 - f f f f f s s 3 0 2281 2281 2276 2276 \N \N \N \N \N jsonb_object_agg_strict_transfn \N \N \N \N 6286 jsonb_object_agg_unique_transfn 11 10 12 1 0 0 - f f f f f s s 3 0 2281 2281 2276 2276 \N \N \N \N \N jsonb_object_agg_unique_transfn \N \N \N \N 6287 jsonb_object_agg_unique_strict_transfn 11 10 12 1 0 0 - f f f f f s s 3 0 2281 2281 2276 2276 \N \N \N \N \N jsonb_object_agg_unique_strict_transfn \N \N \N \N 3269 jsonb_object_agg_finalfn 11 10 12 1 0 0 - f f f f f s s 1 0 3802 2281 \N \N \N \N \N jsonb_object_agg_finalfn \N \N \N \N 3270 jsonb_object_agg 11 10 12 1 0 0 - a f f f f i s 2 0 3802 2276 2276 \N \N {key,value} \N \N aggregate_dummy \N \N \N \N 6288 jsonb_object_agg_strict 11 10 12 1 0 0 - a f f f f i s 2 0 3802 2276 2276 \N \N {key,value} \N \N aggregate_dummy \N \N \N \N 6289 jsonb_object_agg_unique 11 10 12 1 0 0 - a f f f f i s 2 0 3802 2276 2276 \N \N {key,value} \N \N aggregate_dummy \N \N \N \N 6290 jsonb_object_agg_unique_strict 11 10 12 1 0 0 - a f f f f i s 2 0 3802 2276 2276 \N \N {key,value} \N \N aggregate_dummy \N \N \N \N 3271 jsonb_build_array 11 10 12 1 0 2276 - f f f f f s s 1 0 3802 2276 {2276} {v} \N \N \N jsonb_build_array \N \N \N \N 3272 jsonb_build_array 11 10 12 1 0 0 - f f f f f s s 0 0 3802 \N \N \N \N \N jsonb_build_array_noargs \N \N \N \N 3273 jsonb_build_object 11 10 12 1 0 2276 - f f f f f s s 1 0 3802 2276 {2276} {v} \N \N \N jsonb_build_object \N \N \N \N 3274 jsonb_build_object 11 10 12 1 0 0 - f f f f f s s 0 0 3802 \N \N \N \N \N jsonb_build_object_noargs \N \N \N \N 3262 jsonb_strip_nulls 11 10 12 1 0 0 - f f f t f i s 1 0 3802 3802 \N \N \N \N \N jsonb_strip_nulls \N \N \N \N 3478 jsonb_object_field 11 10 12 1 0 0 - f f f t f i s 2 0 3802 3802 25 \N \N {from_json,field_name} \N \N jsonb_object_field \N \N \N \N 3214 jsonb_object_field_text 11 10 12 1 0 0 - f f f t f i s 2 0 25 3802 25 \N \N {from_json,field_name} \N \N jsonb_object_field_text \N \N \N \N 3215 jsonb_array_element 11 10 12 1 0 0 - f f f t f i s 2 0 3802 3802 23 \N \N {from_json,element_index} \N \N jsonb_array_element \N \N \N \N 3216 jsonb_array_element_text 11 10 12 1 0 0 - f f f t f i s 2 0 25 3802 23 \N \N {from_json,element_index} \N \N jsonb_array_element_text \N \N \N \N 3217 jsonb_extract_path 11 10 12 1 0 25 - f f f t f i s 2 0 3802 3802 1009 {3802,1009} {i,v} {from_json,path_elems} \N \N jsonb_extract_path \N \N \N \N 3940 jsonb_extract_path_text 11 10 12 1 0 25 - f f f t f i s 2 0 25 3802 1009 {3802,1009} {i,v} {from_json,path_elems} \N \N jsonb_extract_path_text \N \N \N \N 3219 jsonb_array_elements 11 10 12 1 100 0 - f f f t t i s 1 0 3802 3802 {3802,3802} {i,o} {from_json,value} \N \N jsonb_array_elements \N \N \N \N 3465 jsonb_array_elements_text 11 10 12 1 100 0 - f f f t t i s 1 0 25 3802 {3802,25} {i,o} {from_json,value} \N \N jsonb_array_elements_text \N \N \N \N 3207 jsonb_array_length 11 10 12 1 0 0 - f f f t f i s 1 0 23 3802 \N \N \N \N \N jsonb_array_length \N \N \N \N 3931 jsonb_object_keys 11 10 12 1 100 0 - f f f t t i s 1 0 25 3802 \N \N \N \N \N jsonb_object_keys \N \N \N \N 3208 jsonb_each 11 10 12 1 100 0 - f f f t t i s 1 0 2249 3802 {3802,25,3802} {i,o,o} {from_json,key,value} \N \N jsonb_each \N \N \N \N 3932 jsonb_each_text 11 10 12 1 100 0 - f f f t t i s 1 0 2249 3802 {3802,25,25} {i,o,o} {from_json,key,value} \N \N jsonb_each_text \N \N \N \N 3209 jsonb_populate_record 11 10 12 1 0 0 - f f f f f s s 2 0 2283 2283 3802 \N \N \N \N \N jsonb_populate_record \N \N \N \N 9558 jsonb_populate_record_valid 11 10 12 1 0 0 - f f f f f s s 2 0 16 2283 3802 \N \N \N \N \N jsonb_populate_record_valid \N \N \N \N 3475 jsonb_populate_recordset 11 10 12 1 100 0 - f f f f t s s 2 0 2283 2283 3802 \N \N \N \N \N jsonb_populate_recordset \N \N \N \N 3490 jsonb_to_record 11 10 12 1 0 0 - f f f t f s s 1 0 2249 3802 \N \N \N \N \N jsonb_to_record \N \N \N \N 3491 jsonb_to_recordset 11 10 12 1 100 0 - f f f f t s s 1 0 2249 3802 \N \N \N \N \N jsonb_to_recordset \N \N \N \N 3210 jsonb_typeof 11 10 12 1 0 0 - f f f t f i s 1 0 25 3802 \N \N \N \N \N jsonb_typeof \N \N \N \N 4038 jsonb_ne 11 10 12 1 0 0 - f f f t f i s 2 0 16 3802 3802 \N \N \N \N \N jsonb_ne \N \N \N \N 4039 jsonb_lt 11 10 12 1 0 0 - f f f t f i s 2 0 16 3802 3802 \N \N \N \N \N jsonb_lt \N \N \N \N 4040 jsonb_gt 11 10 12 1 0 0 - f f f t f i s 2 0 16 3802 3802 \N \N \N \N \N jsonb_gt \N \N \N \N 4041 jsonb_le 11 10 12 1 0 0 - f f f t f i s 2 0 16 3802 3802 \N \N \N \N \N jsonb_le \N \N \N \N 4042 jsonb_ge 11 10 12 1 0 0 - f f f t f i s 2 0 16 3802 3802 \N \N \N \N \N jsonb_ge \N \N \N \N 4043 jsonb_eq 11 10 12 1 0 0 - f f f t f i s 2 0 16 3802 3802 \N \N \N \N \N jsonb_eq \N \N \N \N 4044 jsonb_cmp 11 10 12 1 0 0 - f f f t f i s 2 0 23 3802 3802 \N \N \N \N \N jsonb_cmp \N \N \N \N 4045 jsonb_hash 11 10 12 1 0 0 - f f f t f i s 1 0 23 3802 \N \N \N \N \N jsonb_hash \N \N \N \N 3416 jsonb_hash_extended 11 10 12 1 0 0 - f f f t f i s 2 0 20 3802 20 \N \N \N \N \N jsonb_hash_extended \N \N \N \N 4046 jsonb_contains 11 10 12 1 0 0 - f f f t f i s 2 0 16 3802 3802 \N \N \N \N \N jsonb_contains \N \N \N \N 4047 jsonb_exists 11 10 12 1 0 0 - f f f t f i s 2 0 16 3802 25 \N \N \N \N \N jsonb_exists \N \N \N \N 4048 jsonb_exists_any 11 10 12 1 0 0 - f f f t f i s 2 0 16 3802 1009 \N \N \N \N \N jsonb_exists_any \N \N \N \N 4049 jsonb_exists_all 11 10 12 1 0 0 - f f f t f i s 2 0 16 3802 1009 \N \N \N \N \N jsonb_exists_all \N \N \N \N 4050 jsonb_contained 11 10 12 1 0 0 - f f f t f i s 2 0 16 3802 3802 \N \N \N \N \N jsonb_contained \N \N \N \N 3480 gin_compare_jsonb 11 10 12 1 0 0 - f f f t f i s 2 0 23 25 25 \N \N \N \N \N gin_compare_jsonb \N \N \N \N 3482 gin_extract_jsonb 11 10 12 1 0 0 - f f f t f i s 3 0 2281 3802 2281 2281 \N \N \N \N \N gin_extract_jsonb \N \N \N \N 3483 gin_extract_jsonb_query 11 10 12 1 0 0 - f f f t f i s 7 0 2281 3802 2281 21 2281 2281 2281 2281 \N \N \N \N \N gin_extract_jsonb_query \N \N \N \N 3484 gin_consistent_jsonb 11 10 12 1 0 0 - f f f t f i s 8 0 16 2281 21 3802 23 2281 2281 2281 2281 \N \N \N \N \N gin_consistent_jsonb \N \N \N \N 3488 gin_triconsistent_jsonb 11 10 12 1 0 0 - f f f t f i s 7 0 18 2281 21 3802 23 2281 2281 2281 \N \N \N \N \N gin_triconsistent_jsonb \N \N \N \N 3485 gin_extract_jsonb_path 11 10 12 1 0 0 - f f f t f i s 3 0 2281 3802 2281 2281 \N \N \N \N \N gin_extract_jsonb_path \N \N \N \N 3486 gin_extract_jsonb_query_path 11 10 12 1 0 0 - f f f t f i s 7 0 2281 3802 2281 21 2281 2281 2281 2281 \N \N \N \N \N gin_extract_jsonb_query_path \N \N \N \N 3487 gin_consistent_jsonb_path 11 10 12 1 0 0 - f f f t f i s 8 0 16 2281 21 3802 23 2281 2281 2281 2281 \N \N \N \N \N gin_consistent_jsonb_path \N \N \N \N 3489 gin_triconsistent_jsonb_path 11 10 12 1 0 0 - f f f t f i s 7 0 18 2281 21 3802 23 2281 2281 2281 \N \N \N \N \N gin_triconsistent_jsonb_path \N \N \N \N 3301 jsonb_concat 11 10 12 1 0 0 - f f f t f i s 2 0 3802 3802 3802 \N \N \N \N \N jsonb_concat \N \N \N \N 3302 jsonb_delete 11 10 12 1 0 0 - f f f t f i s 2 0 3802 3802 25 \N \N \N \N \N jsonb_delete \N \N \N \N 3303 jsonb_delete 11 10 12 1 0 0 - f f f t f i s 2 0 3802 3802 23 \N \N \N \N \N jsonb_delete_idx \N \N \N \N 3343 jsonb_delete 11 10 12 1 0 25 - f f f t f i s 2 0 3802 3802 1009 {3802,1009} {i,v} {from_json,path_elems} \N \N jsonb_delete_array \N \N \N \N 3304 jsonb_delete_path 11 10 12 1 0 0 - f f f t f i s 2 0 3802 3802 1009 \N \N \N \N \N jsonb_delete_path \N \N \N \N 3306 jsonb_pretty 11 10 12 1 0 0 - f f f t f i s 1 0 25 3802 \N \N \N \N \N jsonb_pretty \N \N \N \N 4001 jsonpath_in 11 10 12 1 0 0 - f f f t f i s 1 0 4072 2275 \N \N \N \N \N jsonpath_in \N \N \N \N 4002 jsonpath_recv 11 10 12 1 0 0 - f f f t f i s 1 0 4072 2281 \N \N \N \N \N jsonpath_recv \N \N \N \N 4003 jsonpath_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 4072 \N \N \N \N \N jsonpath_out \N \N \N \N 4004 jsonpath_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 4072 \N \N \N \N \N jsonpath_send \N \N \N \N 4010 jsonb_path_exists_opr 11 10 12 1 0 0 - f f f t f i s 2 0 16 3802 4072 \N \N \N \N \N jsonb_path_exists_opr \N \N \N \N 4011 jsonb_path_match_opr 11 10 12 1 0 0 - f f f t f i s 2 0 16 3802 4072 \N \N \N \N \N jsonb_path_match_opr \N \N \N \N 2939 txid_snapshot_in 11 10 12 1 0 0 - f f f t f i s 1 0 2970 2275 \N \N \N \N \N pg_snapshot_in \N \N \N \N 2940 txid_snapshot_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 2970 \N \N \N \N \N pg_snapshot_out \N \N \N \N 2941 txid_snapshot_recv 11 10 12 1 0 0 - f f f t f i s 1 0 2970 2281 \N \N \N \N \N pg_snapshot_recv \N \N \N \N 2942 txid_snapshot_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 2970 \N \N \N \N \N pg_snapshot_send \N \N \N \N 2943 txid_current 11 10 12 1 0 0 - f f f t f s u 0 0 20 \N \N \N \N \N pg_current_xact_id \N \N \N \N 3348 txid_current_if_assigned 11 10 12 1 0 0 - f f f t f s u 0 0 20 \N \N \N \N \N pg_current_xact_id_if_assigned \N \N \N \N 2944 txid_current_snapshot 11 10 12 1 0 0 - f f f t f s s 0 0 2970 \N \N \N \N \N pg_current_snapshot \N \N \N \N 2945 txid_snapshot_xmin 11 10 12 1 0 0 - f f f t f i s 1 0 20 2970 \N \N \N \N \N pg_snapshot_xmin \N \N \N \N 2946 txid_snapshot_xmax 11 10 12 1 0 0 - f f f t f i s 1 0 20 2970 \N \N \N \N \N pg_snapshot_xmax \N \N \N \N 4005 jsonb_path_exists 11 10 12 1 0 0 - f f f t f i s 4 2 16 3802 4072 3802 16 \N \N {target,path,vars,silent} ({CONST :consttype 3802 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 95 :constvalue 8 [ 32 0 0 0 0 0 0 32 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 144 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) \N jsonb_path_exists \N \N \N \N 4007 jsonb_path_query_array 11 10 12 1 0 0 - f f f t f i s 4 2 3802 3802 4072 3802 16 \N \N {target,path,vars,silent} ({CONST :consttype 3802 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 100 :constvalue 8 [ 32 0 0 0 0 0 0 32 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 154 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) \N jsonb_path_query_array \N \N \N \N 2030 jsonb_path_match_tz 11 10 12 1 0 0 - f f f t f s s 4 2 16 3802 4072 3802 16 \N \N {target,path,vars,silent} ({CONST :consttype 3802 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 97 :constvalue 8 [ 32 0 0 0 0 0 0 32 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 145 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) \N jsonb_path_match_tz \N \N \N \N 2023 jsonb_path_query_first_tz 11 10 12 1 0 0 - f f f t f s s 4 2 3802 3802 4072 3802 16 \N \N {target,path,vars,silent} ({CONST :consttype 3802 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 103 :constvalue 8 [ 32 0 0 0 0 0 0 32 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 157 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) \N jsonb_path_query_first_tz \N \N \N \N 2948 txid_visible_in_snapshot 11 10 12 1 0 0 - f f f t f i s 2 0 16 20 2970 \N \N \N \N \N pg_visible_in_snapshot \N \N \N \N 3360 txid_status 11 10 12 1 0 0 - f f f t f v s 1 0 25 20 \N \N \N \N \N pg_xact_status \N \N \N \N 5055 pg_snapshot_in 11 10 12 1 0 0 - f f f t f i s 1 0 5038 2275 \N \N \N \N \N pg_snapshot_in \N \N \N \N 5056 pg_snapshot_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 5038 \N \N \N \N \N pg_snapshot_out \N \N \N \N 5057 pg_snapshot_recv 11 10 12 1 0 0 - f f f t f i s 1 0 5038 2281 \N \N \N \N \N pg_snapshot_recv \N \N \N \N 5058 pg_snapshot_send 11 10 12 1 0 0 - f f f t f i s 1 0 17 5038 \N \N \N \N \N pg_snapshot_send \N \N \N \N 5061 pg_current_snapshot 11 10 12 1 0 0 - f f f t f s s 0 0 5038 \N \N \N \N \N pg_current_snapshot \N \N \N \N 5062 pg_snapshot_xmin 11 10 12 1 0 0 - f f f t f i s 1 0 5069 5038 \N \N \N \N \N pg_snapshot_xmin \N \N \N \N 5063 pg_snapshot_xmax 11 10 12 1 0 0 - f f f t f i s 1 0 5069 5038 \N \N \N \N \N pg_snapshot_xmax \N \N \N \N 5064 pg_snapshot_xip 11 10 12 1 50 0 - f f f t t i s 1 0 5069 5038 \N \N \N \N \N pg_snapshot_xip \N \N \N \N 5065 pg_visible_in_snapshot 11 10 12 1 0 0 - f f f t f i s 2 0 16 5069 5038 \N \N \N \N \N pg_visible_in_snapshot \N \N \N \N 5059 pg_current_xact_id 11 10 12 1 0 0 - f f f t f s u 0 0 5069 \N \N \N \N \N pg_current_xact_id \N \N \N \N 5060 pg_current_xact_id_if_assigned 11 10 12 1 0 0 - f f f t f s u 0 0 5069 \N \N \N \N \N pg_current_xact_id_if_assigned \N \N \N \N 5066 pg_xact_status 11 10 12 1 0 0 - f f f t f v s 1 0 25 5069 \N \N \N \N \N pg_xact_status \N \N \N \N 2981 record_eq 11 10 12 1 0 0 - f f f t f i s 2 0 16 2249 2249 \N \N \N \N \N record_eq \N \N \N \N 2982 record_ne 11 10 12 1 0 0 - f f f t f i s 2 0 16 2249 2249 \N \N \N \N \N record_ne \N \N \N \N 2983 record_lt 11 10 12 1 0 0 - f f f t f i s 2 0 16 2249 2249 \N \N \N \N \N record_lt \N \N \N \N 2984 record_gt 11 10 12 1 0 0 - f f f t f i s 2 0 16 2249 2249 \N \N \N \N \N record_gt \N \N \N \N 2985 record_le 11 10 12 1 0 0 - f f f t f i s 2 0 16 2249 2249 \N \N \N \N \N record_le \N \N \N \N 2986 record_ge 11 10 12 1 0 0 - f f f t f i s 2 0 16 2249 2249 \N \N \N \N \N record_ge \N \N \N \N 2987 btrecordcmp 11 10 12 1 0 0 - f f f t f i s 2 0 23 2249 2249 \N \N \N \N \N btrecordcmp \N \N \N \N 6192 hash_record 11 10 12 1 0 0 - f f f t f i s 1 0 23 2249 \N \N \N \N \N hash_record \N \N \N \N 6193 hash_record_extended 11 10 12 1 0 0 - f f f t f i s 2 0 20 2249 20 \N \N \N \N \N hash_record_extended \N \N \N \N 3181 record_image_eq 11 10 12 1 0 0 - f f f t f i s 2 0 16 2249 2249 \N \N \N \N \N record_image_eq \N \N \N \N 3182 record_image_ne 11 10 12 1 0 0 - f f f t f i s 2 0 16 2249 2249 \N \N \N \N \N record_image_ne \N \N \N \N 3183 record_image_lt 11 10 12 1 0 0 - f f f t f i s 2 0 16 2249 2249 \N \N \N \N \N record_image_lt \N \N \N \N 3184 record_image_gt 11 10 12 1 0 0 - f f f t f i s 2 0 16 2249 2249 \N \N \N \N \N record_image_gt \N \N \N \N 3185 record_image_le 11 10 12 1 0 0 - f f f t f i s 2 0 16 2249 2249 \N \N \N \N \N record_image_le \N \N \N \N 3186 record_image_ge 11 10 12 1 0 0 - f f f t f i s 2 0 16 2249 2249 \N \N \N \N \N record_image_ge \N \N \N \N 3187 btrecordimagecmp 11 10 12 1 0 0 - f f f t f i s 2 0 23 2249 2249 \N \N \N \N \N btrecordimagecmp \N \N \N \N 5051 btequalimage 11 10 12 1 0 0 - f f f t f i s 1 0 16 26 \N \N \N \N \N btequalimage \N \N \N \N 3082 pg_available_extensions 11 10 12 10 100 0 - f f f t t s s 0 0 2249 {19,25,25} {o,o,o} {name,default_version,comment} \N \N pg_available_extensions \N \N \N \N 3083 pg_available_extension_versions 11 10 12 10 100 0 - f f f t t s s 0 0 2249 {19,25,16,16,16,19,1003,25} {o,o,o,o,o,o,o,o} {name,version,superuser,trusted,relocatable,schema,requires,comment} \N \N pg_available_extension_versions \N \N \N \N 3084 pg_extension_update_paths 11 10 12 10 100 0 - f f f t t s s 1 0 2249 19 {19,25,25,25} {i,o,o,o} {name,source,target,path} \N \N pg_extension_update_paths \N \N \N \N 3086 pg_extension_config_dump 11 10 12 1 0 0 - f f f t f v u 2 0 2278 2205 25 \N \N \N \N \N pg_extension_config_dump \N \N \N \N 3100 row_number 11 10 12 1 0 0 window_row_number_support w f f f f i s 0 0 20 \N \N \N \N \N window_row_number \N \N \N \N 6233 window_row_number_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N window_row_number_support \N \N \N \N 3101 rank 11 10 12 1 0 0 window_rank_support w f f f f i s 0 0 20 \N \N \N \N \N window_rank \N \N \N \N 6234 window_rank_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N window_rank_support \N \N \N \N 3102 dense_rank 11 10 12 1 0 0 window_dense_rank_support w f f f f i s 0 0 20 \N \N \N \N \N window_dense_rank \N \N \N \N 6235 window_dense_rank_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N window_dense_rank_support \N \N \N \N 3103 percent_rank 11 10 12 1 0 0 window_percent_rank_support w f f f f i s 0 0 701 \N \N \N \N \N window_percent_rank \N \N \N \N 6306 window_percent_rank_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N window_percent_rank_support \N \N \N \N 3104 cume_dist 11 10 12 1 0 0 window_cume_dist_support w f f f f i s 0 0 701 \N \N \N \N \N window_cume_dist \N \N \N \N 6307 window_cume_dist_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N window_cume_dist_support \N \N \N \N 3105 ntile 11 10 12 1 0 0 window_ntile_support w f f t f i s 1 0 23 23 \N \N \N \N \N window_ntile \N \N \N \N 6308 window_ntile_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N window_ntile_support \N \N \N \N 3106 lag 11 10 12 1 0 0 - w f f t f i s 1 0 2283 2283 \N \N \N \N \N window_lag \N \N \N \N 3107 lag 11 10 12 1 0 0 - w f f t f i s 2 0 2283 2283 23 \N \N \N \N \N window_lag_with_offset \N \N \N \N 3108 lag 11 10 12 1 0 0 - w f f t f i s 3 0 5077 5077 23 5077 \N \N \N \N \N window_lag_with_offset_and_default \N \N \N \N 3109 lead 11 10 12 1 0 0 - w f f t f i s 1 0 2283 2283 \N \N \N \N \N window_lead \N \N \N \N 3110 lead 11 10 12 1 0 0 - w f f t f i s 2 0 2283 2283 23 \N \N \N \N \N window_lead_with_offset \N \N \N \N 3111 lead 11 10 12 1 0 0 - w f f t f i s 3 0 5077 5077 23 5077 \N \N \N \N \N window_lead_with_offset_and_default \N \N \N \N 3112 first_value 11 10 12 1 0 0 - w f f t f i s 1 0 2283 2283 \N \N \N \N \N window_first_value \N \N \N \N 3113 last_value 11 10 12 1 0 0 - w f f t f i s 1 0 2283 2283 \N \N \N \N \N window_last_value \N \N \N \N 3114 nth_value 11 10 12 1 0 0 - w f f t f i s 2 0 2283 2283 23 \N \N \N \N \N window_nth_value \N \N \N \N 3832 anyrange_in 11 10 12 1 0 0 - f f f t f s s 3 0 3831 2275 26 23 \N \N \N \N \N anyrange_in \N \N \N \N 3833 anyrange_out 11 10 12 1 0 0 - f f f t f s s 1 0 2275 3831 \N \N \N \N \N anyrange_out \N \N \N \N 3834 range_in 11 10 12 1 0 0 - f f f t f s s 3 0 3831 2275 26 23 \N \N \N \N \N range_in \N \N \N \N 3835 range_out 11 10 12 1 0 0 - f f f t f s s 1 0 2275 3831 \N \N \N \N \N range_out \N \N \N \N 3836 range_recv 11 10 12 1 0 0 - f f f t f s s 3 0 3831 2281 26 23 \N \N \N \N \N range_recv \N \N \N \N 3837 range_send 11 10 12 1 0 0 - f f f t f s s 1 0 17 3831 \N \N \N \N \N range_send \N \N \N \N 3848 lower 11 10 12 1 0 0 - f f f t f i s 1 0 2283 3831 \N \N \N \N \N range_lower \N \N \N \N 3849 upper 11 10 12 1 0 0 - f f f t f i s 1 0 2283 3831 \N \N \N \N \N range_upper \N \N \N \N 3850 isempty 11 10 12 1 0 0 - f f f t f i s 1 0 16 3831 \N \N \N \N \N range_empty \N \N \N \N 3851 lower_inc 11 10 12 1 0 0 - f f f t f i s 1 0 16 3831 \N \N \N \N \N range_lower_inc \N \N \N \N 3852 upper_inc 11 10 12 1 0 0 - f f f t f i s 1 0 16 3831 \N \N \N \N \N range_upper_inc \N \N \N \N 3853 lower_inf 11 10 12 1 0 0 - f f f t f i s 1 0 16 3831 \N \N \N \N \N range_lower_inf \N \N \N \N 3854 upper_inf 11 10 12 1 0 0 - f f f t f i s 1 0 16 3831 \N \N \N \N \N range_upper_inf \N \N \N \N 3855 range_eq 11 10 12 1 0 0 - f f f t f i s 2 0 16 3831 3831 \N \N \N \N \N range_eq \N \N \N \N 3856 range_ne 11 10 12 1 0 0 - f f f t f i s 2 0 16 3831 3831 \N \N \N \N \N range_ne \N \N \N \N 3857 range_overlaps 11 10 12 1 0 0 - f f f t f i s 2 0 16 3831 3831 \N \N \N \N \N range_overlaps \N \N \N \N 3858 range_contains_elem 11 10 12 1 0 0 range_contains_elem_support f f f t f i s 2 0 16 3831 2283 \N \N \N \N \N range_contains_elem \N \N \N \N 3859 range_contains 11 10 12 1 0 0 - f f f t f i s 2 0 16 3831 3831 \N \N \N \N \N range_contains \N \N \N \N 3860 elem_contained_by_range 11 10 12 1 0 0 elem_contained_by_range_support f f f t f i s 2 0 16 2283 3831 \N \N \N \N \N elem_contained_by_range \N \N \N \N 3861 range_contained_by 11 10 12 1 0 0 - f f f t f i s 2 0 16 3831 3831 \N \N \N \N \N range_contained_by \N \N \N \N 3862 range_adjacent 11 10 12 1 0 0 - f f f t f i s 2 0 16 3831 3831 \N \N \N \N \N range_adjacent \N \N \N \N 3863 range_before 11 10 12 1 0 0 - f f f t f i s 2 0 16 3831 3831 \N \N \N \N \N range_before \N \N \N \N 3864 range_after 11 10 12 1 0 0 - f f f t f i s 2 0 16 3831 3831 \N \N \N \N \N range_after \N \N \N \N 3865 range_overleft 11 10 12 1 0 0 - f f f t f i s 2 0 16 3831 3831 \N \N \N \N \N range_overleft \N \N \N \N 3866 range_overright 11 10 12 1 0 0 - f f f t f i s 2 0 16 3831 3831 \N \N \N \N \N range_overright \N \N \N \N 3867 range_union 11 10 12 1 0 0 - f f f t f i s 2 0 3831 3831 3831 \N \N \N \N \N range_union \N \N \N \N 9998 range_contains_elem_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N range_contains_elem_support \N \N \N \N 9999 elem_contained_by_range_support 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N elem_contained_by_range_support \N \N \N \N 4057 range_merge 11 10 12 1 0 0 - f f f t f i s 2 0 3831 3831 3831 \N \N \N \N \N range_merge \N \N \N \N 4228 range_merge 11 10 12 1 0 0 - f f f t f i s 1 0 3831 4537 \N \N \N \N \N range_merge_from_multirange \N \N \N \N 3868 range_intersect 11 10 12 1 0 0 - f f f t f i s 2 0 3831 3831 3831 \N \N \N \N \N range_intersect \N \N \N \N 3869 range_minus 11 10 12 1 0 0 - f f f t f i s 2 0 3831 3831 3831 \N \N \N \N \N range_minus \N \N \N \N 3870 range_cmp 11 10 12 1 0 0 - f f f t f i s 2 0 23 3831 3831 \N \N \N \N \N range_cmp \N \N \N \N 3871 range_lt 11 10 12 1 0 0 - f f f t f i s 2 0 16 3831 3831 \N \N \N \N \N range_lt \N \N \N \N 3872 range_le 11 10 12 1 0 0 - f f f t f i s 2 0 16 3831 3831 \N \N \N \N \N range_le \N \N \N \N 3873 range_ge 11 10 12 1 0 0 - f f f t f i s 2 0 16 3831 3831 \N \N \N \N \N range_ge \N \N \N \N 3874 range_gt 11 10 12 1 0 0 - f f f t f i s 2 0 16 3831 3831 \N \N \N \N \N range_gt \N \N \N \N 3875 range_gist_consistent 11 10 12 1 0 0 - f f f t f i s 5 0 16 2281 3831 21 26 2281 \N \N \N \N \N range_gist_consistent \N \N \N \N 3876 range_gist_union 11 10 12 1 0 0 - f f f t f i s 2 0 3831 2281 2281 \N \N \N \N \N range_gist_union \N \N \N \N 3879 range_gist_penalty 11 10 12 1 0 0 - f f f t f i s 3 0 2281 2281 2281 2281 \N \N \N \N \N range_gist_penalty \N \N \N \N 3880 range_gist_picksplit 11 10 12 1 0 0 - f f f t f i s 2 0 2281 2281 2281 \N \N \N \N \N range_gist_picksplit \N \N \N \N 3881 range_gist_same 11 10 12 1 0 0 - f f f t f i s 3 0 2281 3831 3831 2281 \N \N \N \N \N range_gist_same \N \N \N \N 6154 multirange_gist_consistent 11 10 12 1 0 0 - f f f t f i s 5 0 16 2281 4537 21 26 2281 \N \N \N \N \N multirange_gist_consistent \N \N \N \N 6156 multirange_gist_compress 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N multirange_gist_compress \N \N \N \N 3902 hash_range 11 10 12 1 0 0 - f f f t f i s 1 0 23 3831 \N \N \N \N \N hash_range \N \N \N \N 3417 hash_range_extended 11 10 12 1 0 0 - f f f t f i s 2 0 20 3831 20 \N \N \N \N \N hash_range_extended \N \N \N \N 3916 range_typanalyze 11 10 12 1 0 0 - f f f t f s s 1 0 16 2281 \N \N \N \N \N range_typanalyze \N \N \N \N 3169 rangesel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N rangesel \N \N \N \N 4401 range_intersect_agg_transfn 11 10 12 1 0 0 - f f f t f i s 2 0 3831 3831 3831 \N \N \N \N \N range_intersect_agg_transfn \N \N \N \N 4450 range_intersect_agg 11 10 12 1 0 0 - a f f f f i s 1 0 3831 3831 \N \N \N \N \N aggregate_dummy \N \N \N \N 3914 int4range_canonical 11 10 12 1 0 0 - f f f t f i s 1 0 3904 3904 \N \N \N \N \N int4range_canonical \N \N \N \N 3928 int8range_canonical 11 10 12 1 0 0 - f f f t f i s 1 0 3926 3926 \N \N \N \N \N int8range_canonical \N \N \N \N 3915 daterange_canonical 11 10 12 1 0 0 - f f f t f i s 1 0 3912 3912 \N \N \N \N \N daterange_canonical \N \N \N \N 3922 int4range_subdiff 11 10 12 1 0 0 - f f f t f i s 2 0 701 23 23 \N \N \N \N \N int4range_subdiff \N \N \N \N 3923 int8range_subdiff 11 10 12 1 0 0 - f f f t f i s 2 0 701 20 20 \N \N \N \N \N int8range_subdiff \N \N \N \N 3924 numrange_subdiff 11 10 12 1 0 0 - f f f t f i s 2 0 701 1700 1700 \N \N \N \N \N numrange_subdiff \N \N \N \N 3925 daterange_subdiff 11 10 12 1 0 0 - f f f t f i s 2 0 701 1082 1082 \N \N \N \N \N daterange_subdiff \N \N \N \N 3929 tsrange_subdiff 11 10 12 1 0 0 - f f f t f i s 2 0 701 1114 1114 \N \N \N \N \N tsrange_subdiff \N \N \N \N 3930 tstzrange_subdiff 11 10 12 1 0 0 - f f f t f i s 2 0 701 1184 1184 \N \N \N \N \N tstzrange_subdiff \N \N \N \N 3840 int4range 11 10 12 1 0 0 - f f f f f i s 2 0 3904 23 23 \N \N \N \N \N range_constructor2 \N \N \N \N 3841 int4range 11 10 12 1 0 0 - f f f f f i s 3 0 3904 23 23 25 \N \N \N \N \N range_constructor3 \N \N \N \N 3844 numrange 11 10 12 1 0 0 - f f f f f i s 2 0 3906 1700 1700 \N \N \N \N \N range_constructor2 \N \N \N \N 3845 numrange 11 10 12 1 0 0 - f f f f f i s 3 0 3906 1700 1700 25 \N \N \N \N \N range_constructor3 \N \N \N \N 3933 tsrange 11 10 12 1 0 0 - f f f f f i s 2 0 3908 1114 1114 \N \N \N \N \N range_constructor2 \N \N \N \N 3934 tsrange 11 10 12 1 0 0 - f f f f f i s 3 0 3908 1114 1114 25 \N \N \N \N \N range_constructor3 \N \N \N \N 3937 tstzrange 11 10 12 1 0 0 - f f f f f i s 2 0 3910 1184 1184 \N \N \N \N \N range_constructor2 \N \N \N \N 3938 tstzrange 11 10 12 1 0 0 - f f f f f i s 3 0 3910 1184 1184 25 \N \N \N \N \N range_constructor3 \N \N \N \N 3941 daterange 11 10 12 1 0 0 - f f f f f i s 2 0 3912 1082 1082 \N \N \N \N \N range_constructor2 \N \N \N \N 3942 daterange 11 10 12 1 0 0 - f f f f f i s 3 0 3912 1082 1082 25 \N \N \N \N \N range_constructor3 \N \N \N \N 3945 int8range 11 10 12 1 0 0 - f f f f f i s 2 0 3926 20 20 \N \N \N \N \N range_constructor2 \N \N \N \N 3946 int8range 11 10 12 1 0 0 - f f f f f i s 3 0 3926 20 20 25 \N \N \N \N \N range_constructor3 \N \N \N \N 4229 anymultirange_in 11 10 12 1 0 0 - f f f t f s s 3 0 4537 2275 26 23 \N \N \N \N \N anymultirange_in \N \N \N \N 4230 anymultirange_out 11 10 12 1 0 0 - f f f t f s s 1 0 2275 4537 \N \N \N \N \N anymultirange_out \N \N \N \N 4231 multirange_in 11 10 12 1 0 0 - f f f t f s s 3 0 4537 2275 26 23 \N \N \N \N \N multirange_in \N \N \N \N 4232 multirange_out 11 10 12 1 0 0 - f f f t f s s 1 0 2275 4537 \N \N \N \N \N multirange_out \N \N \N \N 4233 multirange_recv 11 10 12 1 0 0 - f f f t f s s 3 0 4537 2281 26 23 \N \N \N \N \N multirange_recv \N \N \N \N 4234 multirange_send 11 10 12 1 0 0 - f f f t f s s 1 0 17 4537 \N \N \N \N \N multirange_send \N \N \N \N 4235 lower 11 10 12 1 0 0 - f f f t f i s 1 0 2283 4537 \N \N \N \N \N multirange_lower \N \N \N \N 4236 upper 11 10 12 1 0 0 - f f f t f i s 1 0 2283 4537 \N \N \N \N \N multirange_upper \N \N \N \N 4237 isempty 11 10 12 1 0 0 - f f f t f i s 1 0 16 4537 \N \N \N \N \N multirange_empty \N \N \N \N 4238 lower_inc 11 10 12 1 0 0 - f f f t f i s 1 0 16 4537 \N \N \N \N \N multirange_lower_inc \N \N \N \N 4239 upper_inc 11 10 12 1 0 0 - f f f t f i s 1 0 16 4537 \N \N \N \N \N multirange_upper_inc \N \N \N \N 4240 lower_inf 11 10 12 1 0 0 - f f f t f i s 1 0 16 4537 \N \N \N \N \N multirange_lower_inf \N \N \N \N 4241 upper_inf 11 10 12 1 0 0 - f f f t f i s 1 0 16 4537 \N \N \N \N \N multirange_upper_inf \N \N \N \N 4242 multirange_typanalyze 11 10 12 1 0 0 - f f f t f s s 1 0 16 2281 \N \N \N \N \N multirange_typanalyze \N \N \N \N 4243 multirangesel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N multirangesel \N \N \N \N 4244 multirange_eq 11 10 12 1 0 0 - f f f t f i s 2 0 16 4537 4537 \N \N \N \N \N multirange_eq \N \N \N \N 4245 multirange_ne 11 10 12 1 0 0 - f f f t f i s 2 0 16 4537 4537 \N \N \N \N \N multirange_ne \N \N \N \N 4246 range_overlaps_multirange 11 10 12 1 0 0 - f f f t f i s 2 0 16 3831 4537 \N \N \N \N \N range_overlaps_multirange \N \N \N \N 4247 multirange_overlaps_range 11 10 12 1 0 0 - f f f t f i s 2 0 16 4537 3831 \N \N \N \N \N multirange_overlaps_range \N \N \N \N 4248 multirange_overlaps_multirange 11 10 12 1 0 0 - f f f t f i s 2 0 16 4537 4537 \N \N \N \N \N multirange_overlaps_multirange \N \N \N \N 4249 multirange_contains_elem 11 10 12 1 0 0 - f f f t f i s 2 0 16 4537 2283 \N \N \N \N \N multirange_contains_elem \N \N \N \N 4250 multirange_contains_range 11 10 12 1 0 0 - f f f t f i s 2 0 16 4537 3831 \N \N \N \N \N multirange_contains_range \N \N \N \N 4251 multirange_contains_multirange 11 10 12 1 0 0 - f f f t f i s 2 0 16 4537 4537 \N \N \N \N \N multirange_contains_multirange \N \N \N \N 4252 elem_contained_by_multirange 11 10 12 1 0 0 - f f f t f i s 2 0 16 2283 4537 \N \N \N \N \N elem_contained_by_multirange \N \N \N \N 4253 range_contained_by_multirange 11 10 12 1 0 0 - f f f t f i s 2 0 16 3831 4537 \N \N \N \N \N range_contained_by_multirange \N \N \N \N 4541 range_contains_multirange 11 10 12 1 0 0 - f f f t f i s 2 0 16 3831 4537 \N \N \N \N \N range_contains_multirange \N \N \N \N 4542 multirange_contained_by_range 11 10 12 1 0 0 - f f f t f i s 2 0 16 4537 3831 \N \N \N \N \N multirange_contained_by_range \N \N \N \N 4254 multirange_contained_by_multirange 11 10 12 1 0 0 - f f f t f i s 2 0 16 4537 4537 \N \N \N \N \N multirange_contained_by_multirange \N \N \N \N 4255 range_adjacent_multirange 11 10 12 1 0 0 - f f f t f i s 2 0 16 3831 4537 \N \N \N \N \N range_adjacent_multirange \N \N \N \N 4256 multirange_adjacent_multirange 11 10 12 1 0 0 - f f f t f i s 2 0 16 4537 4537 \N \N \N \N \N multirange_adjacent_multirange \N \N \N \N 4257 multirange_adjacent_range 11 10 12 1 0 0 - f f f t f i s 2 0 16 4537 3831 \N \N \N \N \N multirange_adjacent_range \N \N \N \N 4258 range_before_multirange 11 10 12 1 0 0 - f f f t f i s 2 0 16 3831 4537 \N \N \N \N \N range_before_multirange \N \N \N \N 4259 multirange_before_range 11 10 12 1 0 0 - f f f t f i s 2 0 16 4537 3831 \N \N \N \N \N multirange_before_range \N \N \N \N 4260 multirange_before_multirange 11 10 12 1 0 0 - f f f t f i s 2 0 16 4537 4537 \N \N \N \N \N multirange_before_multirange \N \N \N \N 4261 range_after_multirange 11 10 12 1 0 0 - f f f t f i s 2 0 16 3831 4537 \N \N \N \N \N range_after_multirange \N \N \N \N 4262 multirange_after_range 11 10 12 1 0 0 - f f f t f i s 2 0 16 4537 3831 \N \N \N \N \N multirange_after_range \N \N \N \N 4263 multirange_after_multirange 11 10 12 1 0 0 - f f f t f i s 2 0 16 4537 4537 \N \N \N \N \N multirange_after_multirange \N \N \N \N 4264 range_overleft_multirange 11 10 12 1 0 0 - f f f t f i s 2 0 16 3831 4537 \N \N \N \N \N range_overleft_multirange \N \N \N \N 4265 multirange_overleft_range 11 10 12 1 0 0 - f f f t f i s 2 0 16 4537 3831 \N \N \N \N \N multirange_overleft_range \N \N \N \N 4266 multirange_overleft_multirange 11 10 12 1 0 0 - f f f t f i s 2 0 16 4537 4537 \N \N \N \N \N multirange_overleft_multirange \N \N \N \N 4267 range_overright_multirange 11 10 12 1 0 0 - f f f t f i s 2 0 16 3831 4537 \N \N \N \N \N range_overright_multirange \N \N \N \N 4268 multirange_overright_range 11 10 12 1 0 0 - f f f t f i s 2 0 16 4537 3831 \N \N \N \N \N multirange_overright_range \N \N \N \N 4269 multirange_overright_multirange 11 10 12 1 0 0 - f f f t f i s 2 0 16 4537 4537 \N \N \N \N \N multirange_overright_multirange \N \N \N \N 4270 multirange_union 11 10 12 1 0 0 - f f f t f i s 2 0 4537 4537 4537 \N \N \N \N \N multirange_union \N \N \N \N 4271 multirange_minus 11 10 12 1 0 0 - f f f t f i s 2 0 4537 4537 4537 \N \N \N \N \N multirange_minus \N \N \N \N 4272 multirange_intersect 11 10 12 1 0 0 - f f f t f i s 2 0 4537 4537 4537 \N \N \N \N \N multirange_intersect \N \N \N \N 4273 multirange_cmp 11 10 12 1 0 0 - f f f t f i s 2 0 23 4537 4537 \N \N \N \N \N multirange_cmp \N \N \N \N 4274 multirange_lt 11 10 12 1 0 0 - f f f t f i s 2 0 16 4537 4537 \N \N \N \N \N multirange_lt \N \N \N \N 4275 multirange_le 11 10 12 1 0 0 - f f f t f i s 2 0 16 4537 4537 \N \N \N \N \N multirange_le \N \N \N \N 4276 multirange_ge 11 10 12 1 0 0 - f f f t f i s 2 0 16 4537 4537 \N \N \N \N \N multirange_ge \N \N \N \N 4277 multirange_gt 11 10 12 1 0 0 - f f f t f i s 2 0 16 4537 4537 \N \N \N \N \N multirange_gt \N \N \N \N 4278 hash_multirange 11 10 12 1 0 0 - f f f t f i s 1 0 23 4537 \N \N \N \N \N hash_multirange \N \N \N \N 4279 hash_multirange_extended 11 10 12 1 0 0 - f f f t f i s 2 0 20 4537 20 \N \N \N \N \N hash_multirange_extended \N \N \N \N 4280 int4multirange 11 10 12 1 0 0 - f f f t f i s 0 0 4451 \N \N \N \N \N multirange_constructor0 \N \N \N \N 4281 int4multirange 11 10 12 1 0 0 - f f f t f i s 1 0 4451 3904 \N \N \N \N \N multirange_constructor1 \N \N \N \N 4282 int4multirange 11 10 12 1 0 3904 - f f f t f i s 1 0 4451 3905 {3905} {v} \N \N \N multirange_constructor2 \N \N \N \N 4283 nummultirange 11 10 12 1 0 0 - f f f t f i s 0 0 4532 \N \N \N \N \N multirange_constructor0 \N \N \N \N 4284 nummultirange 11 10 12 1 0 0 - f f f t f i s 1 0 4532 3906 \N \N \N \N \N multirange_constructor1 \N \N \N \N 4285 nummultirange 11 10 12 1 0 3906 - f f f t f i s 1 0 4532 3907 {3907} {v} \N \N \N multirange_constructor2 \N \N \N \N 4286 tsmultirange 11 10 12 1 0 0 - f f f t f i s 0 0 4533 \N \N \N \N \N multirange_constructor0 \N \N \N \N 4287 tsmultirange 11 10 12 1 0 0 - f f f t f i s 1 0 4533 3908 \N \N \N \N \N multirange_constructor1 \N \N \N \N 4288 tsmultirange 11 10 12 1 0 3908 - f f f t f i s 1 0 4533 3909 {3909} {v} \N \N \N multirange_constructor2 \N \N \N \N 4289 tstzmultirange 11 10 12 1 0 0 - f f f t f i s 0 0 4534 \N \N \N \N \N multirange_constructor0 \N \N \N \N 4290 tstzmultirange 11 10 12 1 0 0 - f f f t f i s 1 0 4534 3910 \N \N \N \N \N multirange_constructor1 \N \N \N \N 4291 tstzmultirange 11 10 12 1 0 3910 - f f f t f i s 1 0 4534 3911 {3911} {v} \N \N \N multirange_constructor2 \N \N \N \N 4292 datemultirange 11 10 12 1 0 0 - f f f t f i s 0 0 4535 \N \N \N \N \N multirange_constructor0 \N \N \N \N 4293 datemultirange 11 10 12 1 0 0 - f f f t f i s 1 0 4535 3912 \N \N \N \N \N multirange_constructor1 \N \N \N \N 4294 datemultirange 11 10 12 1 0 3912 - f f f t f i s 1 0 4535 3913 {3913} {v} \N \N \N multirange_constructor2 \N \N \N \N 4295 int8multirange 11 10 12 1 0 0 - f f f t f i s 0 0 4536 \N \N \N \N \N multirange_constructor0 \N \N \N \N 4296 int8multirange 11 10 12 1 0 0 - f f f t f i s 1 0 4536 3926 \N \N \N \N \N multirange_constructor1 \N \N \N \N 4297 int8multirange 11 10 12 1 0 3926 - f f f t f i s 1 0 4536 3927 {3927} {v} \N \N \N multirange_constructor2 \N \N \N \N 4298 multirange 11 10 12 1 0 0 - f f f t f i s 1 0 4537 3831 \N \N \N \N \N multirange_constructor1 \N \N \N \N 4299 range_agg_transfn 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 3831 \N \N \N \N \N range_agg_transfn \N \N \N \N 4300 range_agg_finalfn 11 10 12 1 0 0 - f f f f f i s 2 0 4537 2281 3831 \N \N \N \N \N range_agg_finalfn \N \N \N \N 4301 range_agg 11 10 12 1 0 0 - a f f f f i s 1 0 4537 3831 \N \N \N \N \N aggregate_dummy \N \N \N \N 6225 multirange_agg_transfn 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 4537 \N \N \N \N \N multirange_agg_transfn \N \N \N \N 6226 multirange_agg_finalfn 11 10 12 1 0 0 - f f f f f i s 2 0 4537 2281 4537 \N \N \N \N \N range_agg_finalfn \N \N \N \N 6227 range_agg 11 10 12 1 0 0 - a f f f f i s 1 0 4537 4537 \N \N \N \N \N aggregate_dummy \N \N \N \N 4388 multirange_intersect_agg_transfn 11 10 12 1 0 0 - f f f t f i s 2 0 4537 4537 4537 \N \N \N \N \N multirange_intersect_agg_transfn \N \N \N \N 4389 range_intersect_agg 11 10 12 1 0 0 - a f f f f i s 1 0 4537 4537 \N \N \N \N \N aggregate_dummy \N \N \N \N 1293 unnest 11 10 12 1 100 0 - f f f t t i s 1 0 3831 4537 \N \N \N \N \N multirange_unnest \N \N \N \N 3846 make_date 11 10 12 1 0 0 - f f f t f i s 3 0 1082 23 23 23 \N \N {year,month,day} \N \N make_date \N \N \N \N 3847 make_time 11 10 12 1 0 0 - f f f t f i s 3 0 1083 23 23 701 \N \N {hour,min,sec} \N \N make_time \N \N \N \N 3461 make_timestamp 11 10 12 1 0 0 - f f f t f i s 6 0 1114 23 23 23 23 23 701 \N \N {year,month,mday,hour,min,sec} \N \N make_timestamp \N \N \N \N 3462 make_timestamptz 11 10 12 1 0 0 - f f f t f s s 6 0 1184 23 23 23 23 23 701 \N \N {year,month,mday,hour,min,sec} \N \N make_timestamptz \N \N \N \N 3463 make_timestamptz 11 10 12 1 0 0 - f f f t f s s 7 0 1184 23 23 23 23 23 701 25 \N \N {year,month,mday,hour,min,sec,timezone} \N \N make_timestamptz_at_timezone \N \N \N \N 4018 spg_quad_config 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N spg_quad_config \N \N \N \N 4019 spg_quad_choose 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N spg_quad_choose \N \N \N \N 4020 spg_quad_picksplit 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N spg_quad_picksplit \N \N \N \N 4021 spg_quad_inner_consistent 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N spg_quad_inner_consistent \N \N \N \N 4022 spg_quad_leaf_consistent 11 10 12 1 0 0 - f f f t f i s 2 0 16 2281 2281 \N \N \N \N \N spg_quad_leaf_consistent \N \N \N \N 4023 spg_kd_config 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N spg_kd_config \N \N \N \N 4024 spg_kd_choose 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N spg_kd_choose \N \N \N \N 4025 spg_kd_picksplit 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N spg_kd_picksplit \N \N \N \N 4026 spg_kd_inner_consistent 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N spg_kd_inner_consistent \N \N \N \N 4027 spg_text_config 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N spg_text_config \N \N \N \N 4028 spg_text_choose 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N spg_text_choose \N \N \N \N 4029 spg_text_picksplit 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N spg_text_picksplit \N \N \N \N 4030 spg_text_inner_consistent 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N spg_text_inner_consistent \N \N \N \N 4031 spg_text_leaf_consistent 11 10 12 1 0 0 - f f f t f i s 2 0 16 2281 2281 \N \N \N \N \N spg_text_leaf_consistent \N \N \N \N 3469 spg_range_quad_config 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N spg_range_quad_config \N \N \N \N 3470 spg_range_quad_choose 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N spg_range_quad_choose \N \N \N \N 3471 spg_range_quad_picksplit 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N spg_range_quad_picksplit \N \N \N \N 3472 spg_range_quad_inner_consistent 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N spg_range_quad_inner_consistent \N \N \N \N 3473 spg_range_quad_leaf_consistent 11 10 12 1 0 0 - f f f t f i s 2 0 16 2281 2281 \N \N \N \N \N spg_range_quad_leaf_consistent \N \N \N \N 5012 spg_box_quad_config 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N spg_box_quad_config \N \N \N \N 5013 spg_box_quad_choose 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N spg_box_quad_choose \N \N \N \N 5014 spg_box_quad_picksplit 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N spg_box_quad_picksplit \N \N \N \N 5015 spg_box_quad_inner_consistent 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N spg_box_quad_inner_consistent \N \N \N \N 5016 spg_box_quad_leaf_consistent 11 10 12 1 0 0 - f f f t f i s 2 0 16 2281 2281 \N \N \N \N \N spg_box_quad_leaf_consistent \N \N \N \N 5010 spg_bbox_quad_config 11 10 12 1 0 0 - f f f t f i s 2 0 2278 2281 2281 \N \N \N \N \N spg_bbox_quad_config \N \N \N \N 5011 spg_poly_quad_compress 11 10 12 1 0 0 - f f f t f i s 1 0 603 604 \N \N \N \N \N spg_poly_quad_compress \N \N \N \N 4220 pg_copy_physical_replication_slot 11 10 12 1 0 0 - f f f t f v u 3 0 2249 19 19 16 {19,19,16,19,3220} {i,i,i,o,o} {src_slot_name,dst_slot_name,temporary,slot_name,lsn} \N \N pg_copy_physical_replication_slot_a \N \N \N \N 4221 pg_copy_physical_replication_slot 11 10 12 1 0 0 - f f f t f v u 2 0 2249 19 19 {19,19,19,3220} {i,i,o,o} {src_slot_name,dst_slot_name,slot_name,lsn} \N \N pg_copy_physical_replication_slot_b \N \N \N \N 3780 pg_drop_replication_slot 11 10 12 1 0 0 - f f f t f v u 1 0 2278 19 \N \N \N \N \N pg_drop_replication_slot \N \N \N \N 3781 pg_get_replication_slots 11 10 12 1 10 0 - f f f f t s s 0 0 2249 {19,19,25,26,16,16,23,28,28,3220,3220,25,20,16,25,16,16} {o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o} {slot_name,plugin,slot_type,datoid,temporary,active,active_pid,xmin,catalog_xmin,restart_lsn,confirmed_flush_lsn,wal_status,safe_wal_size,two_phase,conflict_reason,failover,synced} \N \N pg_get_replication_slots \N \N \N \N 4222 pg_copy_logical_replication_slot 11 10 12 1 0 0 - f f f t f v u 4 0 2249 19 19 16 19 {19,19,16,19,19,3220} {i,i,i,i,o,o} {src_slot_name,dst_slot_name,temporary,plugin,slot_name,lsn} \N \N pg_copy_logical_replication_slot_a \N \N \N \N 4223 pg_copy_logical_replication_slot 11 10 12 1 0 0 - f f f t f v u 3 0 2249 19 19 16 {19,19,16,19,3220} {i,i,i,o,o} {src_slot_name,dst_slot_name,temporary,slot_name,lsn} \N \N pg_copy_logical_replication_slot_b \N \N \N \N 4224 pg_copy_logical_replication_slot 11 10 12 1 0 0 - f f f t f v u 2 0 2249 19 19 {19,19,19,3220} {i,i,o,o} {src_slot_name,dst_slot_name,slot_name,lsn} \N \N pg_copy_logical_replication_slot_c \N \N \N \N 3878 pg_replication_slot_advance 11 10 12 1 0 0 - f f f t f v u 2 0 2249 19 3220 {19,3220,19,3220} {i,i,o,o} {slot_name,upto_lsn,slot_name,end_lsn} \N \N pg_replication_slot_advance \N \N \N \N 9929 pg_sync_replication_slots 11 10 12 1 0 0 - f f f t f v u 0 0 2278 \N \N \N \N \N pg_sync_replication_slots \N \N \N \N 3566 pg_event_trigger_dropped_objects 11 10 12 10 100 0 - f f f t t s r 0 0 2249 {26,26,23,16,16,16,25,25,25,25,1009,1009} {o,o,o,o,o,o,o,o,o,o,o,o} {classid,objid,objsubid,original,normal,is_temporary,object_type,schema_name,object_name,object_identity,address_names,address_args} \N \N pg_event_trigger_dropped_objects \N \N \N \N 3590 binary_upgrade_set_next_pg_authid_oid 11 10 12 1 0 0 - f f f t f v r 1 0 2278 26 \N \N \N \N \N binary_upgrade_set_next_pg_authid_oid \N \N \N \N 3783 pg_logical_slot_get_binary_changes 11 10 12 1000 1000 25 - f f f f t v u 4 1 2249 19 3220 23 1009 {19,3220,23,1009,3220,28,17} {i,i,i,v,o,o,o} {slot_name,upto_lsn,upto_nchanges,options,lsn,xid,data} ({CONST :consttype 1009 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 160 :constvalue 16 [ 64 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 ]}) \N pg_logical_slot_get_binary_changes \N \N \N \N 3785 pg_logical_slot_peek_binary_changes 11 10 12 1000 1000 25 - f f f f t v u 4 1 2249 19 3220 23 1009 {19,3220,23,1009,3220,28,17} {i,i,i,v,o,o,o} {slot_name,upto_lsn,upto_nchanges,options,lsn,xid,data} ({CONST :consttype 1009 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 161 :constvalue 16 [ 64 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 ]}) \N pg_logical_slot_peek_binary_changes \N \N \N \N 3577 pg_logical_emit_message 11 10 12 1 0 0 - f f f t f v u 4 1 3220 16 25 25 16 \N \N {transactional,prefix,message,flush} ({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 140 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) \N pg_logical_emit_message_text \N \N \N \N 4566 pg_event_trigger_table_rewrite_oid 11 10 12 1 0 0 - f f f t f s r 0 0 26 {26} {o} {oid} \N \N pg_event_trigger_table_rewrite_oid \N \N \N \N 4567 pg_event_trigger_table_rewrite_reason 11 10 12 1 0 0 - f f f t f s r 0 0 23 \N \N \N \N \N pg_event_trigger_table_rewrite_reason \N \N \N \N 4568 pg_event_trigger_ddl_commands 11 10 12 10 100 0 - f f f t t s r 0 0 2249 {26,26,23,25,25,25,25,16,32} {o,o,o,o,o,o,o,o,o} {classid,objid,objsubid,command_tag,object_type,schema_name,object_identity,in_extension,command} \N \N pg_event_trigger_ddl_commands \N \N \N \N 3970 ordered_set_transition 11 10 12 1 0 0 - f f f f f i s 2 0 2281 2281 2276 \N \N \N \N \N ordered_set_transition \N \N \N \N 3971 ordered_set_transition_multi 11 10 12 1 0 2276 - f f f f f i s 2 0 2281 2281 2276 {2281,2276} {i,v} \N \N \N ordered_set_transition_multi \N \N \N \N 3972 percentile_disc 11 10 12 1 0 0 - a f f f f i s 2 0 2283 701 2283 \N \N \N \N \N aggregate_dummy \N \N \N \N 3973 percentile_disc_final 11 10 12 1 0 0 - f f f f f i s 3 0 2283 2281 701 2283 \N \N \N \N \N percentile_disc_final \N \N \N \N 3974 percentile_cont 11 10 12 1 0 0 - a f f f f i s 2 0 701 701 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 3975 percentile_cont_float8_final 11 10 12 1 0 0 - f f f f f i s 2 0 701 2281 701 \N \N \N \N \N percentile_cont_float8_final \N \N \N \N 3976 percentile_cont 11 10 12 1 0 0 - a f f f f i s 2 0 1186 701 1186 \N \N \N \N \N aggregate_dummy \N \N \N \N 3977 percentile_cont_interval_final 11 10 12 1 0 0 - f f f f f i s 2 0 1186 2281 701 \N \N \N \N \N percentile_cont_interval_final \N \N \N \N 3978 percentile_disc 11 10 12 1 0 0 - a f f f f i s 2 0 2277 1022 2283 \N \N \N \N \N aggregate_dummy \N \N \N \N 3979 percentile_disc_multi_final 11 10 12 1 0 0 - f f f f f i s 3 0 2277 2281 1022 2283 \N \N \N \N \N percentile_disc_multi_final \N \N \N \N 3980 percentile_cont 11 10 12 1 0 0 - a f f f f i s 2 0 1022 1022 701 \N \N \N \N \N aggregate_dummy \N \N \N \N 3981 percentile_cont_float8_multi_final 11 10 12 1 0 0 - f f f f f i s 2 0 1022 2281 1022 \N \N \N \N \N percentile_cont_float8_multi_final \N \N \N \N 3982 percentile_cont 11 10 12 1 0 0 - a f f f f i s 2 0 1187 1022 1186 \N \N \N \N \N aggregate_dummy \N \N \N \N 3983 percentile_cont_interval_multi_final 11 10 12 1 0 0 - f f f f f i s 2 0 1187 2281 1022 \N \N \N \N \N percentile_cont_interval_multi_final \N \N \N \N 3984 mode 11 10 12 1 0 0 - a f f f f i s 1 0 2283 2283 \N \N \N \N \N aggregate_dummy \N \N \N \N 3985 mode_final 11 10 12 1 0 0 - f f f f f i s 2 0 2283 2281 2283 \N \N \N \N \N mode_final \N \N \N \N 3986 rank 11 10 12 1 0 2276 - a f f f f i s 1 0 20 2276 {2276} {v} \N \N \N aggregate_dummy \N \N \N \N 3987 rank_final 11 10 12 1 0 2276 - f f f f f i s 2 0 20 2281 2276 {2281,2276} {i,v} \N \N \N hypothetical_rank_final \N \N \N \N 3988 percent_rank 11 10 12 1 0 2276 - a f f f f i s 1 0 701 2276 {2276} {v} \N \N \N aggregate_dummy \N \N \N \N 3989 percent_rank_final 11 10 12 1 0 2276 - f f f f f i s 2 0 701 2281 2276 {2281,2276} {i,v} \N \N \N hypothetical_percent_rank_final \N \N \N \N 3990 cume_dist 11 10 12 1 0 2276 - a f f f f i s 1 0 701 2276 {2276} {v} \N \N \N aggregate_dummy \N \N \N \N 3991 cume_dist_final 11 10 12 1 0 2276 - f f f f f i s 2 0 701 2281 2276 {2281,2276} {i,v} \N \N \N hypothetical_cume_dist_final \N \N \N \N 3992 dense_rank 11 10 12 1 0 2276 - a f f f f i s 1 0 20 2276 {2276} {v} \N \N \N aggregate_dummy \N \N \N \N 3993 dense_rank_final 11 10 12 1 0 2276 - f f f f f i s 2 0 20 2281 2276 {2281,2276} {i,v} \N \N \N hypothetical_dense_rank_final \N \N \N \N 3582 binary_upgrade_set_next_pg_type_oid 11 10 12 1 0 0 - f f f t f v r 1 0 2278 26 \N \N \N \N \N binary_upgrade_set_next_pg_type_oid \N \N \N \N 3584 binary_upgrade_set_next_array_pg_type_oid 11 10 12 1 0 0 - f f f t f v r 1 0 2278 26 \N \N \N \N \N binary_upgrade_set_next_array_pg_type_oid \N \N \N \N 4390 binary_upgrade_set_next_multirange_pg_type_oid 11 10 12 1 0 0 - f f f t f v r 1 0 2278 26 \N \N \N \N \N binary_upgrade_set_next_multirange_pg_type_oid \N \N \N \N 4391 binary_upgrade_set_next_multirange_array_pg_type_oid 11 10 12 1 0 0 - f f f t f v r 1 0 2278 26 \N \N \N \N \N binary_upgrade_set_next_multirange_array_pg_type_oid \N \N \N \N 3586 binary_upgrade_set_next_heap_pg_class_oid 11 10 12 1 0 0 - f f f t f v r 1 0 2278 26 \N \N \N \N \N binary_upgrade_set_next_heap_pg_class_oid \N \N \N \N 3587 binary_upgrade_set_next_index_pg_class_oid 11 10 12 1 0 0 - f f f t f v r 1 0 2278 26 \N \N \N \N \N binary_upgrade_set_next_index_pg_class_oid \N \N \N \N 3588 binary_upgrade_set_next_toast_pg_class_oid 11 10 12 1 0 0 - f f f t f v r 1 0 2278 26 \N \N \N \N \N binary_upgrade_set_next_toast_pg_class_oid \N \N \N \N 3589 binary_upgrade_set_next_pg_enum_oid 11 10 12 1 0 0 - f f f t f v r 1 0 2278 26 \N \N \N \N \N binary_upgrade_set_next_pg_enum_oid \N \N \N \N 3591 binary_upgrade_create_empty_extension 11 10 12 1 0 0 - f f f f f v u 7 0 2278 25 25 16 25 1028 1009 1009 \N \N \N \N \N binary_upgrade_create_empty_extension \N \N \N \N 4083 binary_upgrade_set_record_init_privs 11 10 12 1 0 0 - f f f t f v r 1 0 2278 16 \N \N \N \N \N binary_upgrade_set_record_init_privs \N \N \N \N 4101 binary_upgrade_set_missing_value 11 10 12 1 0 0 - f f f t f v u 3 0 2278 26 25 25 \N \N \N \N \N binary_upgrade_set_missing_value \N \N \N \N 4545 binary_upgrade_set_next_heap_relfilenode 11 10 12 1 0 0 - f f f t f v u 1 0 2278 26 \N \N \N \N \N binary_upgrade_set_next_heap_relfilenode \N \N \N \N 4546 binary_upgrade_set_next_index_relfilenode 11 10 12 1 0 0 - f f f t f v u 1 0 2278 26 \N \N \N \N \N binary_upgrade_set_next_index_relfilenode \N \N \N \N 4547 binary_upgrade_set_next_toast_relfilenode 11 10 12 1 0 0 - f f f t f v u 1 0 2278 26 \N \N \N \N \N binary_upgrade_set_next_toast_relfilenode \N \N \N \N 4548 binary_upgrade_set_next_pg_tablespace_oid 11 10 12 1 0 0 - f f f t f v u 1 0 2278 26 \N \N \N \N \N binary_upgrade_set_next_pg_tablespace_oid \N \N \N \N 8046 binary_upgrade_logical_slot_has_caught_up 11 10 12 1 0 0 - f f f t f v u 1 0 16 19 \N \N \N \N \N binary_upgrade_logical_slot_has_caught_up \N \N \N \N 8404 binary_upgrade_add_sub_rel_state 11 10 12 1 0 0 - f f f f f v u 4 0 2278 25 26 18 3220 \N \N \N \N \N binary_upgrade_add_sub_rel_state \N \N \N \N 8405 binary_upgrade_replorigin_advance 11 10 12 1 0 0 - f f f f f v u 2 0 2278 25 3220 \N \N \N \N \N binary_upgrade_replorigin_advance \N \N \N \N 4302 koi8r_to_mic 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N koi8r_to_mic $libdir/cyrillic_and_mic \N \N \N 4303 mic_to_koi8r 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N mic_to_koi8r $libdir/cyrillic_and_mic \N \N \N 4304 iso_to_mic 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N iso_to_mic $libdir/cyrillic_and_mic \N \N \N 4305 mic_to_iso 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N mic_to_iso $libdir/cyrillic_and_mic \N \N \N 4306 win1251_to_mic 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N win1251_to_mic $libdir/cyrillic_and_mic \N \N \N 4307 mic_to_win1251 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N mic_to_win1251 $libdir/cyrillic_and_mic \N \N \N 4308 win866_to_mic 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N win866_to_mic $libdir/cyrillic_and_mic \N \N \N 4309 mic_to_win866 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N mic_to_win866 $libdir/cyrillic_and_mic \N \N \N 4310 koi8r_to_win1251 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N koi8r_to_win1251 $libdir/cyrillic_and_mic \N \N \N 4311 win1251_to_koi8r 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N win1251_to_koi8r $libdir/cyrillic_and_mic \N \N \N 4312 koi8r_to_win866 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N koi8r_to_win866 $libdir/cyrillic_and_mic \N \N \N 4313 win866_to_koi8r 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N win866_to_koi8r $libdir/cyrillic_and_mic \N \N \N 4314 win866_to_win1251 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N win866_to_win1251 $libdir/cyrillic_and_mic \N \N \N 4315 win1251_to_win866 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N win1251_to_win866 $libdir/cyrillic_and_mic \N \N \N 4316 iso_to_koi8r 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N iso_to_koi8r $libdir/cyrillic_and_mic \N \N \N 4317 koi8r_to_iso 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N koi8r_to_iso $libdir/cyrillic_and_mic \N \N \N 4318 iso_to_win1251 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N iso_to_win1251 $libdir/cyrillic_and_mic \N \N \N 4319 win1251_to_iso 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N win1251_to_iso $libdir/cyrillic_and_mic \N \N \N 4320 iso_to_win866 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N iso_to_win866 $libdir/cyrillic_and_mic \N \N \N 4321 win866_to_iso 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N win866_to_iso $libdir/cyrillic_and_mic \N \N \N 4322 euc_cn_to_mic 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N euc_cn_to_mic $libdir/euc_cn_and_mic \N \N \N 4323 mic_to_euc_cn 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N mic_to_euc_cn $libdir/euc_cn_and_mic \N \N \N 4324 euc_jp_to_sjis 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N euc_jp_to_sjis $libdir/euc_jp_and_sjis \N \N \N 4325 sjis_to_euc_jp 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N sjis_to_euc_jp $libdir/euc_jp_and_sjis \N \N \N 4326 euc_jp_to_mic 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N euc_jp_to_mic $libdir/euc_jp_and_sjis \N \N \N 4327 sjis_to_mic 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N sjis_to_mic $libdir/euc_jp_and_sjis \N \N \N 4328 mic_to_euc_jp 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N mic_to_euc_jp $libdir/euc_jp_and_sjis \N \N \N 4329 mic_to_sjis 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N mic_to_sjis $libdir/euc_jp_and_sjis \N \N \N 4330 euc_kr_to_mic 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N euc_kr_to_mic $libdir/euc_kr_and_mic \N \N \N 4331 mic_to_euc_kr 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N mic_to_euc_kr $libdir/euc_kr_and_mic \N \N \N 4332 euc_tw_to_big5 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N euc_tw_to_big5 $libdir/euc_tw_and_big5 \N \N \N 4333 big5_to_euc_tw 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N big5_to_euc_tw $libdir/euc_tw_and_big5 \N \N \N 4334 euc_tw_to_mic 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N euc_tw_to_mic $libdir/euc_tw_and_big5 \N \N \N 4335 big5_to_mic 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N big5_to_mic $libdir/euc_tw_and_big5 \N \N \N 4336 mic_to_euc_tw 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N mic_to_euc_tw $libdir/euc_tw_and_big5 \N \N \N 4337 mic_to_big5 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N mic_to_big5 $libdir/euc_tw_and_big5 \N \N \N 4338 latin2_to_mic 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N latin2_to_mic $libdir/latin2_and_win1250 \N \N \N 4339 mic_to_latin2 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N mic_to_latin2 $libdir/latin2_and_win1250 \N \N \N 4340 win1250_to_mic 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N win1250_to_mic $libdir/latin2_and_win1250 \N \N \N 4341 mic_to_win1250 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N mic_to_win1250 $libdir/latin2_and_win1250 \N \N \N 4342 latin2_to_win1250 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N latin2_to_win1250 $libdir/latin2_and_win1250 \N \N \N 4343 win1250_to_latin2 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N win1250_to_latin2 $libdir/latin2_and_win1250 \N \N \N 4344 latin1_to_mic 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N latin1_to_mic $libdir/latin_and_mic \N \N \N 4345 mic_to_latin1 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N mic_to_latin1 $libdir/latin_and_mic \N \N \N 4346 latin3_to_mic 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N latin3_to_mic $libdir/latin_and_mic \N \N \N 4347 mic_to_latin3 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N mic_to_latin3 $libdir/latin_and_mic \N \N \N 4348 latin4_to_mic 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N latin4_to_mic $libdir/latin_and_mic \N \N \N 4349 mic_to_latin4 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N mic_to_latin4 $libdir/latin_and_mic \N \N \N 4352 big5_to_utf8 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N big5_to_utf8 $libdir/utf8_and_big5 \N \N \N 4353 utf8_to_big5 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N utf8_to_big5 $libdir/utf8_and_big5 \N \N \N 4354 utf8_to_koi8r 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N utf8_to_koi8r $libdir/utf8_and_cyrillic \N \N \N 4355 koi8r_to_utf8 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N koi8r_to_utf8 $libdir/utf8_and_cyrillic \N \N \N 4356 utf8_to_koi8u 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N utf8_to_koi8u $libdir/utf8_and_cyrillic \N \N \N 4357 koi8u_to_utf8 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N koi8u_to_utf8 $libdir/utf8_and_cyrillic \N \N \N 4358 utf8_to_win 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N utf8_to_win $libdir/utf8_and_win \N \N \N 4359 win_to_utf8 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N win_to_utf8 $libdir/utf8_and_win \N \N \N 4360 euc_cn_to_utf8 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N euc_cn_to_utf8 $libdir/utf8_and_euc_cn \N \N \N 4361 utf8_to_euc_cn 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N utf8_to_euc_cn $libdir/utf8_and_euc_cn \N \N \N 4362 euc_jp_to_utf8 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N euc_jp_to_utf8 $libdir/utf8_and_euc_jp \N \N \N 4363 utf8_to_euc_jp 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N utf8_to_euc_jp $libdir/utf8_and_euc_jp \N \N \N 4364 euc_kr_to_utf8 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N euc_kr_to_utf8 $libdir/utf8_and_euc_kr \N \N \N 4365 utf8_to_euc_kr 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N utf8_to_euc_kr $libdir/utf8_and_euc_kr \N \N \N 4366 euc_tw_to_utf8 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N euc_tw_to_utf8 $libdir/utf8_and_euc_tw \N \N \N 4367 utf8_to_euc_tw 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N utf8_to_euc_tw $libdir/utf8_and_euc_tw \N \N \N 4368 gb18030_to_utf8 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N gb18030_to_utf8 $libdir/utf8_and_gb18030 \N \N \N 4369 utf8_to_gb18030 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N utf8_to_gb18030 $libdir/utf8_and_gb18030 \N \N \N 4370 gbk_to_utf8 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N gbk_to_utf8 $libdir/utf8_and_gbk \N \N \N 4371 utf8_to_gbk 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N utf8_to_gbk $libdir/utf8_and_gbk \N \N \N 4372 utf8_to_iso8859 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N utf8_to_iso8859 $libdir/utf8_and_iso8859 \N \N \N 4373 iso8859_to_utf8 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N iso8859_to_utf8 $libdir/utf8_and_iso8859 \N \N \N 4374 iso8859_1_to_utf8 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N iso8859_1_to_utf8 $libdir/utf8_and_iso8859_1 \N \N \N 4375 utf8_to_iso8859_1 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N utf8_to_iso8859_1 $libdir/utf8_and_iso8859_1 \N \N \N 4376 johab_to_utf8 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N johab_to_utf8 $libdir/utf8_and_johab \N \N \N 4377 utf8_to_johab 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N utf8_to_johab $libdir/utf8_and_johab \N \N \N 4378 sjis_to_utf8 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N sjis_to_utf8 $libdir/utf8_and_sjis \N \N \N 4379 utf8_to_sjis 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N utf8_to_sjis $libdir/utf8_and_sjis \N \N \N 4380 uhc_to_utf8 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N uhc_to_utf8 $libdir/utf8_and_uhc \N \N \N 4381 utf8_to_uhc 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N utf8_to_uhc $libdir/utf8_and_uhc \N \N \N 4382 euc_jis_2004_to_utf8 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N euc_jis_2004_to_utf8 $libdir/utf8_and_euc2004 \N \N \N 4383 utf8_to_euc_jis_2004 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N utf8_to_euc_jis_2004 $libdir/utf8_and_euc2004 \N \N \N 4384 shift_jis_2004_to_utf8 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N shift_jis_2004_to_utf8 $libdir/utf8_and_sjis2004 \N \N \N 4385 utf8_to_shift_jis_2004 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N utf8_to_shift_jis_2004 $libdir/utf8_and_sjis2004 \N \N \N 4386 euc_jis_2004_to_shift_jis_2004 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N euc_jis_2004_to_shift_jis_2004 $libdir/euc2004_sjis2004 \N \N \N 4387 shift_jis_2004_to_euc_jis_2004 11 10 13 1 0 0 - f f f t f i s 6 0 23 23 23 2275 2281 23 16 \N \N \N \N \N shift_jis_2004_to_euc_jis_2004 $libdir/euc2004_sjis2004 \N \N \N 5040 matchingsel 11 10 12 1 0 0 - f f f t f s s 4 0 701 2281 26 2281 23 \N \N \N \N \N matchingsel \N \N \N \N 5041 matchingjoinsel 11 10 12 1 0 0 - f f f t f s s 5 0 701 2281 26 2281 21 2281 \N \N \N \N \N matchingjoinsel \N \N \N \N 6005 pg_replication_origin_oid 11 10 12 1 0 0 - f f f t f s s 1 0 26 25 \N \N \N \N \N pg_replication_origin_oid \N \N \N {SYSTEM=X/SYSTEM} 6008 pg_replication_origin_session_is_setup 11 10 12 1 0 0 - f f f t f v r 0 0 16 \N \N \N \N \N pg_replication_origin_session_is_setup \N \N \N {SYSTEM=X/SYSTEM} 6009 pg_replication_origin_session_progress 11 10 12 1 0 0 - f f f t f v u 1 0 3220 16 \N \N \N \N \N pg_replication_origin_session_progress \N \N \N {SYSTEM=X/SYSTEM} 6007 pg_replication_origin_session_reset 11 10 12 1 0 0 - f f f t f v u 0 0 2278 \N \N \N \N \N pg_replication_origin_session_reset \N \N \N {SYSTEM=X/SYSTEM} 6006 pg_replication_origin_session_setup 11 10 12 1 0 0 - f f f t f v u 1 0 2278 25 \N \N \N \N \N pg_replication_origin_session_setup \N \N \N {SYSTEM=X/SYSTEM} 6119 pg_get_publication_tables 11 10 12 1 1000 25 - f f f t t s s 1 0 2249 1009 {1009,26,26,22,194} {v,o,o,o,o} {pubname,pubid,relid,attrs,qual} \N \N pg_get_publication_tables \N \N \N \N 6121 pg_relation_is_publishable 11 10 12 1 0 0 - f f f t f s s 1 0 16 2205 \N \N \N \N \N pg_relation_is_publishable \N \N \N \N 3298 row_security_active 11 10 12 1 0 0 - f f f t f s s 1 0 16 26 \N \N \N \N \N row_security_active \N \N \N \N 3299 row_security_active 11 10 12 1 0 0 - f f f t f s s 1 0 16 25 \N \N \N \N \N row_security_active_name \N \N \N \N 3441 pg_control_system 11 10 12 1 0 0 - f f f t f v s 0 0 2249 {23,23,20,1184} {o,o,o,o} {pg_control_version,catalog_version_no,system_identifier,pg_control_last_modified} \N \N pg_control_system \N \N \N \N 3442 pg_control_checkpoint 11 10 12 1 0 0 - f f f t f v s 0 0 2249 {3220,3220,25,23,23,16,25,26,28,28,28,26,28,28,26,28,28,1184} {o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o} {checkpoint_lsn,redo_lsn,redo_wal_file,timeline_id,prev_timeline_id,full_page_writes,next_xid,next_oid,next_multixact_id,next_multi_offset,oldest_xid,oldest_xid_dbid,oldest_active_xid,oldest_multi_xid,oldest_multi_dbid,oldest_commit_ts_xid,newest_commit_ts_xid,checkpoint_time} \N \N pg_control_checkpoint \N \N \N \N 3443 pg_control_recovery 11 10 12 1 0 0 - f f f t f v s 0 0 2249 {3220,23,3220,3220,16} {o,o,o,o,o} {min_recovery_end_lsn,min_recovery_end_timeline,backup_start_lsn,backup_end_lsn,end_of_backup_record_required} \N \N pg_control_recovery \N \N \N \N 3444 pg_control_init 11 10 12 1 0 0 - f f f t f v s 0 0 2249 {23,23,23,23,23,23,23,23,23,16,23} {o,o,o,o,o,o,o,o,o,o,o} {max_data_alignment,database_block_size,blocks_per_segment,wal_block_size,bytes_per_wal_segment,max_identifier_length,max_index_columns,max_toast_chunk_size,large_object_chunk_size,float8_pass_by_value,data_page_checksum_version} \N \N pg_control_init \N \N \N \N 6179 array_subscript_handler 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N array_subscript_handler \N \N \N \N 6180 raw_array_subscript_handler 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N raw_array_subscript_handler \N \N \N \N 6098 jsonb_subscript_handler 11 10 12 1 0 0 - f f f t f i s 1 0 2281 2281 \N \N \N \N \N jsonb_subscript_handler \N \N \N \N 3445 pg_import_system_collations 11 10 12 100 0 0 - f f f t f v u 1 0 23 4089 \N \N \N \N \N pg_import_system_collations \N \N \N \N 3448 pg_collation_actual_version 11 10 12 100 0 0 - f f f t f v s 1 0 25 26 \N \N \N \N \N pg_collation_actual_version \N \N \N \N 6249 pg_database_collation_actual_version 11 10 12 100 0 0 - f f f t f v s 1 0 25 26 \N \N \N \N \N pg_database_collation_actual_version \N \N \N \N 5029 pg_ls_tmpdir 11 10 12 10 20 0 - f f f t t v s 0 0 2249 {25,20,1184} {o,o,o} {name,size,modification} \N \N pg_ls_tmpdir_noargs \N \N \N {SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM} 5030 pg_ls_tmpdir 11 10 12 10 20 0 - f f f t t v s 1 0 2249 26 {26,25,20,1184} {i,o,o,o} {tablespace,name,size,modification} \N \N pg_ls_tmpdir_1arg \N \N \N {SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM} 6270 pg_ls_logicalsnapdir 11 10 12 10 20 0 - f f f t t v s 0 0 2249 {25,20,1184} {o,o,o} {name,size,modification} \N \N pg_ls_logicalsnapdir \N \N \N {SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM} 6271 pg_ls_logicalmapdir 11 10 12 10 20 0 - f f f t t v s 0 0 2249 {25,20,1184} {o,o,o} {name,size,modification} \N \N pg_ls_logicalmapdir \N \N \N {SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM} 6012 pg_replication_origin_advance 11 10 12 1 0 0 - f f f t f v u 2 0 2278 25 3220 \N \N \N \N \N pg_replication_origin_advance \N \N \N {SYSTEM=X/SYSTEM} 6013 pg_replication_origin_progress 11 10 12 1 0 0 - f f f t f v u 2 0 3220 25 16 \N \N \N \N \N pg_replication_origin_progress \N \N \N {SYSTEM=X/SYSTEM} 6011 pg_replication_origin_xact_reset 11 10 12 1 0 0 - f f f t f v r 0 0 2278 \N \N \N \N \N pg_replication_origin_xact_reset \N \N \N {SYSTEM=X/SYSTEM} 6014 pg_show_replication_origin_status 11 10 12 1 100 0 - f f f f t v r 0 0 2249 {26,25,3220,3220} {o,o,o,o} {local_id,external_id,remote_lsn,local_lsn} \N \N pg_show_replication_origin_status \N \N \N {SYSTEM=X/SYSTEM} 3400 pg_config 11 10 12 1 23 0 - f f f t t s r 0 0 2249 {25,25} {o,o} {name,setting} \N \N pg_config \N \N \N {SYSTEM=X/SYSTEM} 3354 pg_ls_waldir 11 10 12 10 20 0 - f f f t t v s 0 0 2249 {25,20,1184} {o,o,o} {name,size,modification} \N \N pg_ls_waldir \N \N \N {SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM} 5028 satisfies_hash_partition 11 10 12 1 0 2276 - f f f f f i s 4 0 16 26 23 23 2276 \N {i,i,i,v} \N \N \N satisfies_hash_partition \N \N \N \N 3423 pg_partition_tree 11 10 12 1 1000 0 - f f f t t v s 1 0 2249 2205 {2205,2205,2205,16,23} {i,o,o,o,o} {rootrelid,relid,parentrelid,isleaf,level} \N \N pg_partition_tree \N \N \N \N 3425 pg_partition_ancestors 11 10 12 1 10 0 - f f f t t v s 1 0 2205 2205 {2205,2205} {i,o} {partitionid,relid} \N \N pg_partition_ancestors \N \N \N \N 3424 pg_partition_root 11 10 12 1 0 0 - f f f t f i s 1 0 2205 2205 \N \N \N \N \N pg_partition_root \N \N \N \N 4549 unicode_version 11 10 12 1 0 0 - f f f t f i s 0 0 25 \N \N \N \N \N unicode_version \N \N \N \N 6099 icu_unicode_version 11 10 12 1 0 0 - f f f t f i s 0 0 25 \N \N \N \N \N icu_unicode_version \N \N \N \N 6105 unicode_assigned 11 10 12 1 0 0 - f f f t f i s 1 0 16 25 \N \N \N \N \N unicode_assigned \N \N \N \N 6198 unistr 11 10 12 1 0 0 - f f f t f i s 1 0 25 25 \N \N \N \N \N unistr \N \N \N \N 4596 brin_bloom_summary_in 11 10 12 1 0 0 - f f f t f i s 1 0 4600 2275 \N \N \N \N \N brin_bloom_summary_in \N \N \N \N 4597 brin_bloom_summary_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 4600 \N \N \N \N \N brin_bloom_summary_out \N \N \N \N 4598 brin_bloom_summary_recv 11 10 12 1 0 0 - f f f t f s s 1 0 4600 2281 \N \N \N \N \N brin_bloom_summary_recv \N \N \N \N 4599 brin_bloom_summary_send 11 10 12 1 0 0 - f f f t f s s 1 0 17 4600 \N \N \N \N \N brin_bloom_summary_send \N \N \N \N 4638 brin_minmax_multi_summary_in 11 10 12 1 0 0 - f f f t f i s 1 0 4601 2275 \N \N \N \N \N brin_minmax_multi_summary_in \N \N \N \N 4639 brin_minmax_multi_summary_out 11 10 12 1 0 0 - f f f t f i s 1 0 2275 4601 \N \N \N \N \N brin_minmax_multi_summary_out \N \N \N \N 4640 brin_minmax_multi_summary_recv 11 10 12 1 0 0 - f f f t f s s 1 0 4601 2281 \N \N \N \N \N brin_minmax_multi_summary_recv \N \N \N \N 4641 brin_minmax_multi_summary_send 11 10 12 1 0 0 - f f f t f s s 1 0 17 4601 \N \N \N \N \N brin_minmax_multi_summary_send \N \N \N \N 6291 any_value 11 10 12 1 0 0 - a f f f f i s 1 0 2283 2283 \N \N \N \N \N aggregate_dummy \N \N \N \N 6292 any_value_transfn 11 10 12 1 0 0 - f f f t f i s 2 0 2283 2283 2283 \N \N \N \N \N any_value_transfn \N \N \N \N 8436 pg_available_wal_summaries 11 10 12 1 100 0 - f f f t t v s 0 0 2249 {20,3220,3220} {o,o,o} {tli,start_lsn,end_lsn} \N \N pg_available_wal_summaries \N \N \N \N 8437 pg_wal_summary_contents 11 10 12 1 100 0 - f f f t t v s 3 0 2249 20 3220 3220 {20,3220,3220,26,26,26,21,20,16} {i,i,i,o,o,o,o,o,o} {tli,start_lsn,end_lsn,relfilenode,reltablespace,reldatabase,relforknumber,relblocknumber,is_limit_block} \N \N pg_wal_summary_contents \N \N \N \N 8438 pg_get_wal_summarizer_state 11 10 12 1 0 0 - f f f t f v s 0 0 2249 {20,3220,3220,23} {o,o,o,o} {summarized_tli,summarized_lsn,pending_lsn,summarizer_pid} \N \N pg_get_wal_summarizer_state \N \N \N \N 8047 gist_stratnum_identity 11 10 12 1 0 0 - f f f t f i s 1 0 21 21 \N \N \N \N \N gist_stratnum_identity \N \N \N \N 8048 pg_set_relation_stats 11 10 12 1 0 0 - f f f t f v u 4 0 16 26 700 23 23 \N \N {relation,reltuples,relpages,relallvisible} \N \N pg_set_relation_stats \N \N \N \N 8049 pg_set_attribute_stats 11 10 12 1 0 0 - f f f f f v u 21 0 16 26 19 16 700 23 700 21 21 21 21 21 1021 1021 1021 1021 1021 25 25 25 25 25 \N \N {relation,attname,stainherit,stanullfrac,stawidth,stadistinct,stakind1,stakind2,stakind3,stakind4,stakind5,stanumbers1,stanumbers2,stanumbers3,stanumbers4,stanumbers5,stavalues1,stavalues2,stavalues3,stavalues4,stavalues5} \N \N pg_set_attribute_stats \N \N \N \N 3935 pg_sleep_for 11 10 14 1 0 0 - f f f t f v s 1 0 2278 1186 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 2626 :funcresulttype 2278 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 1746 :funcresulttype 701 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({OPEXPR :opno 1759 :opfuncid 1725 :opresulttype 1700 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 6203 :funcresulttype 1700 :funcretset false :funcvariadic false :funcformat 3 :funccollid 0 :inputcollid 100 :args ({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 131 :constvalue 9 [ 36 0 0 0 101 112 111 99 104 ]} {OPEXPR :opno 1327 :opfuncid 1189 :opresulttype 1184 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 2649 :funcresulttype 1184 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 142} {PARAM :paramkind 0 :paramid 1 :paramtype 1186 :paramtypmod -1 :paramcollid 0 :location 162}) :location 160}) :location 123} {FUNCEXPR :funcid 6203 :funcresulttype 1700 :funcretset false :funcvariadic false :funcformat 3 :funccollid 0 :inputcollid 100 :args ({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 192 :constvalue 9 [ 36 0 0 0 101 112 111 99 104 ]} {FUNCEXPR :funcid 2649 :funcresulttype 1184 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 203}) :location 184}) :location 166}) :location -1}) :location 114} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 6272 pg_ls_replslotdir 11 10 12 10 20 0 - f f f t t v s 1 0 2249 25 {25,25,20,1184} {i,o,o,o} {slot_name,name,size,modification} \N \N pg_ls_replslotdir \N \N \N {SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM} 879 lpad 11 10 14 1 0 0 - f f f t f i s 2 0 25 25 23 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 873 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 1662} {PARAM :paramkind 0 :paramid 2 :paramtype 23 :paramtypmod -1 :paramcollid 0 :location 1666} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1670 :constvalue 5 [ 20 0 0 0 32 ]}) :location 1657} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 880 rpad 11 10 14 1 0 0 - f f f t f i s 2 0 25 25 23 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 874 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 126} {PARAM :paramkind 0 :paramid 2 :paramtype 23 :paramtypmod -1 :paramcollid 0 :location 130} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 134 :constvalue 5 [ 20 0 0 0 32 ]}) :location 121} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 2074 substring 11 10 14 1 0 0 - f f f t f i s 3 0 25 25 25 25 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 2073 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 141} {FUNCEXPR :funcid 1986 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 163} {PARAM :paramkind 0 :paramid 3 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 167}) :location 145}) :location 131} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 1812 bit_length 11 10 14 1 0 0 - f f f t f i s 1 0 23 1560 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 1681 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 1560 :paramtypmod -1 :paramcollid 0 :location 127}) :location 120} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 1810 bit_length 11 10 14 1 0 0 - f f f t f i s 1 0 23 17 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {OPEXPR :opno 514 :opfuncid 141 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 720 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 17 :paramtypmod -1 :paramcollid 0 :location 135}) :location 122} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 141 :constvalue 4 [ 8 0 0 0 0 0 0 0 ]}) :location 139} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 4543 pg_log_backend_memory_contexts 11 10 12 1 0 0 - f f f t f v s 1 0 16 23 \N \N \N \N \N pg_log_backend_memory_contexts \N \N \N {SYSTEM=X/SYSTEM} 3353 pg_ls_logdir 11 10 12 10 20 0 - f f f t t v s 0 0 2249 {25,20,1184} {o,o,o} {name,size,modification} \N \N pg_ls_logdir \N \N \N {SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM} 1811 bit_length 11 10 14 1 0 0 - f f f t f i s 1 0 23 25 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {OPEXPR :opno 514 :opfuncid 141 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 1374 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 134}) :location 121} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 140 :constvalue 4 [ 8 0 0 0 0 0 0 0 ]}) :location 138} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 6212 random_normal 11 10 12 1 0 0 - f f f t f v r 2 2 701 701 701 \N \N {mean,stddev} ({FUNCEXPR :funcid 316 :funcresulttype 701 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 62 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location -1} {FUNCEXPR :funcid 316 :funcresulttype 701 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 87 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location -1}) \N drandom_normal \N \N \N \N 1741 log 11 10 14 1 0 0 - f f f t f i s 1 0 1700 1700 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 1736 :funcresulttype 1700 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 1740 :funcresulttype 1700 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 121 :constvalue 4 [ 10 0 0 0 0 0 0 0 ]}) :location -1} {PARAM :paramkind 0 :paramid 1 :paramtype 1700 :paramtypmod -1 :paramcollid 0 :location 125}) :location 117} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 1481 log10 11 10 14 1 0 0 - f f f t f i s 1 0 1700 1700 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 1736 :funcresulttype 1700 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 1740 :funcresulttype 1700 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 123 :constvalue 4 [ 10 0 0 0 0 0 0 0 ]}) :location -1} {PARAM :paramkind 0 :paramid 1 :paramtype 1700 :paramtypmod -1 :paramcollid 0 :location 127}) :location 119} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 1708 round 11 10 14 1 0 0 - f f f t f i s 1 0 1700 1700 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 1707 :funcresulttype 1700 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 1700 :paramtypmod -1 :paramcollid 0 :location 125} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 129 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 119} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 3936 pg_sleep_until 11 10 14 1 0 0 - f f f t f v s 1 0 2278 1184 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 2626 :funcresulttype 2278 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 1746 :funcresulttype 701 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({OPEXPR :opno 1759 :opfuncid 1725 :opresulttype 1700 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 6203 :funcresulttype 1700 :funcretset false :funcvariadic false :funcformat 3 :funccollid 0 :inputcollid 100 :args ({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 136 :constvalue 9 [ 36 0 0 0 101 112 111 99 104 ]} {PARAM :paramkind 0 :paramid 1 :paramtype 1184 :paramtypmod -1 :paramcollid 0 :location 147}) :location 128} {FUNCEXPR :funcid 6203 :funcresulttype 1700 :funcretset false :funcvariadic false :funcformat 3 :funccollid 0 :inputcollid 100 :args ({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 177 :constvalue 9 [ 36 0 0 0 101 112 111 99 104 ]} {FUNCEXPR :funcid 2649 :funcresulttype 1184 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 188}) :location 169}) :location 151}) :location -1}) :location 119} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 1710 trunc 11 10 14 1 0 0 - f f f t f i s 1 0 1700 1700 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 1709 :funcresulttype 1700 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 1700 :paramtypmod -1 :paramcollid 0 :location 125} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 129 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 119} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 5023 numeric_pl_pg_lsn 11 10 14 1 0 0 - f f f t f i s 2 0 3220 1700 3220 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {OPEXPR :opno 5025 :opfuncid 5022 :opresulttype 3220 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 3220 :paramtypmod -1 :paramcollid 0 :location 138} {PARAM :paramkind 0 :paramid 1 :paramtype 1700 :paramtypmod -1 :paramcollid 0 :location 143}) :location 141} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 1426 path_contain_pt 11 10 14 1 0 0 - f f f t f i s 2 0 16 602 600 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 137 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 600 :paramtypmod -1 :paramcollid 0 :location 142} {PARAM :paramkind 0 :paramid 1 :paramtype 602 :paramtypmod -1 :paramcollid 0 :location 146}) :location 133} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 1544 polygon 11 10 14 1 0 0 - f f f t f i s 1 0 604 718 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 1475 :funcresulttype 604 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 128 :constvalue 4 [ 12 0 0 0 0 0 0 0 ]} {PARAM :paramkind 0 :paramid 1 :paramtype 718 :paramtypmod -1 :paramcollid 0 :location 132}) :location 120} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 1386 age 11 10 14 1 0 0 - f f f t f s s 1 0 1186 1184 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 1199 :funcresulttype 1186 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 1174 :funcresulttype 1184 :funcretset false :funcvariadic false :funcformat 1 :funccollid 0 :inputcollid 0 :args ({SQLVALUEFUNCTION :op 0 :type 1082 :typmod -1 :location 128}) :location 123} {PARAM :paramkind 0 :paramid 1 :paramtype 1184 :paramtypmod -1 :paramcollid 0 :location 158}) :location 119} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 3786 pg_create_logical_replication_slot 11 10 12 1 0 0 - f f f t f v u 5 3 2249 19 19 16 16 16 {19,19,16,16,16,19,3220} {i,i,i,i,i,o,o} {slot_name,plugin,temporary,twophase,failover,slot_name,lsn} ({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 135 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 174 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 213 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) \N pg_create_logical_replication_slot \N \N \N \N 2059 age 11 10 14 1 0 0 - f f f t f s s 1 0 1186 1114 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 2058 :funcresulttype 1186 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 2024 :funcresulttype 1114 :funcretset false :funcvariadic false :funcformat 1 :funccollid 0 :inputcollid 0 :args ({SQLVALUEFUNCTION :op 0 :type 1082 :typmod -1 :location 126}) :location 121} {PARAM :paramkind 0 :paramid 1 :paramtype 1114 :paramtypmod -1 :paramcollid 0 :location 154}) :location 117} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 1384 date_part 11 10 14 1 0 0 - f f f t f i s 2 0 701 25 1082 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 2021 :funcresulttype 701 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 145} {FUNCEXPR :funcid 2024 :funcresulttype 1114 :funcretset false :funcvariadic false :funcformat 1 :funccollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 1082 :paramtypmod -1 :paramcollid 0 :location 154}) :location 149}) :location 135} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 1176 timestamptz 11 10 14 1 0 0 - f f f t f s s 2 0 1184 1082 1083 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 2028 :funcresulttype 1184 :funcretset false :funcvariadic false :funcformat 1 :funccollid 0 :inputcollid 0 :args ({OPEXPR :opno 1360 :opfuncid 1272 :opresulttype 1114 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 1082 :paramtypmod -1 :paramcollid 0 :location 135} {PARAM :paramkind 0 :paramid 2 :paramtype 1083 :paramtypmod -1 :paramcollid 0 :location 140}) :location 138}) :location 129} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 1296 timedate_pl 11 10 14 1 0 0 - f f f t f i s 2 0 1114 1083 1082 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {OPEXPR :opno 1360 :opfuncid 1272 :opresulttype 1114 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 1082 :paramtypmod -1 :paramcollid 0 :location 130} {PARAM :paramkind 0 :paramid 1 :paramtype 1083 :paramtypmod -1 :paramcollid 0 :location 135}) :location 133} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 1298 timetzdate_pl 11 10 14 1 0 0 - f f f t f i s 2 0 1184 1266 1082 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {OPEXPR :opno 1361 :opfuncid 1297 :opresulttype 1184 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 1082 :paramtypmod -1 :paramcollid 0 :location 136} {PARAM :paramkind 0 :paramid 1 :paramtype 1266 :paramtypmod -1 :paramcollid 0 :location 141}) :location 139} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 2172 pg_backup_start 11 10 12 1 0 0 - f f f t f v r 2 1 3220 25 16 \N \N {label,fast} ({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 78 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) \N pg_backup_start \N \N \N {SYSTEM=X/SYSTEM} 1848 interval_pl_time 11 10 14 1 0 0 - f f f t f i s 2 0 1083 1186 1083 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {OPEXPR :opno 1800 :opfuncid 1747 :opresulttype 1083 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 1083 :paramtypmod -1 :paramcollid 0 :location 134} {PARAM :paramkind 0 :paramid 1 :paramtype 1186 :paramtypmod -1 :paramcollid 0 :location 139}) :location 137} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 2546 interval_pl_date 11 10 14 1 0 0 - f f f t f i s 2 0 1114 1186 1082 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {OPEXPR :opno 1076 :opfuncid 2071 :opresulttype 1114 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 1082 :paramtypmod -1 :paramcollid 0 :location 139} {PARAM :paramkind 0 :paramid 1 :paramtype 1186 :paramtypmod -1 :paramcollid 0 :location 144}) :location 142} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 2547 interval_pl_timetz 11 10 14 1 0 0 - f f f t f i s 2 0 1266 1186 1266 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {OPEXPR :opno 1802 :opfuncid 1749 :opresulttype 1266 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 1266 :paramtypmod -1 :paramcollid 0 :location 140} {PARAM :paramkind 0 :paramid 1 :paramtype 1186 :paramtypmod -1 :paramcollid 0 :location 145}) :location 143} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 2548 interval_pl_timestamp 11 10 14 1 0 0 - f f f t f i s 2 0 1114 1186 1114 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {OPEXPR :opno 2066 :opfuncid 2032 :opresulttype 1114 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 1114 :paramtypmod -1 :paramcollid 0 :location 149} {PARAM :paramkind 0 :paramid 1 :paramtype 1186 :paramtypmod -1 :paramcollid 0 :location 154}) :location 152} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 2549 interval_pl_timestamptz 11 10 14 1 0 0 - f f f t f s s 2 0 1184 1186 1184 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {OPEXPR :opno 1327 :opfuncid 1189 :opresulttype 1184 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 1184 :paramtypmod -1 :paramcollid 0 :location 152} {PARAM :paramkind 0 :paramid 1 :paramtype 1186 :paramtypmod -1 :paramcollid 0 :location 157}) :location 155} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 2739 pg_backup_stop 11 10 12 1 0 0 - f f f t f v r 1 1 2249 16 {16,3220,25,25} {i,o,o,o} {wait_for_archive,lsn,labelfile,spcmapfile} ({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 85 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) \N pg_backup_stop \N \N \N {SYSTEM=X/SYSTEM} 3436 pg_promote 11 10 12 1 0 0 - f f f t f v s 2 2 16 16 23 \N \N {wait,wait_seconds} ({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 61 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 96 :constvalue 4 [ 60 0 0 0 0 0 0 0 ]}) \N pg_promote \N \N \N {SYSTEM=X/SYSTEM} 2550 integer_pl_date 11 10 14 1 0 0 - f f f t f i s 2 0 1082 23 1082 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {OPEXPR :opno 1100 :opfuncid 1141 :opresulttype 1082 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 1082 :paramtypmod -1 :paramcollid 0 :location 132} {PARAM :paramkind 0 :paramid 1 :paramtype 23 :paramtypmod -1 :paramcollid 0 :location 137}) :location 135} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 1306 overlaps 11 10 14 1 0 0 - f f f f f s s 4 0 16 1184 1184 1184 1186 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 1304 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 3 :funccollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 1184 :paramtypmod -1 :paramcollid 0 :location 157} {PARAM :paramkind 0 :paramid 2 :paramtype 1184 :paramtypmod -1 :paramcollid 0 :location 161} {PARAM :paramkind 0 :paramid 3 :paramtype 1184 :paramtypmod -1 :paramcollid 0 :location 175} {OPEXPR :opno 1327 :opfuncid 1189 :opresulttype 1184 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 3 :paramtype 1184 :paramtypmod -1 :paramcollid 0 :location 180} {PARAM :paramkind 0 :paramid 4 :paramtype 1186 :paramtypmod -1 :paramcollid 0 :location 185}) :location 183}) :location 165} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 1305 overlaps 11 10 14 1 0 0 - f f f f f s s 4 0 16 1184 1186 1184 1186 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 1304 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 3 :funccollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 1184 :paramtypmod -1 :paramcollid 0 :location 154} {OPEXPR :opno 1327 :opfuncid 1189 :opresulttype 1184 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 1184 :paramtypmod -1 :paramcollid 0 :location 159} {PARAM :paramkind 0 :paramid 2 :paramtype 1186 :paramtypmod -1 :paramcollid 0 :location 164}) :location 162} {PARAM :paramkind 0 :paramid 3 :paramtype 1184 :paramtypmod -1 :paramcollid 0 :location 179} {OPEXPR :opno 1327 :opfuncid 1189 :opresulttype 1184 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 3 :paramtype 1184 :paramtypmod -1 :paramcollid 0 :location 184} {PARAM :paramkind 0 :paramid 4 :paramtype 1186 :paramtypmod -1 :paramcollid 0 :location 189}) :location 187}) :location 169} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 1307 overlaps 11 10 14 1 0 0 - f f f f f s s 4 0 16 1184 1186 1184 1184 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 1304 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 3 :funccollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 1184 :paramtypmod -1 :paramcollid 0 :location 157} {OPEXPR :opno 1327 :opfuncid 1189 :opresulttype 1184 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 1184 :paramtypmod -1 :paramcollid 0 :location 162} {PARAM :paramkind 0 :paramid 2 :paramtype 1186 :paramtypmod -1 :paramcollid 0 :location 167}) :location 165} {PARAM :paramkind 0 :paramid 3 :paramtype 1184 :paramtypmod -1 :paramcollid 0 :location 182} {PARAM :paramkind 0 :paramid 4 :paramtype 1184 :paramtypmod -1 :paramcollid 0 :location 186}) :location 172} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 3775 pg_stat_reset_shared 11 10 12 1 0 0 - f f f f f v s 1 1 2278 25 \N \N {target} ({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 70 :constvalue <>}) \N pg_stat_reset_shared \N \N \N {SYSTEM=X/SYSTEM} 2307 pg_stat_reset_slru 11 10 12 1 0 0 - f f f f f v s 1 1 2278 25 \N \N {target} ({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 68 :constvalue <>}) \N pg_stat_reset_slru \N \N \N {SYSTEM=X/SYSTEM} 6230 pg_stat_have_stats 11 10 12 1 0 0 - f f f t f v r 3 0 16 25 26 26 \N \N \N \N \N pg_stat_have_stats \N \N \N {SYSTEM=X/SYSTEM} 2043 overlaps 11 10 14 1 0 0 - f f f f f i s 4 0 16 1114 1114 1114 1186 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 2041 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 3 :funccollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 1114 :paramtypmod -1 :paramcollid 0 :location 154} {PARAM :paramkind 0 :paramid 2 :paramtype 1114 :paramtypmod -1 :paramcollid 0 :location 158} {PARAM :paramkind 0 :paramid 3 :paramtype 1114 :paramtypmod -1 :paramcollid 0 :location 172} {OPEXPR :opno 2066 :opfuncid 2032 :opresulttype 1114 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 3 :paramtype 1114 :paramtypmod -1 :paramcollid 0 :location 177} {PARAM :paramkind 0 :paramid 4 :paramtype 1186 :paramtypmod -1 :paramcollid 0 :location 182}) :location 180}) :location 162} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 2044 overlaps 11 10 14 1 0 0 - f f f f f i s 4 0 16 1114 1186 1114 1114 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 2041 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 3 :funccollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 1114 :paramtypmod -1 :paramcollid 0 :location 154} {OPEXPR :opno 2066 :opfuncid 2032 :opresulttype 1114 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 1114 :paramtypmod -1 :paramcollid 0 :location 159} {PARAM :paramkind 0 :paramid 2 :paramtype 1186 :paramtypmod -1 :paramcollid 0 :location 164}) :location 162} {PARAM :paramkind 0 :paramid 3 :paramtype 1114 :paramtypmod -1 :paramcollid 0 :location 179} {PARAM :paramkind 0 :paramid 4 :paramtype 1114 :paramtypmod -1 :paramcollid 0 :location 183}) :location 169} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 2042 overlaps 11 10 14 1 0 0 - f f f f f i s 4 0 16 1114 1186 1114 1186 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 2041 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 3 :funccollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 1114 :paramtypmod -1 :paramcollid 0 :location 153} {OPEXPR :opno 2066 :opfuncid 2032 :opresulttype 1114 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 1114 :paramtypmod -1 :paramcollid 0 :location 158} {PARAM :paramkind 0 :paramid 2 :paramtype 1186 :paramtypmod -1 :paramcollid 0 :location 163}) :location 161} {PARAM :paramkind 0 :paramid 3 :paramtype 1114 :paramtypmod -1 :paramcollid 0 :location 178} {OPEXPR :opno 2066 :opfuncid 2032 :opresulttype 1114 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 3 :paramtype 1114 :paramtypmod -1 :paramcollid 0 :location 183} {PARAM :paramkind 0 :paramid 4 :paramtype 1186 :paramtypmod -1 :paramcollid 0 :location 188}) :location 186}) :location 168} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 1309 overlaps 11 10 14 1 0 0 - f f f f f i s 4 0 16 1083 1186 1083 1186 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 1308 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 3 :funccollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 1083 :paramtypmod -1 :paramcollid 0 :location 143} {OPEXPR :opno 1800 :opfuncid 1747 :opresulttype 1083 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 1083 :paramtypmod -1 :paramcollid 0 :location 148} {PARAM :paramkind 0 :paramid 2 :paramtype 1186 :paramtypmod -1 :paramcollid 0 :location 153}) :location 151} {PARAM :paramkind 0 :paramid 3 :paramtype 1083 :paramtypmod -1 :paramcollid 0 :location 168} {OPEXPR :opno 1800 :opfuncid 1747 :opresulttype 1083 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 3 :paramtype 1083 :paramtypmod -1 :paramcollid 0 :location 173} {PARAM :paramkind 0 :paramid 4 :paramtype 1186 :paramtypmod -1 :paramcollid 0 :location 178}) :location 176}) :location 158} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 764 lo_import 11 10 12 1 0 0 - f f f t f v u 1 0 26 25 \N \N \N \N \N be_lo_import \N \N \N {SYSTEM=X/SYSTEM} 1310 overlaps 11 10 14 1 0 0 - f f f f f i s 4 0 16 1083 1083 1083 1186 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 1308 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 3 :funccollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 1083 :paramtypmod -1 :paramcollid 0 :location 139} {PARAM :paramkind 0 :paramid 2 :paramtype 1083 :paramtypmod -1 :paramcollid 0 :location 143} {PARAM :paramkind 0 :paramid 3 :paramtype 1083 :paramtypmod -1 :paramcollid 0 :location 157} {OPEXPR :opno 1800 :opfuncid 1747 :opresulttype 1083 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 3 :paramtype 1083 :paramtypmod -1 :paramcollid 0 :location 162} {PARAM :paramkind 0 :paramid 4 :paramtype 1186 :paramtypmod -1 :paramcollid 0 :location 167}) :location 165}) :location 147} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 1311 overlaps 11 10 14 1 0 0 - f f f f f i s 4 0 16 1083 1186 1083 1083 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 1308 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 3 :funccollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 1083 :paramtypmod -1 :paramcollid 0 :location 139} {OPEXPR :opno 1800 :opfuncid 1747 :opresulttype 1083 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 1083 :paramtypmod -1 :paramcollid 0 :location 144} {PARAM :paramkind 0 :paramid 2 :paramtype 1186 :paramtypmod -1 :paramcollid 0 :location 149}) :location 147} {PARAM :paramkind 0 :paramid 3 :paramtype 1083 :paramtypmod -1 :paramcollid 0 :location 164} {PARAM :paramkind 0 :paramid 4 :paramtype 1083 :paramtypmod -1 :paramcollid 0 :location 168}) :location 154} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 2631 int8pl_inet 11 10 14 1 0 0 - f f f t f i s 2 0 869 20 869 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {OPEXPR :opno 2637 :opfuncid 2630 :opresulttype 869 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 869 :paramtypmod -1 :paramcollid 0 :location 127} {PARAM :paramkind 0 :paramid 1 :paramtype 20 :paramtypmod -1 :paramcollid 0 :location 132}) :location 130} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 2932 xpath 11 10 14 1 0 0 - f f f t f i s 2 0 143 25 142 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 2931 :funcresulttype 143 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 125} {PARAM :paramkind 0 :paramid 2 :paramtype 142 :paramtypmod -1 :paramcollid 0 :location 129} {CONST :consttype 1009 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 133 :constvalue 16 [ 64 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 ]}) :location 119} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 3050 xpath_exists 11 10 14 1 0 0 - f f f t f i s 2 0 16 25 142 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 3049 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 141} {PARAM :paramkind 0 :paramid 2 :paramtype 142 :paramtypmod -1 :paramcollid 0 :location 145} {CONST :consttype 1009 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 149 :constvalue 16 [ 64 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 ]}) :location 128} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 2325 pg_relation_size 11 10 14 1 0 0 - f f f t f v s 1 0 20 2205 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 2332 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 2205 :paramtypmod -1 :paramcollid 0 :location 137} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 141 :constvalue 8 [ 32 0 0 0 109 97 105 110 ]}) :location 120} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 1215 obj_description 11 10 14 100 0 0 - f f f t f s s 2 0 25 26 19 \N \N \N \N \N \N (({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks true :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_description :colnames ("objoid" "classoid" "objsubid" "description")} :rtekind 0 :relid 2609 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2609 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 171} {PARAM :paramkind 0 :paramid 1 :paramtype 26 :paramtypmod -1 :paramcollid 0 :location 180}) :location 178} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 191} {SUBLINK :subLinkType 4 :subLinkId 0 :testexpr <> :operName <> :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_class :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 234} {PARAM :paramkind 0 :paramid 2 :paramtype 19 :paramtypmod -1 :paramcollid 950 :location 244}) :location 242} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 267} {RELABELTYPE :arg {CONST :consttype 4089 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 282 :constvalue 4 [ 11 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 280}) :location 247}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 210} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 1259 :resorigcol 1 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 202}) :location 200} {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 318} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 329 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 327}) :location 183}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 131} :resno 1 :resname description :ressortgroupref 0 :resorigtbl 2609 :resorigcol 4 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0})) \N \N 1993 shobj_description 11 10 14 100 0 0 - f f f t f s s 2 0 25 26 19 \N \N \N \N \N \N (({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks true :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_shdescription :colnames ("objoid" "classoid" "description")} :rtekind 0 :relid 2396 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2396 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 175} {PARAM :paramkind 0 :paramid 1 :paramtype 26 :paramtypmod -1 :paramcollid 0 :location 184}) :location 182} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 195} {SUBLINK :subLinkType 4 :subLinkId 0 :testexpr <> :operName <> :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_class :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 238} {PARAM :paramkind 0 :paramid 2 :paramtype 19 :paramtypmod -1 :paramcollid 950 :location 248}) :location 246} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 271} {RELABELTYPE :arg {CONST :consttype 4089 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 286 :constvalue 4 [ 11 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 284}) :location 251}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 214} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 1259 :resorigcol 1 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 206}) :location 204}) :location 187}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 133} :resno 1 :resname description :ressortgroupref 0 :resorigtbl 2396 :resorigcol 3 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0})) \N \N 1348 obj_description 11 10 14 100 0 0 - f f f t f s s 1 0 25 26 \N \N \N \N \N \N (({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_description :colnames ("objoid" "classoid" "objsubid" "description")} :rtekind 0 :relid 2609 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2609 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 10 11) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 163} {PARAM :paramkind 0 :paramid 1 :paramtype 26 :paramtypmod -1 :paramcollid 0 :location 172}) :location 170} {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 179} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 190 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 188}) :location 175}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 125} :resno 1 :resname description :ressortgroupref 0 :resorigtbl 2609 :resorigcol 4 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0})) \N \N 3293 pg_read_file 11 10 12 1 0 0 - f f f t f v s 4 0 25 25 20 20 16 \N \N \N \N \N pg_read_file_off_len_missing \N \N \N {SYSTEM=X/SYSTEM} 6003 pg_replication_origin_create 11 10 12 1 0 0 - f f f t f v u 1 0 26 25 \N \N \N \N \N pg_replication_origin_create \N \N \N {SYSTEM=X/SYSTEM} 6004 pg_replication_origin_drop 11 10 12 1 0 0 - f f f t f v u 1 0 2278 25 \N \N \N \N \N pg_replication_origin_drop \N \N \N {SYSTEM=X/SYSTEM} 6010 pg_replication_origin_xact_setup 11 10 12 1 0 0 - f f f t f v r 2 0 2278 3220 1184 \N \N \N \N \N pg_replication_origin_xact_setup \N \N \N {SYSTEM=X/SYSTEM} 2623 pg_stat_file 11 10 12 1 0 0 - f f f t f v s 1 0 2249 25 {25,20,1184,1184,1184,1184,16} {i,o,o,o,o,o,o} {filename,size,access,modification,change,creation,isdir} \N \N pg_stat_file_1arg \N \N \N {SYSTEM=X/SYSTEM} 1216 col_description 11 10 14 100 0 0 - f f f t f s s 2 0 25 26 23 \N \N \N \N \N \N (({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_description :colnames ("objoid" "classoid" "objsubid" "description")} :rtekind 0 :relid 2609 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2609 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 174} {PARAM :paramkind 0 :paramid 1 :paramtype 26 :paramtypmod -1 :paramcollid 0 :location 183}) :location 181} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 190} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 201 :constvalue 4 [ -21 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 199} {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 226} {PARAM :paramkind 0 :paramid 2 :paramtype 23 :paramtypmod -1 :paramcollid 0 :location 237}) :location 235}) :location 186}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 134} :resno 1 :resname description :ressortgroupref 0 :resorigtbl 2609 :resorigcol 4 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0})) \N \N 6183 ts_debug 11 10 14 100 1000 0 - f f f t t s s 2 0 2249 3734 25 {3734,25,25,25,25,3770,3769,1009} {i,i,o,o,o,o,o,o} {config,document,alias,description,token,dictionaries,dictionary,lexemes} \N \N \N (({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks true :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname parse :colnames <>} :eref {ALIAS :aliasname parse :colnames ("tokid" "token")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 3715 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({SUBLINK :subLinkType 4 :subLinkId 0 :testexpr <> :operName <> :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_ts_config :colnames ("oid" "cfgname" "cfgnamespace" "cfgowner" "cfgparser")} :rtekind 0 :relid 3602 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3602 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 12) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1133} {RELABELTYPE :arg {PARAM :paramkind 0 :paramid 1 :paramtype 3734 :paramtypmod -1 :paramcollid 0 :location 1139} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 1137}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 1099} :resno 1 :resname cfgparser :ressortgroupref 0 :resorigtbl 3602 :resorigcol 5 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 1091} {PARAM :paramkind 0 :paramid 2 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 1145}) :location 1073} :funccolcount 2 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname tt :colnames <>} :eref {ALIAS :aliasname tt :colnames ("tokid" "alias" "description")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 3713 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({SUBLINK :subLinkType 4 :subLinkId 0 :testexpr <> :operName <> :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_ts_config :colnames ("oid" "cfgname" "cfgnamespace" "cfgowner" "cfgparser")} :rtekind 0 :relid 3602 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3602 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 12) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1234} {RELABELTYPE :arg {PARAM :paramkind 0 :paramid 1 :paramtype 3734 :paramtypmod -1 :paramcollid 0 :location 1240} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 1238}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 1200} :resno 1 :resname cfgparser :ressortgroupref 0 :resorigtbl 3602 :resorigcol 5 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 1192}) :location 1169} :funccolcount 3 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2}) :quals {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1263} {VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1274}) :location 1272}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 320} :resno 1 :resname alias :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 343} :resno 2 :resname description :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 378} :resno 3 :resname token :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {SUBLINK :subLinkType 6 :subLinkId 0 :testexpr <> :operName <> :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname m :colnames <>} :eref {ALIAS :aliasname m :colnames ("mapcfg" "maptokentype" "mapseqno" "mapdict")} :rtekind 0 :relid 3603 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3603 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 501} {RELABELTYPE :arg {PARAM :paramkind 0 :paramid 1 :paramtype 3734 :paramtypmod -1 :paramcollid 0 :location 512} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 510} {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 519} {VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 1 :varnosyn 1 :varattnosyn 1 :location 536}) :location 534}) :location 515}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {RELABELTYPE :arg {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 419} :resulttype 3769 :resulttypmod -1 :resultcollid 0 :relabelformat 1 :location 428} :resno 1 :resname mapdict :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 569} :resno 2 :resname <> :ressortgroupref 1 :resorigtbl 0 :resorigcol 0 :resjunk true}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 96 :sortop 97 :nulls_first false :hashable true}) :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 404} :resno 4 :resname dictionaries :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {SUBLINK :subLinkType 4 :subLinkId 0 :testexpr <> :operName <> :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname m :colnames <>} :eref {ALIAS :aliasname m :colnames ("mapcfg" "maptokentype" "mapseqno" "mapdict")} :rtekind 0 :relid 3603 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3603 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 684} {RELABELTYPE :arg {PARAM :paramkind 0 :paramid 1 :paramtype 3734 :paramtypmod -1 :paramcollid 0 :location 695} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 693} {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 702} {VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 1 :varnosyn 1 :varattnosyn 1 :location 719}) :location 717}) :location 698}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {RELABELTYPE :arg {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 616} :resulttype 3769 :resulttypmod -1 :resultcollid 0 :relabelformat 1 :location 623} :resno 1 :resname mapdict :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {NULLTEST :arg {FUNCEXPR :funcid 3723 :funcresulttype 1009 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ({RELABELTYPE :arg {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 756} :resulttype 3769 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1} {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 1 :varnosyn 1 :varattnosyn 2 :location 765}) :location 746} :nulltesttype 0 :argisrow false :location 778} :resno 2 :resname <> :ressortgroupref 1 :resorigtbl 0 :resorigcol 0 :resjunk true} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 787} :resno 3 :resname <> :ressortgroupref 2 :resorigtbl 0 :resorigcol 0 :resjunk true}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 91 :sortop 58 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 2 :eqop 96 :sortop 97 :nulls_first false :hashable true}) :limitOffset <> :limitCount {FUNCEXPR :funcid 481 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 810 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location -1} :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 607} :resno 5 :resname dictionary :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {SUBLINK :subLinkType 4 :subLinkId 0 :testexpr <> :operName <> :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname m :colnames <>} :eref {ALIAS :aliasname m :colnames ("mapcfg" "maptokentype" "mapseqno" "mapdict")} :rtekind 0 :relid 3603 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3603 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 923} {RELABELTYPE :arg {PARAM :paramkind 0 :paramid 1 :paramtype 3734 :paramtypmod -1 :paramcollid 0 :location 934} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 932} {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 941} {VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 1 :varnosyn 1 :varattnosyn 1 :location 958}) :location 956}) :location 937}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 3723 :funcresulttype 1009 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ({RELABELTYPE :arg {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 856} :resulttype 3769 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1} {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 1 :varnosyn 1 :varattnosyn 2 :location 865}) :location 846} :resno 1 :resname ts_lexize :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {NULLTEST :arg {FUNCEXPR :funcid 3723 :funcresulttype 1009 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ({RELABELTYPE :arg {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 995} :resulttype 3769 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1} {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 1 :varnosyn 1 :varattnosyn 2 :location 1004}) :location 985} :nulltesttype 0 :argisrow false :location 1017} :resno 2 :resname <> :ressortgroupref 1 :resorigtbl 0 :resorigcol 0 :resjunk true} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 1026} :resno 3 :resname <> :ressortgroupref 2 :resorigtbl 0 :resorigcol 0 :resjunk true}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 91 :sortop 58 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 2 :eqop 96 :sortop 97 :nulls_first false :hashable true}) :limitOffset <> :limitCount {FUNCEXPR :funcid 481 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1049 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location -1} :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 837} :resno 6 :resname lexemes :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0})) \N \N 6184 ts_debug 11 10 14 100 1000 0 - f f f t t s s 1 0 2249 25 {25,25,25,25,3770,3769,1009} {i,o,o,o,o,o,o} {document,alias,description,token,dictionaries,dictionary,lexemes} \N \N \N (({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname ts_debug :colnames ("alias" "description" "token" "dictionaries" "dictionary" "lexemes")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 6183 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({FUNCEXPR :funcid 3759 :funcresulttype 3734 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 318} {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 343}) :location 309} :funccolcount 6 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 302} :resno 1 :resname alias :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 302} :resno 2 :resname description :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 302} :resno 3 :resname token :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 3770 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 302} :resno 4 :resname dictionaries :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 3769 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 302} :resno 5 :resname dictionary :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 1009 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 302} :resno 6 :resname lexemes :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0})) \N \N 2096 pg_terminate_backend 11 10 12 1 0 0 - f f f t f v s 2 1 16 23 20 \N \N {pid,timeout} ({FUNCEXPR :funcid 481 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 84 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location -1}) \N pg_terminate_backend \N \N \N \N 3960 json_populate_record 11 10 12 1 0 0 - f f f f f s s 3 1 2283 2283 114 16 \N \N {base,from_json,use_json_as_text} ({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 164 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) \N json_populate_record \N \N \N \N 3961 json_populate_recordset 11 10 12 1 100 0 - f f f f t s s 3 1 2283 2283 114 16 \N \N {base,from_json,use_json_as_text} ({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 167 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) \N json_populate_recordset \N \N \N \N 3782 pg_logical_slot_get_changes 11 10 12 1000 1000 25 - f f f f t v u 4 1 2249 19 3220 23 1009 {19,3220,23,1009,3220,28,25} {i,i,i,v,o,o,o} {slot_name,upto_lsn,upto_nchanges,options,lsn,xid,data} ({CONST :consttype 1009 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 153 :constvalue 16 [ 64 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 ]}) \N pg_logical_slot_get_changes \N \N \N \N 3784 pg_logical_slot_peek_changes 11 10 12 1000 1000 25 - f f f f t v u 4 1 2249 19 3220 23 1009 {19,3220,23,1009,3220,28,25} {i,i,i,v,o,o,o} {slot_name,upto_lsn,upto_nchanges,options,lsn,xid,data} ({CONST :consttype 1009 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 154 :constvalue 16 [ 64 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 ]}) \N pg_logical_slot_peek_changes \N \N \N \N 3578 pg_logical_emit_message 11 10 12 1 0 0 - f f f t f v u 4 1 3220 16 25 17 16 \N \N {transactional,prefix,message,flush} ({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 141 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) \N pg_logical_emit_message_bytea \N \N \N \N 3779 pg_create_physical_replication_slot 11 10 12 1 0 0 - f f f t f v u 3 2 2249 19 16 16 {19,16,16,19,3220} {i,i,i,o,o} {slot_name,immediately_reserve,temporary,slot_name,lsn} ({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 126 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 166 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) \N pg_create_physical_replication_slot \N \N \N \N 3464 make_interval 11 10 12 1 0 0 - f f f t f i s 7 7 1186 23 23 23 23 23 23 701 \N \N {years,months,weeks,days,hours,mins,secs} ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 62 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 85 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 107 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 144 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 166 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 187 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} {FUNCEXPR :funcid 1746 :funcresulttype 701 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 1700 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 236 :constvalue 6 [ 24 0 0 0 -128 -128 ]}) :location -1}) \N make_interval \N \N \N \N 3305 jsonb_set 11 10 12 1 0 0 - f f f t f i s 4 1 3802 3802 1009 3802 16 \N \N {jsonb_in,path,replacement,create_if_missing} ({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 134 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) \N jsonb_set \N \N \N \N 5054 jsonb_set_lax 11 10 12 1 0 0 - f f f f f i s 5 2 3802 3802 1009 3802 16 25 \N \N {jsonb_in,path,replacement,create_if_missing,null_value_treatment} ({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 138 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 190 :constvalue 17 [ 68 0 0 0 117 115 101 95 106 115 111 110 95 110 117 108 108 ]}) \N jsonb_set_lax \N \N \N \N 1268 parse_ident 11 10 12 1 0 0 - f f f t f i s 2 1 1009 25 16 \N \N {str,strict} ({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 74 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) \N parse_ident \N \N \N \N 3579 jsonb_insert 11 10 12 1 0 0 - f f f t f i s 4 1 3802 3802 1009 3802 16 \N \N {jsonb_in,path,replacement,insert_after} ({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 132 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) \N jsonb_insert \N \N \N \N 4009 jsonb_path_match 11 10 12 1 0 0 - f f f t f i s 4 2 16 3802 4072 3802 16 \N \N {target,path,vars,silent} ({CONST :consttype 3802 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 94 :constvalue 8 [ 32 0 0 0 0 0 0 32 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 142 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) \N jsonb_path_match \N \N \N \N 4006 jsonb_path_query 11 10 12 1 1000 0 - f f f t t i s 4 2 3802 3802 4072 3802 16 \N \N {target,path,vars,silent} ({CONST :consttype 3802 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 94 :constvalue 8 [ 32 0 0 0 0 0 0 32 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 142 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) \N jsonb_path_query \N \N \N \N 4008 jsonb_path_query_first 11 10 12 1 0 0 - f f f t f i s 4 2 3802 3802 4072 3802 16 \N \N {target,path,vars,silent} ({CONST :consttype 3802 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 100 :constvalue 8 [ 32 0 0 0 0 0 0 32 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 154 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) \N jsonb_path_query_first \N \N \N \N 1177 jsonb_path_exists_tz 11 10 12 1 0 0 - f f f t f s s 4 2 16 3802 4072 3802 16 \N \N {target,path,vars,silent} ({CONST :consttype 3802 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 98 :constvalue 8 [ 32 0 0 0 0 0 0 32 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 147 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) \N jsonb_path_exists_tz \N \N \N \N 1179 jsonb_path_query_tz 11 10 12 1 1000 0 - f f f t t s s 4 2 3802 3802 4072 3802 16 \N \N {target,path,vars,silent} ({CONST :consttype 3802 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 97 :constvalue 8 [ 32 0 0 0 0 0 0 32 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 145 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) \N jsonb_path_query_tz \N \N \N \N 1180 jsonb_path_query_array_tz 11 10 12 1 0 0 - f f f t f s s 4 2 3802 3802 4072 3802 16 \N \N {target,path,vars,silent} ({CONST :consttype 3802 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 103 :constvalue 8 [ 32 0 0 0 0 0 0 32 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 157 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) \N jsonb_path_query_array_tz \N \N \N \N 4350 normalize 11 10 12 1 0 0 - f f f t f i s 2 1 25 25 25 \N \N \N ({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 115 :constvalue 7 [ 28 0 0 0 78 70 67 ]}) \N unicode_normalize_func \N \N \N \N 4351 is_normalized 11 10 12 1 0 0 - f f f t f i s 2 1 16 25 25 \N \N \N ({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 62 :constvalue 7 [ 28 0 0 0 78 70 67 ]}) \N unicode_is_normalized \N \N \N \N 5031 pg_ls_archive_statusdir 11 10 12 10 20 0 - f f f t t v s 0 0 2249 {25,20,1184} {o,o,o} {name,size,modification} \N \N pg_ls_archive_statusdir \N \N \N {SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM} 3401 pg_hba_file_rules 11 10 12 1 1000 0 - f f f t t v s 0 0 2249 {23,25,23,25,1009,1009,25,25,25,1009,25} {o,o,o,o,o,o,o,o,o,o,o} {rule_number,file_name,line_number,type,database,user_name,address,netmask,auth_method,options,error} \N \N pg_hba_file_rules \N \N \N {SYSTEM=X/SYSTEM} 5052 pg_get_shmem_allocations 11 10 12 1 50 0 - f f f t t v s 0 0 2249 {25,20,20,20} {o,o,o,o} {name,off,size,allocated_size} \N \N pg_get_shmem_allocations \N \N \N {SYSTEM=X/SYSTEM,pg_read_all_stats=X/SYSTEM} 2282 pg_get_backend_memory_contexts 11 10 12 1 100 0 - f f f t t v r 0 0 2249 {25,25,25,23,20,20,20,20,20} {o,o,o,o,o,o,o,o,o} {name,ident,parent,level,total_bytes,total_nblocks,free_bytes,free_chunks,used_bytes} \N \N pg_get_backend_memory_contexts \N \N \N {SYSTEM=X/SYSTEM,pg_read_all_stats=X/SYSTEM} 13809 dsnowball_init 11 10 13 1 0 0 - f f f t f v u 1 0 2281 2281 \N \N \N \N \N dsnowball_init $libdir/dict_snowball \N \N \N 13810 dsnowball_lexize 11 10 13 1 0 0 - f f f t f v u 4 0 2281 2281 2281 2281 2281 \N \N \N \N \N dsnowball_lexize $libdir/dict_snowball \N \N \N 13869 _pg_expandarray 13868 10 14 100 100 0 array_unnest_support f f f t t i s 1 0 2249 2277 {2277,2283,23} {i,o,o} {"",x,n} \N \N SELECT * FROM pg_catalog.unnest($1) WITH ORDINALITY \N \N \N \N 13870 _pg_index_position 13868 10 14 100 0 0 - f f f t f s u 2 0 23 26 21 \N \N \N \N \N \N (({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname ss :colnames <>} :eref {ALIAS :aliasname ss :colnames ("a")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs true :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_index :colnames ("indexrelid" "indrelid" "indnatts" "indnkeyatts" "indisunique" "indnullsnotdistinct" "indisprimary" "indisexclusion" "indimmediate" "indisclustered" "indisvalid" "indcheckxmin" "indisready" "indislive" "indisreplident" "indkey" "indcollation" "indclass" "indoption" "indexprs" "indpred")} :rtekind 0 :relid 2610 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2610 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 23) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 350} {PARAM :paramkind 0 :paramid 1 :paramtype 26 :paramtypmod -1 :paramcollid 0 :location 363}) :location 361}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 13869 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 16 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location 303}) :location 268} :resno 1 :resname a :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {OPEXPR :opno 94 :opfuncid 63 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 1 :varattno 1 :vartype 2249 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 379} :fieldnum 1 :resulttype 21 :resulttypmod -1 :resultcollid 0} {PARAM :paramkind 0 :paramid 2 :paramtype 21 :paramtypmod -1 :paramcollid 0 :location 389}) :location 387}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FIELDSELECT :arg {VAR :varno 1 :varattno 1 :vartype 2249 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 245} :fieldnum 2 :resulttype 23 :resulttypmod -1 :resultcollid 0} :resno 1 :resname n :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0})) \N \N 13871 _pg_truetypid 13868 10 14 100 0 0 - f f f t f i s 2 0 26 75 71 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {CASEEXPR :casetype 26 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {PARAM :paramkind 0 :paramid 2 :paramtype 71 :paramtypmod -1 :paramcollid 0 :location 162} :fieldnum 7 :resulttype 18 :resulttypmod -1 :resultcollid 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 175 :constvalue 1 [ 100 0 0 0 0 0 0 0 ]}) :location 173} :result {FIELDSELECT :arg {PARAM :paramkind 0 :paramid 2 :paramtype 71 :paramtypmod -1 :paramcollid 0 :location 184} :fieldnum 26 :resulttype 26 :resulttypmod -1 :resultcollid 0} :location 157}) :defresult {FIELDSELECT :arg {PARAM :paramkind 0 :paramid 1 :paramtype 75 :paramtypmod -1 :paramcollid 0 :location 204} :fieldnum 3 :resulttype 26 :resulttypmod -1 :resultcollid 0} :location 152} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 13879 _pg_datetime_precision 13868 10 14 100 0 0 - f f f t f i s 2 0 23 26 23 \N \N {typid,typmod} \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {CASEEXPR :casetype 23 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 26 :paramtypmod -1 :paramcollid 0 :location 178} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 185 :constvalue 4 [ 58 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 181} :result {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 218 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :location 173} {CASEWHEN :expr {SCALARARRAYOPEXPR :opno 607 :opfuncid 184 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 26 :paramtypmod -1 :paramcollid 0 :location 232} {ARRAYEXPR :array_typeid 1028 :array_collid 0 :element_typeid 26 :elements ({RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 239 :constvalue 4 [ 59 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 245 :constvalue 4 [ 90 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 251 :constvalue 4 [ -96 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 257 :constvalue 4 [ -14 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :multidims false :location -1}) :location 235} :result {CASEEXPR :casetype 23 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 97 :opfuncid 66 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 23 :paramtypmod -1 :paramcollid 0 :location 322} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 327 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 325} :result {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 334 :constvalue 4 [ 6 0 0 0 0 0 0 0 ]} :location 317}) :defresult {PARAM :paramkind 0 :paramid 2 :paramtype 23 :paramtypmod -1 :paramcollid 0 :location 341} :location 312} :location 227} {CASEWHEN :expr {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 26 :paramtypmod -1 :paramcollid 0 :location 360} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 367 :constvalue 4 [ -94 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 363} :result {CASEEXPR :casetype 23 :casecollid 0 :arg <> :args ({CASEWHEN :expr {BOOLEXPR :boolop or :args ({OPEXPR :opno 97 :opfuncid 66 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 23 :paramtypmod -1 :paramcollid 0 :location 414} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 419 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 417} {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({OPEXPR :opno 1880 :opfuncid 1898 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 23 :paramtypmod -1 :paramcollid 0 :location 424} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 429 :constvalue 4 [ -1 -1 0 0 0 0 0 0 ]}) :location 427} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 438 :constvalue 4 [ -1 -1 0 0 0 0 0 0 ]}) :location 436}) :location 421} :result {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 450 :constvalue 4 [ 6 0 0 0 0 0 0 0 ]} :location 409}) :defresult {OPEXPR :opno 1880 :opfuncid 1898 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 23 :paramtypmod -1 :paramcollid 0 :location 457} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 462 :constvalue 4 [ -1 -1 0 0 0 0 0 0 ]}) :location 460} :location 404} :location 355}) :defresult {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 485 :constvalue <>} :location 168} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 13872 _pg_truetypmod 13868 10 14 100 0 0 - f f f t f i s 2 0 23 75 71 \N \N \N \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {CASEEXPR :casetype 23 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {PARAM :paramkind 0 :paramid 2 :paramtype 71 :paramtypmod -1 :paramcollid 0 :location 164} :fieldnum 7 :resulttype 18 :resulttypmod -1 :resultcollid 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 177 :constvalue 1 [ 100 0 0 0 0 0 0 0 ]}) :location 175} :result {FIELDSELECT :arg {PARAM :paramkind 0 :paramid 2 :paramtype 71 :paramtypmod -1 :paramcollid 0 :location 186} :fieldnum 27 :resulttype 23 :resulttypmod -1 :resultcollid 0} :location 159}) :defresult {FIELDSELECT :arg {PARAM :paramkind 0 :paramid 1 :paramtype 75 :paramtypmod -1 :paramcollid 0 :location 204} :fieldnum 7 :resulttype 23 :resulttypmod -1 :resultcollid 0} :location 154} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 13873 _pg_char_max_length 13868 10 14 100 0 0 - f f f t f i s 2 0 23 26 23 \N \N {typid,typmod} \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {CASEEXPR :casetype 23 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 23 :paramtypmod -1 :paramcollid 0 :location 247} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 252 :constvalue 4 [ -1 -1 -1 -1 -1 -1 -1 -1 ]}) :location 250} :result {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 288 :constvalue <>} :location 242} {CASEWHEN :expr {SCALARARRAYOPEXPR :opno 607 :opfuncid 184 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 26 :paramtypmod -1 :paramcollid 0 :location 305} {ARRAYEXPR :array_typeid 1028 :array_collid 0 :element_typeid 26 :elements ({RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 312 :constvalue 4 [ 18 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 318 :constvalue 4 [ 19 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :multidims false :location -1}) :location 308} :result {OPEXPR :opno 555 :opfuncid 181 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 23 :paramtypmod -1 :paramcollid 0 :location 356} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 361 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 359} :location 300} {CASEWHEN :expr {SCALARARRAYOPEXPR :opno 607 :opfuncid 184 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 26 :paramtypmod -1 :paramcollid 0 :location 375} {ARRAYEXPR :array_typeid 1028 :array_collid 0 :element_typeid 26 :elements ({RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 382 :constvalue 4 [ 24 6 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 388 :constvalue 4 [ 26 6 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :multidims false :location -1}) :location 378} :result {PARAM :paramkind 0 :paramid 2 :paramtype 23 :paramtypmod -1 :paramcollid 0 :location 424} :location 370}) :defresult {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 439 :constvalue <>} :location 237} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 13874 _pg_char_octet_length 13868 10 14 100 0 0 - f f f t f i s 2 0 23 26 23 \N \N {typid,typmod} \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks true :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {CASEEXPR :casetype 23 :casecollid 0 :arg <> :args ({CASEWHEN :expr {SCALARARRAYOPEXPR :opno 607 :opfuncid 184 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 26 :paramtypmod -1 :paramcollid 0 :location 177} {ARRAYEXPR :array_typeid 1028 :array_collid 0 :element_typeid 26 :elements ({RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 184 :constvalue 4 [ 25 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 188 :constvalue 4 [ 18 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 194 :constvalue 4 [ 19 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :multidims false :location -1}) :location 180} :result {CASEEXPR :casetype 23 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 23 :paramtypmod -1 :paramcollid 0 :location 248} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 253 :constvalue 4 [ -1 -1 -1 -1 -1 -1 -1 -1 ]}) :location 251} :result {FUNCEXPR :funcid 317 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 1 :funccollid 0 :inputcollid 0 :args ({OPEXPR :opno 965 :opfuncid 232 :opresulttype 701 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 316 :funcresulttype 701 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 304 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location -1} {FUNCEXPR :funcid 316 :funcresulttype 701 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 306 :constvalue 4 [ 30 0 0 0 0 0 0 0 ]}) :location -1}) :location 305}) :location 299} :location 243}) :defresult {OPEXPR :opno 514 :opfuncid 141 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 13873 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 26 :paramtypmod -1 :paramcollid 0 :location 382} {PARAM :paramkind 0 :paramid 2 :paramtype 23 :paramtypmod -1 :paramcollid 0 :location 386}) :location 343} {FUNCEXPR :funcid 2319 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({SUBLINK :subLinkType 4 :subLinkId 0 :testexpr <> :operName <> :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_database :colnames ("oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 0 :relid 1262 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1262 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 11) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 499} {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 509}) :location 507}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 456} :resno 1 :resname encoding :ressortgroupref 0 :resorigtbl 1262 :resorigcol 4 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 448}) :location 414}) :location 390} :location 238} :location 172}) :defresult {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 569 :constvalue <>} :location 167} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 13876 _pg_numeric_precision 13868 10 14 100 0 0 - f f f t f i s 2 0 23 26 23 \N \N {typid,typmod} \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {CASEEXPR :casetype 23 :casecollid 0 :arg {PARAM :paramkind 0 :paramid 1 :paramtype 26 :paramtypmod -1 :paramcollid 0 :location 172} :args ({CASEWHEN :expr {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 26 :typeMod -1 :collation 0} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 189 :constvalue 4 [ 21 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 184} :result {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 206 :constvalue 4 [ 16 0 0 0 0 0 0 0 ]} :location 184} {CASEWHEN :expr {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 26 :typeMod -1 :collation 0} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 223 :constvalue 4 [ 23 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 218} :result {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 240 :constvalue 4 [ 32 0 0 0 0 0 0 0 ]} :location 218} {CASEWHEN :expr {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 26 :typeMod -1 :collation 0} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 257 :constvalue 4 [ 20 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 252} :result {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 274 :constvalue 4 [ 64 0 0 0 0 0 0 0 ]} :location 252} {CASEWHEN :expr {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 26 :typeMod -1 :collation 0} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 291 :constvalue 4 [ -92 6 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 286} :result {CASEEXPR :casetype 23 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 23 :paramtypmod -1 :paramcollid 0 :location 337} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 342 :constvalue 4 [ -1 -1 -1 -1 -1 -1 -1 -1 ]}) :location 340} :result {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 369 :constvalue <>} :location 332}) :defresult {OPEXPR :opno 1880 :opfuncid 1898 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({OPEXPR :opno 1885 :opfuncid 1903 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({OPEXPR :opno 555 :opfuncid 181 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 23 :paramtypmod -1 :paramcollid 0 :location 400} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 405 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 403} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 411 :constvalue 4 [ 16 0 0 0 0 0 0 0 ]}) :location 408} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 417 :constvalue 4 [ -1 -1 0 0 0 0 0 0 ]}) :location 415} :location 327} :location 286} {CASEWHEN :expr {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 26 :typeMod -1 :collation 0} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 461 :constvalue 4 [ -68 2 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 456} :result {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 481 :constvalue 4 [ 24 0 0 0 0 0 0 0 ]} :location 456} {CASEWHEN :expr {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 26 :typeMod -1 :collation 0} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 515 :constvalue 4 [ -67 2 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 510} :result {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 535 :constvalue 4 [ 53 0 0 0 0 0 0 0 ]} :location 510}) :defresult {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 569 :constvalue <>} :location 167} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 13877 _pg_numeric_precision_radix 13868 10 14 100 0 0 - f f f t f i s 2 0 23 26 23 \N \N {typid,typmod} \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {CASEEXPR :casetype 23 :casecollid 0 :arg <> :args ({CASEWHEN :expr {SCALARARRAYOPEXPR :opno 607 :opfuncid 184 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 26 :paramtypmod -1 :paramcollid 0 :location 183} {ARRAYEXPR :array_typeid 1028 :array_collid 0 :element_typeid 26 :elements ({RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 190 :constvalue 4 [ 21 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 194 :constvalue 4 [ 23 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 198 :constvalue 4 [ 20 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 202 :constvalue 4 [ -68 2 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 207 :constvalue 4 [ -67 2 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :multidims false :location -1}) :location 186} :result {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 217 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]} :location 178} {CASEWHEN :expr {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 26 :paramtypmod -1 :paramcollid 0 :location 231} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 238 :constvalue 4 [ -92 6 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 234} :result {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 249 :constvalue 4 [ 10 0 0 0 0 0 0 0 ]} :location 226}) :defresult {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 264 :constvalue <>} :location 173} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 13878 _pg_numeric_scale 13868 10 14 100 0 0 - f f f t f i s 2 0 23 26 23 \N \N {typid,typmod} \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {CASEEXPR :casetype 23 :casecollid 0 :arg <> :args ({CASEWHEN :expr {SCALARARRAYOPEXPR :opno 607 :opfuncid 184 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 26 :paramtypmod -1 :paramcollid 0 :location 173} {ARRAYEXPR :array_typeid 1028 :array_collid 0 :element_typeid 26 :elements ({RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 180 :constvalue 4 [ 21 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 184 :constvalue 4 [ 23 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 188 :constvalue 4 [ 20 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :multidims false :location -1}) :location 176} :result {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 197 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :location 168} {CASEWHEN :expr {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 26 :paramtypmod -1 :paramcollid 0 :location 211} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 218 :constvalue 4 [ -92 6 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 214} :result {CASEEXPR :casetype 23 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 23 :paramtypmod -1 :paramcollid 0 :location 251} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 256 :constvalue 4 [ -1 -1 -1 -1 -1 -1 -1 -1 ]}) :location 254} :result {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 281 :constvalue <>} :location 246}) :defresult {OPEXPR :opno 1880 :opfuncid 1898 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({OPEXPR :opno 555 :opfuncid 181 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 2 :paramtype 23 :paramtypmod -1 :paramcollid 0 :location 309} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 314 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 312} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 319 :constvalue 4 [ -1 -1 0 0 0 0 0 0 ]}) :location 317} :location 241} :location 206}) :defresult {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 359 :constvalue <>} :location 163} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 13880 _pg_interval_type 13868 10 14 100 0 0 - f f f t f i s 2 0 25 26 23 \N \N {typid,mod} \N \N \N {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn true :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 26 :paramtypmod -1 :paramcollid 0 :location 167} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 174 :constvalue 4 [ -94 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 170} :result {FUNCEXPR :funcid 871 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ({FUNCEXPR :funcid 2074 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 3 :funccollid 100 :inputcollid 100 :args ({FUNCEXPR :funcid 1081 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({PARAM :paramkind 0 :paramid 1 :paramtype 26 :paramtypmod -1 :paramcollid 0 :location 261} {PARAM :paramkind 0 :paramid 2 :paramtype 23 :paramtypmod -1 :paramcollid 0 :location 265}) :location 238} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 277 :constvalue 26 [ 104 0 0 0 105 110 116 101 114 118 97 108 91 40 41 48 45 57 93 42 32 35 34 37 35 34 ]} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 309 :constvalue 5 [ 20 0 0 0 35 ]}) :location 228}) :location 211} :location 162}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 327 :constvalue <>} :location 157} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} \N \N 14221 plpgsql_call_handler 11 10 13 1 0 0 - f f f f f v u 0 0 2280 \N \N \N \N \N plpgsql_call_handler $libdir/plpgsql \N \N \N 14222 plpgsql_inline_handler 11 10 13 1 0 0 - f f f t f v u 1 0 2278 2281 \N \N \N \N \N plpgsql_inline_handler $libdir/plpgsql \N \N \N 14223 plpgsql_validator 11 10 13 1 0 0 - f f f t f v u 1 0 2278 26 \N \N \N \N \N plpgsql_validator $libdir/plpgsql \N \N \N 16554 ordering_func 16390 10 14 100 1000 0 - f f f f t v u 0 0 16551 \N \N \N \N \N \N (({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname ordering_table :colnames ("id" "data")} :rtekind 0 :relid 16549 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 16549 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 124} :resno 1 :resname id :ressortgroupref 1 :resorigtbl 16549 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 124} :resno 2 :resname data :ressortgroupref 0 :resorigtbl 16549 :resorigcol 2 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 96 :sortop 97 :nulls_first false :hashable true}) :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps (o 16553) :withCheckOptions <> :stmt_location 0 :stmt_len 0})) \N \N 16555 int42_out 16390 10 12 1 0 0 - f f f t f i u 1 0 2275 16546 \N \N \N \N \N int4out \N \N \N \N 16556 ptest1 16390 10 14 100 0 0 - p f f f f v u 1 0 2278 23 \N \N {a} \N \N INSERT INTO dump_test.test_table (col1) VALUES (a) \N \N \N \N \. -- -- Data for Name: pg_publication; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_publication (oid, pubname, pubowner, puballtables, pubinsert, pubupdate, pubdelete, pubtruncate, pubviaroot) FROM stdin; 16568 pub2 10 t f f f f f 16570 pub4 10 f t t t t f 16572 pub1 10 f t t t t f 16574 pub3 10 f t t t t f \. -- -- Data for Name: pg_publication_namespace; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_publication_namespace (oid, pnpubid, pnnspid) FROM stdin; 16576 16574 16390 16584 16574 2200 \. -- -- Data for Name: pg_publication_rel; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_publication_rel (oid, prpubid, prrelid, prqual, prattrs) FROM stdin; 16575 16570 16402 {OPEXPR :opno 521 :opfuncid 147 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 61} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 68 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 66} \N 16577 16572 16402 \N \N 16579 16574 16402 \N \N 16580 16570 16460 {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ({VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 68} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 75 :constvalue 8 [ 32 0 0 0 116 101 115 116 ]}) :location 73} \N 16582 16572 16455 {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 82} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 89 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 87} 2 3 16583 16572 16460 \N \N 16585 16572 16450 \N 2 3 \. -- -- Data for Name: pg_range; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_range (rngtypid, rngsubtype, rngmultitypid, rngcollation, rngsubopc, rngcanonical, rngsubdiff) FROM stdin; 3904 23 4451 0 1978 int4range_canonical int4range_subdiff 3906 1700 4532 0 3125 - numrange_subdiff 3908 1114 4533 0 3128 - tsrange_subdiff 3910 1184 4534 0 3127 - tstzrange_subdiff 3912 1082 4535 0 3122 daterange_canonical daterange_subdiff 3926 20 4536 0 3124 int8range_canonical int8range_subdiff 16538 25 16536 950 3126 - - 16621 23 16619 0 16616 - - \. -- -- Data for Name: pg_replication_origin; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_replication_origin (roident, roname) FROM stdin; 1 pg_16569 2 pg_16571 3 pg_16573 \. -- -- Data for Name: pg_rewrite; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_rewrite (oid, rulename, ev_class, ev_type, ev_enabled, is_instead, ev_qual, ev_action) FROM stdin; 12003 _RETURN 12000 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_authid :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("setdatabase" "setrole" "setconfig")} :rtekind 0 :relid 2964 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil" "setdatabase" "setrole" "setconfig")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12) :joinrightcols (i 1 2 3) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 13 14 15 16 17 19) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2964 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1053} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 1069}) :location 1067} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1081} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1095 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 1093}) :location 1077} :alias <> :rtindex 3}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 697} :resno 1 :resname rolname :ressortgroupref 0 :resorigtbl 1260 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 714} :resno 2 :resname rolsuper :ressortgroupref 0 :resorigtbl 1260 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 732} :resno 3 :resname rolinherit :ressortgroupref 0 :resorigtbl 1260 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 752} :resno 4 :resname rolcreaterole :ressortgroupref 0 :resorigtbl 1260 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 775} :resno 5 :resname rolcreatedb :ressortgroupref 0 :resorigtbl 1260 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 796} :resno 6 :resname rolcanlogin :ressortgroupref 0 :resorigtbl 1260 :resorigcol 7 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 817} :resno 7 :resname rolreplication :ressortgroupref 0 :resorigtbl 1260 :resorigcol 8 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 841} :resno 8 :resname rolconnlimit :ressortgroupref 0 :resorigtbl 1260 :resorigcol 10 :resjunk false} {TARGETENTRY :expr {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 863 :constvalue 12 [ 48 0 0 0 42 42 42 42 42 42 42 42 ]} :resno 9 :resname rolpassword :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 12 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location 904} :resno 10 :resname rolvaliduntil :ressortgroupref 0 :resorigtbl 1260 :resorigcol 12 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 927} :resno 11 :resname rolbypassrls :ressortgroupref 0 :resorigtbl 1260 :resorigcol 9 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 3 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 949} :resno 12 :resname rolconfig :ressortgroupref 0 :resorigtbl 2964 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 981} :resno 13 :resname oid :ressortgroupref 0 :resorigtbl 1260 :resorigcol 1 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1097}) 12008 _RETURN 12005 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_authid :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("setdatabase" "setrole" "setconfig")} :rtekind 0 :relid 2964 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil" "setdatabase" "setrole" "setconfig")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12) :joinrightcols (i 1 2 3) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 14 15 16 18 19) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2964 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 393} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 409}) :location 407} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 421} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 435 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 433}) :location 417} :alias <> :rtindex 3}) :quals {VAR :varno 1 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 448}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 44} :resno 1 :resname usename :ressortgroupref 0 :resorigtbl 1260 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 72} :resno 2 :resname usesysid :ressortgroupref 0 :resorigtbl 1260 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 107} :resno 3 :resname usecreatedb :ressortgroupref 0 :resorigtbl 1260 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 143} :resno 4 :resname usesuper :ressortgroupref 0 :resorigtbl 1260 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 173} :resno 5 :resname userepl :ressortgroupref 0 :resorigtbl 1260 :resorigcol 8 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 208} :resno 6 :resname usebypassrls :ressortgroupref 0 :resorigtbl 1260 :resorigcol 9 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 246} :resno 7 :resname passwd :ressortgroupref 0 :resorigtbl 1260 :resorigcol 11 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 12 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location 277} :resno 8 :resname valuntil :ressortgroupref 0 :resorigtbl 1260 :resorigcol 12 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 3 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 312} :resno 9 :resname useconfig :ressortgroupref 0 :resorigtbl 2964 :resorigcol 3 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 459}) 12013 _RETURN 12010 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks true :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_authid :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 14) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop not :args ({VAR :varno 1 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 211}) :location 207}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 43} :resno 1 :resname groname :ressortgroupref 0 :resorigtbl 1260 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 71} :resno 2 :resname grosysid :ressortgroupref 0 :resorigtbl 1260 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {SUBLINK :subLinkType 6 :subLinkId 0 :testexpr <> :operName <> :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_auth_members :colnames ("oid" "roleid" "member" "grantor" "admin_option" "inherit_option" "set_option")} :rtekind 0 :relid 1261 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1261 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 143} {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 1 :varnosyn 1 :varattnosyn 1 :location 152}) :location 150}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 109} :resno 1 :resname member :ressortgroupref 0 :resorigtbl 1261 :resorigcol 3 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 96} :resno 3 :resname grolist :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 222}) 12017 _RETURN 12014 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_shadow :colnames ("usename" "usesysid" "usecreatedb" "usesuper" "userepl" "usebypassrls" "passwd" "valuntil" "useconfig")} :rtekind 0 :relid 12005 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 12005 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 13 15 16) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 42} :resno 1 :resname usename :ressortgroupref 0 :resorigtbl 12005 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 59} :resno 2 :resname usesysid :ressortgroupref 0 :resorigtbl 12005 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 77} :resno 3 :resname usecreatedb :ressortgroupref 0 :resorigtbl 12005 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 98} :resno 4 :resname usesuper :ressortgroupref 0 :resorigtbl 12005 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 116} :resno 5 :resname userepl :ressortgroupref 0 :resorigtbl 12005 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 133} :resno 6 :resname usebypassrls :ressortgroupref 0 :resorigtbl 12005 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 155 :constvalue 12 [ 48 0 0 0 42 42 42 42 42 42 42 42 ]} :resno 7 :resname passwd :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 191} :resno 8 :resname valuntil :ressortgroupref 0 :resorigtbl 12005 :resorigcol 8 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 209} :resno 9 :resname useconfig :ressortgroupref 0 :resorigtbl 12005 :resorigcol 9 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 237}) 12021 _RETURN 12018 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks true :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname pol :colnames <>} :eref {ALIAS :aliasname pol :colnames ("oid" "polname" "polrelid" "polcmd" "polpermissive" "polroles" "polqual" "polwithcheck")} :rtekind 0 :relid 3256 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "polname" "polrelid" "polcmd" "polpermissive" "polroles" "polqual" "polwithcheck" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "polname" "polrelid" "polcmd" "polpermissive" "polroles" "polqual" "polwithcheck" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3256 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 11 12 13 14 15) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1065} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 1073}) :location 1071} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1131} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 1139}) :location 1137} :alias <> :rtindex 5}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 46} :resno 1 :resname schemaname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 79} :resno 2 :resname tablename :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 111} :resno 3 :resname policyname :ressortgroupref 0 :resorigtbl 3256 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 168} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 207 :constvalue 14 [ 56 0 0 0 80 69 82 77 73 83 83 73 86 69 ]} :location 163}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 253 :constvalue 15 [ 60 0 0 0 82 69 83 84 82 73 67 84 73 86 69 ]} :location 146} :resno 4 :resname permissive :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 1003 :casecollid 950 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 1070 :opfuncid 744 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 6 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 324} {CONST :consttype 1028 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 339 :constvalue 28 [ 112 0 0 0 1 0 0 0 0 0 0 0 26 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 ]}) :location 337} :result {ARRAYCOERCEEXPR :arg {FUNCEXPR :funcid 394 :funcresulttype 1009 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 382 :constvalue 10 [ 40 0 0 0 112 117 98 108 105 99 ]} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 392 :constvalue 4 [ 16 0 0 0 ]}) :location 366} :elemexpr {FUNCEXPR :funcid 407 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 0 :args ({CASETESTEXPR :typeId 25 :typeMod -1 :collation 0}) :location -1} :resulttype 1003 :resulttypmod -1 :resultcollid 950 :coerceformat 2 :location -1} :location 319}) :defresult {SUBLINK :subLinkType 6 :subLinkId 0 :testexpr <> :operName <> :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_authid :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {SCALARARRAYOPEXPR :opno 607 :opfuncid 184 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 560} {VAR :varno 1 :varattno 6 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 1 :varnosyn 1 :varattnosyn 6 :location 571}) :location 564}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 480} :resno 1 :resname rolname :ressortgroupref 1 :resorigtbl 1260 :resorigcol 2 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 93 :sortop 660 :nulls_first false :hashable true}) :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 429} :location 302} :resno 5 :resname roles :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 25 :casecollid 100 :arg {VAR :varno 1 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 649} :args ({CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 677 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]}) :location 672} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 686 :constvalue 10 [ 40 0 0 0 83 69 76 69 67 84 ]} :location 672} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 712 :constvalue 1 [ 97 0 0 0 0 0 0 0 ]}) :location 707} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 721 :constvalue 10 [ 40 0 0 0 73 78 83 69 82 84 ]} :location 707} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 747 :constvalue 1 [ 119 0 0 0 0 0 0 0 ]}) :location 742} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 756 :constvalue 10 [ 40 0 0 0 85 80 68 65 84 69 ]} :location 742} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 782 :constvalue 1 [ 100 0 0 0 0 0 0 0 ]}) :location 777} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 791 :constvalue 10 [ 40 0 0 0 68 69 76 69 84 69 ]} :location 777} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 817 :constvalue 1 [ 42 0 0 0 0 0 0 0 ]}) :location 812} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 826 :constvalue 7 [ 28 0 0 0 65 76 76 ]} :location 812}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 644} :resno 6 :resname cmd :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1716 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({VAR :varno 1 :varattno 7 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 883} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 896}) :location 860} :resno 7 :resname qual :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1716 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({VAR :varno 1 :varattno 8 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 950} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 968}) :location 927} :resno 8 :resname with_check :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1154}) 12026 _RETURN 12023 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname r :colnames <>} :eref {ALIAS :aliasname r :colnames ("oid" "rulename" "ev_class" "ev_type" "ev_enabled" "is_instead" "ev_qual" "ev_action")} :rtekind 0 :relid 2618 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "rulename" "ev_class" "ev_type" "ev_enabled" "is_instead" "ev_qual" "ev_action" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "rulename" "ev_class" "ev_type" "ev_enabled" "is_instead" "ev_qual" "ev_action" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2618 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 219} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 227}) :location 225} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 277} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 285}) :location 283} :alias <> :rtindex 5}) :quals {OPEXPR :opno 643 :opfuncid 659 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 311} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 325 :constvalue 64 [ 95 82 69 84 85 82 78 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 322}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 43} :resno 1 :resname schemaname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 76} :resno 2 :resname tablename :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 108} :resno 3 :resname rulename :ressortgroupref 0 :resorigtbl 2618 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1573 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 155}) :location 140} :resno 4 :resname definition :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 334}) 12031 _RETURN 12028 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 1 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 33 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 242} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 250}) :location 248} :alias <> :rtindex 3}) :quals {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 276} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 288 :constvalue 1 [ 118 0 0 0 0 0 0 0 ]}) :location 286}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 43} :resno 1 :resname schemaname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 76} :resno 2 :resname viewname :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1642 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args ({VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 123}) :location 107} :resno 3 :resname viewowner :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1641 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 172}) :location 157} :resno 4 :resname definition :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 291}) 12036 _RETURN 12033 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 1 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 33 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "spcname" "spcowner" "spcacl" "spcoptions")} :rtekind 0 :relid 1213 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl" "oid" "spcname" "spcowner" "spcacl" "spcoptions")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 1 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 33 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37) :joinrightcols (i 1 2 3 4 5) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 13 16 21 24 27 28 30) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1213 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 387} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 395}) :location 393} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 450} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 458}) :location 456} :alias <> :rtindex 5}) :quals {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 485} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 499 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 504 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 495}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 44} :resno 1 :resname schemaname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 77} :resno 2 :resname tablename :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1642 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args ({VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 125}) :location 109} :resno 3 :resname tableowner :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 160} :resno 4 :resname tablespace :ressortgroupref 0 :resorigtbl 1213 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location 193} :resno 5 :resname hasindexes :ressortgroupref 0 :resorigtbl 1259 :resorigcol 14 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location 230} :resno 6 :resname hasrules :ressortgroupref 0 :resorigtbl 1259 :resorigcol 20 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location 265} :resno 7 :resname hastriggers :ressortgroupref 0 :resorigtbl 1259 :resorigcol 21 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location 306} :resno 8 :resname rowsecurity :ressortgroupref 0 :resorigtbl 1259 :resorigcol 23 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 508}) 12041 _RETURN 12038 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 1 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 33 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "spcname" "spcowner" "spcacl" "spcoptions")} :rtekind 0 :relid 1213 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl" "oid" "spcname" "spcowner" "spcacl" "spcoptions")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 1 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 33 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37) :joinrightcols (i 1 2 3 4 5) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 16 21 24 32) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1213 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 362} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 370}) :location 368} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 425} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 433}) :location 431} :alias <> :rtindex 5}) :quals {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 460} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 472 :constvalue 1 [ 109 0 0 0 0 0 0 0 ]}) :location 470}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 46} :resno 1 :resname schemaname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 79} :resno 2 :resname matviewname :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1642 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args ({VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 129}) :location 113} :resno 3 :resname matviewowner :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 166} :resno 4 :resname tablespace :ressortgroupref 0 :resorigtbl 1213 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location 199} :resno 5 :resname hasindexes :ressortgroupref 0 :resorigtbl 1259 :resorigcol 14 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location 236} :resno 6 :resname ispopulated :ressortgroupref 0 :resorigtbl 1259 :resorigcol 25 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1641 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 292}) :location 277} :resno 7 :resname definition :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 475}) 12046 _RETURN 12043 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname x :colnames <>} :eref {ALIAS :aliasname x :colnames ("indexrelid" "indrelid" "indnatts" "indnkeyatts" "indisunique" "indnullsnotdistinct" "indisprimary" "indisexclusion" "indimmediate" "indisclustered" "indisvalid" "indcheckxmin" "indisready" "indislive" "indisreplident" "indkey" "indcollation" "indclass" "indoption" "indexprs" "indpred")} :rtekind 0 :relid 2610 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("indexrelid" "indrelid" "indnatts" "indnkeyatts" "indisunique" "indnullsnotdistinct" "indisprimary" "indisexclusion" "indimmediate" "indisclustered" "indisvalid" "indcheckxmin" "indisready" "indislive" "indisreplident" "indkey" "indcollation" "indclass" "indoption" "indexprs" "indpred" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname i :colnames <>} :eref {ALIAS :aliasname i :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("indexrelid" "indrelid" "indnatts" "indnkeyatts" "indisunique" "indnullsnotdistinct" "indisprimary" "indisexclusion" "indimmediate" "indisclustered" "indisvalid" "indcheckxmin" "indisready" "indislive" "indisreplident" "indkey" "indcollation" "indclass" "indoption" "indexprs" "indpred" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("indexrelid" "indrelid" "indnatts" "indnkeyatts" "indisunique" "indnullsnotdistinct" "indisprimary" "indisexclusion" "indimmediate" "indisclustered" "indisvalid" "indcheckxmin" "indisready" "indislive" "indisreplident" "indkey" "indcollation" "indclass" "indoption" "indexprs" "indpred" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "spcname" "spcowner" "spcacl" "spcoptions")} :rtekind 0 :relid 1213 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("indexrelid" "indrelid" "indnatts" "indnkeyatts" "indisunique" "indnullsnotdistinct" "indisprimary" "indisexclusion" "indimmediate" "indisclustered" "indisvalid" "indcheckxmin" "indisready" "indislive" "indisreplident" "indkey" "indcollation" "indclass" "indoption" "indexprs" "indpred" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl" "oid" "spcname" "spcowner" "spcacl" "spcoptions")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 5 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 5 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91) :joinrightcols (i 1 2 3 4 5) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2610 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 16 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1213 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 250} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 258}) :location 256} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 299} {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 307}) :location 305} :alias <> :rtindex 5} :rarg {RANGETBLREF :rtindex 6} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 359} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 367}) :location 365} :alias <> :rtindex 7} :rarg {RANGETBLREF :rtindex 8} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location 422} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location 430}) :location 428} :alias <> :rtindex 9}) :quals {BOOLEXPR :boolop and :args ({SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 457} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 471 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 476 :constvalue 1 [ 109 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 481 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 467} {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location 490} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 504 :constvalue 1 [ 105 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 509 :constvalue 1 [ 73 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 500}) :location 486}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location 45} :resno 1 :resname schemaname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 78} :resno 2 :resname tablename :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 110} :resno 3 :resname indexname :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location 142} :resno 4 :resname tablespace :ressortgroupref 0 :resorigtbl 1213 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1643 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 191}) :location 175} :resno 5 :resname indexdef :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 513}) 12051 _RETURN 12048 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("seqrelid" "seqtypid" "seqstart" "seqincrement" "seqmax" "seqmin" "seqcache" "seqcycle")} :rtekind 0 :relid 2224 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("seqrelid" "seqtypid" "seqstart" "seqincrement" "seqmax" "seqmin" "seqcache" "seqcycle" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("seqrelid" "seqtypid" "seqstart" "seqincrement" "seqmax" "seqmin" "seqcache" "seqcycle" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2224 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 13 14 15) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 627} {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 635}) :location 633} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 685} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 693}) :location 691} :alias <> :rtindex 5}) :quals {BOOLEXPR :boolop and :args ({BOOLEXPR :boolop not :args ({FUNCEXPR :funcid 2855 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 747}) :location 723}) :location 719} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 768} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 778 :constvalue 1 [ 83 0 0 0 0 0 0 0 ]}) :location 776}) :location 764}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 47} :resno 1 :resname schemaname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 80} :resno 2 :resname sequencename :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1642 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args ({VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location 131}) :location 115} :resno 3 :resname sequenceowner :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {RELABELTYPE :arg {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 169} :resulttype 2206 :resulttypmod -1 :resultcollid 0 :relabelformat 1 :location 179} :resno 4 :resname data_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 211} :resno 5 :resname start_value :ressortgroupref 0 :resorigtbl 2224 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 246} :resno 6 :resname min_value :ressortgroupref 0 :resorigtbl 2224 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 277} :resno 7 :resname max_value :ressortgroupref 0 :resorigtbl 2224 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 308} :resno 8 :resname increment_by :ressortgroupref 0 :resorigtbl 2224 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 348} :resno 9 :resname cycle :ressortgroupref 0 :resorigtbl 2224 :resorigcol 8 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 377} :resno 10 :resname cache_size :ressortgroupref 0 :resorigtbl 2224 :resorigcol 7 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 20 :casecollid 0 :arg <> :args ({CASEWHEN :expr {FUNCEXPR :funcid 2186 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 456} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 463 :constvalue 16 [ 64 0 0 0 83 69 76 69 67 84 44 85 83 65 71 69 ]}) :location 433} :result {FUNCEXPR :funcid 4032 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({RELABELTYPE :arg {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 529} :resulttype 2205 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 506} :location 428}) :defresult {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull true :location 553 :constvalue <>} :location 411} :resno 11 :resname last_value :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 781}) 12056 _RETURN 12053 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("starelid" "staattnum" "stainherit" "stanullfrac" "stawidth" "stadistinct" "stakind1" "stakind2" "stakind3" "stakind4" "stakind5" "staop1" "staop2" "staop3" "staop4" "staop5" "stacoll1" "stacoll2" "stacoll3" "stacoll4" "stacoll5" "stanumbers1" "stanumbers2" "stanumbers3" "stanumbers4" "stanumbers5" "stavalues1" "stavalues2" "stavalues3" "stavalues4" "stavalues5")} :rtekind 0 :relid 2619 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("starelid" "staattnum" "stainherit" "stanullfrac" "stawidth" "stadistinct" "stakind1" "stakind2" "stakind3" "stakind4" "stakind5" "staop1" "staop2" "staop3" "staop4" "staop5" "stacoll1" "stacoll2" "stacoll3" "stacoll4" "stacoll5" "stanumbers1" "stanumbers2" "stanumbers3" "stanumbers4" "stanumbers5" "stavalues1" "stavalues2" "stavalues3" "stavalues4" "stavalues5" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 0 :relid 1249 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("starelid" "staattnum" "stainherit" "stanullfrac" "stawidth" "stadistinct" "stakind1" "stakind2" "stakind3" "stakind4" "stakind5" "staop1" "staop2" "staop3" "staop4" "staop5" "stacoll1" "stacoll2" "stacoll3" "stacoll4" "stacoll5" "stanumbers1" "stanumbers2" "stanumbers3" "stanumbers4" "stanumbers5" "stavalues1" "stavalues2" "stavalues3" "stavalues4" "stavalues5" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("starelid" "staattnum" "stainherit" "stanullfrac" "stawidth" "stadistinct" "stakind1" "stakind2" "stakind3" "stakind4" "stakind5" "staop1" "staop2" "staop3" "staop4" "staop5" "stacoll1" "stacoll2" "stacoll3" "stacoll4" "stacoll5" "stanumbers1" "stanumbers2" "stanumbers3" "stanumbers4" "stanumbers5" "stavalues1" "stavalues2" "stavalues3" "stavalues4" "stavalues5" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2619 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 13 14 15 16 17 18 29 30 31 32 33 34 35 36 37 38) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 30) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1249 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 12 25) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 3162} {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 3170}) :location 3168} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 3215} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 3223}) :location 3221} {OPEXPR :opno 94 :opfuncid 63 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location 3236} {VAR :varno 1 :varattno 2 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 3245}) :location 3243}) :location 3232} :alias <> :rtindex 5} :rarg {RANGETBLREF :rtindex 6} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 3296} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 3304}) :location 3302} :alias <> :rtindex 7}) :quals {BOOLEXPR :boolop and :args ({BOOLEXPR :boolop not :args ({VAR :varno 4 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location 3334}) :location 3330} {FUNCEXPR :funcid 3023 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 3376} {VAR :varno 4 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location 3383} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3393 :constvalue 10 [ 40 0 0 0 115 101 108 101 99 116 ]}) :location 3355} {BOOLEXPR :boolop or :args ({OPEXPR :opno 91 :opfuncid 60 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location 3412} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 3431 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) :location 3429} {BOOLEXPR :boolop not :args ({FUNCEXPR :funcid 3298 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 3464}) :location 3444}) :location 3440}) :location 3437}) :location 3351}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location 67} :resno 1 :resname schemaname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 98} :resno 2 :resname tablename :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 128} :resno 3 :resname attname :ressortgroupref 0 :resorigtbl 1249 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 156} :resno 4 :resname inherited :ressortgroupref 0 :resorigtbl 2619 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 189} :resno 5 :resname null_frac :ressortgroupref 0 :resorigtbl 2619 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 223} :resno 6 :resname avg_width :ressortgroupref 0 :resorigtbl 2619 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 254} :resno 7 :resname n_distinct :ressortgroupref 0 :resorigtbl 2619 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 2277 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 311} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 322 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 320} :result {VAR :varno 1 :varattno 27 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location 329} :location 306} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 357} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 368 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 366} :result {VAR :varno 1 :varattno 28 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location 375} :location 352} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 9 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 403} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 414 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 412} :result {VAR :varno 1 :varattno 29 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location 421} :location 398} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 10 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 449} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 460 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 458} :result {VAR :varno 1 :varattno 30 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location 467} :location 444} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 11 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 495} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 506 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 504} :result {VAR :varno 1 :varattno 31 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location 513} :location 490}) :defresult {CONST :consttype 2277 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 289} :resno 8 :resname most_common_vals :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 1021 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 587} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 598 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 596} :result {VAR :varno 1 :varattno 22 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location 605} :location 582} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 634} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 645 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 643} :result {VAR :varno 1 :varattno 23 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location 652} :location 629} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 9 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 681} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 692 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 690} :result {VAR :varno 1 :varattno 24 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location 699} :location 676} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 10 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 728} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 739 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 737} :result {VAR :varno 1 :varattno 25 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location 746} :location 723} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 11 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 775} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 786 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 784} :result {VAR :varno 1 :varattno 26 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location 793} :location 770}) :defresult {CONST :consttype 1021 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 565} :resno 9 :resname most_common_freqs :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 2277 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 869} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 880 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 878} :result {VAR :varno 1 :varattno 27 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location 887} :location 864} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 915} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 926 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 924} :result {VAR :varno 1 :varattno 28 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location 933} :location 910} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 9 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 961} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 972 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 970} :result {VAR :varno 1 :varattno 29 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location 979} :location 956} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 10 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 1007} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1018 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 1016} :result {VAR :varno 1 :varattno 30 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location 1025} :location 1002} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 11 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 1053} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1064 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 1062} :result {VAR :varno 1 :varattno 31 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location 1071} :location 1048}) :defresult {CONST :consttype 2277 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 847} :resno 10 :resname histogram_bounds :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 700 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 1145} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1156 :constvalue 4 [ 3 0 0 0 0 0 0 0 ]}) :location 1154} :result {SUBSCRIPTINGREF :refcontainertype 1021 :refelemtype 700 :refrestype 700 :reftypmod -1 :refcollid 0 :refupperindexpr ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1175 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :reflowerindexpr <> :refexpr {VAR :varno 1 :varattno 22 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location 1163} :refassgnexpr <>} :location 1140} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 1195} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1206 :constvalue 4 [ 3 0 0 0 0 0 0 0 ]}) :location 1204} :result {SUBSCRIPTINGREF :refcontainertype 1021 :refelemtype 700 :refrestype 700 :reftypmod -1 :refcollid 0 :refupperindexpr ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1225 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :reflowerindexpr <> :refexpr {VAR :varno 1 :varattno 23 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location 1213} :refassgnexpr <>} :location 1190} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 9 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 1245} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1256 :constvalue 4 [ 3 0 0 0 0 0 0 0 ]}) :location 1254} :result {SUBSCRIPTINGREF :refcontainertype 1021 :refelemtype 700 :refrestype 700 :reftypmod -1 :refcollid 0 :refupperindexpr ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1275 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :reflowerindexpr <> :refexpr {VAR :varno 1 :varattno 24 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location 1263} :refassgnexpr <>} :location 1240} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 10 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 1295} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1306 :constvalue 4 [ 3 0 0 0 0 0 0 0 ]}) :location 1304} :result {SUBSCRIPTINGREF :refcontainertype 1021 :refelemtype 700 :refrestype 700 :reftypmod -1 :refcollid 0 :refupperindexpr ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1325 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :reflowerindexpr <> :refexpr {VAR :varno 1 :varattno 25 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location 1313} :refassgnexpr <>} :location 1290} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 11 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 1345} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1356 :constvalue 4 [ 3 0 0 0 0 0 0 0 ]}) :location 1354} :result {SUBSCRIPTINGREF :refcontainertype 1021 :refelemtype 700 :refrestype 700 :reftypmod -1 :refcollid 0 :refupperindexpr ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1375 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :reflowerindexpr <> :refexpr {VAR :varno 1 :varattno 26 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location 1363} :refassgnexpr <>} :location 1340}) :defresult {CONST :consttype 700 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location -1 :constvalue <>} :location 1123} :resno 11 :resname correlation :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 2277 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 1436} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1447 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 1445} :result {VAR :varno 1 :varattno 27 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location 1454} :location 1431} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 1482} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1493 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 1491} :result {VAR :varno 1 :varattno 28 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location 1500} :location 1477} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 9 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 1528} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1539 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 1537} :result {VAR :varno 1 :varattno 29 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location 1546} :location 1523} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 10 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 1574} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1585 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 1583} :result {VAR :varno 1 :varattno 30 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location 1592} :location 1569} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 11 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 1620} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1631 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 1629} :result {VAR :varno 1 :varattno 31 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location 1638} :location 1615}) :defresult {CONST :consttype 2277 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 1414} :resno 12 :resname most_common_elems :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 1021 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 1713} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1724 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 1722} :result {VAR :varno 1 :varattno 22 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location 1731} :location 1708} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 1760} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1771 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 1769} :result {VAR :varno 1 :varattno 23 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location 1778} :location 1755} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 9 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 1807} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1818 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 1816} :result {VAR :varno 1 :varattno 24 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location 1825} :location 1802} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 10 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 1854} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1865 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 1863} :result {VAR :varno 1 :varattno 25 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location 1872} :location 1849} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 11 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 1901} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1912 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 1910} :result {VAR :varno 1 :varattno 26 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location 1919} :location 1896}) :defresult {CONST :consttype 1021 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 1691} :resno 13 :resname most_common_elem_freqs :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 1021 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 2000} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2011 :constvalue 4 [ 5 0 0 0 0 0 0 0 ]}) :location 2009} :result {VAR :varno 1 :varattno 22 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location 2018} :location 1995} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 2047} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2058 :constvalue 4 [ 5 0 0 0 0 0 0 0 ]}) :location 2056} :result {VAR :varno 1 :varattno 23 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location 2065} :location 2042} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 9 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 2094} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2105 :constvalue 4 [ 5 0 0 0 0 0 0 0 ]}) :location 2103} :result {VAR :varno 1 :varattno 24 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location 2112} :location 2089} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 10 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 2141} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2152 :constvalue 4 [ 5 0 0 0 0 0 0 0 ]}) :location 2150} :result {VAR :varno 1 :varattno 25 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location 2159} :location 2136} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 11 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 2188} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2199 :constvalue 4 [ 5 0 0 0 0 0 0 0 ]}) :location 2197} :result {VAR :varno 1 :varattno 26 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location 2206} :location 2183}) :defresult {CONST :consttype 1021 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 1978} :resno 14 :resname elem_count_histogram :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 2277 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 2285} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2296 :constvalue 4 [ 6 0 0 0 0 0 0 0 ]}) :location 2294} :result {VAR :varno 1 :varattno 27 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location 2303} :location 2280} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 2331} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2342 :constvalue 4 [ 6 0 0 0 0 0 0 0 ]}) :location 2340} :result {VAR :varno 1 :varattno 28 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location 2349} :location 2326} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 9 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 2377} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2388 :constvalue 4 [ 6 0 0 0 0 0 0 0 ]}) :location 2386} :result {VAR :varno 1 :varattno 29 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location 2395} :location 2372} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 10 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 2423} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2434 :constvalue 4 [ 6 0 0 0 0 0 0 0 ]}) :location 2432} :result {VAR :varno 1 :varattno 30 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location 2441} :location 2418} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 11 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 2469} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2480 :constvalue 4 [ 6 0 0 0 0 0 0 0 ]}) :location 2478} :result {VAR :varno 1 :varattno 31 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location 2487} :location 2464}) :defresult {CONST :consttype 2277 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 2263} :resno 15 :resname range_length_histogram :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 700 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 2567} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2578 :constvalue 4 [ 6 0 0 0 0 0 0 0 ]}) :location 2576} :result {SUBSCRIPTINGREF :refcontainertype 1021 :refelemtype 700 :refrestype 700 :reftypmod -1 :refcollid 0 :refupperindexpr ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2597 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :reflowerindexpr <> :refexpr {VAR :varno 1 :varattno 22 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location 2585} :refassgnexpr <>} :location 2562} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 2617} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2628 :constvalue 4 [ 6 0 0 0 0 0 0 0 ]}) :location 2626} :result {SUBSCRIPTINGREF :refcontainertype 1021 :refelemtype 700 :refrestype 700 :reftypmod -1 :refcollid 0 :refupperindexpr ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2647 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :reflowerindexpr <> :refexpr {VAR :varno 1 :varattno 23 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location 2635} :refassgnexpr <>} :location 2612} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 9 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 2667} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2678 :constvalue 4 [ 6 0 0 0 0 0 0 0 ]}) :location 2676} :result {SUBSCRIPTINGREF :refcontainertype 1021 :refelemtype 700 :refrestype 700 :reftypmod -1 :refcollid 0 :refupperindexpr ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2697 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :reflowerindexpr <> :refexpr {VAR :varno 1 :varattno 24 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location 2685} :refassgnexpr <>} :location 2662} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 10 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 2717} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2728 :constvalue 4 [ 6 0 0 0 0 0 0 0 ]}) :location 2726} :result {SUBSCRIPTINGREF :refcontainertype 1021 :refelemtype 700 :refrestype 700 :reftypmod -1 :refcollid 0 :refupperindexpr ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2747 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :reflowerindexpr <> :refexpr {VAR :varno 1 :varattno 25 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location 2735} :refassgnexpr <>} :location 2712} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 11 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 2767} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2778 :constvalue 4 [ 6 0 0 0 0 0 0 0 ]}) :location 2776} :result {SUBSCRIPTINGREF :refcontainertype 1021 :refelemtype 700 :refrestype 700 :reftypmod -1 :refcollid 0 :refupperindexpr ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2797 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :reflowerindexpr <> :refexpr {VAR :varno 1 :varattno 26 :vartype 1021 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location 2785} :refassgnexpr <>} :location 2762}) :defresult {CONST :consttype 700 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location -1 :constvalue <>} :location 2545} :resno 16 :resname range_empty_frac :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 2277 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 2863} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2874 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]}) :location 2872} :result {VAR :varno 1 :varattno 27 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location 2881} :location 2858} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 2909} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2920 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]}) :location 2918} :result {VAR :varno 1 :varattno 28 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location 2927} :location 2904} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 9 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 2955} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2966 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]}) :location 2964} :result {VAR :varno 1 :varattno 29 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location 2973} :location 2950} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 10 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 3001} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 3012 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]}) :location 3010} :result {VAR :varno 1 :varattno 30 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location 3019} :location 2996} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 11 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 3047} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 3058 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]}) :location 3056} :result {VAR :varno 1 :varattno 31 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location 3065} :location 3042}) :defresult {CONST :consttype 2277 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 2841} :resno 17 :resname range_bounds_histogram :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 3471}) 12061 _RETURN 12058 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks true :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("oid" "stxrelid" "stxname" "stxnamespace" "stxowner" "stxstattarget" "stxkeys" "stxkind" "stxexprs")} :rtekind 0 :relid 3381 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "stxrelid" "stxname" "stxnamespace" "stxowner" "stxstattarget" "stxkeys" "stxkind" "stxexprs" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname sd :colnames <>} :eref {ALIAS :aliasname sd :colnames ("stxoid" "stxdinherit" "stxdndistinct" "stxddependencies" "stxdmcv" "stxdexpr")} :rtekind 0 :relid 3429 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "stxrelid" "stxname" "stxnamespace" "stxowner" "stxstattarget" "stxkeys" "stxkind" "stxexprs" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "stxoid" "stxdinherit" "stxdndistinct" "stxddependencies" "stxdmcv" "stxdexpr")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 3361 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 3402 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 5017 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 10028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42) :joinrightcols (i 1 2 3 4 5 6) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname cn :colnames <>} :eref {ALIAS :aliasname cn :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "stxrelid" "stxname" "stxnamespace" "stxowner" "stxstattarget" "stxkeys" "stxkind" "stxexprs" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "stxoid" "stxdinherit" "stxdndistinct" "stxddependencies" "stxdmcv" "stxdexpr" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 3361 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 3402 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 5017 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 10028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname sn :colnames <>} :eref {ALIAS :aliasname sn :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "stxrelid" "stxname" "stxnamespace" "stxowner" "stxstattarget" "stxkeys" "stxkind" "stxexprs" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "stxoid" "stxdinherit" "stxdndistinct" "stxddependencies" "stxdmcv" "stxdexpr" "oid" "nspname" "nspowner" "nspacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 3361 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 3402 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 5017 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 10028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname m :colnames <>} :eref {ALIAS :aliasname m :colnames ("most_common_vals" "most_common_val_nulls" "most_common_freqs" "most_common_base_freqs")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs true :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_mcv_list_items :colnames ("index" "values" "nulls" "frequency" "base_frequency")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 3427 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 950 :args ({VAR :varno 4 :varattno 5 :vartype 5017 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 1 :varnosyn 4 :varattnosyn 5 :location 1482}) :location 1464} :funccolcount 5 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {AGGREF :aggfnoid 4053 :aggtype 1009 :aggcollid 100 :inputcollid 100 :aggtranstype 0 :aggargtypes (o 1009) :aggdirectargs <> :args ({TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 1009 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1187} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :aggorder <> :aggdistinct <> :aggfilter <> :aggstar false :aggvariadic false :aggkind n :aggpresorted false :agglevelsup 0 :aggsplit 0 :aggno -1 :aggtransno -1 :location 1177} :resno 1 :resname most_common_vals :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {AGGREF :aggfnoid 4053 :aggtype 1000 :aggcollid 0 :inputcollid 0 :aggtranstype 0 :aggargtypes (o 1000) :aggdirectargs <> :args ({TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1000 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 1254} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :aggorder <> :aggdistinct <> :aggfilter <> :aggstar false :aggvariadic false :aggkind n :aggpresorted false :agglevelsup 0 :aggsplit 0 :aggno -1 :aggtransno -1 :location 1244} :resno 2 :resname most_common_val_nulls :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {AGGREF :aggfnoid 2335 :aggtype 1022 :aggcollid 0 :inputcollid 0 :aggtranstype 0 :aggargtypes (o 701) :aggdirectargs <> :args ({TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 701 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 1325} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :aggorder <> :aggdistinct <> :aggfilter <> :aggstar false :aggvariadic false :aggkind n :aggpresorted false :agglevelsup 0 :aggsplit 0 :aggno -1 :aggtransno -1 :location 1315} :resno 3 :resname most_common_freqs :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {AGGREF :aggfnoid 2335 :aggtype 1022 :aggcollid 0 :inputcollid 0 :aggtranstype 0 :aggargtypes (o 701) :aggdirectargs <> :args ({TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 701 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 1396} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :aggorder <> :aggdistinct <> :aggfilter <> :aggstar false :aggvariadic false :aggkind n :aggpresorted false :agglevelsup 0 :aggsplit 0 :aggno -1 :aggtransno -1 :location 1386} :resno 4 :resname most_common_base_freqs :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral true :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "stxrelid" "stxname" "stxnamespace" "stxowner" "stxstattarget" "stxkeys" "stxkind" "stxexprs" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "stxoid" "stxdinherit" "stxdndistinct" "stxddependencies" "stxdmcv" "stxdexpr" "oid" "nspname" "nspowner" "nspacl" "oid" "nspname" "nspowner" "nspacl" "most_common_vals" "most_common_val_nulls" "most_common_freqs" "most_common_base_freqs")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 3361 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 3402 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 5017 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 10028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1} {VAR :varno 10 :varattno 1 :vartype 1009 :vartypmod -1 :varcollid 100 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 1 :location -1} {VAR :varno 10 :varattno 2 :vartype 1000 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location -1} {VAR :varno 10 :varattno 3 :vartype 1022 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 3 :location -1} {VAR :varno 10 :varattno 4 :vartype 1022 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3381 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 14 15) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 30) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 3429 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 912} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 920}) :location 918} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 975} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 983}) :location 981} :alias <> :rtindex 5} :rarg {RANGETBLREF :rtindex 6} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 1033} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 1042}) :location 1040} :alias <> :rtindex 7} :rarg {RANGETBLREF :rtindex 8} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location 1097} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 1106}) :location 1104} :alias <> :rtindex 9} :rarg {RANGETBLREF :rtindex 10} :usingClause <> :join_using_alias <> :quals {NULLTEST :arg {VAR :varno 4 :varattno 5 :vartype 5017 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location 1520} :nulltesttype 1 :argisrow false :location 1531} :alias <> :rtindex 11}) :quals {BOOLEXPR :boolop and :args ({BOOLEXPR :boolop not :args ({SUBLINK :subLinkType 0 :subLinkId 0 :testexpr <> :operName <> :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname k :colnames <>} :eref {ALIAS :aliasname k :colnames ("k")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 2331 :funcresulttype 21 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 1 :varnosyn 1 :varattnosyn 7 :location 1617}) :location 1610} :funccolcount 1 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 0 :relid 1249 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("k" "attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1}) :joinleftcols (i 1) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1249 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 12) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1699} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 1 :varnosyn 1 :varattnosyn 2 :location 1712}) :location 1710} {OPEXPR :opno 94 :opfuncid 63 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location 1727} {VAR :varno 1 :varattno 1 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1738}) :location 1736}) :location 1723} :alias <> :rtindex 3}) :quals {BOOLEXPR :boolop not :args ({FUNCEXPR :funcid 3023 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 1 :varnosyn 2 :varattnosyn 1 :location 1788} {VAR :varno 2 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location 1795} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1805 :constvalue 10 [ 40 0 0 0 115 101 108 101 99 116 ]}) :location 1767}) :location 1763}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1587 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]} :resno 1 :resname ?column? :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 1557}) :location 1553} {BOOLEXPR :boolop or :args ({OPEXPR :opno 91 :opfuncid 60 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location 1826} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1845 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) :location 1843} {BOOLEXPR :boolop not :args ({FUNCEXPR :funcid 3298 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1878}) :location 1858}) :location 1854}) :location 1851}) :location 1821}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location 63} :resno 1 :resname schemaname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 100} :resno 2 :resname tablename :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location 135} :resno 3 :resname statistics_schemaname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 183} :resno 4 :resname statistics_name :ressortgroupref 0 :resorigtbl 3381 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1642 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args ({VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 240}) :location 224} :resno 5 :resname statistics_owner :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {SUBLINK :subLinkType 4 :subLinkId 0 :testexpr <> :operName <> :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs true :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname k :colnames <>} :eref {ALIAS :aliasname k :colnames ("k")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 2331 :funcresulttype 21 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 1 :varnosyn 1 :varattnosyn 7 :location 357}) :location 350} :funccolcount 1 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 0 :relid 1249 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("k" "attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1}) :joinleftcols (i 1) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1249 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 12) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 435} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 1 :varnosyn 1 :varattnosyn 2 :location 448}) :location 446} {OPEXPR :opno 94 :opfuncid 63 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location 463} {VAR :varno 1 :varattno 1 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 474}) :location 472}) :location 459} :alias <> :rtindex 3}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {AGGREF :aggfnoid 2335 :aggtype 1003 :aggcollid 950 :inputcollid 950 :aggtranstype 0 :aggargtypes (o 19) :aggdirectargs <> :args ({TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 303} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location 322} :resno 2 :resname <> :ressortgroupref 1 :resorigtbl 0 :resorigcol 0 :resjunk true}) :aggorder ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 94 :sortop 95 :nulls_first false :hashable true}) :aggdistinct <> :aggfilter <> :aggstar false :aggvariadic false :aggkind n :aggpresorted false :agglevelsup 0 :aggsplit 0 :aggno -1 :aggtransno -1 :location 293} :resno 1 :resname array_agg :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 284} :resno 6 :resname attnames :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 6173 :funcresulttype 1009 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 550}) :location 514} :resno 7 :resname exprs :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 578} :resno 8 :resname kinds :ressortgroupref 0 :resorigtbl 3381 :resorigcol 8 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 2 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 609} :resno 9 :resname inherited :ressortgroupref 0 :resorigtbl 3429 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 3 :vartype 3361 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location 649} :resno 10 :resname n_distinct :ressortgroupref 0 :resorigtbl 3429 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 4 :vartype 3402 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location 692} :resno 11 :resname dependencies :ressortgroupref 0 :resorigtbl 3429 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 10 :varattno 1 :vartype 1009 :vartypmod -1 :varcollid 100 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 1 :location 740} :resno 12 :resname most_common_vals :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 10 :varattno 2 :vartype 1000 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 771} :resno 13 :resname most_common_val_nulls :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 10 :varattno 3 :vartype 1022 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 3 :location 807} :resno 14 :resname most_common_freqs :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 10 :varattno 4 :vartype 1022 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 4 :location 839} :resno 15 :resname most_common_base_freqs :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1885}) 12066 _RETURN 12063 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("oid" "stxrelid" "stxname" "stxnamespace" "stxowner" "stxstattarget" "stxkeys" "stxkind" "stxexprs")} :rtekind 0 :relid 3381 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "stxrelid" "stxname" "stxnamespace" "stxowner" "stxstattarget" "stxkeys" "stxkind" "stxexprs" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname sd :colnames <>} :eref {ALIAS :aliasname sd :colnames ("stxoid" "stxdinherit" "stxdndistinct" "stxddependencies" "stxdmcv" "stxdexpr")} :rtekind 0 :relid 3429 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "stxrelid" "stxname" "stxnamespace" "stxowner" "stxstattarget" "stxkeys" "stxkind" "stxexprs" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "stxoid" "stxdinherit" "stxdndistinct" "stxddependencies" "stxdmcv" "stxdexpr")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 3361 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 3402 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 5017 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 10028 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42) :joinrightcols (i 1 2 3 4 5 6) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname cn :colnames <>} :eref {ALIAS :aliasname cn :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "stxrelid" "stxname" "stxnamespace" "stxowner" "stxstattarget" "stxkeys" "stxkind" "stxexprs" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "stxoid" "stxdinherit" "stxdndistinct" "stxddependencies" "stxdmcv" "stxdexpr" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 3361 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 3402 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 5017 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 10028 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname sn :colnames <>} :eref {ALIAS :aliasname sn :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "stxrelid" "stxname" "stxnamespace" "stxowner" "stxstattarget" "stxkeys" "stxkind" "stxexprs" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "stxoid" "stxdinherit" "stxdndistinct" "stxddependencies" "stxdmcv" "stxdexpr" "oid" "nspname" "nspowner" "nspacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 3361 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 3402 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 5017 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 10028 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname stat :colnames <>} :eref {ALIAS :aliasname stat :colnames ("expr" "a")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs true :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 2331 :funcresulttype 25 :funcretset true :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ({FUNCEXPR :funcid 6173 :funcresulttype 1009 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 1 :varnosyn 1 :varattnosyn 1 :location 3588}) :location 3552}) :location 3545} :resno 1 :resname expr :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 2331 :funcresulttype 10029 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 6 :vartype 10028 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 1 :varnosyn 4 :varattnosyn 6 :location 3632}) :location 3625} :resno 2 :resname a :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral true :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "stxrelid" "stxname" "stxnamespace" "stxowner" "stxstattarget" "stxkeys" "stxkind" "stxexprs" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "stxoid" "stxdinherit" "stxdndistinct" "stxddependencies" "stxdmcv" "stxdexpr" "oid" "nspname" "nspowner" "nspacl" "oid" "nspname" "nspowner" "nspacl" "expr" "a")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 3361 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 3402 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 5017 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 10028 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1} {VAR :varno 10 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 1 :location -1} {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56) :joinrightcols (i 1 2) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3381 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 3429 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 13) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 3286} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 3294}) :location 3292} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 3354} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 3362}) :location 3360} :alias <> :rtindex 5} :rarg {RANGETBLREF :rtindex 6} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 3412} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 3421}) :location 3419} :alias <> :rtindex 7} :rarg {RANGETBLREF :rtindex 8} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location 3476} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 3485}) :location 3483} :alias <> :rtindex 9} :rarg {RANGETBLREF :rtindex 10} :usingClause <> :join_using_alias <> :quals {NULLTEST :arg {VAR :varno 10 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 1 :location 3684} :nulltesttype 1 :argisrow false :location 3694} :alias <> :rtindex 11}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location 69} :resno 1 :resname schemaname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 106} :resno 2 :resname tablename :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location 141} :resno 3 :resname statistics_schemaname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 189} :resno 4 :resname statistics_name :ressortgroupref 0 :resorigtbl 3381 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1642 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args ({VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 246}) :location 230} :resno 5 :resname statistics_owner :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 10 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 1 :location 290} :resno 6 :resname expr :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 2 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 312} :resno 7 :resname inherited :ressortgroupref 0 :resorigtbl 3429 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 353} :fieldnum 4 :resulttype 700 :resulttypmod -1 :resultcollid 0} :resno 8 :resname null_frac :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 399} :fieldnum 5 :resulttype 23 :resulttypmod -1 :resultcollid 0} :resno 9 :resname avg_width :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 442} :fieldnum 6 :resulttype 700 :resulttypmod -1 :resultcollid 0} :resno 10 :resname n_distinct :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 2277 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 515} :fieldnum 7 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 534 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 532} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 542} :fieldnum 27 :resulttype 2277 :resulttypmod -1 :resultcollid 0} :location 509} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 582} :fieldnum 8 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 601 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 599} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 609} :fieldnum 28 :resulttype 2277 :resulttypmod -1 :resultcollid 0} :location 576} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 649} :fieldnum 9 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 668 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 666} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 676} :fieldnum 29 :resulttype 2277 :resulttypmod -1 :resultcollid 0} :location 643} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 716} :fieldnum 10 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 735 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 733} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 743} :fieldnum 30 :resulttype 2277 :resulttypmod -1 :resultcollid 0} :location 710} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 783} :fieldnum 11 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 802 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 800} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 810} :fieldnum 31 :resulttype 2277 :resulttypmod -1 :resultcollid 0} :location 777}) :defresult {CONST :consttype 2277 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 489} :resno 11 :resname most_common_vals :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 1021 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 904} :fieldnum 7 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 923 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 921} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 931} :fieldnum 22 :resulttype 1021 :resulttypmod -1 :resultcollid 0} :location 898} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 972} :fieldnum 8 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 991 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 989} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 999} :fieldnum 23 :resulttype 1021 :resulttypmod -1 :resultcollid 0} :location 966} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1040} :fieldnum 9 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1059 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 1057} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1067} :fieldnum 24 :resulttype 1021 :resulttypmod -1 :resultcollid 0} :location 1034} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1108} :fieldnum 10 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1127 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 1125} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1135} :fieldnum 25 :resulttype 1021 :resulttypmod -1 :resultcollid 0} :location 1102} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1176} :fieldnum 11 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1195 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 1193} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1203} :fieldnum 26 :resulttype 1021 :resulttypmod -1 :resultcollid 0} :location 1170}) :defresult {CONST :consttype 1021 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 878} :resno 12 :resname most_common_freqs :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 2277 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1299} :fieldnum 7 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1318 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 1316} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1326} :fieldnum 27 :resulttype 2277 :resulttypmod -1 :resultcollid 0} :location 1293} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1366} :fieldnum 8 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1385 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 1383} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1393} :fieldnum 28 :resulttype 2277 :resulttypmod -1 :resultcollid 0} :location 1360} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1433} :fieldnum 9 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1452 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 1450} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1460} :fieldnum 29 :resulttype 2277 :resulttypmod -1 :resultcollid 0} :location 1427} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1500} :fieldnum 10 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1519 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 1517} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1527} :fieldnum 30 :resulttype 2277 :resulttypmod -1 :resultcollid 0} :location 1494} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1567} :fieldnum 11 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1586 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 1584} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1594} :fieldnum 31 :resulttype 2277 :resulttypmod -1 :resultcollid 0} :location 1561}) :defresult {CONST :consttype 2277 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 1273} :resno 13 :resname histogram_bounds :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 700 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1688} :fieldnum 7 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1707 :constvalue 4 [ 3 0 0 0 0 0 0 0 ]}) :location 1705} :result {SUBSCRIPTINGREF :refcontainertype 1021 :refelemtype 700 :refrestype 700 :reftypmod -1 :refcollid 0 :refupperindexpr ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1735 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :reflowerindexpr <> :refexpr {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1715} :fieldnum 22 :resulttype 1021 :resulttypmod -1 :resultcollid 0} :refassgnexpr <>} :location 1682} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1759} :fieldnum 8 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1778 :constvalue 4 [ 3 0 0 0 0 0 0 0 ]}) :location 1776} :result {SUBSCRIPTINGREF :refcontainertype 1021 :refelemtype 700 :refrestype 700 :reftypmod -1 :refcollid 0 :refupperindexpr ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1806 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :reflowerindexpr <> :refexpr {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1786} :fieldnum 23 :resulttype 1021 :resulttypmod -1 :resultcollid 0} :refassgnexpr <>} :location 1753} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1830} :fieldnum 9 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1849 :constvalue 4 [ 3 0 0 0 0 0 0 0 ]}) :location 1847} :result {SUBSCRIPTINGREF :refcontainertype 1021 :refelemtype 700 :refrestype 700 :reftypmod -1 :refcollid 0 :refupperindexpr ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1877 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :reflowerindexpr <> :refexpr {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1857} :fieldnum 24 :resulttype 1021 :resulttypmod -1 :resultcollid 0} :refassgnexpr <>} :location 1824} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1901} :fieldnum 10 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1920 :constvalue 4 [ 3 0 0 0 0 0 0 0 ]}) :location 1918} :result {SUBSCRIPTINGREF :refcontainertype 1021 :refelemtype 700 :refrestype 700 :reftypmod -1 :refcollid 0 :refupperindexpr ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1948 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :reflowerindexpr <> :refexpr {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1928} :fieldnum 25 :resulttype 1021 :resulttypmod -1 :resultcollid 0} :refassgnexpr <>} :location 1895} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1972} :fieldnum 11 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1991 :constvalue 4 [ 3 0 0 0 0 0 0 0 ]}) :location 1989} :result {SUBSCRIPTINGREF :refcontainertype 1021 :refelemtype 700 :refrestype 700 :reftypmod -1 :refcollid 0 :refupperindexpr ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2019 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :reflowerindexpr <> :refexpr {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1999} :fieldnum 26 :resulttype 1021 :resulttypmod -1 :resultcollid 0} :refassgnexpr <>} :location 1966}) :defresult {CONST :consttype 700 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location -1 :constvalue <>} :location 1662} :resno 14 :resname correlation :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 2277 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2089} :fieldnum 7 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2108 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 2106} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2116} :fieldnum 27 :resulttype 2277 :resulttypmod -1 :resultcollid 0} :location 2083} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2156} :fieldnum 8 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2175 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 2173} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2183} :fieldnum 28 :resulttype 2277 :resulttypmod -1 :resultcollid 0} :location 2150} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2223} :fieldnum 9 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2242 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 2240} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2250} :fieldnum 29 :resulttype 2277 :resulttypmod -1 :resultcollid 0} :location 2217} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2290} :fieldnum 10 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2309 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 2307} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2317} :fieldnum 30 :resulttype 2277 :resulttypmod -1 :resultcollid 0} :location 2284} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2357} :fieldnum 11 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2376 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 2374} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2384} :fieldnum 31 :resulttype 2277 :resulttypmod -1 :resultcollid 0} :location 2351}) :defresult {CONST :consttype 2277 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 2063} :resno 15 :resname most_common_elems :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 1021 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2479} :fieldnum 7 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2498 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 2496} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2506} :fieldnum 22 :resulttype 1021 :resulttypmod -1 :resultcollid 0} :location 2473} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2547} :fieldnum 8 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2566 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 2564} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2574} :fieldnum 23 :resulttype 1021 :resulttypmod -1 :resultcollid 0} :location 2541} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2615} :fieldnum 9 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2634 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 2632} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2642} :fieldnum 24 :resulttype 1021 :resulttypmod -1 :resultcollid 0} :location 2609} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2683} :fieldnum 10 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2702 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 2700} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2710} :fieldnum 25 :resulttype 1021 :resulttypmod -1 :resultcollid 0} :location 2677} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2751} :fieldnum 11 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2770 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 2768} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2778} :fieldnum 26 :resulttype 1021 :resulttypmod -1 :resultcollid 0} :location 2745}) :defresult {CONST :consttype 1021 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 2453} :resno 16 :resname most_common_elem_freqs :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 1021 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2879} :fieldnum 7 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2898 :constvalue 4 [ 5 0 0 0 0 0 0 0 ]}) :location 2896} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2906} :fieldnum 22 :resulttype 1021 :resulttypmod -1 :resultcollid 0} :location 2873} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2947} :fieldnum 8 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2966 :constvalue 4 [ 5 0 0 0 0 0 0 0 ]}) :location 2964} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 2974} :fieldnum 23 :resulttype 1021 :resulttypmod -1 :resultcollid 0} :location 2941} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 3015} :fieldnum 9 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 3034 :constvalue 4 [ 5 0 0 0 0 0 0 0 ]}) :location 3032} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 3042} :fieldnum 24 :resulttype 1021 :resulttypmod -1 :resultcollid 0} :location 3009} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 3083} :fieldnum 10 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 3102 :constvalue 4 [ 5 0 0 0 0 0 0 0 ]}) :location 3100} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 3110} :fieldnum 25 :resulttype 1021 :resulttypmod -1 :resultcollid 0} :location 3077} {CASEWHEN :expr {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 3151} :fieldnum 11 :resulttype 21 :resulttypmod -1 :resultcollid 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 3170 :constvalue 4 [ 5 0 0 0 0 0 0 0 ]}) :location 3168} :result {FIELDSELECT :arg {VAR :varno 10 :varattno 2 :vartype 10029 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 3178} :fieldnum 26 :resulttype 1021 :resulttypmod -1 :resultcollid 0} :location 3145}) :defresult {CONST :consttype 1021 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 2853} :resno 17 :resname elem_count_histogram :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 3706}) 12071 _RETURN 12068 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks true :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname p :colnames <>} :eref {ALIAS :aliasname p :colnames ("oid" "pubname" "pubowner" "puballtables" "pubinsert" "pubupdate" "pubdelete" "pubtruncate" "pubviaroot")} :rtekind 0 :relid 6104 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname gpt :colnames <>} :eref {ALIAS :aliasname gpt :colnames ("pubid" "relid" "attrs" "qual")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 6119 :funcresulttype 2249 :funcretset true :funcvariadic true :funcformat 0 :funccollid 0 :inputcollid 950 :args ({ARRAYEXPR :array_typeid 1009 :array_collid 950 :element_typeid 25 :elements ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 461}) :location -1}) :multidims false :location 461}) :location 435} :funccolcount 4 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral true :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location -1} {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location -1} {VAR :varno 3 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 3 :location -1} {VAR :varno 3 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 4 :location -1} {VAR :varno 3 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 5 :location -1} {VAR :varno 3 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 6 :location -1} {VAR :varno 3 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 7 :location -1} {VAR :varno 3 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 8 :location -1} {VAR :varno 3 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 9 :location -1} {VAR :varno 3 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 10 :location -1} {VAR :varno 3 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 11 :location -1} {VAR :varno 3 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 12 :location -1} {VAR :varno 3 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 13 :location -1} {VAR :varno 3 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 14 :location -1} {VAR :varno 3 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 15 :location -1} {VAR :varno 3 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 16 :location -1} {VAR :varno 3 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 17 :location -1} {VAR :varno 3 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 18 :location -1} {VAR :varno 3 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 19 :location -1} {VAR :varno 3 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 20 :location -1} {VAR :varno 3 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 21 :location -1} {VAR :varno 3 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 22 :location -1} {VAR :varno 3 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 23 :location -1} {VAR :varno 3 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 24 :location -1} {VAR :varno 3 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 25 :location -1} {VAR :varno 3 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 26 :location -1} {VAR :varno 3 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 27 :location -1} {VAR :varno 3 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 28 :location -1} {VAR :varno 3 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 29 :location -1} {VAR :varno 3 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 30 :location -1} {VAR :varno 3 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 31 :location -1} {VAR :varno 3 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 32 :location -1} {VAR :varno 3 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 6104 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 521} {VAR :varno 3 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 3 :location 529}) :location 527} :alias <> :rtindex 5}) :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 555} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 563}) :location 561}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 56} :resno 1 :resname pubname :ressortgroupref 0 :resorigtbl 6104 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 86} :resno 2 :resname schemaname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 119} :resno 3 :resname tablename :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {SUBLINK :subLinkType 4 :subLinkId 0 :testexpr <> :operName <> :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs true :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 0 :relid 1249 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1249 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 12) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 245} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 1 :varnosyn 2 :varattnosyn 2 :location 258}) :location 256} {SCALARARRAYOPEXPR :opno 94 :opfuncid 63 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 288} {ARRAYCOERCEEXPR :arg {VAR :varno 2 :varattno 3 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 1 :varnosyn 2 :varattnosyn 3 :location 303} :elemexpr {CASETESTEXPR :typeId 21 :typeMod -1 :collation 0} :resulttype 1005 :resulttypmod -1 :resultcollid 0 :coerceformat 2 :location -1}) :location 297}) :location 268}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {AGGREF :aggfnoid 2335 :aggtype 1003 :aggcollid 950 :inputcollid 950 :aggtranstype 0 :aggargtypes (o 19) :aggdirectargs <> :args ({TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 170} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 189} :resno 2 :resname <> :ressortgroupref 1 :resorigtbl 0 :resorigcol 0 :resjunk true}) :aggorder ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 94 :sortop 95 :nulls_first false :hashable true}) :aggdistinct <> :aggfilter <> :aggstar false :aggvariadic false :aggkind n :aggpresorted false :agglevelsup 0 :aggsplit 0 :aggno -1 :aggtransno -1 :location 160} :resno 1 :resname array_agg :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 151} :resno 4 :resname attnames :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1716 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ({VAR :varno 2 :varattno 4 :vartype 194 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location 357} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 367}) :location 345} :resno 5 :resname rowfilter :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 572}) 12076 _RETURN 12073 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname l :colnames <>} :eref {ALIAS :aliasname l :colnames ("locktype" "database" "relation" "page" "tuple" "virtualxid" "transactionid" "classid" "objid" "objsubid" "virtualtransaction" "pid" "mode" "granted" "fastpath" "waitstart")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 1371 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 42} :funccolcount 16 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 35} :resno 1 :resname locktype :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 35} :resno 2 :resname database :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 35} :resno 3 :resname relation :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 35} :resno 4 :resname page :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 35} :resno 5 :resname tuple :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 35} :resno 6 :resname virtualxid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 35} :resno 7 :resname transactionid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 35} :resno 8 :resname classid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 35} :resno 9 :resname objid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 10 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 35} :resno 10 :resname objsubid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 35} :resno 11 :resname virtualtransaction :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location 35} :resno 12 :resname pid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 13 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location 35} :resno 13 :resname mode :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location 35} :resno 14 :resname granted :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location 35} :resno 15 :resname fastpath :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 16 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location 35} :resno 16 :resname waitstart :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 63}) 12080 _RETURN 12077 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("name" "statement" "is_holdable" "is_binary" "is_scrollable" "creation_time")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 2511 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 44} :funccolcount 6 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 37} :resno 1 :resname name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 37} :resno 2 :resname statement :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 37} :resno 3 :resname is_holdable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 37} :resno 4 :resname is_binary :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 37} :resno 5 :resname is_scrollable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 37} :resno 6 :resname creation_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 60}) 12084 _RETURN 12081 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname e :colnames <>} :eref {ALIAS :aliasname e :colnames ("name" "default_version" "comment")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 3082 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 144} :funccolcount 3 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname x :colnames <>} :eref {ALIAS :aliasname x :colnames ("oid" "extname" "extowner" "extnamespace" "extrelocatable" "extversion" "extconfig" "extcondition")} :rtekind 0 :relid 3079 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("name" "default_version" "comment" "oid" "extname" "extowner" "extnamespace" "extrelocatable" "extversion" "extconfig" "extcondition")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1}) :joinleftcols (i 1 2 3) :joinrightcols (i 1 2 3 4 5 6 7 8) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3079 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 13) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 1 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 217} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 226}) :location 224} :alias <> :rtindex 3}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 50} :resno 1 :resname name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 58} :resno 2 :resname default_version :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 6 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location 77} :resno 3 :resname installed_version :ressortgroupref 0 :resorigtbl 3079 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 123} :resno 4 :resname comment :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 235}) 12088 _RETURN 12085 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname e :colnames <>} :eref {ALIAS :aliasname e :colnames ("name" "version" "superuser" "trusted" "relocatable" "schema" "requires" "comment")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 3083 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 219} :funccolcount 8 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname x :colnames <>} :eref {ALIAS :aliasname x :colnames ("oid" "extname" "extowner" "extnamespace" "extrelocatable" "extversion" "extconfig" "extcondition")} :rtekind 0 :relid 3079 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("name" "version" "superuser" "trusted" "relocatable" "schema" "requires" "comment" "oid" "extname" "extowner" "extnamespace" "extrelocatable" "extversion" "extconfig" "extcondition")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 1003 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8) :joinrightcols (i 1 2 3 4 5 6 7 8) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3079 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 13) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 1 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 313} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 322}) :location 320} {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 336} {VAR :varno 2 :varattno 6 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location 348}) :location 346}) :location 332} :alias <> :rtindex 3}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 58} :resno 1 :resname name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 66} :resno 2 :resname version :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {NULLTEST :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 78} :nulltesttype 1 :argisrow false :location 88} :resno 3 :resname installed :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 126} :resno 4 :resname superuser :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 139} :resno 5 :resname trusted :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 150} :resno 6 :resname relocatable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 176} :resno 7 :resname schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 1003 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 186} :resno 8 :resname requires :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 198} :resno 9 :resname comment :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 360}) 12093 _RETURN 12090 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname p :colnames <>} :eref {ALIAS :aliasname p :colnames ("transaction" "gid" "prepared" "ownerid" "dbid")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 1065 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 140} :funccolcount 5 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname u :colnames <>} :eref {ALIAS :aliasname u :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("transaction" "gid" "prepared" "ownerid" "dbid" "oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1}) :joinleftcols (i 1 2 3 4 5) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname d :colnames <>} :eref {ALIAS :aliasname d :colnames ("oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 0 :relid 1262 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("transaction" "gid" "prepared" "ownerid" "dbid" "oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil" "oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1262 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 198} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 210}) :location 208} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 252} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 261}) :location 259} :alias <> :rtindex 5}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 44} :resno 1 :resname transaction :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 59} :resno 2 :resname gid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 66} :resno 3 :resname prepared :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 89} :resno 4 :resname owner :ressortgroupref 0 :resorigtbl 1260 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 109} :resno 5 :resname database :ressortgroupref 0 :resorigtbl 1262 :resorigcol 2 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 266}) 12098 _RETURN 12095 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname p :colnames <>} :eref {ALIAS :aliasname p :colnames ("name" "statement" "prepare_time" "parameter_types" "result_types" "from_sql" "generic_plans" "custom_plans")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 2510 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 56} :funccolcount 8 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 49} :resno 1 :resname name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 49} :resno 2 :resname statement :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 49} :resno 3 :resname prepare_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 2211 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 49} :resno 4 :resname parameter_types :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 2211 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 49} :resno 5 :resname result_types :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 49} :resno 6 :resname from_sql :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 49} :resno 7 :resname generic_plans :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 49} :resno 8 :resname custom_plans :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 84}) 12102 _RETURN 12099 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 1 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 1 :colnames ("objoid" "classoid" "objsubid" "objtype" "objnamespace" "objname" "provider" "label")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname l :colnames <>} :eref {ALIAS :aliasname l :colnames ("objoid" "classoid" "objsubid" "provider" "label")} :rtekind 0 :relid 3596 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname rel :colnames <>} :eref {ALIAS :aliasname rel :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("objoid" "classoid" "objsubid" "provider" "label" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1}) :joinleftcols (i 1 2 3 4 5) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nsp :colnames <>} :eref {ALIAS :aliasname nsp :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("objoid" "classoid" "objsubid" "provider" "label" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3596 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 1 8 9 10 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 665} {VAR :varno 2 :varattno -6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn -6 :location 678}) :location 676} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 695} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 706}) :location 704}) :location 691} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 743} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 762}) :location 760} :alias <> :rtindex 5}) :quals {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 780} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 793 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 791}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 39} :resno 1 :resname objoid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 49} :resno 2 :resname classoid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 61} :resno 3 :resname objsubid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 87} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 103 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 108 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 99} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 118 :constvalue 9 [ 36 0 0 0 116 97 98 108 101 ]} :location 82} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 146} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 160 :constvalue 1 [ 118 0 0 0 0 0 0 0 ]}) :location 158} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 169 :constvalue 8 [ 32 0 0 0 118 105 101 119 ]} :location 141} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 196} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 210 :constvalue 1 [ 109 0 0 0 0 0 0 0 ]}) :location 208} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 219 :constvalue 21 [ 84 0 0 0 109 97 116 101 114 105 97 108 105 122 101 100 32 118 105 101 119 ]} :location 191} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 259} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 273 :constvalue 1 [ 83 0 0 0 0 0 0 0 ]}) :location 271} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 282 :constvalue 12 [ 48 0 0 0 115 101 113 117 101 110 99 101 ]} :location 254} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 313} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 327 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]}) :location 325} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 336 :constvalue 17 [ 68 0 0 0 102 111 114 101 105 103 110 32 116 97 98 108 101 ]} :location 308}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 77} :resno 4 :resname objtype :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 378} :resno 5 :resname objnamespace :ressortgroupref 0 :resorigtbl 1259 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 25 :casecollid 950 :arg <> :args ({CASEWHEN :expr {FUNCEXPR :funcid 2079 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 446}) :location 426} :result {FUNCEXPR :funcid 1282 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 481}) :location -1}) :location 469} :location 421}) :defresult {OPEXPR :opno 654 :opfuncid 1258 :opresulttype 25 :opretset false :opcollid 950 :inputcollid 950 :args ({OPEXPR :opno 654 :opfuncid 1258 :opresulttype 25 :opretset false :opcollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 1282 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 520}) :location -1}) :location 508} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 536 :constvalue 5 [ 20 0 0 0 46 ]}) :location 533} {FUNCEXPR :funcid 1282 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 555}) :location -1}) :location 543}) :location 540} :location 416} :resno 6 :resname objname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 597} :resno 7 :resname provider :ressortgroupref 0 :resorigtbl 3596 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 609} :resno 8 :resname label :ressortgroupref 0 :resorigtbl 3596 :resorigcol 5 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 2 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 2 :colnames ("objoid" "classoid" "objsubid" "objtype" "objnamespace" "objname" "provider" "label")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname l :colnames <>} :eref {ALIAS :aliasname l :colnames ("objoid" "classoid" "objsubid" "provider" "label")} :rtekind 0 :relid 3596 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname rel :colnames <>} :eref {ALIAS :aliasname rel :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("objoid" "classoid" "objsubid" "provider" "label" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1}) :joinleftcols (i 1 2 3 4 5) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname att :colnames <>} :eref {ALIAS :aliasname att :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 0 :relid 1249 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("objoid" "classoid" "objsubid" "provider" "label" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nsp :colnames <>} :eref {ALIAS :aliasname nsp :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("objoid" "classoid" "objsubid" "provider" "label" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3596 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 1 8 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1249 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 12) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1194} {VAR :varno 2 :varattno -6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn -6 :location 1207}) :location 1205} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1224} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1235}) :location 1233}) :location 1220} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1281} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1291}) :location 1289} {OPEXPR :opno 533 :opfuncid 159 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 1308} {VAR :varno 4 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location 1321}) :location 1319}) :location 1304} :alias <> :rtindex 5} :rarg {RANGETBLREF :rtindex 6} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 1361} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 1380}) :location 1378} :alias <> :rtindex 7}) :quals {OPEXPR :opno 518 :opfuncid 144 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 1398} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1412 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 1409}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 816} :resno 1 :resname objoid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 826} :resno 2 :resname classoid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 838} :resno 3 :resname objsubid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 854 :constvalue 10 [ 40 0 0 0 99 111 108 117 109 110 ]} :resno 4 :resname objtype :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 885} :resno 5 :resname objnamespace :ressortgroupref 0 :resorigtbl 1259 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {OPEXPR :opno 654 :opfuncid 1258 :opresulttype 25 :opretset false :opcollid 950 :inputcollid 950 :args ({OPEXPR :opno 654 :opfuncid 1258 :opresulttype 25 :opretset false :opcollid 950 :inputcollid 950 :args ({CASEEXPR :casetype 25 :casecollid 950 :arg <> :args ({CASEWHEN :expr {FUNCEXPR :funcid 2079 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 953}) :location 933} :result {FUNCEXPR :funcid 1282 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 988}) :location -1}) :location 976} :location 928}) :defresult {OPEXPR :opno 654 :opfuncid 1258 :opresulttype 25 :opretset false :opcollid 950 :inputcollid 950 :args ({OPEXPR :opno 654 :opfuncid 1258 :opresulttype 25 :opretset false :opcollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 1282 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location 1027}) :location -1}) :location 1015} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1043 :constvalue 5 [ 20 0 0 0 46 ]}) :location 1040} {FUNCEXPR :funcid 1282 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 1062}) :location -1}) :location 1050}) :location 1047} :location 923} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1091 :constvalue 5 [ 20 0 0 0 46 ]}) :location 1088} {FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 1098}) :location -1}) :location 1095} :resno 6 :resname objname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 1126} :resno 7 :resname provider :ressortgroupref 0 :resorigtbl 3596 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 1138} :resno 8 :resname label :ressortgroupref 0 :resorigtbl 3596 :resorigcol 5 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 3 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 3 :colnames ("objoid" "classoid" "objsubid" "objtype" "objnamespace" "objname" "provider" "label")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname l :colnames <>} :eref {ALIAS :aliasname l :colnames ("objoid" "classoid" "objsubid" "provider" "label")} :rtekind 0 :relid 3596 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname pro :colnames <>} :eref {ALIAS :aliasname pro :colnames ("oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl")} :rtekind 0 :relid 1255 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("objoid" "classoid" "objsubid" "provider" "label" "oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1}) :joinleftcols (i 1 2 3 4 5) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nsp :colnames <>} :eref {ALIAS :aliasname nsp :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("objoid" "classoid" "objsubid" "provider" "label" "oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3596 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1255 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 1 8 9 10 17) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 2029} {VAR :varno 2 :varattno -6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn -6 :location 2042}) :location 2040} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2059} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 2070}) :location 2068}) :location 2055} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 2107} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 2126}) :location 2124} :alias <> :rtindex 5}) :quals {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 2144} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2157 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 2155}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1435} :resno 1 :resname objoid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1445} :resno 2 :resname classoid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 1457} :resno 3 :resname objsubid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 25 :casecollid 100 :arg {VAR :varno 2 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location 1478} :args ({CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1507 :constvalue 1 [ 97 0 0 0 0 0 0 0 ]}) :location 1502} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1516 :constvalue 13 [ 52 0 0 0 97 103 103 114 101 103 97 116 101 ]} :location 1502} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1551 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]}) :location 1546} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1560 :constvalue 12 [ 48 0 0 0 102 117 110 99 116 105 111 110 ]} :location 1546} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1594 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :location 1589} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1603 :constvalue 13 [ 52 0 0 0 112 114 111 99 101 100 117 114 101 ]} :location 1589} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1638 :constvalue 1 [ 119 0 0 0 0 0 0 0 ]}) :location 1633} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1647 :constvalue 10 [ 40 0 0 0 119 105 110 100 111 119 ]} :location 1633}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 1473} :resno 4 :resname objtype :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 1682} :resno 5 :resname objnamespace :ressortgroupref 0 :resorigtbl 1255 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {OPEXPR :opno 654 :opfuncid 1258 :opresulttype 25 :opretset false :opcollid 950 :inputcollid 950 :args ({OPEXPR :opno 654 :opfuncid 1258 :opresulttype 25 :opretset false :opcollid 950 :inputcollid 950 :args ({OPEXPR :opno 654 :opfuncid 1258 :opresulttype 25 :opretset false :opcollid 950 :inputcollid 950 :args ({CASEEXPR :casetype 25 :casecollid 950 :arg <> :args ({CASEWHEN :expr {FUNCEXPR :funcid 2081 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1753}) :location 1730} :result {FUNCEXPR :funcid 1282 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 1788}) :location -1}) :location 1776} :location 1725}) :defresult {OPEXPR :opno 654 :opfuncid 1258 :opresulttype 25 :opretset false :opcollid 950 :inputcollid 950 :args ({OPEXPR :opno 654 :opfuncid 1258 :opresulttype 25 :opretset false :opcollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 1282 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 1827}) :location -1}) :location 1815} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1843 :constvalue 5 [ 20 0 0 0 46 ]}) :location 1840} {FUNCEXPR :funcid 1282 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 1862}) :location -1}) :location 1850}) :location 1847} :location 1720} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1886 :constvalue 5 [ 20 0 0 0 40 ]}) :location 1883} {FUNCEXPR :funcid 2162 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1930}) :location 1893}) :location 1890} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1942 :constvalue 5 [ 20 0 0 0 41 ]}) :location 1939} :resno 6 :resname objname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 1962} :resno 7 :resname provider :ressortgroupref 0 :resorigtbl 3596 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 1974} :resno 8 :resname label :ressortgroupref 0 :resorigtbl 3596 :resorigcol 5 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 4 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 4 :colnames ("objoid" "classoid" "objsubid" "objtype" "objnamespace" "objname" "provider" "label")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname l :colnames <>} :eref {ALIAS :aliasname l :colnames ("objoid" "classoid" "objsubid" "provider" "label")} :rtekind 0 :relid 3596 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname typ :colnames <>} :eref {ALIAS :aliasname typ :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("objoid" "classoid" "objsubid" "provider" "label" "oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1}) :joinleftcols (i 1 2 3 4 5) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nsp :colnames <>} :eref {ALIAS :aliasname nsp :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("objoid" "classoid" "objsubid" "provider" "label" "oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3596 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 1 8 9 10 14) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 2578} {VAR :varno 2 :varattno -6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn -6 :location 2591}) :location 2589} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2608} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 2619}) :location 2617}) :location 2604} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 2656} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 2675}) :location 2673} :alias <> :rtindex 5}) :quals {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 2693} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2706 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 2704}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2180} :resno 1 :resname objoid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 2190} :resno 2 :resname classoid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 2202} :resno 3 :resname objsubid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location 2228} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2242 :constvalue 1 [ 100 0 0 0 0 0 0 0 ]}) :location 2240} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2251 :constvalue 10 [ 40 0 0 0 100 111 109 97 105 110 ]} :location 2223}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2275 :constvalue 8 [ 32 0 0 0 116 121 112 101 ]} :location 2218} :resno 4 :resname objtype :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 2308} :resno 5 :resname objnamespace :ressortgroupref 0 :resorigtbl 1247 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 25 :casecollid 950 :arg <> :args ({CASEWHEN :expr {FUNCEXPR :funcid 2080 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 2375}) :location 2356} :result {FUNCEXPR :funcid 1282 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 2405}) :location -1}) :location 2393} :location 2351}) :defresult {OPEXPR :opno 654 :opfuncid 1258 :opresulttype 25 :opretset false :opcollid 950 :inputcollid 950 :args ({OPEXPR :opno 654 :opfuncid 1258 :opresulttype 25 :opretset false :opcollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 1282 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 2439}) :location -1}) :location 2427} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2455 :constvalue 5 [ 20 0 0 0 46 ]}) :location 2452} {FUNCEXPR :funcid 1282 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 2474}) :location -1}) :location 2462}) :location 2459} :location 2346} :resno 6 :resname objname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 2511} :resno 7 :resname provider :ressortgroupref 0 :resorigtbl 3596 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 2523} :resno 8 :resname label :ressortgroupref 0 :resorigtbl 3596 :resorigcol 5 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 5 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 5 :colnames ("objoid" "classoid" "objsubid" "objtype" "objnamespace" "objname" "provider" "label")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname l :colnames <>} :eref {ALIAS :aliasname l :colnames ("objoid" "classoid" "objsubid" "provider" "label")} :rtekind 0 :relid 3596 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname lom :colnames <>} :eref {ALIAS :aliasname lom :colnames ("oid" "lomowner" "lomacl")} :rtekind 0 :relid 2995 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("objoid" "classoid" "objsubid" "provider" "label" "oid" "lomowner" "lomacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1}) :joinleftcols (i 1 2 3 4 5) :joinrightcols (i 1 2 3) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3596 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2995 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2949} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 2960}) :location 2958} :alias <> :rtindex 3}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 2978} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2991 :constvalue 4 [ 53 10 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 2989} {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 3033} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 3046 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 3044}) :location 3029}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2729} :resno 1 :resname objoid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 2739} :resno 2 :resname classoid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 2751} :resno 3 :resname objsubid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2767 :constvalue 16 [ 64 0 0 0 108 97 114 103 101 32 111 98 106 101 99 116 ]} :resno 4 :resname objtype :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 26 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 2804 :constvalue <>} :resno 5 :resname objnamespace :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCEVIAIO :arg {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2835} :resulttype 25 :resultcollid 100 :coerceformat 1 :location 2843} :resno 6 :resname objname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 2866} :resno 7 :resname provider :ressortgroupref 0 :resorigtbl 3596 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 2878} :resno 8 :resname label :ressortgroupref 0 :resorigtbl 3596 :resorigcol 5 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 6 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 6 :colnames ("objoid" "classoid" "objsubid" "objtype" "objnamespace" "objname" "provider" "label")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname l :colnames <>} :eref {ALIAS :aliasname l :colnames ("objoid" "classoid" "objsubid" "provider" "label")} :rtekind 0 :relid 3596 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname lan :colnames <>} :eref {ALIAS :aliasname lan :colnames ("oid" "lanname" "lanowner" "lanispl" "lanpltrusted" "lanplcallfoid" "laninline" "lanvalidator" "lanacl")} :rtekind 0 :relid 2612 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("objoid" "classoid" "objsubid" "provider" "label" "oid" "lanname" "lanowner" "lanispl" "lanpltrusted" "lanplcallfoid" "laninline" "lanvalidator" "lanacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1}) :joinleftcols (i 1 2 3 4 5) :joinrightcols (i 1 2 3 4 5 6 7 8 9) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3596 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2612 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 1 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 3283} {VAR :varno 2 :varattno -6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn -6 :location 3296}) :location 3294} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 3313} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 3324}) :location 3322}) :location 3309} :alias <> :rtindex 3}) :quals {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 3342} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 3355 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 3353}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 3069} :resno 1 :resname objoid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 3079} :resno 2 :resname classoid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 3091} :resno 3 :resname objsubid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3107 :constvalue 12 [ 48 0 0 0 108 97 110 103 117 97 103 101 ]} :resno 4 :resname objtype :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 26 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 3140 :constvalue <>} :resno 5 :resname objnamespace :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1282 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 3183}) :location -1}) :location 3171} :resno 6 :resname objname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 3212} :resno 7 :resname provider :ressortgroupref 0 :resorigtbl 3596 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 3224} :resno 8 :resname label :ressortgroupref 0 :resorigtbl 3596 :resorigcol 5 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 7 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 7 :colnames ("objoid" "classoid" "objsubid" "objtype" "objnamespace" "objname" "provider" "label")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname l :colnames <>} :eref {ALIAS :aliasname l :colnames ("objoid" "classoid" "objsubid" "provider" "label")} :rtekind 0 :relid 3596 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nsp :colnames <>} :eref {ALIAS :aliasname nsp :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("objoid" "classoid" "objsubid" "provider" "label" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3596 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 1 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 3589} {VAR :varno 2 :varattno -6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn -6 :location 3602}) :location 3600} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 3619} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 3630}) :location 3628}) :location 3615} :alias <> :rtindex 3}) :quals {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 3648} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 3661 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 3659}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 3378} :resno 1 :resname objoid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 3388} :resno 2 :resname classoid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 3400} :resno 3 :resname objsubid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3416 :constvalue 10 [ 40 0 0 0 115 99 104 101 109 97 ]} :resno 4 :resname objtype :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 3447} :resno 5 :resname objnamespace :ressortgroupref 0 :resorigtbl 2615 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1282 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 3488}) :location -1}) :location 3476} :resno 6 :resname objname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 3517} :resno 7 :resname provider :ressortgroupref 0 :resorigtbl 3596 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 3529} :resno 8 :resname label :ressortgroupref 0 :resorigtbl 3596 :resorigcol 5 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 8 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 8 :colnames ("objoid" "classoid" "objsubid" "objtype" "objnamespace" "objname" "provider" "label")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname l :colnames <>} :eref {ALIAS :aliasname l :colnames ("objoid" "classoid" "objsubid" "provider" "label")} :rtekind 0 :relid 3596 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname evt :colnames <>} :eref {ALIAS :aliasname evt :colnames ("oid" "evtname" "evtevent" "evtowner" "evtfoid" "evtenabled" "evttags")} :rtekind 0 :relid 3466 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("objoid" "classoid" "objsubid" "provider" "label" "oid" "evtname" "evtevent" "evtowner" "evtfoid" "evtenabled" "evttags")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1}) :joinleftcols (i 1 2 3 4 5) :joinrightcols (i 1 2 3 4 5 6 7) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3596 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 3466 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 1 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 3908} {VAR :varno 2 :varattno -6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn -6 :location 3921}) :location 3919} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 3946} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 3957}) :location 3955}) :location 3942} :alias <> :rtindex 3}) :quals {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 3975} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 3988 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 3986}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 3684} :resno 1 :resname objoid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 3694} :resno 2 :resname classoid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 3706} :resno 3 :resname objsubid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3722 :constvalue 17 [ 68 0 0 0 101 118 101 110 116 32 116 114 105 103 103 101 114 ]} :resno 4 :resname objtype :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 26 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 3760 :constvalue <>} :resno 5 :resname objnamespace :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1282 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 3803}) :location -1}) :location 3791} :resno 6 :resname objname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 3832} :resno 7 :resname provider :ressortgroupref 0 :resorigtbl 3596 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 3844} :resno 8 :resname label :ressortgroupref 0 :resorigtbl 3596 :resorigcol 5 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 9 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 9 :colnames ("objoid" "classoid" "objsubid" "objtype" "objnamespace" "objname" "provider" "label")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname l :colnames <>} :eref {ALIAS :aliasname l :colnames ("objoid" "classoid" "objsubid" "provider" "label")} :rtekind 0 :relid 3596 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname p :colnames <>} :eref {ALIAS :aliasname p :colnames ("oid" "pubname" "pubowner" "puballtables" "pubinsert" "pubupdate" "pubdelete" "pubtruncate" "pubviaroot")} :rtekind 0 :relid 6104 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("objoid" "classoid" "objsubid" "provider" "label" "oid" "pubname" "pubowner" "puballtables" "pubinsert" "pubupdate" "pubdelete" "pubtruncate" "pubviaroot")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1}) :joinleftcols (i 1 2 3 4 5) :joinrightcols (i 1 2 3 4 5 6 7 8 9) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3596 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 6104 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 1 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 4227} {VAR :varno 2 :varattno -6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn -6 :location 4240}) :location 4238} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 4255} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 4266}) :location 4264}) :location 4251} :alias <> :rtindex 3}) :quals {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 4282} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 4295 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 4293}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 4011} :resno 1 :resname objoid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 4021} :resno 2 :resname classoid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 4033} :resno 3 :resname objsubid :ressortgroupref 0 :resorigtbl 3596 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 4049 :constvalue 15 [ 60 0 0 0 112 117 98 108 105 99 97 116 105 111 110 ]} :resno 4 :resname objtype :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 26 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 4085 :constvalue <>} :resno 5 :resname objnamespace :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1282 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 4128}) :location -1}) :location 4116} :resno 6 :resname objname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 4155} :resno 7 :resname provider :ressortgroupref 0 :resorigtbl 3596 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 4167} :resno 8 :resname label :ressortgroupref 0 :resorigtbl 3596 :resorigcol 5 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 10 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 10 :colnames ("objoid" "classoid" "objsubid" "objtype" "objnamespace" "objname" "provider" "label")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname l :colnames <>} :eref {ALIAS :aliasname l :colnames ("objoid" "classoid" "provider" "label")} :rtekind 0 :relid 3592 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("oid" "subdbid" "subskiplsn" "subname" "subowner" "subenabled" "subbinary" "substream" "subtwophasestate" "subdisableonerr" "subpasswordrequired" "subrunasowner" "subfailover" "subconninfo" "subslotname" "subsynccommit" "subpublications" "suborigin")} :rtekind 0 :relid 6100 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("objoid" "classoid" "provider" "label" "oid" "subdbid" "subskiplsn" "subname" "subowner" "subenabled" "subbinary" "substream" "subtwophasestate" "subdisableonerr" "subpasswordrequired" "subrunasowner" "subfailover" "subconninfo" "subslotname" "subsynccommit" "subpublications" "suborigin")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1}) :joinleftcols (i 1 2 3 4) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3592 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 6100 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 1 8 11) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 4547} {VAR :varno 2 :varattno -6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn -6 :location 4560}) :location 4558} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 4575} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 4586}) :location 4584}) :location 4571} :alias <> :rtindex 3}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 4318} :resno 1 :resname objoid :ressortgroupref 0 :resorigtbl 3592 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 4328} :resno 2 :resname classoid :ressortgroupref 0 :resorigtbl 3592 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 4340 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resno 3 :resname objsubid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 4365 :constvalue 16 [ 64 0 0 0 115 117 98 115 99 114 105 112 116 105 111 110 ]} :resno 4 :resname objtype :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 26 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 4402 :constvalue <>} :resno 5 :resname objnamespace :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1282 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 4 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location 4445}) :location -1}) :location 4433} :resno 6 :resname objname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 4472} :resno 7 :resname provider :ressortgroupref 0 :resorigtbl 3592 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 4484} :resno 8 :resname label :ressortgroupref 0 :resorigtbl 3592 :resorigcol 4 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 11 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 11 :colnames ("objoid" "classoid" "objsubid" "objtype" "objnamespace" "objname" "provider" "label")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname l :colnames <>} :eref {ALIAS :aliasname l :colnames ("objoid" "classoid" "provider" "label")} :rtekind 0 :relid 3592 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname dat :colnames <>} :eref {ALIAS :aliasname dat :colnames ("oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 0 :relid 1262 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("objoid" "classoid" "provider" "label" "oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1}) :joinleftcols (i 1 2 3 4) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3592 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1262 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 1 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 4838} {VAR :varno 2 :varattno -6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn -6 :location 4851}) :location 4849} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 4868} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 4879}) :location 4877}) :location 4864} :alias <> :rtindex 3}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 4613} :resno 1 :resname objoid :ressortgroupref 0 :resorigtbl 3592 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 4623} :resno 2 :resname classoid :ressortgroupref 0 :resorigtbl 3592 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 4635 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resno 3 :resname objsubid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 4660 :constvalue 12 [ 48 0 0 0 100 97 116 97 98 97 115 101 ]} :resno 4 :resname objtype :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 26 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 4693 :constvalue <>} :resno 5 :resname objnamespace :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1282 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 4736}) :location -1}) :location 4724} :resno 6 :resname objname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 4765} :resno 7 :resname provider :ressortgroupref 0 :resorigtbl 3592 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 4777} :resno 8 :resname label :ressortgroupref 0 :resorigtbl 3592 :resorigcol 4 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 12 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 12 :colnames ("objoid" "classoid" "objsubid" "objtype" "objnamespace" "objname" "provider" "label")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname l :colnames <>} :eref {ALIAS :aliasname l :colnames ("objoid" "classoid" "provider" "label")} :rtekind 0 :relid 3592 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname spc :colnames <>} :eref {ALIAS :aliasname spc :colnames ("oid" "spcname" "spcowner" "spcacl" "spcoptions")} :rtekind 0 :relid 1213 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("objoid" "classoid" "provider" "label" "oid" "spcname" "spcowner" "spcacl" "spcoptions")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1}) :joinleftcols (i 1 2 3 4) :joinrightcols (i 1 2 3 4 5) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3592 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1213 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 1 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 5137} {VAR :varno 2 :varattno -6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn -6 :location 5150}) :location 5148} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 5167} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 5178}) :location 5176}) :location 5163} :alias <> :rtindex 3}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 4908} :resno 1 :resname objoid :ressortgroupref 0 :resorigtbl 3592 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 4918} :resno 2 :resname classoid :ressortgroupref 0 :resorigtbl 3592 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 4930 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resno 3 :resname objsubid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 4955 :constvalue 14 [ 56 0 0 0 116 97 98 108 101 115 112 97 99 101 ]} :resno 4 :resname objtype :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 26 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 4990 :constvalue <>} :resno 5 :resname objnamespace :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1282 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 5033}) :location -1}) :location 5021} :resno 6 :resname objname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 5062} :resno 7 :resname provider :ressortgroupref 0 :resorigtbl 3592 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 5074} :resno 8 :resname label :ressortgroupref 0 :resorigtbl 3592 :resorigcol 4 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 13 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 13 :colnames ("objoid" "classoid" "objsubid" "objtype" "objnamespace" "objname" "provider" "label")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname l :colnames <>} :eref {ALIAS :aliasname l :colnames ("objoid" "classoid" "provider" "label")} :rtekind 0 :relid 3592 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname rol :colnames <>} :eref {ALIAS :aliasname rol :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("objoid" "classoid" "provider" "label" "oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1}) :joinleftcols (i 1 2 3 4) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3592 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 1 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 5426} {VAR :varno 2 :varattno -6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn -6 :location 5439}) :location 5437} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 5456} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 5467}) :location 5465}) :location 5452} :alias <> :rtindex 3}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 5207} :resno 1 :resname objoid :ressortgroupref 0 :resorigtbl 3592 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 5217} :resno 2 :resname classoid :ressortgroupref 0 :resorigtbl 3592 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 5229 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resno 3 :resname objsubid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 5254 :constvalue 8 [ 32 0 0 0 114 111 108 101 ]} :resno 4 :resname objtype :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 26 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 5283 :constvalue <>} :resno 5 :resname objnamespace :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1282 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 5326}) :location -1}) :location 5314} :resno 6 :resname objname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 5355} :resno 7 :resname provider :ressortgroupref 0 :resorigtbl 3592 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 5367} :resno 8 :resname label :ressortgroupref 0 :resorigtbl 3592 :resorigcol 4 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 39} :resno 1 :resname objoid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 49} :resno 2 :resname classoid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 61} :resno 3 :resname objsubid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 77} :resno 4 :resname objtype :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 378} :resno 5 :resname objnamespace :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 416} :resno 6 :resname objname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 597} :resno 7 :resname provider :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 609} :resno 8 :resname label :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations {SETOPERATIONSTMT :op 1 :all true :larg {SETOPERATIONSTMT :op 1 :all true :larg {SETOPERATIONSTMT :op 1 :all true :larg {SETOPERATIONSTMT :op 1 :all true :larg {SETOPERATIONSTMT :op 1 :all true :larg {SETOPERATIONSTMT :op 1 :all true :larg {SETOPERATIONSTMT :op 1 :all true :larg {SETOPERATIONSTMT :op 1 :all true :larg {SETOPERATIONSTMT :op 1 :all true :larg {SETOPERATIONSTMT :op 1 :all true :larg {SETOPERATIONSTMT :op 1 :all true :larg {SETOPERATIONSTMT :op 1 :all true :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :colTypes (o 26 26 23 25 26 25 25 25) :colTypmods (i -1 -1 -1 -1 -1 -1 -1 -1) :colCollations (o 0 0 0 100 0 950 950 950) :groupClauses <>} :rarg {RANGETBLREF :rtindex 3} :colTypes (o 26 26 23 25 26 25 25 25) :colTypmods (i -1 -1 -1 -1 -1 -1 -1 -1) :colCollations (o 0 0 0 100 0 950 950 950) :groupClauses <>} :rarg {RANGETBLREF :rtindex 4} :colTypes (o 26 26 23 25 26 25 25 25) :colTypmods (i -1 -1 -1 -1 -1 -1 -1 -1) :colCollations (o 0 0 0 100 0 950 950 950) :groupClauses <>} :rarg {RANGETBLREF :rtindex 5} :colTypes (o 26 26 23 25 26 25 25 25) :colTypmods (i -1 -1 -1 -1 -1 -1 -1 -1) :colCollations (o 0 0 0 100 0 950 950 950) :groupClauses <>} :rarg {RANGETBLREF :rtindex 6} :colTypes (o 26 26 23 25 26 25 25 25) :colTypmods (i -1 -1 -1 -1 -1 -1 -1 -1) :colCollations (o 0 0 0 100 0 950 950 950) :groupClauses <>} :rarg {RANGETBLREF :rtindex 7} :colTypes (o 26 26 23 25 26 25 25 25) :colTypmods (i -1 -1 -1 -1 -1 -1 -1 -1) :colCollations (o 0 0 0 100 0 950 950 950) :groupClauses <>} :rarg {RANGETBLREF :rtindex 8} :colTypes (o 26 26 23 25 26 25 25 25) :colTypmods (i -1 -1 -1 -1 -1 -1 -1 -1) :colCollations (o 0 0 0 100 0 950 950 950) :groupClauses <>} :rarg {RANGETBLREF :rtindex 9} :colTypes (o 26 26 23 25 26 25 25 25) :colTypmods (i -1 -1 -1 -1 -1 -1 -1 -1) :colCollations (o 0 0 0 100 0 950 950 950) :groupClauses <>} :rarg {RANGETBLREF :rtindex 10} :colTypes (o 26 26 23 25 26 25 25 25) :colTypmods (i -1 -1 -1 -1 -1 -1 -1 -1) :colCollations (o 0 0 0 100 0 950 950 950) :groupClauses <>} :rarg {RANGETBLREF :rtindex 11} :colTypes (o 26 26 23 25 26 25 25 25) :colTypmods (i -1 -1 -1 -1 -1 -1 -1 -1) :colCollations (o 0 0 0 100 0 950 950 950) :groupClauses <>} :rarg {RANGETBLREF :rtindex 12} :colTypes (o 26 26 23 25 26 25 25 25) :colTypmods (i -1 -1 -1 -1 -1 -1 -1 -1) :colCollations (o 0 0 0 100 0 950 950 950) :groupClauses <>} :rarg {RANGETBLREF :rtindex 13} :colTypes (o 26 26 23 25 26 25 25 25) :colTypmods (i -1 -1 -1 -1 -1 -1 -1 -1) :colCollations (o 0 0 0 100 0 950 950 950) :groupClauses <>} :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 5474}) 12107 _RETURN 12104 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("name" "setting" "unit" "category" "short_desc" "extra_desc" "context" "vartype" "source" "min_val" "max_val" "enumvals" "boot_val" "reset_val" "sourcefile" "sourceline" "pending_restart")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 2084 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 45} :funccolcount 17 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 38} :resno 1 :resname name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 38} :resno 2 :resname setting :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 38} :resno 3 :resname unit :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 38} :resno 4 :resname category :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 38} :resno 5 :resname short_desc :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 38} :resno 6 :resname extra_desc :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 38} :resno 7 :resname context :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 38} :resno 8 :resname vartype :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 38} :resno 9 :resname source :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 10 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 38} :resno 10 :resname min_val :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 38} :resno 11 :resname max_val :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 12 :vartype 1009 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location 38} :resno 12 :resname enumvals :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 13 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location 38} :resno 13 :resname boot_val :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 14 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location 38} :resno 14 :resname reset_val :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 15 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location 38} :resno 15 :resname sourcefile :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 16 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location 38} :resno 16 :resname sourceline :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 17 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 38} :resno 17 :resname pending_restart :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 72}) 12108 pg_settings_u 12104 2 O f {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 68} {VAR :varno 1 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 79}) :location 77} ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname old :colnames <>} :eref {ALIAS :aliasname old :colnames ("name" "setting" "unit" "category" "short_desc" "extra_desc" "context" "vartype" "source" "min_val" "max_val" "enumvals" "boot_val" "reset_val" "sourcefile" "sourceline" "pending_restart")} :rtekind 0 :relid 12104 :inh false :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname new :colnames <>} :eref {ALIAS :aliasname new :colnames ("name" "setting" "unit" "category" "short_desc" "extra_desc" "context" "vartype" "source" "min_val" "max_val" "enumvals" "boot_val" "reset_val" "sourcefile" "sourceline" "pending_restart")} :rtekind 0 :relid 12104 :inh false :relkind v :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl false :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 12104 :inh false :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 12104 :inh false :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 2078 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ({VAR :varno 1 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 113} {VAR :varno 2 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 123} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 136 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) :location 102} :resno 1 :resname set_config :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0}) 12129 _RETURN 12126 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_timezone_names :colnames ("name" "abbrev" "utc_offset" "is_dst")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 2856 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 51} :funccolcount 4 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 44} :resno 1 :resname name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 44} :resno 2 :resname abbrev :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1186 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 44} :resno 3 :resname utc_offset :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 44} :resno 4 :resname is_dst :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 70}) 12109 pg_settings_n 12104 2 O t <> ({QUERY :commandType 7 :querySource 0 :canSetTag false :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname old :colnames <>} :eref {ALIAS :aliasname old :colnames ("name" "setting" "unit" "category" "short_desc" "extra_desc" "context" "vartype" "source" "min_val" "max_val" "enumvals" "boot_val" "reset_val" "sourcefile" "sourceline" "pending_restart")} :rtekind 0 :relid 12104 :inh false :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname new :colnames <>} :eref {ALIAS :aliasname new :colnames ("name" "setting" "unit" "category" "short_desc" "extra_desc" "context" "vartype" "source" "min_val" "max_val" "enumvals" "boot_val" "reset_val" "sourcefile" "sourceline" "pending_restart")} :rtekind 0 :relid 12104 :inh false :relkind v :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl false :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 12104 :inh false :requiredPerms 2 :checkAsUser 0 :selectedCols (b) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 12104 :inh false :requiredPerms 2 :checkAsUser 0 :selectedCols (b) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList <> :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0}) 12113 _RETURN 12110 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("sourcefile" "sourceline" "seqno" "name" "setting" "applied" "error")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 3329 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 49} :funccolcount 7 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 42} :resno 1 :resname sourcefile :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 42} :resno 2 :resname sourceline :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 42} :resno 3 :resname seqno :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 42} :resno 4 :resname name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 42} :resno 5 :resname setting :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 42} :resno 6 :resname applied :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 42} :resno 7 :resname error :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 81}) 12117 _RETURN 12114 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("rule_number" "file_name" "line_number" "type" "database" "user_name" "address" "netmask" "auth_method" "options" "error")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 3401 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 50} :funccolcount 11 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 43} :resno 1 :resname rule_number :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 43} :resno 2 :resname file_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 43} :resno 3 :resname line_number :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 43} :resno 4 :resname type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 1009 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 43} :resno 5 :resname database :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 1009 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 43} :resno 6 :resname user_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 43} :resno 7 :resname address :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 43} :resno 8 :resname netmask :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 43} :resno 9 :resname auth_method :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 10 :vartype 1009 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 43} :resno 10 :resname options :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 43} :resno 11 :resname error :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 74}) 12121 _RETURN 12118 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("map_number" "file_name" "line_number" "map_name" "sys_name" "pg_username" "error")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 6250 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 55} :funccolcount 7 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 48} :resno 1 :resname map_number :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 48} :resno 2 :resname file_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 48} :resno 3 :resname line_number :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 48} :resno 4 :resname map_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 48} :resno 5 :resname sys_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 48} :resno 6 :resname pg_username :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 48} :resno 7 :resname error :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 84}) 12125 _RETURN 12122 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_timezone_abbrevs :colnames ("abbrev" "utc_offset" "is_dst")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 2599 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 53} :funccolcount 3 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 46} :resno 1 :resname abbrev :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 1186 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 46} :resno 2 :resname utc_offset :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 46} :resno 3 :resname is_dst :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 74}) 12133 _RETURN 12130 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_config :colnames ("name" "setting")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 3400 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 43} :funccolcount 2 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 36} :resno 1 :resname name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 36} :resno 2 :resname setting :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 54}) 12137 _RETURN 12134 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_get_shmem_allocations :colnames ("name" "off" "size" "allocated_size")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 5052 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 54} :funccolcount 4 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 47} :resno 1 :resname name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 47} :resno 2 :resname off :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 47} :resno 3 :resname size :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 47} :resno 4 :resname allocated_size :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 80}) 12141 _RETURN 12138 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_get_backend_memory_contexts :colnames ("name" "ident" "parent" "level" "total_bytes" "total_nblocks" "free_bytes" "free_chunks" "used_bytes")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 2282 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 60} :funccolcount 9 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 53} :resno 1 :resname name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 53} :resno 2 :resname ident :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 53} :resno 3 :resname parent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 53} :resno 4 :resname level :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 53} :resno 5 :resname total_bytes :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 53} :resno 6 :resname total_nblocks :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 53} :resno 7 :resname free_bytes :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 53} :resno 8 :resname free_chunks :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 53} :resno 9 :resname used_bytes :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 92}) 12145 _RETURN 12142 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs true :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname i :colnames <>} :eref {ALIAS :aliasname i :colnames ("indexrelid" "indrelid" "indnatts" "indnkeyatts" "indisunique" "indnullsnotdistinct" "indisprimary" "indisexclusion" "indimmediate" "indisclustered" "indisvalid" "indcheckxmin" "indisready" "indislive" "indisreplident" "indkey" "indcollation" "indclass" "indoption" "indexprs" "indpred")} :rtekind 0 :relid 2610 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "indexrelid" "indrelid" "indnatts" "indnkeyatts" "indisunique" "indnullsnotdistinct" "indisprimary" "indisexclusion" "indimmediate" "indisclustered" "indisvalid" "indcheckxmin" "indisready" "indislive" "indisreplident" "indkey" "indcollation" "indclass" "indoption" "indexprs" "indpred")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 1 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 33 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "indexrelid" "indrelid" "indnatts" "indnkeyatts" "indisunique" "indnullsnotdistinct" "indisprimary" "indisexclusion" "indimmediate" "indisclustered" "indisvalid" "indcheckxmin" "indisready" "indislive" "indisreplident" "indkey" "indcollation" "indclass" "indoption" "indexprs" "indpred" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 1 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 33 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2610 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1792} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 1800}) :location 1798} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1849} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 1857}) :location 1855} :alias <> :rtindex 5}) :quals {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 1883} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1897 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1902 :constvalue 1 [ 116 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1907 :constvalue 1 [ 109 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1912 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 1893}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 78} :resno 1 :resname relid :ressortgroupref 1 :resorigtbl 1259 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 106} :resno 2 :resname schemaname :ressortgroupref 2 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 143} :resno 3 :resname relname :ressortgroupref 3 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1928 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 198}) :location 177} :resno 4 :resname seq_scan :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 6310 :funcresulttype 1184 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 251}) :location 230} :resno 5 :resname last_seq_scan :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1929 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 316}) :location 288} :resno 6 :resname seq_tup_read :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1779 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 1 :funccollid 0 :inputcollid 0 :args ({AGGREF :aggfnoid 2107 :aggtype 1700 :aggcollid 0 :inputcollid 0 :aggtranstype 0 :aggargtypes (o 20) :aggdirectargs <> :args ({TARGETENTRY :expr {FUNCEXPR :funcid 1928 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 377}) :location 356} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :aggorder <> :aggdistinct <> :aggfilter <> :aggstar false :aggvariadic false :aggkind n :aggpresorted false :agglevelsup 0 :aggsplit 0 :aggno -1 :aggtransno -1 :location 352}) :location 391} :resno 7 :resname idx_scan :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {AGGREF :aggfnoid 2127 :aggtype 1184 :aggcollid 0 :inputcollid 0 :aggtranstype 0 :aggargtypes (o 1184) :aggdirectargs <> :args ({TARGETENTRY :expr {FUNCEXPR :funcid 6310 :funcresulttype 1184 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 450}) :location 429} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :aggorder <> :aggdistinct <> :aggfilter <> :aggstar false :aggvariadic false :aggkind n :aggpresorted false :agglevelsup 0 :aggsplit 0 :aggno -1 :aggtransno -1 :location 425} :resno 8 :resname last_idx_scan :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {OPEXPR :opno 684 :opfuncid 463 :opresulttype 20 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 1779 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 1 :funccollid 0 :inputcollid 0 :args ({AGGREF :aggfnoid 2107 :aggtype 1700 :aggcollid 0 :inputcollid 0 :aggtranstype 0 :aggargtypes (o 20) :aggdirectargs <> :args ({TARGETENTRY :expr {FUNCEXPR :funcid 1930 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 526}) :location 499} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :aggorder <> :aggdistinct <> :aggfilter <> :aggstar false :aggvariadic false :aggkind n :aggpresorted false :agglevelsup 0 :aggsplit 0 :aggno -1 :aggtransno -1 :location 495}) :location 540} {FUNCEXPR :funcid 1930 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 590}) :location 563}) :location 549} :resno 9 :resname idx_tup_fetch :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1931 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 655}) :location 627} :resno 10 :resname n_tup_ins :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1932 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 715}) :location 688} :resno 11 :resname n_tup_upd :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1933 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 775}) :location 748} :resno 12 :resname n_tup_del :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1972 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 839}) :location 808} :resno 13 :resname n_tup_hot_upd :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 6217 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 911}) :location 876} :resno 14 :resname n_tup_newpage_upd :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 2878 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 976}) :location 952} :resno 15 :resname n_live_tup :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 2879 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1034}) :location 1010} :resno 16 :resname n_dead_tup :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3177 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1098}) :location 1068} :resno 17 :resname n_mod_since_analyze :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 5053 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1170}) :location 1141} :resno 18 :resname n_ins_since_vacuum :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 2781 :funcresulttype 1184 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1241}) :location 1212} :resno 19 :resname last_vacuum :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 2782 :funcresulttype 1184 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1309}) :location 1276} :resno 20 :resname last_autovacuum :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 2783 :funcresulttype 1184 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1378}) :location 1348} :resno 21 :resname last_analyze :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 2784 :funcresulttype 1184 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1448}) :location 1414} :resno 22 :resname last_autoanalyze :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3054 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1513}) :location 1488} :resno 23 :resname vacuum_count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3055 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1578}) :location 1549} :resno 24 :resname autovacuum_count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3056 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1644}) :location 1618} :resno 25 :resname analyze_count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3057 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1711}) :location 1681} :resno 26 :resname autoanalyze_count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 607 :sortop 609 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 2 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 3 :eqop 93 :sortop 660 :nulls_first false :hashable true}) :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1957}) 12150 _RETURN 12147 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs true :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname i :colnames <>} :eref {ALIAS :aliasname i :colnames ("indexrelid" "indrelid" "indnatts" "indnkeyatts" "indisunique" "indnullsnotdistinct" "indisprimary" "indisexclusion" "indimmediate" "indisclustered" "indisvalid" "indcheckxmin" "indisready" "indislive" "indisreplident" "indkey" "indcollation" "indclass" "indoption" "indexprs" "indpred")} :rtekind 0 :relid 2610 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "indexrelid" "indrelid" "indnatts" "indnkeyatts" "indisunique" "indnullsnotdistinct" "indisprimary" "indisexclusion" "indimmediate" "indisclustered" "indisvalid" "indcheckxmin" "indisready" "indislive" "indisreplident" "indkey" "indcollation" "indclass" "indoption" "indexprs" "indpred")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 1 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 33 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "indexrelid" "indrelid" "indnatts" "indnkeyatts" "indisunique" "indnullsnotdistinct" "indisprimary" "indisexclusion" "indimmediate" "indisclustered" "indisvalid" "indcheckxmin" "indisready" "indislive" "indisreplident" "indkey" "indcollation" "indclass" "indoption" "indexprs" "indpred" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 1 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 33 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2610 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 898} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 906}) :location 904} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 955} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 963}) :location 961} :alias <> :rtindex 5}) :quals {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 989} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1003 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1008 :constvalue 1 [ 116 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1013 :constvalue 1 [ 109 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1018 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 999}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 62} :resno 1 :resname relid :ressortgroupref 1 :resorigtbl 1259 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 90} :resno 2 :resname schemaname :ressortgroupref 2 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 127} :resno 3 :resname relname :ressortgroupref 3 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3037 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 187}) :location 161} :resno 4 :resname seq_scan :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3038 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 252}) :location 219} :resno 5 :resname seq_tup_read :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1779 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 1 :funccollid 0 :inputcollid 0 :args ({AGGREF :aggfnoid 2107 :aggtype 1700 :aggcollid 0 :inputcollid 0 :aggtranstype 0 :aggargtypes (o 20) :aggdirectargs <> :args ({TARGETENTRY :expr {FUNCEXPR :funcid 3037 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 318}) :location 292} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :aggorder <> :aggdistinct <> :aggfilter <> :aggstar false :aggvariadic false :aggkind n :aggpresorted false :agglevelsup 0 :aggsplit 0 :aggno -1 :aggtransno -1 :location 288}) :location 332} :resno 6 :resname idx_scan :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {OPEXPR :opno 684 :opfuncid 463 :opresulttype 20 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 1779 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 1 :funccollid 0 :inputcollid 0 :args ({AGGREF :aggfnoid 2107 :aggtype 1700 :aggcollid 0 :inputcollid 0 :aggtranstype 0 :aggargtypes (o 20) :aggdirectargs <> :args ({TARGETENTRY :expr {FUNCEXPR :funcid 3039 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 402}) :location 370} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :aggorder <> :aggdistinct <> :aggfilter <> :aggstar false :aggvariadic false :aggkind n :aggpresorted false :agglevelsup 0 :aggsplit 0 :aggno -1 :aggtransno -1 :location 366}) :location 416} {FUNCEXPR :funcid 3039 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 471}) :location 439}) :location 425} :resno 7 :resname idx_tup_fetch :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3040 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 541}) :location 508} :resno 8 :resname n_tup_ins :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3041 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 606}) :location 574} :resno 9 :resname n_tup_upd :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3042 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 671}) :location 639} :resno 10 :resname n_tup_del :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3043 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 740}) :location 704} :resno 11 :resname n_tup_hot_upd :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 6218 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 817}) :location 777} :resno 12 :resname n_tup_newpage_upd :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 607 :sortop 609 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 2 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 3 :eqop 93 :sortop 660 :nulls_first false :hashable true}) :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1063}) 12155 _RETURN 12152 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_stat_all_tables :colnames ("relid" "schemaname" "relname" "seq_scan" "last_seq_scan" "seq_tup_read" "idx_scan" "last_idx_scan" "idx_tup_fetch" "n_tup_ins" "n_tup_upd" "n_tup_del" "n_tup_hot_upd" "n_tup_newpage_upd" "n_live_tup" "n_dead_tup" "n_mod_since_analyze" "n_ins_since_vacuum" "last_vacuum" "last_autovacuum" "last_analyze" "last_autoanalyze" "vacuum_count" "autovacuum_count" "analyze_count" "autoanalyze_count")} :rtekind 0 :relid 12142 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 12142 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop or :args ({SCALARARRAYOPEXPR :opno 93 :opfuncid 62 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 81} {ARRAYEXPR :array_typeid 1003 :array_collid 950 :element_typeid 19 :elements ({CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 96 :constvalue 64 [ 112 103 95 99 97 116 97 108 111 103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 110 :constvalue 64 [ 105 110 102 111 114 109 97 116 105 111 110 95 115 99 104 101 109 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 92} {OPEXPR :opno 639 :opfuncid 79 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 145} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 158 :constvalue 13 [ 52 0 0 0 94 112 103 95 116 111 97 115 116 ]}) :location 156}) :location 132}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 45} :resno 1 :resname relid :ressortgroupref 0 :resorigtbl 12142 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 45} :resno 2 :resname schemaname :ressortgroupref 0 :resorigtbl 12142 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 45} :resno 3 :resname relname :ressortgroupref 0 :resorigtbl 12142 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 45} :resno 4 :resname seq_scan :ressortgroupref 0 :resorigtbl 12142 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 45} :resno 5 :resname last_seq_scan :ressortgroupref 0 :resorigtbl 12142 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 45} :resno 6 :resname seq_tup_read :ressortgroupref 0 :resorigtbl 12142 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 45} :resno 7 :resname idx_scan :ressortgroupref 0 :resorigtbl 12142 :resorigcol 7 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 45} :resno 8 :resname last_idx_scan :ressortgroupref 0 :resorigtbl 12142 :resorigcol 8 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 45} :resno 9 :resname idx_tup_fetch :ressortgroupref 0 :resorigtbl 12142 :resorigcol 9 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 10 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 45} :resno 10 :resname n_tup_ins :ressortgroupref 0 :resorigtbl 12142 :resorigcol 10 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 11 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 45} :resno 11 :resname n_tup_upd :ressortgroupref 0 :resorigtbl 12142 :resorigcol 11 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 12 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location 45} :resno 12 :resname n_tup_del :ressortgroupref 0 :resorigtbl 12142 :resorigcol 12 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 13 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location 45} :resno 13 :resname n_tup_hot_upd :ressortgroupref 0 :resorigtbl 12142 :resorigcol 13 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 14 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location 45} :resno 14 :resname n_tup_newpage_upd :ressortgroupref 0 :resorigtbl 12142 :resorigcol 14 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 15 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location 45} :resno 15 :resname n_live_tup :ressortgroupref 0 :resorigtbl 12142 :resorigcol 15 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 16 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location 45} :resno 16 :resname n_dead_tup :ressortgroupref 0 :resorigtbl 12142 :resorigcol 16 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 17 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 45} :resno 17 :resname n_mod_since_analyze :ressortgroupref 0 :resorigtbl 12142 :resorigcol 17 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 18 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location 45} :resno 18 :resname n_ins_since_vacuum :ressortgroupref 0 :resorigtbl 12142 :resorigcol 18 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 19 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location 45} :resno 19 :resname last_vacuum :ressortgroupref 0 :resorigtbl 12142 :resorigcol 19 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 20 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location 45} :resno 20 :resname last_autovacuum :ressortgroupref 0 :resorigtbl 12142 :resorigcol 20 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 21 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location 45} :resno 21 :resname last_analyze :ressortgroupref 0 :resorigtbl 12142 :resorigcol 21 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 22 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location 45} :resno 22 :resname last_autoanalyze :ressortgroupref 0 :resorigtbl 12142 :resorigcol 22 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 23 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location 45} :resno 23 :resname vacuum_count :ressortgroupref 0 :resorigtbl 12142 :resorigcol 23 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 24 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location 45} :resno 24 :resname autovacuum_count :ressortgroupref 0 :resorigtbl 12142 :resorigcol 24 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 25 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location 45} :resno 25 :resname analyze_count :ressortgroupref 0 :resorigtbl 12142 :resorigcol 25 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 26 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location 45} :resno 26 :resname autoanalyze_count :ressortgroupref 0 :resorigtbl 12142 :resorigcol 26 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 169}) 12160 _RETURN 12157 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_stat_xact_all_tables :colnames ("relid" "schemaname" "relname" "seq_scan" "seq_tup_read" "idx_scan" "idx_tup_fetch" "n_tup_ins" "n_tup_upd" "n_tup_del" "n_tup_hot_upd" "n_tup_newpage_upd")} :rtekind 0 :relid 12147 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 12147 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 13 14 15 16 17 18 19) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop or :args ({SCALARARRAYOPEXPR :opno 93 :opfuncid 62 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 91} {ARRAYEXPR :array_typeid 1003 :array_collid 950 :element_typeid 19 :elements ({CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 106 :constvalue 64 [ 112 103 95 99 97 116 97 108 111 103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 120 :constvalue 64 [ 105 110 102 111 114 109 97 116 105 111 110 95 115 99 104 101 109 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 102} {OPEXPR :opno 639 :opfuncid 79 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 155} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 168 :constvalue 13 [ 52 0 0 0 94 112 103 95 116 111 97 115 116 ]}) :location 166}) :location 142}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 50} :resno 1 :resname relid :ressortgroupref 0 :resorigtbl 12147 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 50} :resno 2 :resname schemaname :ressortgroupref 0 :resorigtbl 12147 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 50} :resno 3 :resname relname :ressortgroupref 0 :resorigtbl 12147 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 50} :resno 4 :resname seq_scan :ressortgroupref 0 :resorigtbl 12147 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 50} :resno 5 :resname seq_tup_read :ressortgroupref 0 :resorigtbl 12147 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 50} :resno 6 :resname idx_scan :ressortgroupref 0 :resorigtbl 12147 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 50} :resno 7 :resname idx_tup_fetch :ressortgroupref 0 :resorigtbl 12147 :resorigcol 7 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 50} :resno 8 :resname n_tup_ins :ressortgroupref 0 :resorigtbl 12147 :resorigcol 8 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 50} :resno 9 :resname n_tup_upd :ressortgroupref 0 :resorigtbl 12147 :resorigcol 9 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 10 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 50} :resno 10 :resname n_tup_del :ressortgroupref 0 :resorigtbl 12147 :resorigcol 10 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 11 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 50} :resno 11 :resname n_tup_hot_upd :ressortgroupref 0 :resorigtbl 12147 :resorigcol 11 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 12 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location 50} :resno 12 :resname n_tup_newpage_upd :ressortgroupref 0 :resorigtbl 12147 :resorigcol 12 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 179}) 12164 _RETURN 12161 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_stat_all_tables :colnames ("relid" "schemaname" "relname" "seq_scan" "last_seq_scan" "seq_tup_read" "idx_scan" "last_idx_scan" "idx_tup_fetch" "n_tup_ins" "n_tup_upd" "n_tup_del" "n_tup_hot_upd" "n_tup_newpage_upd" "n_live_tup" "n_dead_tup" "n_mod_since_analyze" "n_ins_since_vacuum" "last_vacuum" "last_autovacuum" "last_analyze" "last_autoanalyze" "vacuum_count" "autovacuum_count" "analyze_count" "autoanalyze_count")} :rtekind 0 :relid 12142 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 12142 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop and :args ({SCALARARRAYOPEXPR :opno 643 :opfuncid 659 :hashfuncid 0 :negfuncid 0 :useOr false :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 82} {ARRAYEXPR :array_typeid 1003 :array_collid 950 :element_typeid 19 :elements ({CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 101 :constvalue 64 [ 112 103 95 99 97 116 97 108 111 103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 115 :constvalue 64 [ 105 110 102 111 114 109 97 116 105 111 110 95 115 99 104 101 109 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 93} {OPEXPR :opno 640 :opfuncid 1252 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 151} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 165 :constvalue 13 [ 52 0 0 0 94 112 103 95 116 111 97 115 116 ]}) :location 162}) :location 137}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 46} :resno 1 :resname relid :ressortgroupref 0 :resorigtbl 12142 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 46} :resno 2 :resname schemaname :ressortgroupref 0 :resorigtbl 12142 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 46} :resno 3 :resname relname :ressortgroupref 0 :resorigtbl 12142 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 46} :resno 4 :resname seq_scan :ressortgroupref 0 :resorigtbl 12142 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 46} :resno 5 :resname last_seq_scan :ressortgroupref 0 :resorigtbl 12142 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 46} :resno 6 :resname seq_tup_read :ressortgroupref 0 :resorigtbl 12142 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 46} :resno 7 :resname idx_scan :ressortgroupref 0 :resorigtbl 12142 :resorigcol 7 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 46} :resno 8 :resname last_idx_scan :ressortgroupref 0 :resorigtbl 12142 :resorigcol 8 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 46} :resno 9 :resname idx_tup_fetch :ressortgroupref 0 :resorigtbl 12142 :resorigcol 9 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 10 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 46} :resno 10 :resname n_tup_ins :ressortgroupref 0 :resorigtbl 12142 :resorigcol 10 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 11 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 46} :resno 11 :resname n_tup_upd :ressortgroupref 0 :resorigtbl 12142 :resorigcol 11 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 12 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location 46} :resno 12 :resname n_tup_del :ressortgroupref 0 :resorigtbl 12142 :resorigcol 12 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 13 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location 46} :resno 13 :resname n_tup_hot_upd :ressortgroupref 0 :resorigtbl 12142 :resorigcol 13 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 14 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location 46} :resno 14 :resname n_tup_newpage_upd :ressortgroupref 0 :resorigtbl 12142 :resorigcol 14 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 15 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location 46} :resno 15 :resname n_live_tup :ressortgroupref 0 :resorigtbl 12142 :resorigcol 15 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 16 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location 46} :resno 16 :resname n_dead_tup :ressortgroupref 0 :resorigtbl 12142 :resorigcol 16 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 17 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 46} :resno 17 :resname n_mod_since_analyze :ressortgroupref 0 :resorigtbl 12142 :resorigcol 17 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 18 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location 46} :resno 18 :resname n_ins_since_vacuum :ressortgroupref 0 :resorigtbl 12142 :resorigcol 18 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 19 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location 46} :resno 19 :resname last_vacuum :ressortgroupref 0 :resorigtbl 12142 :resorigcol 19 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 20 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location 46} :resno 20 :resname last_autovacuum :ressortgroupref 0 :resorigtbl 12142 :resorigcol 20 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 21 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location 46} :resno 21 :resname last_analyze :ressortgroupref 0 :resorigtbl 12142 :resorigcol 21 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 22 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location 46} :resno 22 :resname last_autoanalyze :ressortgroupref 0 :resorigtbl 12142 :resorigcol 22 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 23 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location 46} :resno 23 :resname vacuum_count :ressortgroupref 0 :resorigtbl 12142 :resorigcol 23 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 24 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location 46} :resno 24 :resname autovacuum_count :ressortgroupref 0 :resorigtbl 12142 :resorigcol 24 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 25 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location 46} :resno 25 :resname analyze_count :ressortgroupref 0 :resorigtbl 12142 :resorigcol 25 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 26 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location 46} :resno 26 :resname autoanalyze_count :ressortgroupref 0 :resorigtbl 12142 :resorigcol 26 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 176}) 16479 _RETURN 16476 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 85 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]} :resno 1 :resname ?column? :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0}) 12169 _RETURN 12166 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_stat_xact_all_tables :colnames ("relid" "schemaname" "relname" "seq_scan" "seq_tup_read" "idx_scan" "idx_tup_fetch" "n_tup_ins" "n_tup_upd" "n_tup_del" "n_tup_hot_upd" "n_tup_newpage_upd")} :rtekind 0 :relid 12147 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 12147 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 13 14 15 16 17 18 19) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop and :args ({SCALARARRAYOPEXPR :opno 643 :opfuncid 659 :hashfuncid 0 :negfuncid 0 :useOr false :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 92} {ARRAYEXPR :array_typeid 1003 :array_collid 950 :element_typeid 19 :elements ({CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 111 :constvalue 64 [ 112 103 95 99 97 116 97 108 111 103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 125 :constvalue 64 [ 105 110 102 111 114 109 97 116 105 111 110 95 115 99 104 101 109 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 103} {OPEXPR :opno 640 :opfuncid 1252 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 161} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 175 :constvalue 13 [ 52 0 0 0 94 112 103 95 116 111 97 115 116 ]}) :location 172}) :location 147}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 51} :resno 1 :resname relid :ressortgroupref 0 :resorigtbl 12147 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 51} :resno 2 :resname schemaname :ressortgroupref 0 :resorigtbl 12147 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 51} :resno 3 :resname relname :ressortgroupref 0 :resorigtbl 12147 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 51} :resno 4 :resname seq_scan :ressortgroupref 0 :resorigtbl 12147 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 51} :resno 5 :resname seq_tup_read :ressortgroupref 0 :resorigtbl 12147 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 51} :resno 6 :resname idx_scan :ressortgroupref 0 :resorigtbl 12147 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 51} :resno 7 :resname idx_tup_fetch :ressortgroupref 0 :resorigtbl 12147 :resorigcol 7 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 51} :resno 8 :resname n_tup_ins :ressortgroupref 0 :resorigtbl 12147 :resorigcol 8 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 51} :resno 9 :resname n_tup_upd :ressortgroupref 0 :resorigtbl 12147 :resorigcol 9 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 10 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 51} :resno 10 :resname n_tup_del :ressortgroupref 0 :resorigtbl 12147 :resorigcol 10 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 11 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 51} :resno 11 :resname n_tup_hot_upd :ressortgroupref 0 :resorigtbl 12147 :resorigcol 11 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 12 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location 51} :resno 12 :resname n_tup_newpage_upd :ressortgroupref 0 :resorigtbl 12147 :resorigcol 12 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 186}) 12173 _RETURN 12170 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 1 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 33 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 1 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 33 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname i :colnames <>} :eref {ALIAS :aliasname i :colnames ("idx_blks_read" "idx_blks_hit")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs true :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_index :colnames ("indexrelid" "indrelid" "indnatts" "indnkeyatts" "indisunique" "indnullsnotdistinct" "indisprimary" "indisexclusion" "indimmediate" "indisclustered" "indisvalid" "indcheckxmin" "indisready" "indislive" "indisreplident" "indkey" "indcollation" "indclass" "indoption" "indexprs" "indpred")} :rtekind 0 :relid 2610 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2610 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1174} {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 1 :varnosyn 1 :varattnosyn 1 :location 1185}) :location 1183}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 1779 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 1 :funccollid 0 :inputcollid 0 :args ({AGGREF :aggfnoid 2107 :aggtype 1700 :aggcollid 0 :inputcollid 0 :aggtranstype 0 :aggargtypes (o 20) :aggdirectargs <> :args ({TARGETENTRY :expr {OPEXPR :opno 685 :opfuncid 464 :opresulttype 20 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 1934 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 912}) :location 885} {FUNCEXPR :funcid 1935 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 974}) :location 951}) :location 924} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :aggorder <> :aggdistinct <> :aggfilter <> :aggstar false :aggvariadic false :aggkind n :aggpresorted false :agglevelsup 0 :aggsplit 0 :aggno -1 :aggtransno -1 :location 881}) :location 986} :resno 1 :resname idx_blks_read :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1779 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 1 :funccollid 0 :inputcollid 0 :args ({AGGREF :aggfnoid 2107 :aggtype 1700 :aggcollid 0 :inputcollid 0 :aggtranstype 0 :aggargtypes (o 20) :aggdirectargs <> :args ({TARGETENTRY :expr {FUNCEXPR :funcid 1935 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1082}) :location 1059} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :aggorder <> :aggdistinct <> :aggfilter <> :aggstar false :aggvariadic false :aggkind n :aggpresorted false :agglevelsup 0 :aggsplit 0 :aggno -1 :aggtransno -1 :location 1055}) :location 1094} :resno 2 :resname idx_blks_hit :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral true :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl" "idx_blks_read" "idx_blks_hit")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 1 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 33 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 6 :varattno 1 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70) :joinrightcols (i 1 2) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname x :colnames <>} :eref {ALIAS :aliasname x :colnames ("idx_blks_read" "idx_blks_hit")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs true :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_index :colnames ("indexrelid" "indrelid" "indnatts" "indnkeyatts" "indisunique" "indnullsnotdistinct" "indisprimary" "indisexclusion" "indimmediate" "indisclustered" "indisvalid" "indcheckxmin" "indisready" "indislive" "indisreplident" "indkey" "indcollation" "indclass" "indoption" "indexprs" "indpred")} :rtekind 0 :relid 2610 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2610 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1549} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 1 :varnosyn 2 :varattnosyn 1 :location 1560}) :location 1558}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 1779 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 1 :funccollid 0 :inputcollid 0 :args ({AGGREF :aggfnoid 2107 :aggtype 1700 :aggcollid 0 :inputcollid 0 :aggtranstype 0 :aggargtypes (o 20) :aggdirectargs <> :args ({TARGETENTRY :expr {OPEXPR :opno 685 :opfuncid 464 :opresulttype 20 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 1934 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1287}) :location 1260} {FUNCEXPR :funcid 1935 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1349}) :location 1326}) :location 1299} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :aggorder <> :aggdistinct <> :aggfilter <> :aggstar false :aggvariadic false :aggkind n :aggpresorted false :agglevelsup 0 :aggsplit 0 :aggno -1 :aggtransno -1 :location 1256}) :location 1361} :resno 1 :resname idx_blks_read :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1779 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 1 :funccollid 0 :inputcollid 0 :args ({AGGREF :aggfnoid 2107 :aggtype 1700 :aggcollid 0 :inputcollid 0 :aggtranstype 0 :aggargtypes (o 20) :aggdirectargs <> :args ({TARGETENTRY :expr {FUNCEXPR :funcid 1935 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1457}) :location 1434} :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :aggorder <> :aggdistinct <> :aggfilter <> :aggstar false :aggvariadic false :aggkind n :aggpresorted false :agglevelsup 0 :aggsplit 0 :aggno -1 :aggtransno -1 :location 1430}) :location 1469} :resno 2 :resname idx_blks_hit :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral true :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl" "idx_blks_read" "idx_blks_hit" "idx_blks_read" "idx_blks_hit")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 1 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 33 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 6 :varattno 1 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 1 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72) :joinrightcols (i 1 2) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 20 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location 739} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 757}) :location 755} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 804} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 812}) :location 810} :alias <> :rtindex 5} :rarg {RANGETBLREF :rtindex 6} :usingClause <> :join_using_alias <> :quals {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1198 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]} :alias <> :rtindex 7} :rarg {RANGETBLREF :rtindex 8} :usingClause <> :join_using_alias <> :quals {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1573 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]} :alias <> :rtindex 9}) :quals {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 1588} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1602 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1607 :constvalue 1 [ 116 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1612 :constvalue 1 [ 109 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 1598}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 59} :resno 1 :resname relid :ressortgroupref 0 :resorigtbl 1259 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 87} :resno 2 :resname schemaname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 124} :resno 3 :resname relname :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {OPEXPR :opno 685 :opfuncid 464 :opresulttype 20 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 1934 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 185}) :location 158} {FUNCEXPR :funcid 1935 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 237}) :location 214}) :location 192} :resno 4 :resname heap_blks_read :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1935 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 298}) :location 275} :resno 5 :resname heap_blks_hit :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 6 :varattno 1 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 335} :resno 6 :resname idx_blks_read :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 6 :varattno 2 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location 381} :resno 7 :resname idx_blks_hit :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {OPEXPR :opno 685 :opfuncid 464 :opresulttype 20 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 1934 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 452}) :location 425} {FUNCEXPR :funcid 1935 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 504}) :location 481}) :location 459} :resno 8 :resname toast_blks_read :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1935 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 566}) :location 543} :resno 9 :resname toast_blks_hit :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 8 :varattno 1 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location 604} :resno 10 :resname tidx_blks_read :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 8 :varattno 2 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location 651} :resno 11 :resname tidx_blks_hit :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1616}) 12178 _RETURN 12175 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_statio_all_tables :colnames ("relid" "schemaname" "relname" "heap_blks_read" "heap_blks_hit" "idx_blks_read" "idx_blks_hit" "toast_blks_read" "toast_blks_hit" "tidx_blks_read" "tidx_blks_hit")} :rtekind 0 :relid 12170 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 12170 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 13 14 15 16 17 18) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop or :args ({SCALARARRAYOPEXPR :opno 93 :opfuncid 62 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 85} {ARRAYEXPR :array_typeid 1003 :array_collid 950 :element_typeid 19 :elements ({CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 100 :constvalue 64 [ 112 103 95 99 97 116 97 108 111 103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 114 :constvalue 64 [ 105 110 102 111 114 109 97 116 105 111 110 95 115 99 104 101 109 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 96} {OPEXPR :opno 639 :opfuncid 79 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 149} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 162 :constvalue 13 [ 52 0 0 0 94 112 103 95 116 111 97 115 116 ]}) :location 160}) :location 136}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 47} :resno 1 :resname relid :ressortgroupref 0 :resorigtbl 12170 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 47} :resno 2 :resname schemaname :ressortgroupref 0 :resorigtbl 12170 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 47} :resno 3 :resname relname :ressortgroupref 0 :resorigtbl 12170 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 47} :resno 4 :resname heap_blks_read :ressortgroupref 0 :resorigtbl 12170 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 47} :resno 5 :resname heap_blks_hit :ressortgroupref 0 :resorigtbl 12170 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 47} :resno 6 :resname idx_blks_read :ressortgroupref 0 :resorigtbl 12170 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 47} :resno 7 :resname idx_blks_hit :ressortgroupref 0 :resorigtbl 12170 :resorigcol 7 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 47} :resno 8 :resname toast_blks_read :ressortgroupref 0 :resorigtbl 12170 :resorigcol 8 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 47} :resno 9 :resname toast_blks_hit :ressortgroupref 0 :resorigtbl 12170 :resorigcol 9 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 10 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 47} :resno 10 :resname tidx_blks_read :ressortgroupref 0 :resorigtbl 12170 :resorigcol 10 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 11 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 47} :resno 11 :resname tidx_blks_hit :ressortgroupref 0 :resorigtbl 12170 :resorigcol 11 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 173}) 12182 _RETURN 12179 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_statio_all_tables :colnames ("relid" "schemaname" "relname" "heap_blks_read" "heap_blks_hit" "idx_blks_read" "idx_blks_hit" "toast_blks_read" "toast_blks_hit" "tidx_blks_read" "tidx_blks_hit")} :rtekind 0 :relid 12170 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 12170 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 13 14 15 16 17 18) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop and :args ({SCALARARRAYOPEXPR :opno 643 :opfuncid 659 :hashfuncid 0 :negfuncid 0 :useOr false :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 86} {ARRAYEXPR :array_typeid 1003 :array_collid 950 :element_typeid 19 :elements ({CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 105 :constvalue 64 [ 112 103 95 99 97 116 97 108 111 103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 119 :constvalue 64 [ 105 110 102 111 114 109 97 116 105 111 110 95 115 99 104 101 109 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 97} {OPEXPR :opno 640 :opfuncid 1252 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 155} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 169 :constvalue 13 [ 52 0 0 0 94 112 103 95 116 111 97 115 116 ]}) :location 166}) :location 141}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 48} :resno 1 :resname relid :ressortgroupref 0 :resorigtbl 12170 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 48} :resno 2 :resname schemaname :ressortgroupref 0 :resorigtbl 12170 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 48} :resno 3 :resname relname :ressortgroupref 0 :resorigtbl 12170 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 48} :resno 4 :resname heap_blks_read :ressortgroupref 0 :resorigtbl 12170 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 48} :resno 5 :resname heap_blks_hit :ressortgroupref 0 :resorigtbl 12170 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 48} :resno 6 :resname idx_blks_read :ressortgroupref 0 :resorigtbl 12170 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 48} :resno 7 :resname idx_blks_hit :ressortgroupref 0 :resorigtbl 12170 :resorigcol 7 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 48} :resno 8 :resname toast_blks_read :ressortgroupref 0 :resorigtbl 12170 :resorigcol 8 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 48} :resno 9 :resname toast_blks_hit :ressortgroupref 0 :resorigtbl 12170 :resorigcol 9 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 10 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 48} :resno 10 :resname tidx_blks_read :ressortgroupref 0 :resorigtbl 12170 :resorigcol 10 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 11 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 48} :resno 11 :resname tidx_blks_hit :ressortgroupref 0 :resorigtbl 12170 :resorigcol 11 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 180}) 12186 _RETURN 12183 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname x :colnames <>} :eref {ALIAS :aliasname x :colnames ("indexrelid" "indrelid" "indnatts" "indnkeyatts" "indisunique" "indnullsnotdistinct" "indisprimary" "indisexclusion" "indimmediate" "indisclustered" "indisvalid" "indcheckxmin" "indisready" "indislive" "indisreplident" "indkey" "indcollation" "indclass" "indoption" "indexprs" "indpred")} :rtekind 0 :relid 2610 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "indexrelid" "indrelid" "indnatts" "indnkeyatts" "indisunique" "indnullsnotdistinct" "indisprimary" "indisexclusion" "indimmediate" "indisclustered" "indisvalid" "indcheckxmin" "indisready" "indislive" "indisreplident" "indkey" "indcollation" "indclass" "indoption" "indexprs" "indpred")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 1 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 33 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname i :colnames <>} :eref {ALIAS :aliasname i :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "indexrelid" "indrelid" "indnatts" "indnkeyatts" "indisunique" "indnullsnotdistinct" "indisprimary" "indisexclusion" "indimmediate" "indisclustered" "indisvalid" "indcheckxmin" "indisready" "indislive" "indisreplident" "indkey" "indcollation" "indclass" "indoption" "indexprs" "indpred" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 1 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 33 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "indexrelid" "indrelid" "indnatts" "indnkeyatts" "indisunique" "indnullsnotdistinct" "indisprimary" "indisexclusion" "indimmediate" "indisclustered" "indisvalid" "indcheckxmin" "indisready" "indislive" "indisreplident" "indkey" "indcollation" "indclass" "indoption" "indexprs" "indpred" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 1 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 33 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2610 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 506} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 514}) :location 512} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 556} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 564}) :location 562} :alias <> :rtindex 5} :rarg {RANGETBLREF :rtindex 6} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 618} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 626}) :location 624} :alias <> :rtindex 7}) :quals {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 652} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 666 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 671 :constvalue 1 [ 116 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 676 :constvalue 1 [ 109 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 662}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 58} :resno 1 :resname relid :ressortgroupref 0 :resorigtbl 1259 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 86} :resno 2 :resname indexrelid :ressortgroupref 0 :resorigtbl 1259 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location 119} :resno 3 :resname schemaname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 156} :resno 4 :resname relname :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 190} :resno 5 :resname indexrelname :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1928 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 250}) :location 229} :resno 6 :resname idx_scan :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 6310 :funcresulttype 1184 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 303}) :location 282} :resno 7 :resname last_idx_scan :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1929 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 368}) :location 340} :resno 8 :resname idx_tup_read :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1930 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 431}) :location 404} :resno 9 :resname idx_tup_fetch :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 680}) 12191 _RETURN 12188 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_stat_all_indexes :colnames ("relid" "indexrelid" "schemaname" "relname" "indexrelname" "idx_scan" "last_idx_scan" "idx_tup_read" "idx_tup_fetch")} :rtekind 0 :relid 12183 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 12183 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 13 14 15 16) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop or :args ({SCALARARRAYOPEXPR :opno 93 :opfuncid 62 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 950 :args ({VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 83} {ARRAYEXPR :array_typeid 1003 :array_collid 950 :element_typeid 19 :elements ({CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 98 :constvalue 64 [ 112 103 95 99 97 116 97 108 111 103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 112 :constvalue 64 [ 105 110 102 111 114 109 97 116 105 111 110 95 115 99 104 101 109 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 94} {OPEXPR :opno 639 :opfuncid 79 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 147} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 160 :constvalue 13 [ 52 0 0 0 94 112 103 95 116 111 97 115 116 ]}) :location 158}) :location 134}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 46} :resno 1 :resname relid :ressortgroupref 0 :resorigtbl 12183 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 46} :resno 2 :resname indexrelid :ressortgroupref 0 :resorigtbl 12183 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 46} :resno 3 :resname schemaname :ressortgroupref 0 :resorigtbl 12183 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 46} :resno 4 :resname relname :ressortgroupref 0 :resorigtbl 12183 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 46} :resno 5 :resname indexrelname :ressortgroupref 0 :resorigtbl 12183 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 46} :resno 6 :resname idx_scan :ressortgroupref 0 :resorigtbl 12183 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 46} :resno 7 :resname last_idx_scan :ressortgroupref 0 :resorigtbl 12183 :resorigcol 7 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 46} :resno 8 :resname idx_tup_read :ressortgroupref 0 :resorigtbl 12183 :resorigcol 8 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 46} :resno 9 :resname idx_tup_fetch :ressortgroupref 0 :resorigtbl 12183 :resorigcol 9 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 171}) 12195 _RETURN 12192 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_stat_all_indexes :colnames ("relid" "indexrelid" "schemaname" "relname" "indexrelname" "idx_scan" "last_idx_scan" "idx_tup_read" "idx_tup_fetch")} :rtekind 0 :relid 12183 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 12183 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 13 14 15 16) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop and :args ({SCALARARRAYOPEXPR :opno 643 :opfuncid 659 :hashfuncid 0 :negfuncid 0 :useOr false :inputcollid 950 :args ({VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 84} {ARRAYEXPR :array_typeid 1003 :array_collid 950 :element_typeid 19 :elements ({CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 103 :constvalue 64 [ 112 103 95 99 97 116 97 108 111 103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 117 :constvalue 64 [ 105 110 102 111 114 109 97 116 105 111 110 95 115 99 104 101 109 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 95} {OPEXPR :opno 640 :opfuncid 1252 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 153} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 167 :constvalue 13 [ 52 0 0 0 94 112 103 95 116 111 97 115 116 ]}) :location 164}) :location 139}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 47} :resno 1 :resname relid :ressortgroupref 0 :resorigtbl 12183 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 47} :resno 2 :resname indexrelid :ressortgroupref 0 :resorigtbl 12183 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 47} :resno 3 :resname schemaname :ressortgroupref 0 :resorigtbl 12183 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 47} :resno 4 :resname relname :ressortgroupref 0 :resorigtbl 12183 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 47} :resno 5 :resname indexrelname :ressortgroupref 0 :resorigtbl 12183 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 47} :resno 6 :resname idx_scan :ressortgroupref 0 :resorigtbl 12183 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 47} :resno 7 :resname last_idx_scan :ressortgroupref 0 :resorigtbl 12183 :resorigcol 7 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 47} :resno 8 :resname idx_tup_read :ressortgroupref 0 :resorigtbl 12183 :resorigcol 8 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 47} :resno 9 :resname idx_tup_fetch :ressortgroupref 0 :resorigtbl 12183 :resorigcol 9 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 178}) 12199 _RETURN 12196 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname x :colnames <>} :eref {ALIAS :aliasname x :colnames ("indexrelid" "indrelid" "indnatts" "indnkeyatts" "indisunique" "indnullsnotdistinct" "indisprimary" "indisexclusion" "indimmediate" "indisclustered" "indisvalid" "indcheckxmin" "indisready" "indislive" "indisreplident" "indkey" "indcollation" "indclass" "indoption" "indexprs" "indpred")} :rtekind 0 :relid 2610 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "indexrelid" "indrelid" "indnatts" "indnkeyatts" "indisunique" "indnullsnotdistinct" "indisprimary" "indisexclusion" "indimmediate" "indisclustered" "indisvalid" "indcheckxmin" "indisready" "indislive" "indisreplident" "indkey" "indcollation" "indclass" "indoption" "indexprs" "indpred")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 1 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 33 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname i :colnames <>} :eref {ALIAS :aliasname i :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "indexrelid" "indrelid" "indnatts" "indnkeyatts" "indisunique" "indnullsnotdistinct" "indisprimary" "indisexclusion" "indimmediate" "indisclustered" "indisvalid" "indcheckxmin" "indisready" "indislive" "indisreplident" "indkey" "indcollation" "indclass" "indoption" "indexprs" "indpred" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 1 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 33 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "indexrelid" "indrelid" "indnatts" "indnkeyatts" "indisunique" "indnullsnotdistinct" "indisprimary" "indisexclusion" "indimmediate" "indisclustered" "indisvalid" "indcheckxmin" "indisready" "indislive" "indisreplident" "indkey" "indcollation" "indclass" "indoption" "indexprs" "indpred" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 1 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 33 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2610 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 444} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 452}) :location 450} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 494} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 502}) :location 500} :alias <> :rtindex 5} :rarg {RANGETBLREF :rtindex 6} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 556} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 564}) :location 562} :alias <> :rtindex 7}) :quals {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 590} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 604 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 609 :constvalue 1 [ 116 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 614 :constvalue 1 [ 109 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 600}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 60} :resno 1 :resname relid :ressortgroupref 0 :resorigtbl 1259 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 88} :resno 2 :resname indexrelid :ressortgroupref 0 :resorigtbl 1259 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location 121} :resno 3 :resname schemaname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 158} :resno 4 :resname relname :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 192} :resno 5 :resname indexrelname :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {OPEXPR :opno 685 :opfuncid 464 :opresulttype 20 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 1934 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 258}) :location 231} {FUNCEXPR :funcid 1935 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 310}) :location 287}) :location 265} :resno 6 :resname idx_blks_read :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1935 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 370}) :location 347} :resno 7 :resname idx_blks_hit :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 618}) 12204 _RETURN 12201 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_statio_all_indexes :colnames ("relid" "indexrelid" "schemaname" "relname" "indexrelname" "idx_blks_read" "idx_blks_hit")} :rtekind 0 :relid 12196 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 12196 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 13 14) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop or :args ({SCALARARRAYOPEXPR :opno 93 :opfuncid 62 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 950 :args ({VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 87} {ARRAYEXPR :array_typeid 1003 :array_collid 950 :element_typeid 19 :elements ({CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 102 :constvalue 64 [ 112 103 95 99 97 116 97 108 111 103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 116 :constvalue 64 [ 105 110 102 111 114 109 97 116 105 111 110 95 115 99 104 101 109 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 98} {OPEXPR :opno 639 :opfuncid 79 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 151} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 164 :constvalue 13 [ 52 0 0 0 94 112 103 95 116 111 97 115 116 ]}) :location 162}) :location 138}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 48} :resno 1 :resname relid :ressortgroupref 0 :resorigtbl 12196 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 48} :resno 2 :resname indexrelid :ressortgroupref 0 :resorigtbl 12196 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 48} :resno 3 :resname schemaname :ressortgroupref 0 :resorigtbl 12196 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 48} :resno 4 :resname relname :ressortgroupref 0 :resorigtbl 12196 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 48} :resno 5 :resname indexrelname :ressortgroupref 0 :resorigtbl 12196 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 48} :resno 6 :resname idx_blks_read :ressortgroupref 0 :resorigtbl 12196 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 48} :resno 7 :resname idx_blks_hit :ressortgroupref 0 :resorigtbl 12196 :resorigcol 7 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 175}) 12208 _RETURN 12205 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_statio_all_indexes :colnames ("relid" "indexrelid" "schemaname" "relname" "indexrelname" "idx_blks_read" "idx_blks_hit")} :rtekind 0 :relid 12196 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 12196 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 13 14) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop and :args ({SCALARARRAYOPEXPR :opno 643 :opfuncid 659 :hashfuncid 0 :negfuncid 0 :useOr false :inputcollid 950 :args ({VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 88} {ARRAYEXPR :array_typeid 1003 :array_collid 950 :element_typeid 19 :elements ({CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 107 :constvalue 64 [ 112 103 95 99 97 116 97 108 111 103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 121 :constvalue 64 [ 105 110 102 111 114 109 97 116 105 111 110 95 115 99 104 101 109 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 99} {OPEXPR :opno 640 :opfuncid 1252 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 157} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 171 :constvalue 13 [ 52 0 0 0 94 112 103 95 116 111 97 115 116 ]}) :location 168}) :location 143}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 49} :resno 1 :resname relid :ressortgroupref 0 :resorigtbl 12196 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 49} :resno 2 :resname indexrelid :ressortgroupref 0 :resorigtbl 12196 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 49} :resno 3 :resname schemaname :ressortgroupref 0 :resorigtbl 12196 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 49} :resno 4 :resname relname :ressortgroupref 0 :resorigtbl 12196 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 49} :resno 5 :resname indexrelname :ressortgroupref 0 :resorigtbl 12196 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 49} :resno 6 :resname idx_blks_read :ressortgroupref 0 :resorigtbl 12196 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 49} :resno 7 :resname idx_blks_hit :ressortgroupref 0 :resorigtbl 12196 :resorigcol 7 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 182}) 12212 _RETURN 12209 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 1 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 33 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 376} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 384}) :location 382} :alias <> :rtindex 3}) :quals {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 410} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 422 :constvalue 1 [ 83 0 0 0 0 0 0 0 ]}) :location 420}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 62} :resno 1 :resname relid :ressortgroupref 0 :resorigtbl 1259 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 90} :resno 2 :resname schemaname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 127} :resno 3 :resname relname :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {OPEXPR :opno 685 :opfuncid 464 :opresulttype 20 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 1934 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 188}) :location 161} {FUNCEXPR :funcid 1935 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 240}) :location 217}) :location 195} :resno 4 :resname blks_read :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1935 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 296}) :location 273} :resno 5 :resname blks_hit :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 425}) 12217 _RETURN 12214 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_statio_all_sequences :colnames ("relid" "schemaname" "relname" "blks_read" "blks_hit")} :rtekind 0 :relid 12209 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 12209 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop or :args ({SCALARARRAYOPEXPR :opno 93 :opfuncid 62 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 91} {ARRAYEXPR :array_typeid 1003 :array_collid 950 :element_typeid 19 :elements ({CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 106 :constvalue 64 [ 112 103 95 99 97 116 97 108 111 103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 120 :constvalue 64 [ 105 110 102 111 114 109 97 116 105 111 110 95 115 99 104 101 109 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 102} {OPEXPR :opno 639 :opfuncid 79 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 155} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 168 :constvalue 13 [ 52 0 0 0 94 112 103 95 116 111 97 115 116 ]}) :location 166}) :location 142}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 50} :resno 1 :resname relid :ressortgroupref 0 :resorigtbl 12209 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 50} :resno 2 :resname schemaname :ressortgroupref 0 :resorigtbl 12209 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 50} :resno 3 :resname relname :ressortgroupref 0 :resorigtbl 12209 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 50} :resno 4 :resname blks_read :ressortgroupref 0 :resorigtbl 12209 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 50} :resno 5 :resname blks_hit :ressortgroupref 0 :resorigtbl 12209 :resorigcol 5 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 179}) 12221 _RETURN 12218 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_statio_all_sequences :colnames ("relid" "schemaname" "relname" "blks_read" "blks_hit")} :rtekind 0 :relid 12209 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 12209 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop and :args ({SCALARARRAYOPEXPR :opno 643 :opfuncid 659 :hashfuncid 0 :negfuncid 0 :useOr false :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 92} {ARRAYEXPR :array_typeid 1003 :array_collid 950 :element_typeid 19 :elements ({CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 111 :constvalue 64 [ 112 103 95 99 97 116 97 108 111 103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 125 :constvalue 64 [ 105 110 102 111 114 109 97 116 105 111 110 95 115 99 104 101 109 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 103} {OPEXPR :opno 640 :opfuncid 1252 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 161} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 175 :constvalue 13 [ 52 0 0 0 94 112 103 95 116 111 97 115 116 ]}) :location 172}) :location 147}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 51} :resno 1 :resname relid :ressortgroupref 0 :resorigtbl 12209 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 51} :resno 2 :resname schemaname :ressortgroupref 0 :resorigtbl 12209 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 51} :resno 3 :resname relname :ressortgroupref 0 :resorigtbl 12209 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 51} :resno 4 :resname blks_read :ressortgroupref 0 :resorigtbl 12209 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 51} :resno 5 :resname blks_hit :ressortgroupref 0 :resorigtbl 12209 :resorigcol 5 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 186}) 12225 _RETURN 12222 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("datid" "pid" "usesysid" "application_name" "state" "query" "wait_event_type" "wait_event" "xact_start" "query_start" "backend_start" "state_change" "client_addr" "client_hostname" "client_port" "backend_xid" "backend_xmin" "backend_type" "ssl" "sslversion" "sslcipher" "sslbits" "ssl_client_dn" "ssl_client_serial" "ssl_issuer_dn" "gss_auth" "gss_princ" "gss_enc" "gss_delegation" "leader_pid" "query_id")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 2022 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 672 :constvalue <>}) :location 651} :funccolcount 31 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname d :colnames <>} :eref {ALIAS :aliasname d :colnames ("oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 0 :relid 1262 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("datid" "pid" "usesysid" "application_name" "state" "query" "wait_event_type" "wait_event" "xact_start" "query_start" "backend_start" "state_change" "client_addr" "client_hostname" "client_port" "backend_xid" "backend_xmin" "backend_type" "ssl" "sslversion" "sslcipher" "sslbits" "ssl_client_dn" "ssl_client_serial" "ssl_issuer_dn" "gss_auth" "gss_princ" "gss_enc" "gss_delegation" "leader_pid" "query_id" "oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 869 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname u :colnames <>} :eref {ALIAS :aliasname u :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("datid" "pid" "usesysid" "application_name" "state" "query" "wait_event_type" "wait_event" "xact_start" "query_start" "backend_start" "state_change" "client_addr" "client_hostname" "client_port" "backend_xid" "backend_xmin" "backend_type" "ssl" "sslversion" "sslcipher" "sslbits" "ssl_client_dn" "ssl_client_serial" "ssl_issuer_dn" "gss_auth" "gss_princ" "gss_enc" "gss_delegation" "leader_pid" "query_id" "oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl" "oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 869 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1262 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 722} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 732}) :location 730} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 776} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 789}) :location 787} :alias <> :rtindex 5}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 55} :resno 1 :resname datid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 85} :resno 2 :resname datname :ressortgroupref 0 :resorigtbl 1262 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 119} :resno 3 :resname pid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 30 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location 138} :resno 4 :resname leader_pid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 164} :resno 5 :resname usesysid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 188} :resno 6 :resname usename :ressortgroupref 0 :resorigtbl 1260 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 222} :resno 7 :resname application_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 13 :vartype 869 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location 254} :resno 8 :resname client_addr :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 14 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location 281} :resno 9 :resname client_hostname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 15 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location 312} :resno 10 :resname client_port :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 11 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 339} :resno 11 :resname backend_start :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 368} :resno 12 :resname xact_start :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 10 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 394} :resno 13 :resname query_start :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 12 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location 421} :resno 14 :resname state_change :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 449} :resno 15 :resname wait_event_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 480} :resno 16 :resname wait_event :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 506} :resno 17 :resname state :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 16 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location 527} :resno 18 :resname backend_xid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 17 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 554} :resno 19 :resname backend_xmin :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 31 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location 582} :resno 20 :resname query_id :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 606} :resno 21 :resname query :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 18 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location 627} :resno 22 :resname backend_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 795}) 12230 _RETURN 12227 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("datid" "pid" "usesysid" "application_name" "state" "query" "wait_event_type" "wait_event" "xact_start" "query_start" "backend_start" "state_change" "client_addr" "client_hostname" "client_port" "backend_xid" "backend_xmin" "backend_type" "ssl" "sslversion" "sslcipher" "sslbits" "ssl_client_dn" "ssl_client_serial" "ssl_issuer_dn" "gss_auth" "gss_princ" "gss_enc" "gss_delegation" "leader_pid" "query_id")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 2022 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 604 :constvalue <>}) :location 583} :funccolcount 31 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname w :colnames <>} :eref {ALIAS :aliasname w :colnames ("pid" "state" "sent_lsn" "write_lsn" "flush_lsn" "replay_lsn" "write_lag" "flush_lag" "replay_lag" "sync_priority" "sync_state" "reply_time")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 3099 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 628} :funccolcount 12 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("datid" "pid" "usesysid" "application_name" "state" "query" "wait_event_type" "wait_event" "xact_start" "query_start" "backend_start" "state_change" "client_addr" "client_hostname" "client_port" "backend_xid" "backend_xmin" "backend_type" "ssl" "sslversion" "sslcipher" "sslbits" "ssl_client_dn" "ssl_client_serial" "ssl_issuer_dn" "gss_auth" "gss_princ" "gss_enc" "gss_delegation" "leader_pid" "query_id" "pid" "state" "sent_lsn" "write_lsn" "flush_lsn" "replay_lsn" "write_lag" "flush_lag" "replay_lag" "sync_priority" "sync_state" "reply_time")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 869 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 1186 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 1186 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 1186 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname u :colnames <>} :eref {ALIAS :aliasname u :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("datid" "pid" "usesysid" "application_name" "state" "query" "wait_event_type" "wait_event" "xact_start" "query_start" "backend_start" "state_change" "client_addr" "client_hostname" "client_port" "backend_xid" "backend_xmin" "backend_type" "ssl" "sslversion" "sslcipher" "sslbits" "ssl_client_dn" "ssl_client_serial" "ssl_issuer_dn" "gss_auth" "gss_princ" "gss_enc" "gss_delegation" "leader_pid" "query_id" "pid" "state" "sent_lsn" "write_lsn" "flush_lsn" "replay_lsn" "write_lag" "flush_lag" "replay_lag" "sync_priority" "sync_state" "reply_time" "oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 869 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 1186 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 1186 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 1186 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 663} {VAR :varno 2 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 671}) :location 669} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 715} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 728}) :location 726} :alias <> :rtindex 5}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 58} :resno 1 :resname pid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 77} :resno 2 :resname usesysid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 101} :resno 3 :resname usename :ressortgroupref 0 :resorigtbl 1260 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 135} :resno 4 :resname application_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 13 :vartype 869 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location 167} :resno 5 :resname client_addr :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 14 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location 194} :resno 6 :resname client_hostname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 15 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location 225} :resno 7 :resname client_port :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 11 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 252} :resno 8 :resname backend_start :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 17 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 281} :resno 9 :resname backend_xmin :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 309} :resno 10 :resname state :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 3 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 330} :resno 11 :resname sent_lsn :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 4 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location 354} :resno 12 :resname write_lsn :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 5 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location 379} :resno 13 :resname flush_lsn :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 6 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location 404} :resno 14 :resname replay_lsn :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 7 :vartype 1186 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location 430} :resno 15 :resname write_lag :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 8 :vartype 1186 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location 455} :resno 16 :resname flush_lag :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 9 :vartype 1186 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location 480} :resno 17 :resname replay_lag :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location 506} :resno 18 :resname sync_priority :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location 535} :resno 19 :resname sync_state :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 12 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location 561} :resno 20 :resname reply_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 734}) 12235 _RETURN 12232 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("name" "blks_zeroed" "blks_hit" "blks_read" "blks_written" "blks_exists" "flushes" "truncates" "stats_reset")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 2306 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 273} :funccolcount 9 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 51} :resno 1 :resname name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 71} :resno 2 :resname blks_zeroed :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 98} :resno 3 :resname blks_hit :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 122} :resno 4 :resname blks_read :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 147} :resno 5 :resname blks_written :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 175} :resno 6 :resname blks_exists :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 202} :resno 7 :resname flushes :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 225} :resno 8 :resname truncates :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 250} :resno 9 :resname stats_reset :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 293}) 12239 _RETURN 12236 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("pid" "status" "receive_start_lsn" "receive_start_tli" "written_lsn" "flushed_lsn" "received_tli" "last_msg_send_time" "last_msg_receipt_time" "latest_end_lsn" "latest_end_time" "slot_name" "sender_host" "sender_port" "conninfo")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 3317 :funcresulttype 2249 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 479} :funccolcount 15 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {NULLTEST :arg {VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 518} :nulltesttype 1 :argisrow false :location 524}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 59} :resno 1 :resname pid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 78} :resno 2 :resname status :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 100} :resno 3 :resname receive_start_lsn :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 133} :resno 4 :resname receive_start_tli :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 166} :resno 5 :resname written_lsn :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 193} :resno 6 :resname flushed_lsn :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 220} :resno 7 :resname received_tli :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 248} :resno 8 :resname last_msg_send_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 282} :resno 9 :resname last_msg_receipt_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 10 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 319} :resno 10 :resname latest_end_lsn :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 11 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 349} :resno 11 :resname latest_end_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 12 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location 380} :resno 12 :resname slot_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 13 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location 405} :resno 13 :resname sender_host :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 14 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location 432} :resno 14 :resname sender_port :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 15 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location 459} :resno 15 :resname conninfo :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 535}) 12243 _RETURN 12240 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("stats_reset" "prefetch" "hit" "skip_init" "skip_new" "skip_fpw" "skip_rep" "wal_distance" "block_distance" "io_depth")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 6248 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 310} :funccolcount 10 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 64} :resno 1 :resname stats_reset :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 91} :resno 2 :resname prefetch :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 115} :resno 3 :resname hit :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 134} :resno 4 :resname skip_init :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 159} :resno 5 :resname skip_new :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 183} :resno 6 :resname skip_fpw :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 207} :resno 7 :resname skip_rep :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 231} :resno 8 :resname wal_distance :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 259} :resno 9 :resname block_distance :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 289} :resno 10 :resname io_depth :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 343}) 12247 _RETURN 12244 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname su :colnames <>} :eref {ALIAS :aliasname su :colnames ("oid" "subdbid" "subskiplsn" "subname" "subowner" "subenabled" "subbinary" "substream" "subtwophasestate" "subdisableonerr" "subpasswordrequired" "subrunasowner" "subfailover" "subconninfo" "subslotname" "subsynccommit" "subpublications" "suborigin")} :rtekind 0 :relid 6100 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname st :colnames <>} :eref {ALIAS :aliasname st :colnames ("subid" "relid" "pid" "leader_pid" "received_lsn" "last_msg_send_time" "last_msg_receipt_time" "latest_end_lsn" "latest_end_time" "worker_type")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 6118 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 26 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 436 :constvalue <>}) :location 411} :funccolcount 10 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "subdbid" "subskiplsn" "subname" "subowner" "subenabled" "subbinary" "substream" "subtwophasestate" "subdisableonerr" "subpasswordrequired" "subrunasowner" "subfailover" "subconninfo" "subslotname" "subsynccommit" "subpublications" "suborigin" "subid" "relid" "pid" "leader_pid" "received_lsn" "last_msg_send_time" "last_msg_receipt_time" "latest_end_lsn" "latest_end_time" "worker_type")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 6100 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 11) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 471} {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 482}) :location 480} :alias <> :rtindex 3}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 59} :resno 1 :resname subid :ressortgroupref 0 :resorigtbl 6100 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 88} :resno 2 :resname subname :ressortgroupref 0 :resorigtbl 6100 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 10 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location 112} :resno 3 :resname worker_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 140} :resno 4 :resname pid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location 160} :resno 5 :resname leader_pid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 187} :resno 6 :resname relid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 5 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location 209} :resno 7 :resname received_lsn :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 6 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location 238} :resno 8 :resname last_msg_send_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 7 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location 273} :resno 9 :resname last_msg_receipt_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 8 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location 311} :resno 10 :resname latest_end_lsn :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 9 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location 342} :resno 11 :resname latest_end_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 489}) 12252 _RETURN 12249 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("datid" "pid" "usesysid" "application_name" "state" "query" "wait_event_type" "wait_event" "xact_start" "query_start" "backend_start" "state_change" "client_addr" "client_hostname" "client_port" "backend_xid" "backend_xmin" "backend_type" "ssl" "sslversion" "sslcipher" "sslbits" "ssl_client_dn" "ssl_client_serial" "ssl_issuer_dn" "gss_auth" "gss_princ" "gss_enc" "gss_delegation" "leader_pid" "query_id")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 2022 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 342 :constvalue <>}) :location 321} :funccolcount 31 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {NULLTEST :arg {VAR :varno 1 :varattno 15 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location 363} :nulltesttype 1 :argisrow false :location 377}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 50} :resno 1 :resname pid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location 69} :resno 2 :resname ssl :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 20 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location 88} :resno 3 :resname version :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 21 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location 125} :resno 4 :resname cipher :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 22 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location 160} :resno 5 :resname bits :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 23 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location 191} :resno 6 :resname client_dn :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 24 :vartype 1700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location 233} :resno 7 :resname client_serial :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 25 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location 283} :resno 8 :resname issuer_dn :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 388}) 12256 _RETURN 12253 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("datid" "pid" "usesysid" "application_name" "state" "query" "wait_event_type" "wait_event" "xact_start" "query_start" "backend_start" "state_change" "client_addr" "client_hostname" "client_port" "backend_xid" "backend_xmin" "backend_type" "ssl" "sslversion" "sslcipher" "sslbits" "ssl_client_dn" "ssl_client_serial" "ssl_issuer_dn" "gss_auth" "gss_princ" "gss_enc" "gss_delegation" "leader_pid" "query_id")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 2022 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 263 :constvalue <>}) :location 242} :funccolcount 31 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {NULLTEST :arg {VAR :varno 1 :varattno 15 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location 284} :nulltesttype 1 :argisrow false :location 298}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 53} :resno 1 :resname pid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 26 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location 72} :resno 2 :resname gss_authenticated :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 27 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location 117} :resno 3 :resname principal :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 28 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location 155} :resno 4 :resname encrypted :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 29 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location 191} :resno 5 :resname credentials_delegated :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 309}) 12260 _RETURN 12257 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname l :colnames <>} :eref {ALIAS :aliasname l :colnames ("slot_name" "plugin" "slot_type" "datoid" "temporary" "active" "active_pid" "xmin" "catalog_xmin" "restart_lsn" "confirmed_flush_lsn" "wal_status" "safe_wal_size" "two_phase" "conflict_reason" "failover" "synced")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 3781 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 524} :funccolcount 17 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname d :colnames <>} :eref {ALIAS :aliasname d :colnames ("oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 0 :relid 1262 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("slot_name" "plugin" "slot_type" "datoid" "temporary" "active" "active_pid" "xmin" "catalog_xmin" "restart_lsn" "confirmed_flush_lsn" "wal_status" "safe_wal_size" "two_phase" "conflict_reason" "failover" "synced" "oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1262 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 596} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 607}) :location 605} :alias <> :rtindex 3}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 59} :resno 1 :resname slot_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 84} :resno 2 :resname plugin :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 106} :resno 3 :resname slot_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 131} :resno 4 :resname datoid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 153} :resno 5 :resname database :ressortgroupref 0 :resorigtbl 1262 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 188} :resno 6 :resname temporary :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 213} :resno 7 :resname active :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 235} :resno 8 :resname active_pid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 261} :resno 9 :resname xmin :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 281} :resno 10 :resname catalog_xmin :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 10 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 309} :resno 11 :resname restart_lsn :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 11 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 336} :resno 12 :resname confirmed_flush_lsn :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 12 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location 371} :resno 13 :resname wal_status :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 13 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location 397} :resno 14 :resname safe_wal_size :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location 426} :resno 15 :resname two_phase :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 15 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location 451} :resno 16 :resname conflict_reason :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 16 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location 482} :resno 17 :resname failover :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 17 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 506} :resno 18 :resname synced :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 613}) 12265 _RETURN 12262 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname r :colnames <>} :eref {ALIAS :aliasname r :colnames ("slot_name" "plugin" "slot_type" "datoid" "database" "temporary" "active" "active_pid" "xmin" "catalog_xmin" "restart_lsn" "confirmed_flush_lsn" "wal_status" "safe_wal_size" "two_phase" "conflict_reason" "failover" "synced")} :rtekind 0 :relid 12257 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("slot_name" "spill_txns" "spill_count" "spill_bytes" "stream_txns" "stream_count" "stream_bytes" "total_txns" "total_bytes" "stats_reset")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 6169 :funcresulttype 2249 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 950 :args ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 1 :varattno 1 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 400}) :location -1}) :location 371} :funccolcount 10 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral true :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 12257 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 11) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2}) :quals {NULLTEST :arg {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 426} :nulltesttype 1 :argisrow false :location 435}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 2 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 64} :resno 1 :resname slot_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 89} :resno 2 :resname spill_txns :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 3 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 115} :resno 3 :resname spill_count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location 142} :resno 4 :resname spill_bytes :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location 169} :resno 5 :resname stream_txns :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location 196} :resno 6 :resname stream_count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location 224} :resno 7 :resname stream_bytes :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 8 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location 252} :resno 8 :resname total_txns :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 9 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location 278} :resno 9 :resname total_bytes :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 10 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location 305} :resno 10 :resname stats_reset :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 446}) 12269 _RETURN 12266 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname d :colnames <>} :eref {ALIAS :aliasname d :colnames ("oid" "datname")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 1 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 1 :colnames ("oid" "datname")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2486 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 2496 :constvalue <>} :resno 2 :resname datname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 2 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 2 :colnames ("oid" "datname")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_database :colnames ("oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 0 :relid 1262 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1262 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2551} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 1262 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 2556} :resno 2 :resname datname :ressortgroupref 0 :resorigtbl 1262 :resorigcol 2 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2486} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 2496} :resno 2 :resname datname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations {SETOPERATIONSTMT :op 1 :all true :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :colTypes (o 26 19) :colTypmods (i -1 -1) :colCollations (o 0 950) :groupClauses <>} :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 532} :resno 1 :resname datid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 560} :resno 2 :resname datname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 23 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 629} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 638 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 1 :location 640}) :location 635} :result {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 652 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :location 623}) :defresult {FUNCEXPR :funcid 1941 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 706}) :location 679} :location 598} :resno 3 :resname numbackends :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1942 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 788}) :location 761} :resno 4 :resname xact_commit :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1943 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 852}) :location 823} :resno 5 :resname xact_rollback :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {OPEXPR :opno 685 :opfuncid 464 :opresulttype 20 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 1944 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 919}) :location 889} {FUNCEXPR :funcid 1945 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 974}) :location 948}) :location 926} :resno 6 :resname blks_read :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1945 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1033}) :location 1007} :resno 7 :resname blks_hit :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 2758 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1096}) :location 1065} :resno 8 :resname tup_returned :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 2759 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1162}) :location 1132} :resno 9 :resname tup_fetched :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 2760 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1228}) :location 1197} :resno 10 :resname tup_inserted :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 2761 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1294}) :location 1264} :resno 11 :resname tup_updated :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 2762 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1359}) :location 1329} :resno 12 :resname tup_deleted :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3070 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1422}) :location 1394} :resno 13 :resname conflicts :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3150 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1481}) :location 1455} :resno 14 :resname temp_files :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3151 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1541}) :location 1515} :resno 15 :resname temp_bytes :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3152 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1600}) :location 1575} :resno 16 :resname deadlocks :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3426 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1666}) :location 1633} :resno 17 :resname checksum_failures :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3428 :funcresulttype 1184 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1744}) :location 1707} :resno 18 :resname checksum_last_failure :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 2844 :funcresulttype 701 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1818}) :location 1789} :resno 19 :resname blk_read_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 2845 :funcresulttype 701 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1885}) :location 1855} :resno 20 :resname blk_write_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 6185 :funcresulttype 701 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1951}) :location 1923} :resno 21 :resname session_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 6186 :funcresulttype 701 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2014}) :location 1987} :resno 22 :resname active_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 6187 :funcresulttype 701 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2089}) :location 2049} :resno 23 :resname idle_in_transaction_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 6188 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2161}) :location 2137} :resno 24 :resname sessions :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 6189 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2227}) :location 2193} :resno 25 :resname sessions_abandoned :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 6190 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2299}) :location 2269} :resno 26 :resname sessions_fatal :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 6191 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2368}) :location 2337} :resno 27 :resname sessions_killed :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3074 :funcresulttype 1184 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2438}) :location 2407} :resno 28 :resname stats_reset :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 447 :stmt_len 2141}) 12274 _RETURN 12271 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname d :colnames <>} :eref {ALIAS :aliasname d :colnames ("oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 0 :relid 1262 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1262 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 65} :resno 1 :resname datid :ressortgroupref 0 :resorigtbl 1262 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 93} :resno 2 :resname datname :ressortgroupref 0 :resorigtbl 1262 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3065 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 162}) :location 127} :resno 3 :resname confl_tablespace :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3066 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 231}) :location 202} :resno 4 :resname confl_lock :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3067 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 298}) :location 265} :resno 5 :resname confl_snapshot :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3068 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 370}) :location 336} :resno 6 :resname confl_bufferpin :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3069 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 450}) :location 409} :resno 7 :resname confl_deadlock :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 6309 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 524}) :location 488} :resno 8 :resname confl_active_logicalslot :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 581}) 12278 _RETURN 12275 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname p :colnames <>} :eref {ALIAS :aliasname p :colnames ("oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl")} :rtekind 0 :relid 1255 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1255 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 12) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 383} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 391}) :location 389} :alias <> :rtindex 3}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 608 :opfuncid 185 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 417} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 430 :constvalue 4 [ 12 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 427} {NULLTEST :arg {FUNCEXPR :funcid 2978 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 521}) :location 494} :nulltesttype 1 :argisrow false :location 528}) :location 490}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 61} :resno 1 :resname funcid :ressortgroupref 0 :resorigtbl 1255 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 90} :resno 2 :resname schemaname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 127} :resno 3 :resname funcname :ressortgroupref 0 :resorigtbl 1255 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 2978 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 189}) :location 162} :resno 4 :resname calls :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 2979 :funcresulttype 701 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 250}) :location 218} :resno 5 :resname total_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 2980 :funcresulttype 701 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 315}) :location 284} :resno 6 :resname self_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 539}) 12283 _RETURN 12280 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname p :colnames <>} :eref {ALIAS :aliasname p :colnames ("oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl")} :rtekind 0 :relid 1255 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1255 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 12) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 403} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 411}) :location 409} :alias <> :rtindex 3}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 608 :opfuncid 185 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 437} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 450 :constvalue 4 [ 12 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 447} {NULLTEST :arg {FUNCEXPR :funcid 3046 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 546}) :location 514} :nulltesttype 1 :argisrow false :location 553}) :location 510}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 66} :resno 1 :resname funcid :ressortgroupref 0 :resorigtbl 1255 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 95} :resno 2 :resname schemaname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 132} :resno 3 :resname funcname :ressortgroupref 0 :resorigtbl 1255 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3046 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 199}) :location 167} :resno 4 :resname calls :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3047 :funcresulttype 701 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 265}) :location 228} :resno 5 :resname total_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3048 :funcresulttype 701 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 335}) :location 299} :resno 6 :resname self_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 564}) 12288 _RETURN 12285 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("archived_count" "last_archived_wal" "last_archived_time" "failed_count" "last_failed_wal" "last_failed_time" "stats_reset")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 3195 :funcresulttype 2249 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 238} :funccolcount 7 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 51} :resno 1 :resname archived_count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 77} :resno 2 :resname last_archived_wal :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 106} :resno 3 :resname last_archived_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 136} :resno 4 :resname failed_count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 160} :resno 5 :resname last_failed_wal :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 187} :resno 6 :resname last_failed_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 215} :resno 7 :resname stats_reset :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 262}) 13989 _RETURN 13986 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 213} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 220 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 201}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 128} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 123} :resno 1 :resname role_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 228}) 12292 _RETURN 12289 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 2772 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 51} :resno 1 :resname buffers_clean :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 2773 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 118} :resno 2 :resname maxwritten_clean :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 2859 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 187} :resno 3 :resname buffers_alloc :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3075 :funcresulttype 1184 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 237} :resno 4 :resname stats_reset :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 290}) 12296 _RETURN 12293 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {FUNCEXPR :funcid 2769 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 55} :resno 1 :resname num_timed :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 2770 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 114} :resno 2 :resname num_requested :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 8743 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 181} :resno 3 :resname restartpoints_timed :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 8744 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 260} :resno 4 :resname restartpoints_req :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 8745 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 341} :resno 5 :resname restartpoints_done :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3160 :funcresulttype 701 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 423} :resno 6 :resname write_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 3161 :funcresulttype 701 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 484} :resno 7 :resname sync_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 2771 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 543} :resno 8 :resname buffers_written :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 8206 :funcresulttype 1184 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 614} :resno 9 :resname stats_reset :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 671}) 12300 _RETURN 12297 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname b :colnames <>} :eref {ALIAS :aliasname b :colnames ("backend_type" "object" "context" "reads" "read_time" "writes" "write_time" "writebacks" "writeback_time" "extends" "extend_time" "op_bytes" "hits" "evictions" "reuses" "fsyncs" "fsync_time" "stats_reset")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 6214 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 386} :funccolcount 18 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 40} :resno 1 :resname backend_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 63} :resno 2 :resname object :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 80} :resno 3 :resname context :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 98} :resno 4 :resname reads :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 701 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 114} :resno 5 :resname read_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 134} :resno 6 :resname writes :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 701 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 151} :resno 7 :resname write_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 172} :resno 8 :resname writebacks :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 701 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 193} :resno 9 :resname writeback_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 10 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 218} :resno 10 :resname extends :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 11 :vartype 701 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 236} :resno 11 :resname extend_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 12 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location 258} :resno 12 :resname op_bytes :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 13 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location 277} :resno 13 :resname hits :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 14 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location 292} :resno 14 :resname evictions :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 15 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location 312} :resno 15 :resname reuses :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 16 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location 329} :resno 16 :resname fsyncs :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 17 :vartype 701 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 346} :resno 17 :resname fsync_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 18 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location 367} :resno 18 :resname stats_reset :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 404}) 12304 _RETURN 12301 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname w :colnames <>} :eref {ALIAS :aliasname w :colnames ("wal_records" "wal_fpi" "wal_bytes" "wal_buffers_full" "wal_write" "wal_sync" "wal_write_time" "wal_sync_time" "stats_reset")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 1136 :funcresulttype 2249 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 252} :funccolcount 9 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 46} :resno 1 :resname wal_records :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 69} :resno 2 :resname wal_fpi :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 88} :resno 3 :resname wal_bytes :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 109} :resno 4 :resname wal_buffers_full :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 137} :resno 5 :resname wal_write :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 158} :resno 6 :resname wal_sync :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 701 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 178} :resno 7 :resname wal_write_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 701 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 204} :resno 8 :resname wal_sync_time :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 229} :resno 9 :resname stats_reset :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 271}) 12308 _RETURN 12305 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("pid" "datid" "relid" "param1" "param2" "param3" "param4" "param5" "param6" "param7" "param8" "param9" "param10" "param11" "param12" "param13" "param14" "param15" "param16" "param17" "param18" "param19" "param20")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 3318 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 871 :constvalue 11 [ 44 0 0 0 65 78 65 76 89 90 69 ]}) :location 845} :funccolcount 23 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname d :colnames <>} :eref {ALIAS :aliasname d :colnames ("oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 0 :relid 1262 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("pid" "datid" "relid" "param1" "param2" "param3" "param4" "param5" "param6" "param7" "param8" "param9" "param10" "param11" "param12" "param13" "param14" "param15" "param16" "param17" "param18" "param19" "param20" "oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1262 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 922} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 932}) :location 930} :alias <> :rtindex 3}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 59} :resno 1 :resname pid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 73} :resno 2 :resname datid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 91} :resno 3 :resname datname :ressortgroupref 0 :resorigtbl 1262 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 126} :resno 4 :resname relid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 25 :casecollid 100 :arg {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 165} :args ({CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 179 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 174} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 186 :constvalue 16 [ 64 0 0 0 105 110 105 116 105 97 108 105 122 105 110 103 ]} :location 174} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 228 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 223} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 235 :constvalue 25 [ 100 0 0 0 97 99 113 117 105 114 105 110 103 32 115 97 109 112 108 101 32 114 111 119 115 ]} :location 223} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 286 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 281} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 293 :constvalue 35 [ -116 0 0 0 97 99 113 117 105 114 105 110 103 32 105 110 104 101 114 105 116 101 100 32 115 97 109 112 108 101 32 114 111 119 115 ]} :location 281} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 354 :constvalue 4 [ 3 0 0 0 0 0 0 0 ]}) :location 349} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 361 :constvalue 24 [ 96 0 0 0 99 111 109 112 117 116 105 110 103 32 115 116 97 116 105 115 116 105 99 115 ]} :location 349} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 411 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 406} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 418 :constvalue 33 [ -124 0 0 0 99 111 109 112 117 116 105 110 103 32 101 120 116 101 110 100 101 100 32 115 116 97 116 105 115 116 105 99 115 ]} :location 406} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 477 :constvalue 4 [ 5 0 0 0 0 0 0 0 ]}) :location 472} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 484 :constvalue 22 [ 88 0 0 0 102 105 110 97 108 105 122 105 110 103 32 97 110 97 108 121 122 101 ]} :location 472}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 160} :resno 5 :resname phase :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 549} :resno 6 :resname sample_blks_total :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 588} :resno 7 :resname sample_blks_scanned :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 629} :resno 8 :resname ext_stats_total :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 666} :resno 9 :resname ext_stats_computed :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 706} :resno 10 :resname child_tables_total :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 10 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 746} :resno 11 :resname child_tables_done :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1287 :funcresulttype 26 :funcretset false :funcvariadic false :funcformat 1 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 11 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 790}) :location 785} :resno 12 :resname current_child_table_relid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 937}) 12313 _RETURN 12310 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("pid" "datid" "relid" "param1" "param2" "param3" "param4" "param5" "param6" "param7" "param8" "param9" "param10" "param11" "param12" "param13" "param14" "param15" "param16" "param17" "param18" "param19" "param20")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 3318 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 853 :constvalue 10 [ 40 0 0 0 86 65 67 85 85 77 ]}) :location 827} :funccolcount 23 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname d :colnames <>} :eref {ALIAS :aliasname d :colnames ("oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 0 :relid 1262 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("pid" "datid" "relid" "param1" "param2" "param3" "param4" "param5" "param6" "param7" "param8" "param9" "param10" "param11" "param12" "param13" "param14" "param15" "param16" "param17" "param18" "param19" "param20" "oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1262 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 903} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 913}) :location 911} :alias <> :rtindex 3}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 58} :resno 1 :resname pid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 72} :resno 2 :resname datid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 90} :resno 3 :resname datname :ressortgroupref 0 :resorigtbl 1262 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 120} :resno 4 :resname relid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 25 :casecollid 100 :arg {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 151} :args ({CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 165 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 160} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 172 :constvalue 16 [ 64 0 0 0 105 110 105 116 105 97 108 105 122 105 110 103 ]} :location 160} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 214 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 209} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 221 :constvalue 17 [ 68 0 0 0 115 99 97 110 110 105 110 103 32 104 101 97 112 ]} :location 209} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 264 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 259} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 271 :constvalue 21 [ 84 0 0 0 118 97 99 117 117 109 105 110 103 32 105 110 100 101 120 101 115 ]} :location 259} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 318 :constvalue 4 [ 3 0 0 0 0 0 0 0 ]}) :location 313} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 325 :constvalue 18 [ 72 0 0 0 118 97 99 117 117 109 105 110 103 32 104 101 97 112 ]} :location 313} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 369 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 364} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 376 :constvalue 23 [ 92 0 0 0 99 108 101 97 110 105 110 103 32 117 112 32 105 110 100 101 120 101 115 ]} :location 364} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 425 :constvalue 4 [ 5 0 0 0 0 0 0 0 ]}) :location 420} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 432 :constvalue 19 [ 76 0 0 0 116 114 117 110 99 97 116 105 110 103 32 104 101 97 112 ]} :location 420} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 477 :constvalue 4 [ 6 0 0 0 0 0 0 0 ]}) :location 472} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 484 :constvalue 28 [ 112 0 0 0 112 101 114 102 111 114 109 105 110 103 32 102 105 110 97 108 32 99 108 101 97 110 117 112 ]} :location 472}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 146} :resno 5 :resname phase :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 555} :resno 6 :resname heap_blks_total :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 584} :resno 7 :resname heap_blks_scanned :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 623} :resno 8 :resname heap_blks_vacuumed :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 655} :resno 9 :resname index_vacuum_count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 695} :resno 10 :resname max_dead_tuples :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 10 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 724} :resno 11 :resname num_dead_tuples :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 11 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 761} :resno 12 :resname indexes_total :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 12 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location 788} :resno 13 :resname indexes_processed :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 918}) 12318 _RETURN 12315 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("pid" "datid" "relid" "param1" "param2" "param3" "param4" "param5" "param6" "param7" "param8" "param9" "param10" "param11" "param12" "param13" "param14" "param15" "param16" "param17" "param18" "param19" "param20")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 3318 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1045 :constvalue 11 [ 44 0 0 0 67 76 85 83 84 69 82 ]}) :location 1019} :funccolcount 23 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname d :colnames <>} :eref {ALIAS :aliasname d :colnames ("oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 0 :relid 1262 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("pid" "datid" "relid" "param1" "param2" "param3" "param4" "param5" "param6" "param7" "param8" "param9" "param10" "param11" "param12" "param13" "param14" "param15" "param16" "param17" "param18" "param19" "param20" "oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1262 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1096} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1106}) :location 1104} :alias <> :rtindex 3}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 59} :resno 1 :resname pid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 81} :resno 2 :resname datid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 107} :resno 3 :resname datname :ressortgroupref 0 :resorigtbl 1262 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 137} :resno 4 :resname relid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 25 :casecollid 100 :arg {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 168} :args ({CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 182 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 177} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 189 :constvalue 11 [ 44 0 0 0 67 76 85 83 84 69 82 ]} :location 177} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 226 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 221} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 233 :constvalue 15 [ 60 0 0 0 86 65 67 85 85 77 32 70 85 76 76 ]} :location 221}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 163} :resno 5 :resname command :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 25 :casecollid 100 :arg {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 298} :args ({CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 312 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 307} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 319 :constvalue 16 [ 64 0 0 0 105 110 105 116 105 97 108 105 122 105 110 103 ]} :location 307} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 361 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 356} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 368 :constvalue 21 [ 84 0 0 0 115 101 113 32 115 99 97 110 110 105 110 103 32 104 101 97 112 ]} :location 356} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 415 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 410} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 422 :constvalue 23 [ 92 0 0 0 105 110 100 101 120 32 115 99 97 110 110 105 110 103 32 104 101 97 112 ]} :location 410} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 471 :constvalue 4 [ 3 0 0 0 0 0 0 0 ]}) :location 466} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 478 :constvalue 18 [ 72 0 0 0 115 111 114 116 105 110 103 32 116 117 112 108 101 115 ]} :location 466} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 522 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 517} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 529 :constvalue 20 [ 80 0 0 0 119 114 105 116 105 110 103 32 110 101 119 32 104 101 97 112 ]} :location 517} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 575 :constvalue 4 [ 5 0 0 0 0 0 0 0 ]}) :location 570} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 582 :constvalue 27 [ 108 0 0 0 115 119 97 112 112 105 110 103 32 114 101 108 97 116 105 111 110 32 102 105 108 101 115 ]} :location 570} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 635 :constvalue 4 [ 6 0 0 0 0 0 0 0 ]}) :location 630} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 642 :constvalue 20 [ 80 0 0 0 114 101 98 117 105 108 100 105 110 103 32 105 110 100 101 120 ]} :location 630} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 688 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]}) :location 683} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 695 :constvalue 28 [ 112 0 0 0 112 101 114 102 111 114 109 105 110 103 32 102 105 110 97 108 32 99 108 101 97 110 117 112 ]} :location 683}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 293} :resno 6 :resname phase :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1287 :funcresulttype 26 :funcretset false :funcvariadic false :funcformat 1 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 771}) :location 766} :resno 7 :resname cluster_index_relid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 820} :resno 8 :resname heap_tuples_scanned :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 861} :resno 9 :resname heap_tuples_written :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 902} :resno 10 :resname heap_blks_total :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 10 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 939} :resno 11 :resname heap_blks_scanned :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 11 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location 978} :resno 12 :resname index_rebuild_count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1111}) 12323 _RETURN 12320 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("pid" "datid" "relid" "param1" "param2" "param3" "param4" "param5" "param6" "param7" "param8" "param9" "param10" "param11" "param12" "param13" "param14" "param15" "param16" "param17" "param18" "param19" "param20")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 3318 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1651 :constvalue 16 [ 64 0 0 0 67 82 69 65 84 69 32 73 78 68 69 88 ]}) :location 1625} :funccolcount 23 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname d :colnames <>} :eref {ALIAS :aliasname d :colnames ("oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 0 :relid 1262 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("pid" "datid" "relid" "param1" "param2" "param3" "param4" "param5" "param6" "param7" "param8" "param9" "param10" "param11" "param12" "param13" "param14" "param15" "param16" "param17" "param18" "param19" "param20" "oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1262 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1707} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1717}) :location 1715} :alias <> :rtindex 3}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 64} :resno 1 :resname pid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 78} :resno 2 :resname datid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 96} :resno 3 :resname datname :ressortgroupref 0 :resorigtbl 1262 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 126} :resno 4 :resname relid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1287 :funcresulttype 26 :funcretset false :funcvariadic false :funcformat 1 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 10 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 157}) :location 152} :resno 5 :resname index_relid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 25 :casecollid 100 :arg {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 203} :args ({CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 217 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 212} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 224 :constvalue 16 [ 64 0 0 0 67 82 69 65 84 69 32 73 78 68 69 88 ]} :location 212} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 266 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 261} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 273 :constvalue 29 [ 116 0 0 0 67 82 69 65 84 69 32 73 78 68 69 88 32 67 79 78 67 85 82 82 69 78 84 76 89 ]} :location 261} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 328 :constvalue 4 [ 3 0 0 0 0 0 0 0 ]}) :location 323} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 335 :constvalue 11 [ 44 0 0 0 82 69 73 78 68 69 88 ]} :location 323} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 372 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 367} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 379 :constvalue 24 [ 96 0 0 0 82 69 73 78 68 69 88 32 67 79 78 67 85 82 82 69 78 84 76 89 ]} :location 367}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 198} :resno 6 :resname command :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 25 :casecollid 100 :arg {VAR :varno 1 :varattno 13 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location 453} :args ({CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 468 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 463} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 475 :constvalue 16 [ 64 0 0 0 105 110 105 116 105 97 108 105 122 105 110 103 ]} :location 463} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 518 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 513} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 525 :constvalue 36 [ -112 0 0 0 119 97 105 116 105 110 103 32 102 111 114 32 119 114 105 116 101 114 115 32 98 101 102 111 114 101 32 98 117 105 108 100 ]} :location 513} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 588 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 583} :result {OPEXPR :opno 654 :opfuncid 1258 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 595 :constvalue 18 [ 72 0 0 0 98 117 105 108 100 105 110 103 32 105 110 100 101 120 ]} {COALESCEEXPR :coalescetype 25 :coalescecollid 100 :args ({OPEXPR :opno 654 :opfuncid 1258 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 652 :constvalue 6 [ 24 0 0 0 58 32 ]} {FUNCEXPR :funcid 676 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({FUNCEXPR :funcid 1287 :funcresulttype 26 :funcretset false :funcvariadic false :funcformat 1 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 12 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location 690}) :location 698} {VAR :varno 1 :varattno 14 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location 705}) :location 660}) :location 657} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 754 :constvalue 4 [ 16 0 0 0 ]}) :location 642}) :location 612} :location 583} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 786 :constvalue 4 [ 3 0 0 0 0 0 0 0 ]}) :location 781} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 793 :constvalue 41 [ -92 0 0 0 119 97 105 116 105 110 103 32 102 111 114 32 119 114 105 116 101 114 115 32 98 101 102 111 114 101 32 118 97 108 105 100 97 116 105 111 110 ]} :location 781} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 861 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 856} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 868 :constvalue 36 [ -112 0 0 0 105 110 100 101 120 32 118 97 108 105 100 97 116 105 111 110 58 32 115 99 97 110 110 105 110 103 32 105 110 100 101 120 ]} :location 856} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 931 :constvalue 4 [ 5 0 0 0 0 0 0 0 ]}) :location 926} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 938 :constvalue 36 [ -112 0 0 0 105 110 100 101 120 32 118 97 108 105 100 97 116 105 111 110 58 32 115 111 114 116 105 110 103 32 116 117 112 108 101 115 ]} :location 926} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1001 :constvalue 4 [ 6 0 0 0 0 0 0 0 ]}) :location 996} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1008 :constvalue 36 [ -112 0 0 0 105 110 100 101 120 32 118 97 108 105 100 97 116 105 111 110 58 32 115 99 97 110 110 105 110 103 32 116 97 98 108 101 ]} :location 996} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1071 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]}) :location 1066} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1078 :constvalue 29 [ 116 0 0 0 119 97 105 116 105 110 103 32 102 111 114 32 111 108 100 32 115 110 97 112 115 104 111 116 115 ]} :location 1066} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1134 :constvalue 4 [ 8 0 0 0 0 0 0 0 ]}) :location 1129} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1141 :constvalue 43 [ -84 0 0 0 119 97 105 116 105 110 103 32 102 111 114 32 114 101 97 100 101 114 115 32 98 101 102 111 114 101 32 109 97 114 107 105 110 103 32 100 101 97 100 ]} :location 1129} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1211 :constvalue 4 [ 9 0 0 0 0 0 0 0 ]}) :location 1206} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1218 :constvalue 39 [ -100 0 0 0 119 97 105 116 105 110 103 32 102 111 114 32 114 101 97 100 101 114 115 32 98 101 102 111 114 101 32 100 114 111 112 112 105 110 103 ]} :location 1206}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 448} :resno 7 :resname phase :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 1301} :resno 8 :resname lockers_total :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 1336} :resno 9 :resname lockers_done :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 1370} :resno 10 :resname current_locker_pid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 19 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location 1410} :resno 11 :resname blocks_total :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 20 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location 1445} :resno 12 :resname blocks_done :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 15 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location 1479} :resno 13 :resname tuples_total :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 16 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location 1514} :resno 14 :resname tuples_done :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 17 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 1548} :resno 15 :resname partitions_total :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 18 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location 1587} :resno 16 :resname partitions_done :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1722}) 12328 _RETURN 12325 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("pid" "datid" "relid" "param1" "param2" "param3" "param4" "param5" "param6" "param7" "param8" "param9" "param10" "param11" "param12" "param13" "param14" "param15" "param16" "param17" "param18" "param19" "param20")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 3318 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 708 :constvalue 14 [ 56 0 0 0 66 65 83 69 66 65 67 75 85 80 ]}) :location 682} :funccolcount 23 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 62} :resno 1 :resname pid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 25 :casecollid 100 :arg {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 89} :args ({CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 103 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 98} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 110 :constvalue 16 [ 64 0 0 0 105 110 105 116 105 97 108 105 122 105 110 103 ]} :location 98} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 152 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 147} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 159 :constvalue 36 [ -112 0 0 0 119 97 105 116 105 110 103 32 102 111 114 32 99 104 101 99 107 112 111 105 110 116 32 116 111 32 102 105 110 105 115 104 ]} :location 147} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 221 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 216} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 228 :constvalue 26 [ 104 0 0 0 101 115 116 105 109 97 116 105 110 103 32 98 97 99 107 117 112 32 115 105 122 101 ]} :location 216} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 280 :constvalue 4 [ 3 0 0 0 0 0 0 0 ]}) :location 275} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 287 :constvalue 28 [ 112 0 0 0 115 116 114 101 97 109 105 110 103 32 100 97 116 97 98 97 115 101 32 102 105 108 101 115 ]} :location 275} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 341 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 336} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 348 :constvalue 39 [ -100 0 0 0 119 97 105 116 105 110 103 32 102 111 114 32 119 97 108 32 97 114 99 104 105 118 105 110 103 32 116 111 32 102 105 110 105 115 104 ]} :location 336} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 413 :constvalue 4 [ 5 0 0 0 0 0 0 0 ]}) :location 408} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 420 :constvalue 26 [ 104 0 0 0 116 114 97 110 115 102 101 114 114 105 110 103 32 119 97 108 32 102 105 108 101 115 ]} :location 408}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 84} :resno 2 :resname phase :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 20 :casecollid 0 :arg {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 494} :args ({CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 508 :constvalue 4 [ -1 -1 -1 -1 -1 -1 -1 -1 ]}) :location 503} :result {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull true :location 516 :constvalue <>} :location 503}) :defresult {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 526} :location 489} :resno 3 :resname backup_total :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 564} :resno 4 :resname backup_streamed :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 601} :resno 5 :resname tablespaces_total :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 640} :resno 6 :resname tablespaces_streamed :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 726}) 12333 _RETURN 12330 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("pid" "datid" "relid" "param1" "param2" "param3" "param4" "param5" "param6" "param7" "param8" "param9" "param10" "param11" "param12" "param13" "param14" "param15" "param16" "param17" "param18" "param19" "param20")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 3318 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 688 :constvalue 8 [ 32 0 0 0 67 79 80 89 ]}) :location 662} :funccolcount 23 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname d :colnames <>} :eref {ALIAS :aliasname d :colnames ("oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 0 :relid 1262 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("pid" "datid" "relid" "param1" "param2" "param3" "param4" "param5" "param6" "param7" "param8" "param9" "param10" "param11" "param12" "param13" "param14" "param15" "param16" "param17" "param18" "param19" "param20" "oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1262 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 736} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 746}) :location 744} :alias <> :rtindex 3}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 57} :resno 1 :resname pid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 71} :resno 2 :resname datid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 89} :resno 3 :resname datname :ressortgroupref 0 :resorigtbl 1262 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 119} :resno 4 :resname relid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 25 :casecollid 100 :arg {VAR :varno 1 :varattno 8 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 150} :args ({CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 164 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 159} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 171 :constvalue 13 [ 52 0 0 0 67 79 80 89 32 70 82 79 77 ]} :location 159} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 210 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 205} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 217 :constvalue 11 [ 44 0 0 0 67 79 80 89 32 84 79 ]} :location 205}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 145} :resno 5 :resname command :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 25 :casecollid 100 :arg {VAR :varno 1 :varattno 9 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 278} :args ({CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 292 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 287} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 299 :constvalue 8 [ 32 0 0 0 70 73 76 69 ]} :location 287} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 333 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 328} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 340 :constvalue 11 [ 44 0 0 0 80 82 79 71 82 65 77 ]} :location 328} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 377 :constvalue 4 [ 3 0 0 0 0 0 0 0 ]}) :location 372} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 384 :constvalue 8 [ 32 0 0 0 80 73 80 69 ]} :location 372} {CASEWHEN :expr {OPEXPR :opno 416 :opfuncid 474 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 20 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 418 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]}) :location 413} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 425 :constvalue 12 [ 48 0 0 0 67 65 76 76 66 65 67 75 ]} :location 413}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 273} :resno 6 :resname type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 481} :resno 7 :resname bytes_processed :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 518} :resno 8 :resname bytes_total :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 551} :resno 9 :resname tuples_processed :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 589} :resno 10 :resname tuples_excluded :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 10 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 626} :resno 11 :resname tuples_skipped :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 751}) 12338 _RETURN 12335 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks true :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname u :colnames <>} :eref {ALIAS :aliasname u :colnames ("oid" "umuser" "umserver" "umoptions")} :rtekind 0 :relid 1418 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("oid" "srvname" "srvowner" "srvfdw" "srvtype" "srvversion" "srvacl" "srvoptions")} :rtekind 0 :relid 1417 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "umuser" "umserver" "umoptions" "oid" "srvname" "srvowner" "srvfdw" "srvtype" "srvversion" "srvacl" "srvoptions")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1}) :joinleftcols (i 1 2 3 4) :joinrightcols (i 1 2 3 4 5 6 7 8) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "umuser" "umserver" "umoptions" "oid" "srvname" "srvowner" "srvfdw" "srvtype" "srvversion" "srvacl" "srvoptions" "oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1418 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1417 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 775} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 788}) :location 786} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 829} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 837}) :location 835} :alias <> :rtindex 5}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 51} :resno 1 :resname umid :ressortgroupref 0 :resorigtbl 1418 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 80} :resno 2 :resname srvid :ressortgroupref 0 :resorigtbl 1417 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 110} :resno 3 :resname srvname :ressortgroupref 0 :resorigtbl 1417 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 142} :resno 4 :resname umuser :ressortgroupref 0 :resorigtbl 1418 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 19 :casecollid 950 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 183} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 194 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 192} :result {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 213 :constvalue 64 [ 112 117 98 108 105 99 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} :location 178}) :defresult {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 247} :location 173} :resno 5 :resname usename :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 1009 :casecollid 950 :arg <> :args ({CASEWHEN :expr {BOOLEXPR :boolop or :args ({BOOLEXPR :boolop and :args ({OPEXPR :opno 608 :opfuncid 185 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 300} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 312 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 309} {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 318} {SQLVALUEFUNCTION :op 10 :type 19 :typmod -1 :location 330}) :location 328} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 381} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 393 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 369} {FUNCEXPR :funcid 3011 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 452} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 459 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 431}) :location 428}) :location 314} {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 494} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 505 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 503} {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 523} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 535 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 511}) :location 507} {SUBLINK :subLinkType 4 :subLinkId 0 :testexpr <> :operName <> :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_authid :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 606} {SQLVALUEFUNCTION :op 10 :type 19 :typmod -1 :location 616}) :location 614}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 576} :resno 1 :resname rolsuper :ressortgroupref 0 :resorigtbl 1260 :resorigcol 3 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 568}) :location 490} :result {VAR :varno 1 :varattno 4 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 655} :location 294}) :defresult {CONST :consttype 1009 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 689 :constvalue <>} :location 289} :resno 6 :resname umoptions :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 846}) 12343 _RETURN 12340 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_show_replication_origin_status :colnames ("local_id" "external_id" "remote_lsn" "local_lsn")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 6014 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 66} :funccolcount 4 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 55} :resno 1 :resname local_id :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 55} :resno 2 :resname external_id :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 55} :resno 3 :resname remote_lsn :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 3220 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 55} :resno 4 :resname local_lsn :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 101}) 13993 _RETURN 13990 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 0 :relid 1249 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname ss :colnames <>} :eref {ALIAS :aliasname ss :colnames ("roid" "relname" "relowner" "nc_nspname" "nr_nspname" "coid" "conname" "contype" "conindid" "confkey" "confrelid" "x")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs true :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname nr :colnames <>} :eref {ALIAS :aliasname nr :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname r :colnames <>} :eref {ALIAS :aliasname r :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nc :colnames <>} :eref {ALIAS :aliasname nc :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin")} :rtekind 0 :relid 2606 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2606 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 15 17 19 27 28) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1311} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 1320}) :location 1318} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1355} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location 1363}) :location 1361} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 1394} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location 1403}) :location 1401} {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 4 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location 1438} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1452 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1457 :constvalue 1 [ 117 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1462 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 1448} {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 1487} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1501 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1506 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 1497} {BOOLEXPR :boolop not :args ({FUNCEXPR :funcid 2855 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1560}) :location 1536}) :location 1532}) :location 1351}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 941} :resno 1 :resname roid :ressortgroupref 0 :resorigtbl 1259 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 956} :resno 2 :resname relname :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location 967} :resno 3 :resname relowner :ressortgroupref 0 :resorigtbl 1259 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 996} :resno 4 :resname nc_nspname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1022} :resno 5 :resname nr_nspname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1065} :resno 6 :resname coid :ressortgroupref 0 :resorigtbl 2606 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 1080} :resno 7 :resname conname :ressortgroupref 0 :resorigtbl 2606 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location 1091} :resno 8 :resname contype :ressortgroupref 0 :resorigtbl 2606 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 10 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location 1102} :resno 9 :resname conindid :ressortgroupref 0 :resorigtbl 2606 :resorigcol 10 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 21 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location 1131} :resno 10 :resname confkey :ressortgroupref 0 :resorigtbl 2606 :resorigcol 21 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location 1142} :resno 11 :resname confrelid :ressortgroupref 0 :resorigtbl 2606 :resorigcol 12 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 13869 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 20 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location 1188}) :location 1172} :resno 12 :resname x :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1249 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 12 25) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1587} {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1597}) :location 1595} {OPEXPR :opno 94 :opfuncid 63 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 1622} {FIELDSELECT :arg {VAR :varno 2 :varattno 12 :vartype 2249 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location 1634} :fieldnum 1 :resulttype 21 :resulttypmod -1 :resultcollid 0}) :location 1631} {BOOLEXPR :boolop not :args ({VAR :varno 1 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location 1660}) :location 1656} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 1702} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1712 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1690} {FUNCEXPR :funcid 3023 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1760} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 1766} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1815 :constvalue 38 [ -104 0 0 0 83 69 76 69 67 84 44 32 73 78 83 69 82 84 44 32 85 80 68 65 84 69 44 32 82 69 70 69 82 69 78 67 69 83 ]}) :location 1739}) :location 1736}) :location 1618}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 148} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 143} :resno 1 :resname constraint_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 4 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location 225} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 220} :resno 2 :resname constraint_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 7 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location 293} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 288} :resno 3 :resname constraint_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 356} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 351} :resno 4 :resname table_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 5 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location 428} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 423} :resno 5 :resname table_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 491} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 486} :resno 6 :resname table_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 549} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 544} :resno 7 :resname column_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FIELDSELECT :arg {VAR :varno 2 :varattno 12 :vartype 2249 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location 611} :fieldnum 2 :resulttype 23 :resulttypmod -1 :resultcollid 0} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 605} :resno 8 :resname ordinal_position :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 23 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location 686} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 696 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]}) :location 694} :result {FUNCEXPR :funcid 13870 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location 747} {SUBSCRIPTINGREF :refcontainertype 1005 :refelemtype 21 :refrestype 21 :reftypmod -1 :refcollid 0 :refupperindexpr ({FIELDSELECT :arg {VAR :varno 2 :varattno 12 :vartype 2249 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location 772} :fieldnum 2 :resulttype 23 :resulttypmod -1 :resultcollid 0}) :reflowerindexpr <> :refexpr {VAR :varno 2 :varattno 10 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location 760} :refassgnexpr <>}) :location 728} :location 681}) :defresult {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 808 :constvalue <>} :location 676} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 671} :resno 9 :resname position_in_unique_constraint :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1853}) 12347 _RETURN 12344 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("oid" "subdbid" "subskiplsn" "subname" "subowner" "subenabled" "subbinary" "substream" "subtwophasestate" "subdisableonerr" "subpasswordrequired" "subrunasowner" "subfailover" "subconninfo" "subslotname" "subsynccommit" "subpublications" "suborigin")} :rtekind 0 :relid 6100 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname ss :colnames <>} :eref {ALIAS :aliasname ss :colnames ("subid" "apply_error_count" "sync_error_count" "stats_reset")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 6231 :funcresulttype 2249 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 243}) :location 212} :funccolcount 4 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral true :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 6100 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 11) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 61} :resno 1 :resname subid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 79} :resno 2 :resname subname :ressortgroupref 0 :resorigtbl 6100 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 98} :resno 3 :resname apply_error_count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 3 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 128} :resno 4 :resname sync_error_count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 4 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location 157} :resno 5 :resname stats_reset :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 255}) 12351 _RETURN 12348 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_get_wait_events :colnames ("type" "name" "description")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 8403 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 48} :funccolcount 3 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 41} :resno 1 :resname type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 41} :resno 2 :resname name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 41} :resno 3 :resname description :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 68}) 13891 _RETURN 13888 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 119} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 114} :resno 1 :resname catalog_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 172}) 13900 _RETURN 13897 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname m :colnames <>} :eref {ALIAS :aliasname m :colnames ("member" "roleid" "admin_option")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 1 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 1 :colnames ("member" "roleid" "admin_option")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_auth_members :colnames ("oid" "roleid" "member" "grantor" "admin_option" "inherit_option" "set_option")} :rtekind 0 :relid 1261 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1261 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 12) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 366} :resno 1 :resname member :ressortgroupref 0 :resorigtbl 1261 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 374} :resno 2 :resname roleid :ressortgroupref 0 :resorigtbl 1261 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 382} :resno 3 :resname admin_option :ressortgroupref 0 :resorigtbl 1261 :resorigcol 5 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 2 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 2 :colnames ("datdba" "oid" "?column?")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_database :colnames ("oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 0 :relid 1262 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_authid :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1262 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 670} {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 680}) :location 678} {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 703} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 713 :constvalue 64 [ 112 103 95 100 97 116 97 98 97 115 101 95 111 119 110 101 114 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 711}) :location 699}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 587} :resno 1 :resname datdba :ressortgroupref 0 :resorigtbl 1262 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 595} :resno 2 :resname oid :ressortgroupref 0 :resorigtbl 1260 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 610 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]} :resno 3 :resname ?column? :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 366} :resno 1 :resname member :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 374} :resno 2 :resname roleid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 382} :resno 3 :resname admin_option :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations {SETOPERATIONSTMT :op 1 :all false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :colTypes (o 26 26 16) :colTypmods (i -1 -1 -1) :colCollations (o 0 0 0) :groupClauses ({SORTGROUPCLAUSE :tleSortGroupRef 0 :eqop 607 :sortop 609 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 0 :eqop 607 :sortop 609 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 0 :eqop 91 :sortop 58 :nulls_first false :hashable true})} :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("member" "roleid" "admin_option" "oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1}) :joinleftcols (i 1 2 3) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname b :colnames <>} :eref {ALIAS :aliasname b :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("member" "roleid" "admin_option" "oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil" "oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 777} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 788}) :location 786} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 825} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 836}) :location 834} :alias <> :rtindex 5}) :quals {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 865} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 872 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 853}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 153} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 148} :resno 1 :resname grantee :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 210} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 205} :resno 2 :resname role_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {VAR :varno 1 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 279} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 299 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 274}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 310 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 269} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 264} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 264} :resno 3 :resname is_grantable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 880}) 13905 _RETURN 13902 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname applicable_roles :colnames ("grantee" "role_name" "is_grantable")} :rtekind 0 :relid 13897 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 13897 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({RELABELTYPE :arg {VAR :varno 1 :varattno 3 :vartype 13895 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 156} :resulttype 25 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 171 :constvalue 7 [ 28 0 0 0 89 69 83 ]}) :location 169}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 118} :resno 1 :resname grantee :ressortgroupref 0 :resorigtbl 13897 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 118} :resno 2 :resname role_name :ressortgroupref 0 :resorigtbl 13897 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 13895 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 118} :resno 3 :resname is_grantable :ressortgroupref 0 :resorigtbl 13897 :resorigcol 3 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 176}) 13909 _RETURN 13906 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 0 :relid 1249 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname ad :colnames <>} :eref {ALIAS :aliasname ad :colnames ("oid" "adrelid" "adnum" "adbin")} :rtekind 0 :relid 2604 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval" "oid" "adrelid" "adnum" "adbin")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nc :colnames <>} :eref {ALIAS :aliasname nc :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location -1} {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location -1} {VAR :varno 5 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location -1} {VAR :varno 5 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval" "oid" "adrelid" "adnum" "adbin" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location -1} {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location -1} {VAR :varno 5 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location -1} {VAR :varno 5 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nt :colnames <>} :eref {ALIAS :aliasname nt :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 6 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 5 :location -1} {VAR :varno 8 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 6 :location -1} {VAR :varno 8 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 7 :location -1} {VAR :varno 8 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 8 :location -1} {VAR :varno 8 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 9 :location -1} {VAR :varno 8 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 10 :location -1} {VAR :varno 8 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 11 :location -1} {VAR :varno 8 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 12 :location -1} {VAR :varno 8 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 13 :location -1} {VAR :varno 8 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 14 :location -1} {VAR :varno 8 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 15 :location -1} {VAR :varno 8 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 16 :location -1} {VAR :varno 8 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 17 :location -1} {VAR :varno 8 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 18 :location -1} {VAR :varno 8 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 19 :location -1} {VAR :varno 8 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 20 :location -1} {VAR :varno 8 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 21 :location -1} {VAR :varno 8 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 22 :location -1} {VAR :varno 8 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 23 :location -1} {VAR :varno 8 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 24 :location -1} {VAR :varno 8 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 25 :location -1} {VAR :varno 8 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 26 :location -1} {VAR :varno 8 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 27 :location -1} {VAR :varno 8 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 28 :location -1} {VAR :varno 8 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 29 :location -1} {VAR :varno 8 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 30 :location -1} {VAR :varno 8 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 31 :location -1} {VAR :varno 8 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 32 :location -1} {VAR :varno 9 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 1 :location -1} {VAR :varno 9 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 2 :location -1} {VAR :varno 9 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 3 :location -1} {VAR :varno 9 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval" "oid" "adrelid" "adnum" "adbin" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl" "oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location -1} {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location -1} {VAR :varno 5 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location -1} {VAR :varno 5 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 5 :location -1} {VAR :varno 8 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 6 :location -1} {VAR :varno 8 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 7 :location -1} {VAR :varno 8 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 8 :location -1} {VAR :varno 8 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 9 :location -1} {VAR :varno 8 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 10 :location -1} {VAR :varno 8 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 11 :location -1} {VAR :varno 8 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 12 :location -1} {VAR :varno 8 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 13 :location -1} {VAR :varno 8 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 14 :location -1} {VAR :varno 8 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 15 :location -1} {VAR :varno 8 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 16 :location -1} {VAR :varno 8 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 17 :location -1} {VAR :varno 8 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 18 :location -1} {VAR :varno 8 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 19 :location -1} {VAR :varno 8 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 20 :location -1} {VAR :varno 8 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 21 :location -1} {VAR :varno 8 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 22 :location -1} {VAR :varno 8 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 23 :location -1} {VAR :varno 8 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 24 :location -1} {VAR :varno 8 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 25 :location -1} {VAR :varno 8 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 26 :location -1} {VAR :varno 8 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 27 :location -1} {VAR :varno 8 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 28 :location -1} {VAR :varno 8 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 29 :location -1} {VAR :varno 8 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 30 :location -1} {VAR :varno 8 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 31 :location -1} {VAR :varno 8 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 32 :location -1} {VAR :varno 9 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 1 :location -1} {VAR :varno 9 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 2 :location -1} {VAR :varno 9 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 3 :location -1} {VAR :varno 9 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname co :colnames <>} :eref {ALIAS :aliasname co :colnames ("oid" "collname" "collnamespace" "collowner" "collprovider" "collisdeterministic" "collencoding" "collcollate" "collctype" "colllocale" "collicurules" "collversion")} :rtekind 0 :relid 3456 :inh true :relkind r :rellockmode 1 :perminfoindex 7 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nco :colnames <>} :eref {ALIAS :aliasname nco :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 8 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "collname" "collnamespace" "collowner" "collprovider" "collisdeterministic" "collencoding" "collcollate" "collctype" "colllocale" "collicurules" "collversion" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 12 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 1 :location -1} {VAR :varno 12 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 2 :location -1} {VAR :varno 12 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 3 :location -1} {VAR :varno 12 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 4 :location -1} {VAR :varno 12 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 5 :location -1} {VAR :varno 12 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 6 :location -1} {VAR :varno 12 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 7 :location -1} {VAR :varno 12 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 8 :location -1} {VAR :varno 12 :varattno 9 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 9 :location -1} {VAR :varno 12 :varattno 10 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 10 :location -1} {VAR :varno 12 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 11 :location -1} {VAR :varno 12 :varattno 12 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 12 :location -1} {VAR :varno 13 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 13 :varattnosyn 1 :location -1} {VAR :varno 13 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 13 :varattnosyn 2 :location -1} {VAR :varno 13 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 13 :varattnosyn 3 :location -1} {VAR :varno 13 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 13 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval" "oid" "adrelid" "adnum" "adbin" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl" "oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl" "oid" "collname" "collnamespace" "collowner" "collprovider" "collisdeterministic" "collencoding" "collcollate" "collctype" "colllocale" "collicurules" "collversion" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location -1} {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location -1} {VAR :varno 5 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location -1} {VAR :varno 5 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 5 :location -1} {VAR :varno 8 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 6 :location -1} {VAR :varno 8 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 7 :location -1} {VAR :varno 8 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 8 :location -1} {VAR :varno 8 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 9 :location -1} {VAR :varno 8 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 10 :location -1} {VAR :varno 8 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 11 :location -1} {VAR :varno 8 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 12 :location -1} {VAR :varno 8 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 13 :location -1} {VAR :varno 8 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 14 :location -1} {VAR :varno 8 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 15 :location -1} {VAR :varno 8 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 16 :location -1} {VAR :varno 8 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 17 :location -1} {VAR :varno 8 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 18 :location -1} {VAR :varno 8 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 19 :location -1} {VAR :varno 8 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 20 :location -1} {VAR :varno 8 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 21 :location -1} {VAR :varno 8 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 22 :location -1} {VAR :varno 8 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 23 :location -1} {VAR :varno 8 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 24 :location -1} {VAR :varno 8 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 25 :location -1} {VAR :varno 8 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 26 :location -1} {VAR :varno 8 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 27 :location -1} {VAR :varno 8 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 28 :location -1} {VAR :varno 8 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 29 :location -1} {VAR :varno 8 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 30 :location -1} {VAR :varno 8 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 31 :location -1} {VAR :varno 8 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 32 :location -1} {VAR :varno 9 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 1 :location -1} {VAR :varno 9 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 2 :location -1} {VAR :varno 9 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 3 :location -1} {VAR :varno 9 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 4 :location -1} {VAR :varno 12 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 1 :location -1} {VAR :varno 12 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 2 :location -1} {VAR :varno 12 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 3 :location -1} {VAR :varno 12 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 4 :location -1} {VAR :varno 12 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 5 :location -1} {VAR :varno 12 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 6 :location -1} {VAR :varno 12 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 7 :location -1} {VAR :varno 12 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 8 :location -1} {VAR :varno 12 :varattno 9 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 9 :location -1} {VAR :varno 12 :varattno 10 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 10 :location -1} {VAR :varno 12 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 11 :location -1} {VAR :varno 12 :varattno 12 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 12 :location -1} {VAR :varno 13 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 13 :varattnosyn 1 :location -1} {VAR :varno 13 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 13 :varattnosyn 2 :location -1} {VAR :varno 13 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 13 :varattnosyn 3 :location -1} {VAR :varno 13 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 13 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1249 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 7 8 9 10 12 20 25 28) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2604 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 11) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 13 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 7 8 9 10 12 14 21 32) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 3456 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 3343} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 3354}) :location 3352} {OPEXPR :opno 94 :opfuncid 63 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 3366} {VAR :varno 2 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 3375}) :location 3373}) :location 3362} :alias <> :rtindex 3} :rarg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 4} :rarg {RANGETBLREF :rtindex 5} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location 3433} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 3450}) :location 3448} :alias <> :rtindex 6} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 3462} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 3475}) :location 3473} :alias <> :rtindex 7} :rarg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 8} :rarg {RANGETBLREF :rtindex 9} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location 3531} {VAR :varno 9 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 1 :location 3548}) :location 3546} :alias <> :rtindex 10} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 3560} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location 3573}) :location 3571} :alias <> :rtindex 11} :rarg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 12} :rarg {RANGETBLREF :rtindex 13} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 12 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 3 :location 3641} {VAR :varno 13 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 13 :varattnosyn 1 :location 3660}) :location 3658} :alias <> :rtindex 14} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location 3684} {VAR :varno 12 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 1 :location 3701}) :location 3699} {BOOLEXPR :boolop or :args ({OPEXPR :opno 643 :opfuncid 659 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 13 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 13 :varattnosyn 2 :location 3713} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 3743 :constvalue 64 [ 112 103 95 99 97 116 97 108 111 103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 3739} {OPEXPR :opno 643 :opfuncid 659 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 12 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 2 :location 3726} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 3757 :constvalue 64 [ 100 101 102 97 117 108 116 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 3739}) :location 3739}) :location 3708} :alias <> :rtindex 15}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 536 :opfuncid 162 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 3779} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 3790 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 3788} {BOOLEXPR :boolop not :args ({VAR :varno 1 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location 3800}) :location 3796} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location 3829} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 3843 :constvalue 1 [ 99 0 0 0 0 0 0 0 ]}) :location 3839} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location 3875} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3887 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 3863} {FUNCEXPR :funcid 3143 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location 3933} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3944 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 3914}) :location 3911}) :location 3792}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 140} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 135} :resno 1 :resname udt_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 210} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 205} :resno 2 :resname udt_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 271} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 266} :resno 3 :resname udt_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 329} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 324} :resno 4 :resname attribute_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 313 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 393}) :location 388} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 388} :resno 5 :resname ordinal_position :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 1716 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 4 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location 471} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 481}) :location 459} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 454} :resno 6 :resname attribute_default :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {BOOLEXPR :boolop or :args ({VAR :varno 1 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location 560} {BOOLEXPR :boolop and :args ({OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 8 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 7 :location 577} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 589 :constvalue 1 [ 100 0 0 0 0 0 0 0 ]}) :location 587} {VAR :varno 8 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 25 :location 597}) :location 593}) :location 573} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 616 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 555}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 626 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 550} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 545} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 545} :resno 7 :resname is_nullable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {BOOLEXPR :boolop and :args ({OPEXPR :opno 608 :opfuncid 185 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 8 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 14 :location 802} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 815 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 812} {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 8 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 5 :location 821} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 832 :constvalue 4 [ -1 -1 -1 -1 -1 -1 -1 -1 ]}) :location 830}) :location 817} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 840 :constvalue 9 [ 36 0 0 0 65 82 82 65 89 ]} :location 797} {CASEWHEN :expr {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 9 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 2 :location 871} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 884 :constvalue 64 [ 112 103 95 99 97 116 97 108 111 103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 882} :result {FUNCEXPR :funcid 1081 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 914} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 926 :constvalue <>}) :location 902} :location 866}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 955 :constvalue 16 [ 64 0 0 0 85 83 69 82 45 68 69 70 73 78 69 68 ]} :location 792} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 773} :resno 8 :resname data_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 13873 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 13871 :funcresulttype 26 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 1098} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 1101}) :location 1084} {FUNCEXPR :funcid 13872 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 1120} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 1123}) :location 1105}) :location 1064} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1045} :resno 9 :resname character_maximum_length :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 13874 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 13871 :funcresulttype 26 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 1269} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 1272}) :location 1255} {FUNCEXPR :funcid 13872 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 1291} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 1294}) :location 1276}) :location 1233} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1214} :resno 10 :resname character_octet_length :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1388 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1383} :resno 11 :resname character_set_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1454 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1449} :resno 12 :resname character_set_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1519 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1514} :resno 13 :resname character_set_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 19 :casecollid 950 :arg <> :args ({CASEWHEN :expr {NULLTEST :arg {VAR :varno 13 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 13 :varattnosyn 2 :location 1593} :nulltesttype 1 :argisrow false :location 1605} :result {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 1622} :location 1588}) :defresult {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location -1 :constvalue <>} :location 1583} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1578} :resno 14 :resname collation_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 13 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 13 :varattnosyn 2 :location 1702} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1697} :resno 15 :resname collation_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 12 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 2 :location 1770} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1765} :resno 16 :resname collation_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 13876 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 13871 :funcresulttype 26 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 1887} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 1890}) :location 1873} {FUNCEXPR :funcid 13872 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 1909} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 1912}) :location 1894}) :location 1851} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1832} :resno 17 :resname numeric_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 13877 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 13871 :funcresulttype 26 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 2057} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 2060}) :location 2043} {FUNCEXPR :funcid 13872 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 2079} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 2082}) :location 2064}) :location 2015} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1996} :resno 18 :resname numeric_precision_radix :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 13878 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 13871 :funcresulttype 26 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 2223} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 2226}) :location 2209} {FUNCEXPR :funcid 13872 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 2245} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 2248}) :location 2230}) :location 2191} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 2172} :resno 19 :resname numeric_scale :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 13879 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 13871 :funcresulttype 26 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 2384} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 2387}) :location 2370} {FUNCEXPR :funcid 13872 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 2406} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 2409}) :location 2391}) :location 2347} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 2328} :resno 20 :resname datetime_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 13880 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({FUNCEXPR :funcid 13871 :funcresulttype 26 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 2545} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 2548}) :location 2531} {FUNCEXPR :funcid 13872 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 2567} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 2570}) :location 2552}) :location 2513} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2494} :resno 21 :resname interval_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 2653 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 2648} :resno 22 :resname interval_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 2718} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2713} :resno 23 :resname attribute_udt_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 9 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 2 :location 2798} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2793} :resno 24 :resname attribute_udt_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location 2869} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2864} :resno 25 :resname attribute_udt_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 2938 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2933} :resno 26 :resname scope_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 2996 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2991} :resno 27 :resname scope_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 3053 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3048} :resno 28 :resname scope_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 3109 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 3104} :resno 29 :resname maximum_cardinality :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {COERCEVIAIO :arg {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 3174} :resulttype 19 :resultcollid 950 :coerceformat 2 :location 3169} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3169} :resno 30 :resname dtd_identifier :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3237 :constvalue 6 [ 24 0 0 0 78 79 ]} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 3232} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3232} :resno 31 :resname is_derived_reference_attribute :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 3953}) 13914 _RETURN 13911 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname d :colnames <>} :eref {ALIAS :aliasname d :colnames ("oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 0 :relid 1262 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "collname" "collnamespace" "collowner" "collprovider" "collisdeterministic" "collencoding" "collcollate" "collctype" "colllocale" "collicurules" "collversion")} :rtekind 0 :relid 3456 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nc :colnames <>} :eref {ALIAS :aliasname nc :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "collname" "collnamespace" "collowner" "collprovider" "collisdeterministic" "collencoding" "collcollate" "collctype" "colllocale" "collicurules" "collversion" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location -1} {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location -1} {VAR :varno 3 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 3 :location -1} {VAR :varno 3 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl" "oid" "collname" "collnamespace" "collowner" "collprovider" "collisdeterministic" "collencoding" "collcollate" "collctype" "colllocale" "collicurules" "collversion" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location -1} {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location -1} {VAR :varno 3 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 3 :varattnosyn 3 :location -1} {VAR :varno 3 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 3 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1262 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 20 21) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 3456 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 15 16) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 2} :rarg {RANGETBLREF :rtindex 3} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 805} {VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 823}) :location 821} :alias <> :rtindex 4} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 13 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location 849} {VAR :varno 2 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location 862}) :location 860} {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 14 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location 878} {VAR :varno 2 :varattno 9 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location 889}) :location 887}) :location 874} :alias <> :rtindex 5}) :quals {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 910} {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 922}) :location 920}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 86 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 81} :resno 1 :resname character_set_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 152 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 147} :resno 2 :resname character_set_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 1039 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 217} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 212} :resno 3 :resname character_set_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 19 :casecollid 950 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({FUNCEXPR :funcid 1039 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 307} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 331 :constvalue 64 [ 85 84 70 56 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 329} :result {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 343 :constvalue 64 [ 85 67 83 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} :location 302}) :defresult {FUNCEXPR :funcid 1039 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 354} :location 297} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 292} :resno 4 :resname character_repertoire :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 1039 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 440} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 435} :resno 5 :resname form_of_use :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 513} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 508} :resno 6 :resname default_collate_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 595} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 590} :resno 7 :resname default_collate_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 668} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 663} :resno 8 :resname default_collate_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 1381 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 950 :args ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 966}) :location -1}) :location 954} :resno 9 :resname <> :ressortgroupref 1 :resorigtbl 0 :resorigcol 0 :resjunk true} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 984} :resno 10 :resname <> :ressortgroupref 2 :resorigtbl 0 :resorigcol 0 :resjunk true}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 96 :sortop 521 :nulls_first true :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 2 :eqop 93 :sortop 660 :nulls_first false :hashable true}) :limitOffset <> :limitCount {FUNCEXPR :funcid 481 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1039 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location -1} :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1040}) 13919 _RETURN 13916 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname nc :colnames <>} :eref {ALIAS :aliasname nc :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin")} :rtekind 0 :relid 2606 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname d :colnames <>} :eref {ALIAS :aliasname d :colnames ("classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype")} :rtekind 0 :relid 2608 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname p :colnames <>} :eref {ALIAS :aliasname p :colnames ("oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl")} :rtekind 0 :relid 1255 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname np :colnames <>} :eref {ALIAS :aliasname np :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2606 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2608 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 11 12) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1255 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4} {RANGETBLREF :rtindex 5}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 650} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 659}) :location 657} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location 684} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 696 :constvalue 1 [ 99 0 0 0 0 0 0 0 ]}) :location 694} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 710} {VAR :varno 3 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 718}) :location 716} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 736} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 748 :constvalue 4 [ 46 10 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 746} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 5 :location 795} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 808}) :location 806} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 4 :location 824} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 839 :constvalue 4 [ -25 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 837} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location 880} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 897}) :location 895} {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location 926} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 938 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 914}) :location 680}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 138} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 133} :resno 1 :resname constraint_catalog :ressortgroupref 1 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 215} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 210} :resno 2 :resname constraint_schema :ressortgroupref 2 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 283} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 278} :resno 3 :resname constraint_name :ressortgroupref 3 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 348} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 343} :resno 4 :resname specific_catalog :ressortgroupref 4 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 423} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 418} :resno 5 :resname specific_schema :ressortgroupref 5 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 266 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 503} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 514}) :location 489} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 484} :resno 6 :resname specific_name :ressortgroupref 6 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 2 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 3 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 4 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 5 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 6 :eqop 93 :sortop 660 :nulls_first false :hashable true}) :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 946}) 13924 _RETURN 13921 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 1 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 1 :colnames ("constraint_catalog" "constraint_schema" "constraint_name" "check_clause")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname con :colnames <>} :eref {ALIAS :aliasname con :colnames ("oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin")} :rtekind 0 :relid 2606 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname rs :colnames <>} :eref {ALIAS :aliasname rs :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin" "oid" "nspname" "nspowner" "nspacl" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin" "oid" "nspname" "nspowner" "nspacl" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1} {VAR :varno 6 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 5 :location -1} {VAR :varno 6 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 7 :location -1} {VAR :varno 6 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 8 :location -1} {VAR :varno 6 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 9 :location -1} {VAR :varno 6 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 10 :location -1} {VAR :varno 6 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 11 :location -1} {VAR :varno 6 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 12 :location -1} {VAR :varno 6 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 13 :location -1} {VAR :varno 6 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 14 :location -1} {VAR :varno 6 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 15 :location -1} {VAR :varno 6 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 16 :location -1} {VAR :varno 6 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 17 :location -1} {VAR :varno 6 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 18 :location -1} {VAR :varno 6 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 19 :location -1} {VAR :varno 6 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 20 :location -1} {VAR :varno 6 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 21 :location -1} {VAR :varno 6 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 22 :location -1} {VAR :varno 6 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 23 :location -1} {VAR :varno 6 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 24 :location -1} {VAR :varno 6 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 25 :location -1} {VAR :varno 6 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 26 :location -1} {VAR :varno 6 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 27 :location -1} {VAR :varno 6 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 28 :location -1} {VAR :varno 6 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 29 :location -1} {VAR :varno 6 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 30 :location -1} {VAR :varno 6 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 31 :location -1} {VAR :varno 6 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 32 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2606 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 11 15 16 34) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 13) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 11) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 457} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 466}) :location 464} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 526} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 534}) :location 532} :alias <> :rtindex 5} :rarg {RANGETBLREF :rtindex 6} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 589} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 597}) :location 595} :alias <> :rtindex 7}) :quals {BOOLEXPR :boolop and :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({COALESCEEXPR :coalescetype 26 :coalescecollid 0 :args ({VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location 642} {VAR :varno 6 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location 654}) :location 633} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 667 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 621} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 686} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 700 :constvalue 1 [ 99 0 0 0 0 0 0 0 ]}) :location 698}) :location 682}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 92} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 87} :resno 1 :resname constraint_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 169} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 164} :resno 2 :resname constraint_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 237} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 232} :resno 3 :resname constraint_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 1716 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({VAR :varno 1 :varattno 27 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location 316} {COALESCEEXPR :coalescetype 26 :coalescecollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 337} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 344 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 328}) :location 304} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 299} :resno 4 :resname check_clause :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 2 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 2 :colnames ("constraint_catalog" "constraint_schema" "constraint_name" "check_clause")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname con :colnames <>} :eref {ALIAS :aliasname con :colnames ("oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin")} :rtekind 0 :relid 2606 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname rs :colnames <>} :eref {ALIAS :aliasname rs :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin" "oid" "nspname" "nspowner" "nspacl" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin" "oid" "nspname" "nspowner" "nspacl" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1} {VAR :varno 6 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 5 :location -1} {VAR :varno 6 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 7 :location -1} {VAR :varno 6 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 8 :location -1} {VAR :varno 6 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 9 :location -1} {VAR :varno 6 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 10 :location -1} {VAR :varno 6 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 11 :location -1} {VAR :varno 6 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 12 :location -1} {VAR :varno 6 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 13 :location -1} {VAR :varno 6 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 14 :location -1} {VAR :varno 6 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 15 :location -1} {VAR :varno 6 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 16 :location -1} {VAR :varno 6 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 17 :location -1} {VAR :varno 6 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 18 :location -1} {VAR :varno 6 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 19 :location -1} {VAR :varno 6 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 20 :location -1} {VAR :varno 6 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 21 :location -1} {VAR :varno 6 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 22 :location -1} {VAR :varno 6 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 23 :location -1} {VAR :varno 6 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 24 :location -1} {VAR :varno 6 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 25 :location -1} {VAR :varno 6 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 26 :location -1} {VAR :varno 6 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 27 :location -1} {VAR :varno 6 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 28 :location -1} {VAR :varno 6 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 29 :location -1} {VAR :varno 6 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 30 :location -1} {VAR :varno 6 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 31 :location -1} {VAR :varno 6 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 32 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname at :colnames <>} :eref {ALIAS :aliasname at :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 0 :relid 1249 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin" "oid" "nspname" "nspowner" "nspacl" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1} {VAR :varno 6 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 5 :location -1} {VAR :varno 6 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 7 :location -1} {VAR :varno 6 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 8 :location -1} {VAR :varno 6 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 9 :location -1} {VAR :varno 6 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 10 :location -1} {VAR :varno 6 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 11 :location -1} {VAR :varno 6 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 12 :location -1} {VAR :varno 6 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 13 :location -1} {VAR :varno 6 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 14 :location -1} {VAR :varno 6 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 15 :location -1} {VAR :varno 6 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 16 :location -1} {VAR :varno 6 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 17 :location -1} {VAR :varno 6 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 18 :location -1} {VAR :varno 6 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 19 :location -1} {VAR :varno 6 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 20 :location -1} {VAR :varno 6 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 21 :location -1} {VAR :varno 6 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 22 :location -1} {VAR :varno 6 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 23 :location -1} {VAR :varno 6 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 24 :location -1} {VAR :varno 6 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 25 :location -1} {VAR :varno 6 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 26 :location -1} {VAR :varno 6 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 27 :location -1} {VAR :varno 6 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 28 :location -1} {VAR :varno 6 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 29 :location -1} {VAR :varno 6 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 30 :location -1} {VAR :varno 6 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 31 :location -1} {VAR :varno 6 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 32 :location -1} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 5 :location -1} {VAR :varno 8 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 6 :location -1} {VAR :varno 8 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 7 :location -1} {VAR :varno 8 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 8 :location -1} {VAR :varno 8 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 9 :location -1} {VAR :varno 8 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 10 :location -1} {VAR :varno 8 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 11 :location -1} {VAR :varno 8 :varattno 12 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 12 :location -1} {VAR :varno 8 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 13 :location -1} {VAR :varno 8 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 14 :location -1} {VAR :varno 8 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 15 :location -1} {VAR :varno 8 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 16 :location -1} {VAR :varno 8 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 17 :location -1} {VAR :varno 8 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 18 :location -1} {VAR :varno 8 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 19 :location -1} {VAR :varno 8 :varattno 20 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 20 :location -1} {VAR :varno 8 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 21 :location -1} {VAR :varno 8 :varattno 22 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 22 :location -1} {VAR :varno 8 :varattno 23 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 23 :location -1} {VAR :varno 8 :varattno 24 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 24 :location -1} {VAR :varno 8 :varattno 25 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 25 :location -1} {VAR :varno 8 :varattno 26 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 26 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2606 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 11 15 16 27) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 13) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 11) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1249 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 12) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1171} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 1180}) :location 1178} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1233} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 1241}) :location 1239} :alias <> :rtindex 5} :rarg {RANGETBLREF :rtindex 6} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 1289} {VAR :varno 1 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 1297}) :location 1295} :alias <> :rtindex 7} :rarg {RANGETBLREF :rtindex 8} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 1352} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location 1367}) :location 1365} {OPEXPR :opno 94 :opfuncid 63 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({SUBSCRIPTINGREF :refcontainertype 1005 :refelemtype 21 :refrestype 21 :reftypmod -1 :refcollid 0 :refupperindexpr ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1394 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :reflowerindexpr <> :refexpr {VAR :varno 1 :varattno 20 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location 1383} :refassgnexpr <>} {VAR :varno 8 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 5 :location 1399}) :location 1397}) :location 1379} :alias <> :rtindex 9}) :quals {BOOLEXPR :boolop and :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({COALESCEEXPR :coalescetype 26 :coalescecollid 0 :args ({VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 5) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location 1442} {VAR :varno 6 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location 1454}) :location 1433} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1467 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1421} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 1493} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1507 :constvalue 1 [ 110 0 0 0 0 0 0 0 ]}) :location 1505}) :location 1489}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 758} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 776} :resno 1 :resname constraint_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 846} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 856} :resno 2 :resname constraint_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 925} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 936} :resno 3 :resname constraint_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 3539 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1021 :constvalue 18 [ 72 0 0 0 37 115 32 73 83 32 78 79 84 32 78 85 76 76 ]} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location 1039}) :location 1003} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1050} :resno 4 :resname check_clause :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 87} :resno 1 :resname constraint_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 164} :resno 2 :resname constraint_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 232} :resno 3 :resname constraint_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 13885 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 299} :resno 4 :resname check_clause :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations {SETOPERATIONSTMT :op 1 :all true :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :colTypes (o 13887 13887 13887 13885) :colTypmods (i -1 -1 -1 -1) :colCollations (o 950 950 950 950) :groupClauses <>} :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1510}) 13929 _RETURN 13926 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks true :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "collname" "collnamespace" "collowner" "collprovider" "collisdeterministic" "collencoding" "collcollate" "collctype" "colllocale" "collicurules" "collversion")} :rtekind 0 :relid 3456 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nc :colnames <>} :eref {ALIAS :aliasname nc :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3456 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 14) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 382} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 400}) :location 398} {SCALARARRAYOPEXPR :opno 96 :opfuncid 65 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 421} {ARRAYEXPR :array_typeid 1007 :array_collid 0 :element_typeid 23 :elements ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 438 :constvalue 4 [ -1 -1 -1 -1 -1 -1 -1 -1 ]} {SUBLINK :subLinkType 4 :subLinkId 0 :testexpr <> :operName <> :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_database :colnames ("oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 0 :relid 1262 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1262 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 11) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 482} {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 492}) :location 490}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 450} :resno 1 :resname encoding :ressortgroupref 0 :resorigtbl 1262 :resorigcol 4 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 442}) :multidims false :location -1}) :location 434}) :location 417}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 78} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 73} :resno 1 :resname collation_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 154} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 149} :resno 2 :resname collation_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 221} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 216} :resno 3 :resname collation_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 286 :constvalue 10 [ 40 0 0 0 78 79 32 80 65 68 ]} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 281} :resno 4 :resname pad_attribute :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 512}) 13934 _RETURN 13931 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks true :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "collname" "collnamespace" "collowner" "collprovider" "collisdeterministic" "collencoding" "collcollate" "collctype" "colllocale" "collicurules" "collversion")} :rtekind 0 :relid 3456 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nc :colnames <>} :eref {ALIAS :aliasname nc :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3456 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 14) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 585} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 603}) :location 601} {SCALARARRAYOPEXPR :opno 96 :opfuncid 65 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 624} {ARRAYEXPR :array_typeid 1007 :array_collid 0 :element_typeid 23 :elements ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 641 :constvalue 4 [ -1 -1 -1 -1 -1 -1 -1 -1 ]} {SUBLINK :subLinkType 4 :subLinkId 0 :testexpr <> :operName <> :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_database :colnames ("oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 0 :relid 1262 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1262 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 11) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 685} {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 695}) :location 693}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 653} :resno 1 :resname encoding :ressortgroupref 0 :resorigtbl 1262 :resorigcol 4 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 645}) :multidims false :location -1}) :location 637}) :location 620}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 132} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 127} :resno 1 :resname collation_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 208} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 203} :resno 2 :resname collation_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 275} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 270} :resno 3 :resname collation_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 340 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 335} :resno 4 :resname character_set_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 406 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 401} :resno 5 :resname character_set_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 1039 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 471} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 466} :resno 6 :resname character_set_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 715}) 13939 _RETURN 13936 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname d :colnames <>} :eref {ALIAS :aliasname d :colnames ("classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype")} :rtekind 0 :relid 2608 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname ac :colnames <>} :eref {ALIAS :aliasname ac :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 0 :relid 1249 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname ad :colnames <>} :eref {ALIAS :aliasname ad :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 0 :relid 1249 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname atd :colnames <>} :eref {ALIAS :aliasname atd :colnames ("oid" "adrelid" "adnum" "adbin")} :rtekind 0 :relid 2604 :inh true :relkind r :rellockmode 1 :perminfoindex 6 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2608 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 11 12 13) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1249 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 12) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1249 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 12 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2604 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4} {RANGETBLREF :rtindex 5} {RANGETBLREF :rtindex 6}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 542} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 550}) :location 548} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 579} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 587}) :location 585} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 613} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 621}) :location 619} {OPEXPR :opno 519 :opfuncid 145 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location 647} {VAR :varno 5 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 5 :location 660}) :location 657} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 684} {VAR :varno 6 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location 698}) :location 696} {OPEXPR :opno 94 :opfuncid 63 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 5 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 5 :location 724} {VAR :varno 6 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location 736}) :location 734} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 760} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 772 :constvalue 4 [ 44 10 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 770} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 4 :location 820} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 835 :constvalue 4 [ -21 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 833} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 881} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 891}) :location 889} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 5 :location 913} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 926}) :location 924} {OPEXPR :opno 533 :opfuncid 159 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 6 :location 952} {VAR :varno 4 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location 968}) :location 966} {OPEXPR :opno 630 :opfuncid 70 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 5 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 17 :location 992} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1011 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) :location 1008} {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location 1040} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1052 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1028}) :location 575}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 116} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 111} :resno 1 :resname table_catalog :ressortgroupref 1 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 188} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 183} :resno 2 :resname table_schema :ressortgroupref 2 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 250} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 245} :resno 3 :resname table_name :ressortgroupref 3 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 310} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 305} :resno 4 :resname column_name :ressortgroupref 4 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 372} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 367} :resno 5 :resname dependent_column :ressortgroupref 5 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 2 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 3 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 4 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 5 :eqop 93 :sortop 660 :nulls_first false :hashable true}) :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1060}) 13944 _RETURN 13941 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nt :colnames <>} :eref {ALIAS :aliasname nt :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nc :colnames <>} :eref {ALIAS :aliasname nc :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 0 :relid 1249 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 14) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1249 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 12 25) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4} {RANGETBLREF :rtindex 5}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 635} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 652}) :location 650} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 3 :location 673} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 690}) :location 688} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 711} {VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 724}) :location 722} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 5 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location 744} {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 757}) :location 755} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 777} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 789 :constvalue 1 [ 100 0 0 0 0 0 0 0 ]}) :location 787} {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 3 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 17 :location 807} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 821 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 826 :constvalue 1 [ 118 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 831 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 836 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 817} {OPEXPR :opno 536 :opfuncid 162 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 5 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 5 :location 855} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 866 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 864} {BOOLEXPR :boolop not :args ({VAR :varno 5 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 18 :location 886}) :location 882} {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 927} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 939 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 915}) :location 669}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 96} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 91} :resno 1 :resname domain_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 169} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 164} :resno 2 :resname domain_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 233} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 228} :resno 3 :resname domain_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 294} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 289} :resno 4 :resname table_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 366} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 361} :resno 5 :resname table_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 429} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 424} :resno 6 :resname table_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 489} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 484} :resno 7 :resname column_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 947}) 13949 _RETURN 13946 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname x :colnames <>} :eref {ALIAS :aliasname x :colnames ("grantor" "grantee" "attname" "relname" "relnamespace" "prtype" "grantable" "relowner")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 1 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 1 :colnames ("grantor" "grantee" "attname" "relname" "relnamespace" "prtype" "grantable" "relowner")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname pr_c :colnames ("oid" "relname" "relnamespace" "relowner" "grantor" "grantee" "prtype" "grantable")} :eref {ALIAS :aliasname pr_c :colnames ("oid" "relname" "relnamespace" "relowner" "grantor" "grantee" "prtype" "grantable")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs true :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_class :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 24 38) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 1220} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1232 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1237 :constvalue 1 [ 118 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1242 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1247 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 1228}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1068} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 1259 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1073} :resno 2 :resname relname :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 1082} :resno 3 :resname relnamespace :ressortgroupref 0 :resorigtbl 1259 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 1096} :resno 4 :resname relowner :ressortgroupref 0 :resorigtbl 1259 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location 1127} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1146 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 1151}) :location 1135}) :location 1118}) :location 1107} :fieldnum 1 :resulttype 26 :resulttypmod -1 :resultcollid 0} :resno 5 :resname grantor :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location 1127} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1146 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 1151}) :location 1135}) :location 1118}) :location 1107} :fieldnum 2 :resulttype 26 :resulttypmod -1 :resultcollid 0} :resno 6 :resname grantee :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location 1127} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1146 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 1151}) :location 1135}) :location 1118}) :location 1107} :fieldnum 3 :resulttype 25 :resulttypmod -1 :resultcollid 100} :resno 7 :resname privilege_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location 1127} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1146 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 1151}) :location 1135}) :location 1118}) :location 1107} :fieldnum 4 :resulttype 16 :resulttypmod -1 :resultcollid 0} :resno 8 :resname is_grantable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 0 :relid 1249 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1249 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 12 25) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1400} {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1413}) :location 1411} {OPEXPR :opno 536 :opfuncid 162 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location 1443} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1454 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 1452} {BOOLEXPR :boolop not :args ({VAR :varno 2 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location 1481}) :location 1477}) :location 1439}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 815} :resno 1 :resname grantor :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 847} :resno 2 :resname grantee :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 879} :resno 3 :resname attname :ressortgroupref 0 :resorigtbl 1249 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 906} :resno 4 :resname relname :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 933} :resno 5 :resname relnamespace :ressortgroupref 0 :resorigtbl 1259 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 965} :resno 6 :resname prtype :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 996} :resno 7 :resname grantable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 1030} :resno 8 :resname relowner :ressortgroupref 0 :resorigtbl 1259 :resorigcol 6 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 2 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 2 :colnames ("grantor" "grantee" "attname" "relname" "relnamespace" "prtype" "grantable" "relowner")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname pr_a :colnames ("attrelid" "attname" "grantor" "grantee" "prtype" "grantable")} :eref {ALIAS :aliasname pr_a :colnames ("attrelid" "attname" "grantor" "grantee" "prtype" "grantable")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs true :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 0 :relid 1249 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname cc :colnames <>} :eref {ALIAS :aliasname cc :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1249 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 12 25 30) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 13) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1918} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1931}) :location 1929} :alias <> :rtindex 3}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 536 :opfuncid 162 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 1962} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1971 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 1969} {BOOLEXPR :boolop not :args ({VAR :varno 1 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location 2004}) :location 2000}) :location 1996}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1781} :resno 1 :resname attrelid :ressortgroupref 0 :resorigtbl 1249 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1791} :resno 2 :resname attname :ressortgroupref 0 :resorigtbl 1249 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 23 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location 1821} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1840 :constvalue 1 [ 99 0 0 0 0 0 0 0 ]} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location 1845}) :location 1829}) :location 1812}) :location 1801} :fieldnum 1 :resulttype 26 :resulttypmod -1 :resultcollid 0} :resno 3 :resname grantor :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 23 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location 1821} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1840 :constvalue 1 [ 99 0 0 0 0 0 0 0 ]} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location 1845}) :location 1829}) :location 1812}) :location 1801} :fieldnum 2 :resulttype 26 :resulttypmod -1 :resultcollid 0} :resno 4 :resname grantee :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 23 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location 1821} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1840 :constvalue 1 [ 99 0 0 0 0 0 0 0 ]} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location 1845}) :location 1829}) :location 1812}) :location 1801} :fieldnum 3 :resulttype 25 :resulttypmod -1 :resultcollid 100} :resno 5 :resname privilege_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 23 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location 1821} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1840 :constvalue 1 [ 99 0 0 0 0 0 0 0 ]} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location 1845}) :location 1829}) :location 1812}) :location 1801} :fieldnum 4 :resulttype 16 :resulttypmod -1 :resultcollid 0} :resno 6 :resname is_grantable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 24) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2142} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 2158}) :location 2156} {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 2185} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2197 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2202 :constvalue 1 [ 118 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2207 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2212 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 2193}) :location 2181}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 1531} :resno 1 :resname grantor :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 1563} :resno 2 :resname grantee :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1595} :resno 3 :resname attname :ressortgroupref 0 :resorigtbl 1249 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 1622} :resno 4 :resname relname :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 1649} :resno 5 :resname relnamespace :ressortgroupref 0 :resorigtbl 1259 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 1681} :resno 6 :resname prtype :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 1712} :resno 7 :resname grantable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location 1746} :resno 8 :resname relowner :ressortgroupref 0 :resorigtbl 1259 :resorigcol 6 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 815} :resno 1 :resname grantor :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 847} :resno 2 :resname grantee :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 879} :resno 3 :resname attname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 906} :resno 4 :resname relname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 933} :resno 5 :resname relnamespace :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 965} :resno 6 :resname prtype :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 996} :resno 7 :resname grantable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 1030} :resno 8 :resname relowner :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations {SETOPERATIONSTMT :op 1 :all false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :colTypes (o 26 26 19 19 26 25 16 26) :colTypmods (i -1 -1 -1 -1 -1 -1 -1 -1) :colCollations (o 0 0 950 950 0 100 0 0) :groupClauses ({SORTGROUPCLAUSE :tleSortGroupRef 0 :eqop 607 :sortop 609 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 0 :eqop 607 :sortop 609 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 0 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 0 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 0 :eqop 607 :sortop 609 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 0 :eqop 98 :sortop 664 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 0 :eqop 91 :sortop 58 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 0 :eqop 607 :sortop 609 :nulls_first false :hashable true})} :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nc :colnames <>} :eref {ALIAS :aliasname nc :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname u_grantor :colnames <>} :eref {ALIAS :aliasname u_grantor :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname grantee :colnames ("oid" "rolname")} :eref {ALIAS :aliasname grantee :colnames ("oid" "rolname")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 1 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 1 :colnames ("oid" "rolname")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_authid :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2316} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 1260 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 2321} :resno 2 :resname rolname :ressortgroupref 0 :resorigtbl 1260 :resorigcol 2 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 2 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 2 :colnames ("oid" "?column?")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2383 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 1 :location 2384} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 2391 :constvalue 64 [ 80 85 66 76 73 67 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} :resno 2 :resname ?column? :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2316} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 2321} :resno 2 :resname rolname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations {SETOPERATIONSTMT :op 1 :all true :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :colTypes (o 26 19) :colTypmods (i -1 -1) :colCollations (o 0 950) :groupClauses <>} :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 2448} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 2465}) :location 2463} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 2486} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 2498}) :location 2496} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2524} {VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 2536}) :location 2534} {SCALARARRAYOPEXPR :opno 98 :opfuncid 67 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 100 :args ({VAR :varno 1 :varattno 6 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 2564} {ARRAYEXPR :array_typeid 1009 :array_collid 100 :element_typeid 25 :elements ({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2577 :constvalue 10 [ 40 0 0 0 73 78 83 69 82 84 ]} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2587 :constvalue 10 [ 40 0 0 0 83 69 76 69 67 84 ]} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2597 :constvalue 10 [ 40 0 0 0 85 80 68 65 84 69 ]} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2607 :constvalue 14 [ 56 0 0 0 82 69 70 69 82 69 78 67 69 83 ]}) :multidims false :location -1}) :location 2573} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 2648} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2663 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 2636} {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 2702} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2715 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 2690} {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 2742} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 2760 :constvalue 64 [ 80 85 66 76 73 67 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 2758}) :location 2687}) :location 2482}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 87} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 82} :resno 1 :resname grantor :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 152} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 147} :resno 2 :resname grantee :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 215} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 210} :resno 3 :resname table_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 287} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 282} :resno 4 :resname table_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 4 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 350} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 345} :resno 5 :resname table_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 410} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 405} :resno 6 :resname column_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 6 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 471} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 466} :resno 7 :resname privilege_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2708 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 647} {VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 658} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 670 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 635} {VAR :varno 1 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 700}) :location 697} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 735 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 553}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 746 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 548} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 529} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 529} :resno 8 :resname is_grantable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 2769}) 13954 _RETURN 13951 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 0 :relid 1249 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nc :colnames <>} :eref {ALIAS :aliasname nc :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nt :colnames <>} :eref {ALIAS :aliasname nt :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location -1} {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location -1} {VAR :varno 5 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location -1} {VAR :varno 5 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname bt :colnames <>} :eref {ALIAS :aliasname bt :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 6 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nbt :colnames <>} :eref {ALIAS :aliasname nbt :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 7 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 7 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 1 :location -1} {VAR :varno 7 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 2 :location -1} {VAR :varno 7 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 3 :location -1} {VAR :varno 7 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 4 :location -1} {VAR :varno 7 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 5 :location -1} {VAR :varno 7 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 6 :location -1} {VAR :varno 7 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 7 :location -1} {VAR :varno 7 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 8 :location -1} {VAR :varno 7 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 9 :location -1} {VAR :varno 7 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 10 :location -1} {VAR :varno 7 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 11 :location -1} {VAR :varno 7 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 12 :location -1} {VAR :varno 7 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 13 :location -1} {VAR :varno 7 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 14 :location -1} {VAR :varno 7 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 15 :location -1} {VAR :varno 7 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 16 :location -1} {VAR :varno 7 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 17 :location -1} {VAR :varno 7 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 18 :location -1} {VAR :varno 7 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 19 :location -1} {VAR :varno 7 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 20 :location -1} {VAR :varno 7 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 21 :location -1} {VAR :varno 7 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 22 :location -1} {VAR :varno 7 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 23 :location -1} {VAR :varno 7 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 24 :location -1} {VAR :varno 7 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 25 :location -1} {VAR :varno 7 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 26 :location -1} {VAR :varno 7 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 27 :location -1} {VAR :varno 7 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 28 :location -1} {VAR :varno 7 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 29 :location -1} {VAR :varno 7 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 30 :location -1} {VAR :varno 7 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 31 :location -1} {VAR :varno 7 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 32 :location -1} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl" "oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location -1} {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location -1} {VAR :varno 5 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location -1} {VAR :varno 5 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location -1} {VAR :varno 7 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 1 :location -1} {VAR :varno 7 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 2 :location -1} {VAR :varno 7 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 3 :location -1} {VAR :varno 7 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 4 :location -1} {VAR :varno 7 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 5 :location -1} {VAR :varno 7 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 6 :location -1} {VAR :varno 7 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 7 :location -1} {VAR :varno 7 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 8 :location -1} {VAR :varno 7 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 9 :location -1} {VAR :varno 7 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 10 :location -1} {VAR :varno 7 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 11 :location -1} {VAR :varno 7 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 12 :location -1} {VAR :varno 7 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 13 :location -1} {VAR :varno 7 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 14 :location -1} {VAR :varno 7 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 15 :location -1} {VAR :varno 7 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 16 :location -1} {VAR :varno 7 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 17 :location -1} {VAR :varno 7 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 18 :location -1} {VAR :varno 7 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 19 :location -1} {VAR :varno 7 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 20 :location -1} {VAR :varno 7 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 21 :location -1} {VAR :varno 7 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 22 :location -1} {VAR :varno 7 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 23 :location -1} {VAR :varno 7 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 24 :location -1} {VAR :varno 7 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 25 :location -1} {VAR :varno 7 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 26 :location -1} {VAR :varno 7 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 27 :location -1} {VAR :varno 7 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 28 :location -1} {VAR :varno 7 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 29 :location -1} {VAR :varno 7 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 30 :location -1} {VAR :varno 7 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 31 :location -1} {VAR :varno 7 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 32 :location -1} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1249 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 12 25) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 14 33) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 4} :rarg {RANGETBLREF :rtindex 5} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location 663} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 680}) :location 678} :alias <> :rtindex 6} :rarg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 7} :rarg {RANGETBLREF :rtindex 8} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 7 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 3 :location 748} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location 766}) :location 764} :alias <> :rtindex 9} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location 791} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 803 :constvalue 1 [ 100 0 0 0 0 0 0 0 ]}) :location 801} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location 811} {VAR :varno 7 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 1 :location 827}) :location 825}) :location 807} :alias <> :rtindex 10}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 846} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 859}) :location 857} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 879} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 892}) :location 890} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 912} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 921}) :location 919} {OPEXPR :opno 536 :opfuncid 162 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 950} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 961 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 959} {BOOLEXPR :boolop not :args ({VAR :varno 1 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location 971}) :location 967} {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 1000} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1014 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1019 :constvalue 1 [ 118 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1024 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1029 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 1010} {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({COALESCEEXPR :coalescetype 26 :coalescecollid 0 :args ({VAR :varno 7 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 4 :location 1069} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location 1082}) :location 1060} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1095 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1048}) :location 875}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 90} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 85} :resno 1 :resname udt_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {COALESCEEXPR :coalescetype 19 :coalescecollid 950 :args ({VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location 169} {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 182}) :location 160} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 155} :resno 2 :resname udt_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {COALESCEEXPR :coalescetype 19 :coalescecollid 950 :args ({VAR :varno 7 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 10) :varlevelsup 0 :varnosyn 7 :varattnosyn 2 :location 253} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 265}) :location 244} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 239} :resno 3 :resname udt_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 324} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 319} :resno 4 :resname table_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 396} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 391} :resno 5 :resname table_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 459} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 454} :resno 6 :resname table_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 519} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 514} :resno 7 :resname column_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1103}) 13959 _RETURN 13956 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 0 :relid 1249 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname ad :colnames <>} :eref {ALIAS :aliasname ad :colnames ("oid" "adrelid" "adnum" "adbin")} :rtekind 0 :relid 2604 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval" "oid" "adrelid" "adnum" "adbin")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nc :colnames <>} :eref {ALIAS :aliasname nc :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location -1} {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location -1} {VAR :varno 5 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location -1} {VAR :varno 5 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval" "oid" "adrelid" "adnum" "adbin" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location -1} {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location -1} {VAR :varno 5 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location -1} {VAR :varno 5 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nt :colnames <>} :eref {ALIAS :aliasname nt :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 6 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 5 :location -1} {VAR :varno 8 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 6 :location -1} {VAR :varno 8 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 7 :location -1} {VAR :varno 8 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 8 :location -1} {VAR :varno 8 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 9 :location -1} {VAR :varno 8 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 10 :location -1} {VAR :varno 8 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 11 :location -1} {VAR :varno 8 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 12 :location -1} {VAR :varno 8 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 13 :location -1} {VAR :varno 8 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 14 :location -1} {VAR :varno 8 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 15 :location -1} {VAR :varno 8 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 16 :location -1} {VAR :varno 8 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 17 :location -1} {VAR :varno 8 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 18 :location -1} {VAR :varno 8 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 19 :location -1} {VAR :varno 8 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 20 :location -1} {VAR :varno 8 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 21 :location -1} {VAR :varno 8 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 22 :location -1} {VAR :varno 8 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 23 :location -1} {VAR :varno 8 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 24 :location -1} {VAR :varno 8 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 25 :location -1} {VAR :varno 8 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 26 :location -1} {VAR :varno 8 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 27 :location -1} {VAR :varno 8 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 28 :location -1} {VAR :varno 8 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 29 :location -1} {VAR :varno 8 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 30 :location -1} {VAR :varno 8 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 31 :location -1} {VAR :varno 8 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 32 :location -1} {VAR :varno 9 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 1 :location -1} {VAR :varno 9 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 2 :location -1} {VAR :varno 9 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 3 :location -1} {VAR :varno 9 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval" "oid" "adrelid" "adnum" "adbin" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl" "oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location -1} {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location -1} {VAR :varno 5 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location -1} {VAR :varno 5 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 5 :location -1} {VAR :varno 8 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 6 :location -1} {VAR :varno 8 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 7 :location -1} {VAR :varno 8 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 8 :location -1} {VAR :varno 8 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 9 :location -1} {VAR :varno 8 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 10 :location -1} {VAR :varno 8 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 11 :location -1} {VAR :varno 8 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 12 :location -1} {VAR :varno 8 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 13 :location -1} {VAR :varno 8 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 14 :location -1} {VAR :varno 8 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 15 :location -1} {VAR :varno 8 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 16 :location -1} {VAR :varno 8 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 17 :location -1} {VAR :varno 8 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 18 :location -1} {VAR :varno 8 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 19 :location -1} {VAR :varno 8 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 20 :location -1} {VAR :varno 8 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 21 :location -1} {VAR :varno 8 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 22 :location -1} {VAR :varno 8 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 23 :location -1} {VAR :varno 8 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 24 :location -1} {VAR :varno 8 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 25 :location -1} {VAR :varno 8 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 26 :location -1} {VAR :varno 8 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 27 :location -1} {VAR :varno 8 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 28 :location -1} {VAR :varno 8 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 29 :location -1} {VAR :varno 8 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 30 :location -1} {VAR :varno 8 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 31 :location -1} {VAR :varno 8 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 32 :location -1} {VAR :varno 9 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 1 :location -1} {VAR :varno 9 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 2 :location -1} {VAR :varno 9 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 3 :location -1} {VAR :varno 9 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname bt :colnames <>} :eref {ALIAS :aliasname bt :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 7 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nbt :colnames <>} :eref {ALIAS :aliasname nbt :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 8 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 12 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 1 :location -1} {VAR :varno 12 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 2 :location -1} {VAR :varno 12 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 3 :location -1} {VAR :varno 12 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 4 :location -1} {VAR :varno 12 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 5 :location -1} {VAR :varno 12 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 6 :location -1} {VAR :varno 12 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 7 :location -1} {VAR :varno 12 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 8 :location -1} {VAR :varno 12 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 9 :location -1} {VAR :varno 12 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 10 :location -1} {VAR :varno 12 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 11 :location -1} {VAR :varno 12 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 12 :location -1} {VAR :varno 12 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 13 :location -1} {VAR :varno 12 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 14 :location -1} {VAR :varno 12 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 15 :location -1} {VAR :varno 12 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 16 :location -1} {VAR :varno 12 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 17 :location -1} {VAR :varno 12 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 18 :location -1} {VAR :varno 12 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 19 :location -1} {VAR :varno 12 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 20 :location -1} {VAR :varno 12 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 21 :location -1} {VAR :varno 12 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 22 :location -1} {VAR :varno 12 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 23 :location -1} {VAR :varno 12 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 24 :location -1} {VAR :varno 12 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 25 :location -1} {VAR :varno 12 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 26 :location -1} {VAR :varno 12 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 27 :location -1} {VAR :varno 12 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 28 :location -1} {VAR :varno 12 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 29 :location -1} {VAR :varno 12 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 30 :location -1} {VAR :varno 12 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 31 :location -1} {VAR :varno 12 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 32 :location -1} {VAR :varno 13 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 13 :varattnosyn 1 :location -1} {VAR :varno 13 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 13 :varattnosyn 2 :location -1} {VAR :varno 13 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 13 :varattnosyn 3 :location -1} {VAR :varno 13 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 13 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval" "oid" "adrelid" "adnum" "adbin" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl" "oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl" "oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location -1} {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location -1} {VAR :varno 5 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location -1} {VAR :varno 5 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 5 :location -1} {VAR :varno 8 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 6 :location -1} {VAR :varno 8 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 7 :location -1} {VAR :varno 8 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 8 :location -1} {VAR :varno 8 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 9 :location -1} {VAR :varno 8 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 10 :location -1} {VAR :varno 8 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 11 :location -1} {VAR :varno 8 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 12 :location -1} {VAR :varno 8 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 13 :location -1} {VAR :varno 8 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 14 :location -1} {VAR :varno 8 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 15 :location -1} {VAR :varno 8 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 16 :location -1} {VAR :varno 8 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 17 :location -1} {VAR :varno 8 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 18 :location -1} {VAR :varno 8 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 19 :location -1} {VAR :varno 8 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 20 :location -1} {VAR :varno 8 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 21 :location -1} {VAR :varno 8 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 22 :location -1} {VAR :varno 8 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 23 :location -1} {VAR :varno 8 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 24 :location -1} {VAR :varno 8 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 25 :location -1} {VAR :varno 8 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 26 :location -1} {VAR :varno 8 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 27 :location -1} {VAR :varno 8 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 28 :location -1} {VAR :varno 8 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 29 :location -1} {VAR :varno 8 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 30 :location -1} {VAR :varno 8 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 31 :location -1} {VAR :varno 8 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 32 :location -1} {VAR :varno 9 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 1 :location -1} {VAR :varno 9 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 2 :location -1} {VAR :varno 9 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 3 :location -1} {VAR :varno 9 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 4 :location -1} {VAR :varno 12 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 1 :location -1} {VAR :varno 12 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 2 :location -1} {VAR :varno 12 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 3 :location -1} {VAR :varno 12 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 4 :location -1} {VAR :varno 12 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 5 :location -1} {VAR :varno 12 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 6 :location -1} {VAR :varno 12 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 7 :location -1} {VAR :varno 12 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 8 :location -1} {VAR :varno 12 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 9 :location -1} {VAR :varno 12 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 10 :location -1} {VAR :varno 12 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 11 :location -1} {VAR :varno 12 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 12 :location -1} {VAR :varno 12 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 13 :location -1} {VAR :varno 12 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 14 :location -1} {VAR :varno 12 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 15 :location -1} {VAR :varno 12 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 16 :location -1} {VAR :varno 12 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 17 :location -1} {VAR :varno 12 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 18 :location -1} {VAR :varno 12 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 19 :location -1} {VAR :varno 12 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 20 :location -1} {VAR :varno 12 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 21 :location -1} {VAR :varno 12 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 22 :location -1} {VAR :varno 12 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 23 :location -1} {VAR :varno 12 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 24 :location -1} {VAR :varno 12 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 25 :location -1} {VAR :varno 12 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 26 :location -1} {VAR :varno 12 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 27 :location -1} {VAR :varno 12 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 28 :location -1} {VAR :varno 12 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 29 :location -1} {VAR :varno 12 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 30 :location -1} {VAR :varno 12 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 31 :location -1} {VAR :varno 12 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 32 :location -1} {VAR :varno 13 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 13 :varattnosyn 1 :location -1} {VAR :varno 13 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 13 :varattnosyn 2 :location -1} {VAR :varno 13 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 13 :varattnosyn 3 :location -1} {VAR :varno 13 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 13 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname co :colnames <>} :eref {ALIAS :aliasname co :colnames ("oid" "collname" "collnamespace" "collowner" "collprovider" "collisdeterministic" "collencoding" "collcollate" "collctype" "colllocale" "collicurules" "collversion")} :rtekind 0 :relid 3456 :inh true :relkind r :rellockmode 1 :perminfoindex 9 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nco :colnames <>} :eref {ALIAS :aliasname nco :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 10 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "collname" "collnamespace" "collowner" "collprovider" "collisdeterministic" "collencoding" "collcollate" "collctype" "colllocale" "collicurules" "collversion" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 16 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 16 :varattnosyn 1 :location -1} {VAR :varno 16 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 16 :varattnosyn 2 :location -1} {VAR :varno 16 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 16 :varattnosyn 3 :location -1} {VAR :varno 16 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 16 :varattnosyn 4 :location -1} {VAR :varno 16 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 16 :varattnosyn 5 :location -1} {VAR :varno 16 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 16 :varattnosyn 6 :location -1} {VAR :varno 16 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 16 :varattnosyn 7 :location -1} {VAR :varno 16 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 16 :varattnosyn 8 :location -1} {VAR :varno 16 :varattno 9 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 16 :varattnosyn 9 :location -1} {VAR :varno 16 :varattno 10 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 16 :varattnosyn 10 :location -1} {VAR :varno 16 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 16 :varattnosyn 11 :location -1} {VAR :varno 16 :varattno 12 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 16 :varattnosyn 12 :location -1} {VAR :varno 17 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 17 :varattnosyn 1 :location -1} {VAR :varno 17 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 17 :varattnosyn 2 :location -1} {VAR :varno 17 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 17 :varattnosyn 3 :location -1} {VAR :varno 17 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 17 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval" "oid" "adrelid" "adnum" "adbin" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl" "oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl" "oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl" "oid" "collname" "collnamespace" "collowner" "collprovider" "collisdeterministic" "collencoding" "collcollate" "collctype" "colllocale" "collicurules" "collversion" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location -1} {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location -1} {VAR :varno 5 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location -1} {VAR :varno 5 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 5 :location -1} {VAR :varno 8 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 6 :location -1} {VAR :varno 8 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 7 :location -1} {VAR :varno 8 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 8 :location -1} {VAR :varno 8 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 9 :location -1} {VAR :varno 8 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 10 :location -1} {VAR :varno 8 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 11 :location -1} {VAR :varno 8 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 12 :location -1} {VAR :varno 8 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 13 :location -1} {VAR :varno 8 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 14 :location -1} {VAR :varno 8 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 15 :location -1} {VAR :varno 8 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 16 :location -1} {VAR :varno 8 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 17 :location -1} {VAR :varno 8 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 18 :location -1} {VAR :varno 8 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 19 :location -1} {VAR :varno 8 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 20 :location -1} {VAR :varno 8 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 21 :location -1} {VAR :varno 8 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 22 :location -1} {VAR :varno 8 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 23 :location -1} {VAR :varno 8 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 24 :location -1} {VAR :varno 8 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 25 :location -1} {VAR :varno 8 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 26 :location -1} {VAR :varno 8 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 27 :location -1} {VAR :varno 8 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 28 :location -1} {VAR :varno 8 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 29 :location -1} {VAR :varno 8 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 30 :location -1} {VAR :varno 8 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 31 :location -1} {VAR :varno 8 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 32 :location -1} {VAR :varno 9 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 1 :location -1} {VAR :varno 9 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 2 :location -1} {VAR :varno 9 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 3 :location -1} {VAR :varno 9 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 4 :location -1} {VAR :varno 12 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 1 :location -1} {VAR :varno 12 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 2 :location -1} {VAR :varno 12 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 3 :location -1} {VAR :varno 12 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 4 :location -1} {VAR :varno 12 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 5 :location -1} {VAR :varno 12 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 6 :location -1} {VAR :varno 12 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 7 :location -1} {VAR :varno 12 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 8 :location -1} {VAR :varno 12 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 9 :location -1} {VAR :varno 12 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 10 :location -1} {VAR :varno 12 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 11 :location -1} {VAR :varno 12 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 12 :location -1} {VAR :varno 12 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 13 :location -1} {VAR :varno 12 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 14 :location -1} {VAR :varno 12 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 15 :location -1} {VAR :varno 12 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 16 :location -1} {VAR :varno 12 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 17 :location -1} {VAR :varno 12 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 18 :location -1} {VAR :varno 12 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 19 :location -1} {VAR :varno 12 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 20 :location -1} {VAR :varno 12 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 21 :location -1} {VAR :varno 12 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 22 :location -1} {VAR :varno 12 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 23 :location -1} {VAR :varno 12 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 24 :location -1} {VAR :varno 12 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 25 :location -1} {VAR :varno 12 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 26 :location -1} {VAR :varno 12 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 27 :location -1} {VAR :varno 12 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 28 :location -1} {VAR :varno 12 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 29 :location -1} {VAR :varno 12 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 30 :location -1} {VAR :varno 12 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 31 :location -1} {VAR :varno 12 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 32 :location -1} {VAR :varno 13 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 13 :varattnosyn 1 :location -1} {VAR :varno 13 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 13 :varattnosyn 2 :location -1} {VAR :varno 13 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 13 :varattnosyn 3 :location -1} {VAR :varno 13 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 13 :varattnosyn 4 :location -1} {VAR :varno 16 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 1 :location -1} {VAR :varno 16 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 2 :location -1} {VAR :varno 16 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 3 :location -1} {VAR :varno 16 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 4 :location -1} {VAR :varno 16 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 5 :location -1} {VAR :varno 16 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 6 :location -1} {VAR :varno 16 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 7 :location -1} {VAR :varno 16 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 8 :location -1} {VAR :varno 16 :varattno 9 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 9 :location -1} {VAR :varno 16 :varattno 10 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 10 :location -1} {VAR :varno 16 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 11 :location -1} {VAR :varno 16 :varattno 12 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 12 :location -1} {VAR :varno 17 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 17 :varattnosyn 1 :location -1} {VAR :varno 17 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 17 :varattnosyn 2 :location -1} {VAR :varno 17 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 17 :varattnosyn 3 :location -1} {VAR :varno 17 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 17 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname dep :colnames <>} :eref {ALIAS :aliasname dep :colnames ("classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype")} :rtekind 0 :relid 2608 :inh true :relkind r :rellockmode 1 :perminfoindex 11 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname seq :colnames <>} :eref {ALIAS :aliasname seq :colnames ("seqrelid" "seqtypid" "seqstart" "seqincrement" "seqmax" "seqmin" "seqcache" "seqcycle")} :rtekind 0 :relid 2224 :inh true :relkind r :rellockmode 1 :perminfoindex 12 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype" "seqrelid" "seqtypid" "seqstart" "seqincrement" "seqmax" "seqmin" "seqcache" "seqcycle")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 20 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 20 :varattnosyn 1 :location -1} {VAR :varno 20 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 20 :varattnosyn 2 :location -1} {VAR :varno 20 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 20 :varattnosyn 3 :location -1} {VAR :varno 20 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 20 :varattnosyn 4 :location -1} {VAR :varno 20 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 20 :varattnosyn 5 :location -1} {VAR :varno 20 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 20 :varattnosyn 6 :location -1} {VAR :varno 20 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 20 :varattnosyn 7 :location -1} {VAR :varno 21 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 21 :varattnosyn 1 :location -1} {VAR :varno 21 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 21 :varattnosyn 2 :location -1} {VAR :varno 21 :varattno 3 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 21 :varattnosyn 3 :location -1} {VAR :varno 21 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 21 :varattnosyn 4 :location -1} {VAR :varno 21 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 21 :varattnosyn 5 :location -1} {VAR :varno 21 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 21 :varattnosyn 6 :location -1} {VAR :varno 21 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 21 :varattnosyn 7 :location -1} {VAR :varno 21 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 21 :varattnosyn 8 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7) :joinrightcols (i 1 2 3 4 5 6 7 8) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval" "oid" "adrelid" "adnum" "adbin" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "nspname" "nspowner" "nspacl" "oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl" "oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl" "oid" "collname" "collnamespace" "collowner" "collprovider" "collisdeterministic" "collencoding" "collcollate" "collctype" "colllocale" "collicurules" "collversion" "oid" "nspname" "nspowner" "nspacl" "classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype" "seqrelid" "seqtypid" "seqstart" "seqincrement" "seqmax" "seqmin" "seqcache" "seqcycle")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 2277 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location -1} {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location -1} {VAR :varno 5 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location -1} {VAR :varno 5 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 5 :location -1} {VAR :varno 8 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 6 :location -1} {VAR :varno 8 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 7 :location -1} {VAR :varno 8 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 8 :location -1} {VAR :varno 8 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 9 :location -1} {VAR :varno 8 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 10 :location -1} {VAR :varno 8 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 11 :location -1} {VAR :varno 8 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 12 :location -1} {VAR :varno 8 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 13 :location -1} {VAR :varno 8 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 14 :location -1} {VAR :varno 8 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 15 :location -1} {VAR :varno 8 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 16 :location -1} {VAR :varno 8 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 17 :location -1} {VAR :varno 8 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 18 :location -1} {VAR :varno 8 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 19 :location -1} {VAR :varno 8 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 20 :location -1} {VAR :varno 8 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 21 :location -1} {VAR :varno 8 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 22 :location -1} {VAR :varno 8 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 23 :location -1} {VAR :varno 8 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 24 :location -1} {VAR :varno 8 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 25 :location -1} {VAR :varno 8 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 26 :location -1} {VAR :varno 8 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 27 :location -1} {VAR :varno 8 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 28 :location -1} {VAR :varno 8 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 29 :location -1} {VAR :varno 8 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 30 :location -1} {VAR :varno 8 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 31 :location -1} {VAR :varno 8 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 32 :location -1} {VAR :varno 9 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 1 :location -1} {VAR :varno 9 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 2 :location -1} {VAR :varno 9 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 3 :location -1} {VAR :varno 9 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 4 :location -1} {VAR :varno 12 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 1 :location -1} {VAR :varno 12 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 2 :location -1} {VAR :varno 12 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 3 :location -1} {VAR :varno 12 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 4 :location -1} {VAR :varno 12 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 5 :location -1} {VAR :varno 12 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 6 :location -1} {VAR :varno 12 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 7 :location -1} {VAR :varno 12 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 8 :location -1} {VAR :varno 12 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 9 :location -1} {VAR :varno 12 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 10 :location -1} {VAR :varno 12 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 11 :location -1} {VAR :varno 12 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 12 :location -1} {VAR :varno 12 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 13 :location -1} {VAR :varno 12 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 14 :location -1} {VAR :varno 12 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 15 :location -1} {VAR :varno 12 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 16 :location -1} {VAR :varno 12 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 17 :location -1} {VAR :varno 12 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 18 :location -1} {VAR :varno 12 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 19 :location -1} {VAR :varno 12 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 20 :location -1} {VAR :varno 12 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 21 :location -1} {VAR :varno 12 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 22 :location -1} {VAR :varno 12 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 23 :location -1} {VAR :varno 12 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 24 :location -1} {VAR :varno 12 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 25 :location -1} {VAR :varno 12 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 26 :location -1} {VAR :varno 12 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 27 :location -1} {VAR :varno 12 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 28 :location -1} {VAR :varno 12 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 29 :location -1} {VAR :varno 12 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 30 :location -1} {VAR :varno 12 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 31 :location -1} {VAR :varno 12 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 32 :location -1} {VAR :varno 13 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 13 :varattnosyn 1 :location -1} {VAR :varno 13 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 13 :varattnosyn 2 :location -1} {VAR :varno 13 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 13 :varattnosyn 3 :location -1} {VAR :varno 13 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 13 :varattnosyn 4 :location -1} {VAR :varno 16 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 1 :location -1} {VAR :varno 16 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 2 :location -1} {VAR :varno 16 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 3 :location -1} {VAR :varno 16 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 4 :location -1} {VAR :varno 16 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 5 :location -1} {VAR :varno 16 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 6 :location -1} {VAR :varno 16 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 7 :location -1} {VAR :varno 16 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 8 :location -1} {VAR :varno 16 :varattno 9 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 9 :location -1} {VAR :varno 16 :varattno 10 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 10 :location -1} {VAR :varno 16 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 11 :location -1} {VAR :varno 16 :varattno 12 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 12 :location -1} {VAR :varno 17 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 17 :varattnosyn 1 :location -1} {VAR :varno 17 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 17 :varattnosyn 2 :location -1} {VAR :varno 17 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 17 :varattnosyn 3 :location -1} {VAR :varno 17 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 17 :varattnosyn 4 :location -1} {VAR :varno 20 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 23) :varlevelsup 0 :varnosyn 20 :varattnosyn 1 :location -1} {VAR :varno 20 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 23) :varlevelsup 0 :varnosyn 20 :varattnosyn 2 :location -1} {VAR :varno 20 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 23) :varlevelsup 0 :varnosyn 20 :varattnosyn 3 :location -1} {VAR :varno 20 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 23) :varlevelsup 0 :varnosyn 20 :varattnosyn 4 :location -1} {VAR :varno 20 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 23) :varlevelsup 0 :varnosyn 20 :varattnosyn 5 :location -1} {VAR :varno 20 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 23) :varlevelsup 0 :varnosyn 20 :varattnosyn 6 :location -1} {VAR :varno 20 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 23) :varlevelsup 0 :varnosyn 20 :varattnosyn 7 :location -1} {VAR :varno 21 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 23) :varlevelsup 0 :varnosyn 21 :varattnosyn 1 :location -1} {VAR :varno 21 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 23) :varlevelsup 0 :varnosyn 21 :varattnosyn 2 :location -1} {VAR :varno 21 :varattno 3 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b 23) :varlevelsup 0 :varnosyn 21 :varattnosyn 3 :location -1} {VAR :varno 21 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b 23) :varlevelsup 0 :varnosyn 21 :varattnosyn 4 :location -1} {VAR :varno 21 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b 23) :varlevelsup 0 :varnosyn 21 :varattnosyn 5 :location -1} {VAR :varno 21 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b 23) :varlevelsup 0 :varnosyn 21 :varattnosyn 6 :location -1} {VAR :varno 21 :varattno 7 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b 23) :varlevelsup 0 :varnosyn 21 :varattnosyn 7 :location -1} {VAR :varno 21 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 23) :varlevelsup 0 :varnosyn 21 :varattnosyn 8 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1249 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 7 8 9 10 12 20 23 24 25 28) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2604 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 11) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 7 8 9 10 12 14 21 32 33) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 12 21) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 3456 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2608 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 11 12 13 14) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2224 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 10 11 12 13 15) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 5035} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 5046}) :location 5044} {OPEXPR :opno 94 :opfuncid 63 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 5058} {VAR :varno 2 :varattno 3 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 5067}) :location 5065}) :location 5054} :alias <> :rtindex 3} :rarg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 4} :rarg {RANGETBLREF :rtindex 5} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location 5125} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 5142}) :location 5140} :alias <> :rtindex 6} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 5154} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 5167}) :location 5165} :alias <> :rtindex 7} :rarg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 8} :rarg {RANGETBLREF :rtindex 9} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location 5223} {VAR :varno 9 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 1 :location 5240}) :location 5238} :alias <> :rtindex 10} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 5252} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location 5265}) :location 5263} :alias <> :rtindex 11} :rarg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 12} :rarg {RANGETBLREF :rtindex 13} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 12 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 3 :location 5328} {VAR :varno 13 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 13 :varattnosyn 1 :location 5346}) :location 5344} :alias <> :rtindex 14} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 8 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 7 :location 5371} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 5383 :constvalue 1 [ 100 0 0 0 0 0 0 0 ]}) :location 5381} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 8 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 26 :location 5391} {VAR :varno 12 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 1 :location 5407}) :location 5405}) :location 5387} :alias <> :rtindex 15} :rarg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 16} :rarg {RANGETBLREF :rtindex 17} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 16 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 16 :varattnosyn 3 :location 5477} {VAR :varno 17 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 17 :varattnosyn 1 :location 5496}) :location 5494} :alias <> :rtindex 18} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location 5520} {VAR :varno 16 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 16 :varattnosyn 1 :location 5537}) :location 5535} {BOOLEXPR :boolop or :args ({OPEXPR :opno 643 :opfuncid 659 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 17 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 17 :varattnosyn 2 :location 5549} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 5579 :constvalue 64 [ 112 103 95 99 97 116 97 108 111 103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 5575} {OPEXPR :opno 643 :opfuncid 659 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 16 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 16 :varattnosyn 2 :location 5562} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 5593 :constvalue 64 [ 100 101 102 97 117 108 116 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 5575}) :location 5575}) :location 5544} :alias <> :rtindex 19} :rarg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 20} :rarg {RANGETBLREF :rtindex 21} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 20 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 20 :varattnosyn 1 :location 5663} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 5677 :constvalue 4 [ -21 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 5675} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 20 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 20 :varattnosyn 2 :location 5702} {VAR :varno 21 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 21 :varattnosyn 1 :location 5714}) :location 5712} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 20 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 20 :varattnosyn 7 :location 5731} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 5745 :constvalue 1 [ 105 0 0 0 0 0 0 0 ]}) :location 5743}) :location 5698} :alias <> :rtindex 22} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 20 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 20 :varattnosyn 4 :location 5766} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 5783 :constvalue 4 [ -21 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 5781} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 20 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 20 :varattnosyn 5 :location 5808} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 5823}) :location 5821} {OPEXPR :opno 533 :opfuncid 159 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 20 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 20 :varattnosyn 6 :location 5833} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 5851}) :location 5849}) :location 5804} :alias <> :rtindex 23}) :quals {BOOLEXPR :boolop and :args ({BOOLEXPR :boolop not :args ({FUNCEXPR :funcid 2855 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 5901}) :location 5877}) :location 5873} {OPEXPR :opno 536 :opfuncid 162 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 5925} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 5936 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 5934} {BOOLEXPR :boolop not :args ({VAR :varno 1 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location 5946}) :location 5942} {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location 5975} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 5989 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 5994 :constvalue 1 [ 118 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 5999 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 6004 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 5985} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location 6037} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 6049 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 6025} {FUNCEXPR :funcid 3023 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 6097} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 6104} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 6153 :constvalue 38 [ -104 0 0 0 83 69 76 69 67 84 44 32 73 78 83 69 82 84 44 32 85 80 68 65 84 69 44 32 82 69 70 69 82 69 78 67 69 83 ]}) :location 6076}) :location 6073}) :location 5921}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 72} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 67} :resno 1 :resname table_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 144} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 139} :resno 2 :resname table_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 207} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 202} :resno 3 :resname table_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 267} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 262} :resno 4 :resname column_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 313 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 328}) :location 323} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 323} :resno 5 :resname ordinal_position :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 950 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 404} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 421 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) :location 419} :result {FUNCEXPR :funcid 1716 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 4 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location 441} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 451}) :location 429} :location 399}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 394} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 389} :resno 6 :resname column_default :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {BOOLEXPR :boolop or :args ({VAR :varno 1 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location 531} {BOOLEXPR :boolop and :args ({OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 8 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 7 :location 548} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 560 :constvalue 1 [ 100 0 0 0 0 0 0 0 ]}) :location 558} {VAR :varno 8 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 25 :location 568}) :location 564}) :location 544} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 587 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 526}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 597 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 521} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 516} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 516} :resno 7 :resname is_nullable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 8 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 7 :location 704} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 716 :constvalue 1 [ 100 0 0 0 0 0 0 0 ]}) :location 714} :result {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {BOOLEXPR :boolop and :args ({OPEXPR :opno 608 :opfuncid 185 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 12 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 14 :location 750} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 764 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 761} {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 12 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 5 :location 770} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 782 :constvalue 4 [ -1 -1 -1 -1 -1 -1 -1 -1 ]}) :location 780}) :location 766} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 790 :constvalue 9 [ 36 0 0 0 65 82 82 65 89 ]} :location 745} {CASEWHEN :expr {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 13 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 13 :varattnosyn 2 :location 823} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 837 :constvalue 64 [ 112 103 95 99 97 116 97 108 111 103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 835} :result {FUNCEXPR :funcid 1081 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({VAR :varno 8 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 26 :location 867} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 882 :constvalue <>}) :location 855} :location 818}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 913 :constvalue 16 [ 64 0 0 0 85 83 69 82 45 68 69 70 73 78 69 68 ]} :location 740} :location 699}) :defresult {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {BOOLEXPR :boolop and :args ({OPEXPR :opno 608 :opfuncid 185 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 8 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 14 :location 975} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 988 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 985} {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 8 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 5 :location 994} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1005 :constvalue 4 [ -1 -1 -1 -1 -1 -1 -1 -1 ]}) :location 1003}) :location 990} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1013 :constvalue 9 [ 36 0 0 0 65 82 82 65 89 ]} :location 970} {CASEWHEN :expr {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 9 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 2 :location 1046} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 1059 :constvalue 64 [ 112 103 95 99 97 116 97 108 111 103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 1057} :result {FUNCEXPR :funcid 1081 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 1089} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1101 :constvalue <>}) :location 1077} :location 1041}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1132 :constvalue 16 [ 64 0 0 0 85 83 69 82 45 68 69 70 73 78 69 68 ]} :location 965} :location 694} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 675} :resno 8 :resname data_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 13873 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 13871 :funcresulttype 26 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 1292} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 1295}) :location 1278} {FUNCEXPR :funcid 13872 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 1314} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 1317}) :location 1299}) :location 1258} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1239} :resno 9 :resname character_maximum_length :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 13874 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 13871 :funcresulttype 26 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 1463} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 1466}) :location 1449} {FUNCEXPR :funcid 13872 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 1485} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 1488}) :location 1470}) :location 1427} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1408} :resno 10 :resname character_octet_length :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 13876 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 13871 :funcresulttype 26 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 1632} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 1635}) :location 1618} {FUNCEXPR :funcid 13872 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 1654} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 1657}) :location 1639}) :location 1596} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1577} :resno 11 :resname numeric_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 13877 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 13871 :funcresulttype 26 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 1802} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 1805}) :location 1788} {FUNCEXPR :funcid 13872 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 1824} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 1827}) :location 1809}) :location 1760} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1741} :resno 12 :resname numeric_precision_radix :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 13878 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 13871 :funcresulttype 26 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 1968} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 1971}) :location 1954} {FUNCEXPR :funcid 13872 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 1990} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 1993}) :location 1975}) :location 1936} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1917} :resno 13 :resname numeric_scale :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 13879 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 13871 :funcresulttype 26 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 2129} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 2132}) :location 2115} {FUNCEXPR :funcid 13872 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 2151} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 2154}) :location 2136}) :location 2092} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 2073} :resno 14 :resname datetime_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 13880 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({FUNCEXPR :funcid 13871 :funcresulttype 26 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 2290} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 2293}) :location 2276} {FUNCEXPR :funcid 13872 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 0 :vartype 75 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 0 :location 2312} {VAR :varno 8 :varattno 0 :vartype 71 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 0 :location 2315}) :location 2297}) :location 2258} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2239} :resno 15 :resname interval_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 2398 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 2393} :resno 16 :resname interval_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 2463 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2458} :resno 17 :resname character_set_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 2529 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2524} :resno 18 :resname character_set_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 2594 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2589} :resno 19 :resname character_set_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 19 :casecollid 950 :arg <> :args ({CASEWHEN :expr {NULLTEST :arg {VAR :varno 17 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 17 :varattnosyn 2 :location 2668} :nulltesttype 1 :argisrow false :location 2680} :result {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 2697} :location 2663}) :defresult {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location -1 :constvalue <>} :location 2658} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2653} :resno 20 :resname collation_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 17 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 17 :varattnosyn 2 :location 2777} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2772} :resno 21 :resname collation_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 16 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 19) :varlevelsup 0 :varnosyn 16 :varattnosyn 2 :location 2845} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2840} :resno 22 :resname collation_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 19 :casecollid 950 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 8 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 7 :location 2922} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2934 :constvalue 1 [ 100 0 0 0 0 0 0 0 ]}) :location 2932} :result {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 2943} :location 2917}) :defresult {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 2967 :constvalue <>} :location 2912} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2907} :resno 23 :resname domain_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 19 :casecollid 950 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 8 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 7 :location 3053} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 3065 :constvalue 1 [ 100 0 0 0 0 0 0 0 ]}) :location 3063} :result {VAR :varno 9 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 2 :location 3074} :location 3048}) :defresult {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 3090 :constvalue <>} :location 3043} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3038} :resno 24 :resname domain_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 19 :casecollid 950 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 8 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 7 :location 3175} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 3187 :constvalue 1 [ 100 0 0 0 0 0 0 0 ]}) :location 3185} :result {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location 3196} :location 3170}) :defresult {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 3211 :constvalue <>} :location 3165} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3160} :resno 25 :resname domain_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 3285} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3280} :resno 26 :resname udt_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {COALESCEEXPR :coalescetype 19 :coalescecollid 950 :args ({VAR :varno 13 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 13 :varattnosyn 2 :location 3364} {VAR :varno 9 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 2 :location 3377}) :location 3355} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3350} :resno 27 :resname udt_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {COALESCEEXPR :coalescetype 19 :coalescecollid 950 :args ({VAR :varno 12 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 15) :varlevelsup 0 :varnosyn 12 :varattnosyn 2 :location 3448} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location 3460}) :location 3439} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3434} :resno 28 :resname udt_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 3520 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3515} :resno 29 :resname scope_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 3578 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3573} :resno 30 :resname scope_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 3635 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3630} :resno 31 :resname scope_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 3691 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 3686} :resno 32 :resname maximum_cardinality :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {COERCEVIAIO :arg {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 3756} :resulttype 19 :resultcollid 950 :coerceformat 2 :location 3751} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3751} :resno 33 :resname dtd_identifier :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3819 :constvalue 6 [ 24 0 0 0 78 79 ]} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 3814} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3814} :resno 34 :resname is_self_referencing :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location 3889} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 3907 :constvalue 1 [ 97 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 3912 :constvalue 1 [ 100 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 3903} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3922 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 3884}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3933 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 3879} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 3874} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3874} :resno 35 :resname is_identity :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg {VAR :varno 1 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location 3993} :args ({CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 4012 :constvalue 1 [ 97 0 0 0 0 0 0 0 ]}) :location 4007} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 4021 :constvalue 10 [ 40 0 0 0 65 76 87 65 89 83 ]} :location 4007} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 4035 :constvalue 1 [ 100 0 0 0 0 0 0 0 ]}) :location 4030} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 4044 :constvalue 14 [ 56 0 0 0 66 89 32 68 69 70 65 85 76 84 ]} :location 4030}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 3988} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3983} :resno 36 :resname identity_generation :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {COERCEVIAIO :arg {VAR :varno 21 :varattno 3 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b 23) :varlevelsup 0 :varnosyn 21 :varattnosyn 3 :location 4120} :resulttype 1043 :resultcollid 100 :coerceformat 2 :location 4115} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4115} :resno 37 :resname identity_start :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {COERCEVIAIO :arg {VAR :varno 21 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b 23) :varlevelsup 0 :varnosyn 21 :varattnosyn 4 :location 4187} :resulttype 1043 :resultcollid 100 :coerceformat 2 :location 4182} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4182} :resno 38 :resname identity_increment :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {COERCEVIAIO :arg {VAR :varno 21 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b 23) :varlevelsup 0 :varnosyn 21 :varattnosyn 5 :location 4262} :resulttype 1043 :resultcollid 100 :coerceformat 2 :location 4257} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4257} :resno 39 :resname identity_maximum :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {COERCEVIAIO :arg {VAR :varno 21 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b 23) :varlevelsup 0 :varnosyn 21 :varattnosyn 6 :location 4329} :resulttype 1043 :resultcollid 100 :coerceformat 2 :location 4324} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4324} :resno 40 :resname identity_minimum :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {VAR :varno 21 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 23) :varlevelsup 0 :varnosyn 21 :varattnosyn 8 :location 4406} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 4424 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 4401}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 4435 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 4396} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 4391} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4391} :resno 41 :resname identity_cycle :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 630 :opfuncid 70 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 4504} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 4522 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) :location 4519} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 4530 :constvalue 10 [ 40 0 0 0 65 76 87 65 89 83 ]} :location 4499}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 4544 :constvalue 9 [ 36 0 0 0 78 69 86 69 82 ]} :location 4494} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4489} :resno 42 :resname is_generated :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 950 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 630 :opfuncid 70 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 4618} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 4636 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) :location 4633} :result {FUNCEXPR :funcid 1716 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 4 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location 4656} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 4666}) :location 4644} :location 4613}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 4608} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4603} :resno 43 :resname generation_expression :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {BOOLEXPR :boolop or :args ({SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location 4754} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 4768 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 4773 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 4764} {BOOLEXPR :boolop and :args ({SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location 4808} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 4822 :constvalue 1 [ 118 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 4827 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 4818} {FUNCEXPR :funcid 3843 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({RELABELTYPE :arg {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 4886} :resulttype 2205 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 4893} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 4903 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) :location 4863}) :location 4832}) :location 4778} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 4932 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 4749}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 4943 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 4744} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 4739} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4739} :resno 44 :resname is_updatable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 6191}) 13964 _RETURN 13961 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname x :colnames ("tblschema" "tblname" "tblowner" "colname" "cstrschema" "cstrname")} :eref {ALIAS :aliasname x :colnames ("tblschema" "tblname" "tblowner" "colname" "cstrschema" "cstrname")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 1 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 1 :colnames ("nspname" "relname" "relowner" "attname" "nspname" "conname")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname nr :colnames <>} :eref {ALIAS :aliasname nr :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname r :colnames <>} :eref {ALIAS :aliasname r :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 0 :relid 1249 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname d :colnames <>} :eref {ALIAS :aliasname d :colnames ("classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype")} :rtekind 0 :relid 2608 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nc :colnames <>} :eref {ALIAS :aliasname nc :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin")} :rtekind 0 :relid 2606 :inh true :relkind r :rellockmode 1 :perminfoindex 6 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1249 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 12 25) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2608 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 11 12 13) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2606 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4} {RANGETBLREF :rtindex 5} {RANGETBLREF :rtindex 6}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 805} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 814}) :location 812} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 845} {VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 853}) :location 851} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location 880} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 895 :constvalue 4 [ -21 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 893} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location 943} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 956}) :location 954} {OPEXPR :opno 533 :opfuncid 159 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location 978} {VAR :varno 3 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 5 :location 994}) :location 992} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1019} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1031 :constvalue 4 [ 46 10 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 1029} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 1084} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 1094}) :location 1092} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location 1116} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 1133}) :location 1131} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 6 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location 1156} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1168 :constvalue 1 [ 99 0 0 0 0 0 0 0 ]}) :location 1166} {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 1188} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1202 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1207 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 1198} {BOOLEXPR :boolop not :args ({VAR :varno 3 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 18 :location 1232}) :location 1228}) :location 841}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 615} :resno 1 :resname nspname :ressortgroupref 1 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 627} :resno 2 :resname relname :ressortgroupref 2 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location 638} :resno 3 :resname relowner :ressortgroupref 3 :resorigtbl 1259 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 650} :resno 4 :resname attname :ressortgroupref 4 :resorigtbl 1249 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 661} :resno 5 :resname nspname :ressortgroupref 5 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location 673} :resno 6 :resname conname :ressortgroupref 6 :resorigtbl 2606 :resorigcol 2 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 2 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 3 :eqop 607 :sortop 609 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 4 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 5 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 6 :eqop 93 :sortop 660 :nulls_first false :hashable true}) :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 2 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 2 :colnames ("nspname" "relname" "relowner" "attname" "nspname" "conname")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname nr :colnames <>} :eref {ALIAS :aliasname nr :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname r :colnames <>} :eref {ALIAS :aliasname r :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 0 :relid 1249 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nc :colnames <>} :eref {ALIAS :aliasname nc :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin")} :rtekind 0 :relid 2606 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1249 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 12 25) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2606 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 11 15 27) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4} {RANGETBLREF :rtindex 5}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1503} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 1512}) :location 1510} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1543} {VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 1551}) :location 1549} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1578} {VAR :varno 5 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 8 :location 1586}) :location 1584} {OPEXPR :opno 94 :opfuncid 63 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 5 :location 1613} {SUBSCRIPTINGREF :refcontainertype 1005 :refelemtype 21 :refrestype 21 :reftypmod -1 :refcollid 0 :refupperindexpr ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1633 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :reflowerindexpr <> :refexpr {VAR :varno 5 :varattno 20 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 20 :location 1624} :refassgnexpr <>}) :location 1622} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 5 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location 1652} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1669}) :location 1667} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 5 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location 1692} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1704 :constvalue 1 [ 110 0 0 0 0 0 0 0 ]}) :location 1702} {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 1724} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1738 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1743 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 1734} {BOOLEXPR :boolop not :args ({VAR :varno 3 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 18 :location 1768}) :location 1764}) :location 1539}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1326} :resno 1 :resname nspname :ressortgroupref 1 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 1338} :resno 2 :resname relname :ressortgroupref 2 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location 1349} :resno 3 :resname relowner :ressortgroupref 3 :resorigtbl 1259 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 1361} :resno 4 :resname attname :ressortgroupref 4 :resorigtbl 1249 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 1372} :resno 5 :resname nspname :ressortgroupref 5 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 1384} :resno 6 :resname conname :ressortgroupref 6 :resorigtbl 2606 :resorigcol 2 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 2 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 3 :eqop 607 :sortop 609 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 4 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 5 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 6 :eqop 93 :sortop 660 :nulls_first false :hashable true}) :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 3 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 3 :colnames ("nspname" "relname" "relowner" "attname" "nspname" "conname")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname nr :colnames <>} :eref {ALIAS :aliasname nr :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname r :colnames <>} :eref {ALIAS :aliasname r :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 0 :relid 1249 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nc :colnames <>} :eref {ALIAS :aliasname nc :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin")} :rtekind 0 :relid 2606 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1249 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 12 25) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2606 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 11 15 19 27 28) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4} {RANGETBLREF :rtindex 5}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2067} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 2076}) :location 2074} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 2107} {VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 2115}) :location 2113} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 2142} {VAR :varno 5 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location 2151}) :location 2149} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 2182} {CASEEXPR :casetype 26 :casecollid 0 :arg {VAR :varno 5 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location 2195} :args ({CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2210 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]}) :location 2205} :result {VAR :varno 5 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 12 :location 2219} :location 2205}) :defresult {VAR :varno 5 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 8 :location 2236} :location 2190}) :location 2188} {SCALARARRAYOPEXPR :opno 94 :opfuncid 63 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 3 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 5 :location 2267} {CASEEXPR :casetype 1005 :casecollid 0 :arg {VAR :varno 5 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location 2288} :args ({CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2303 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]}) :location 2298} :result {VAR :varno 5 :varattno 21 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 21 :location 2312} :location 2298}) :defresult {VAR :varno 5 :varattno 20 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 20 :location 2327} :location 2283}) :location 2276} {BOOLEXPR :boolop not :args ({VAR :varno 3 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 18 :location 2361}) :location 2357} {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 5 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location 2392} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2406 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2411 :constvalue 1 [ 117 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2416 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 2402} {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 2437} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2451 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2456 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 2447}) :location 2103}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1875} :resno 1 :resname nspname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 1887} :resno 2 :resname relname :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location 1898} :resno 3 :resname relowner :ressortgroupref 0 :resorigtbl 1259 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 1910} :resno 4 :resname attname :ressortgroupref 0 :resorigtbl 1249 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 1921} :resno 5 :resname nspname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 1933} :resno 6 :resname conname :ressortgroupref 0 :resorigtbl 2606 :resorigcol 2 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 615} :resno 1 :resname nspname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 627} :resno 2 :resname relname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 638} :resno 3 :resname relowner :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 650} :resno 4 :resname attname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 661} :resno 5 :resname nspname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 673} :resno 6 :resname conname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations {SETOPERATIONSTMT :op 1 :all true :larg {SETOPERATIONSTMT :op 1 :all true :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :colTypes (o 19 19 26 19 19 19) :colTypmods (i -1 -1 -1 -1 -1 -1) :colCollations (o 950 950 0 950 950 950) :groupClauses <>} :rarg {RANGETBLREF :rtindex 3} :colTypes (o 19 19 26 19 19 19) :colTypmods (i -1 -1 -1 -1 -1 -1) :colCollations (o 950 950 0 950 950 950) :groupClauses <>} :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 2560} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2572 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 2548}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 104} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 99} :resno 1 :resname table_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 1 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 176} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 171} :resno 2 :resname table_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 238} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 233} :resno 3 :resname table_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 4 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 296} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 291} :resno 4 :resname column_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 355} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 350} :resno 5 :resname constraint_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 5 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 432} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 427} :resno 6 :resname constraint_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 6 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 500} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 495} :resno 7 :resname constraint_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 2580}) 13969 _RETURN 13966 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin")} :rtekind 0 :relid 2606 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nc :colnames <>} :eref {ALIAS :aliasname nc :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname r :colnames <>} :eref {ALIAS :aliasname r :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nr :colnames <>} :eref {ALIAS :aliasname nr :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2606 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 11 15 19) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 657} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 674}) :location 672} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 3 :location 685} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 702}) :location 700} {BOOLEXPR :boolop or :args ({BOOLEXPR :boolop and :args ({OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 726} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 738 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]}) :location 736} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location 746} {VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 760}) :location 758}) :location 742} {BOOLEXPR :boolop and :args ({SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 1 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 784} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 798 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 803 :constvalue 1 [ 117 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 794} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 812} {VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 825}) :location 823}) :location 808}) :location 780} {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 3 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 17 :location 848} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 862 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 867 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 858} {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 3 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 6 :location 898} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 910 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 886}) :location 681}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 177} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 172} :resno 1 :resname table_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 249} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 244} :resno 2 :resname table_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 312} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 307} :resno 3 :resname table_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 372} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 367} :resno 4 :resname constraint_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 449} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 444} :resno 5 :resname constraint_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 517} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 512} :resno 6 :resname constraint_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 918}) 13974 _RETURN 13971 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname rs :colnames <>} :eref {ALIAS :aliasname rs :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname con :colnames <>} :eref {ALIAS :aliasname con :colnames ("oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin")} :rtekind 0 :relid 2606 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2606 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 12 13 16) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 980} {VAR :varno 3 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 3 :location 989}) :location 987} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1020} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location 1028}) :location 1026} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1057} {VAR :varno 3 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 9 :location 1065}) :location 1063} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location 1105} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1117 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1093} {FUNCEXPR :funcid 3143 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1163} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1170 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1144}) :location 1141}) :location 1016}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 284} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 279} :resno 1 :resname constraint_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 361} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 356} :resno 2 :resname constraint_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 429} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 424} :resno 3 :resname constraint_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 496} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 491} :resno 4 :resname domain_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 569} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 564} :resno 5 :resname domain_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 632} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 627} :resno 6 :resname domain_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {VAR :varno 3 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 5 :location 703} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 722 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 698}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 733 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 693} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 688} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 688} :resno 7 :resname is_deferrable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {VAR :varno 3 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 6 :location 813} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 830 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 808}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 841 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 803} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 798} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 798} :resno 8 :resname initially_deferred :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1179}) 13979 _RETURN 13976 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nt :colnames <>} :eref {ALIAS :aliasname nt :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname bt :colnames <>} :eref {ALIAS :aliasname bt :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nbt :colnames <>} :eref {ALIAS :aliasname nbt :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 14 33) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 575} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 592}) :location 590} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location 613} {VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 629}) :location 627} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 3 :location 650} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 668}) :location 666} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 690} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 702 :constvalue 1 [ 100 0 0 0 0 0 0 0 ]}) :location 700} {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 3 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 4 :location 732} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 745 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 720}) :location 609}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 116} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 111} :resno 1 :resname udt_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 186} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 181} :resno 2 :resname udt_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 248} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 243} :resno 3 :resname udt_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 307} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 302} :resno 4 :resname domain_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 380} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 375} :resno 5 :resname domain_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 444} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 439} :resno 6 :resname domain_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 753}) 13984 _RETURN 13981 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nt :colnames <>} :eref {ALIAS :aliasname nt :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname bt :colnames <>} :eref {ALIAS :aliasname bt :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nbt :colnames <>} :eref {ALIAS :aliasname nbt :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location -1} {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location -1} {VAR :varno 5 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location -1} {VAR :varno 5 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl" "oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location -1} {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location -1} {VAR :varno 5 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location -1} {VAR :varno 5 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname co :colnames <>} :eref {ALIAS :aliasname co :colnames ("oid" "collname" "collnamespace" "collowner" "collprovider" "collisdeterministic" "collencoding" "collcollate" "collctype" "colllocale" "collicurules" "collversion")} :rtekind 0 :relid 3456 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nco :colnames <>} :eref {ALIAS :aliasname nco :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 6 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "collname" "collnamespace" "collowner" "collprovider" "collisdeterministic" "collencoding" "collcollate" "collctype" "colllocale" "collicurules" "collversion" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 5 :location -1} {VAR :varno 8 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 6 :location -1} {VAR :varno 8 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 7 :location -1} {VAR :varno 8 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 8 :location -1} {VAR :varno 8 :varattno 9 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 9 :location -1} {VAR :varno 8 :varattno 10 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 10 :location -1} {VAR :varno 8 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 11 :location -1} {VAR :varno 8 :varattno 12 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 12 :location -1} {VAR :varno 9 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 1 :location -1} {VAR :varno 9 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 2 :location -1} {VAR :varno 9 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 3 :location -1} {VAR :varno 9 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl" "oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl" "oid" "collname" "collnamespace" "collowner" "collprovider" "collisdeterministic" "collencoding" "collcollate" "collctype" "colllocale" "collicurules" "collversion" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location -1} {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location -1} {VAR :varno 5 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location -1} {VAR :varno 5 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 8 :varattnosyn 5 :location -1} {VAR :varno 8 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 8 :varattnosyn 6 :location -1} {VAR :varno 8 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 8 :varattnosyn 7 :location -1} {VAR :varno 8 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 8 :varattnosyn 8 :location -1} {VAR :varno 8 :varattno 9 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 8 :varattnosyn 9 :location -1} {VAR :varno 8 :varattno 10 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 8 :varattnosyn 10 :location -1} {VAR :varno 8 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 8 :varattnosyn 11 :location -1} {VAR :varno 8 :varattno 12 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 8 :varattnosyn 12 :location -1} {VAR :varno 9 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 9 :varattnosyn 1 :location -1} {VAR :varno 9 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 9 :varattnosyn 2 :location -1} {VAR :varno 9 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 9 :varattnosyn 3 :location -1} {VAR :varno 9 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 9 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 14 21 33 34 36 38) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 3456 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 2690} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 2707}) :location 2705} :alias <> :rtindex 3} :rarg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 4} :rarg {RANGETBLREF :rtindex 5} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location 2766} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 2784}) :location 2782} :alias <> :rtindex 6} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location 2808} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 2824}) :location 2822} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 2835} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2847 :constvalue 1 [ 100 0 0 0 0 0 0 0 ]}) :location 2845}) :location 2831} :alias <> :rtindex 7} :rarg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 8} :rarg {RANGETBLREF :rtindex 9} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location 2914} {VAR :varno 9 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 1 :location 2933}) :location 2931} :alias <> :rtindex 10} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location 2957} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location 2974}) :location 2972} {BOOLEXPR :boolop or :args ({OPEXPR :opno 643 :opfuncid 659 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 9 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 9 :varattnosyn 2 :location 2986} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 3016 :constvalue 64 [ 112 103 95 99 97 116 97 108 111 103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 3012} {OPEXPR :opno 643 :opfuncid 659 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location 2999} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 3030 :constvalue 64 [ 100 101 102 97 117 108 116 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 3012}) :location 3012}) :location 2981} :alias <> :rtindex 11}) :quals {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 3065} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3077 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 3053} {FUNCEXPR :funcid 3143 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 3119} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3126 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 3100}) :location 3097}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 72} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 67} :resno 1 :resname domain_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 145} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 140} :resno 2 :resname domain_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 209} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 204} :resno 3 :resname domain_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {BOOLEXPR :boolop and :args ({OPEXPR :opno 608 :opfuncid 185 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location 295} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 308 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 305} {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 314} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 325 :constvalue 4 [ -1 -1 -1 -1 -1 -1 -1 -1 ]}) :location 323}) :location 310} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 333 :constvalue 9 [ 36 0 0 0 65 82 82 65 89 ]} :location 290} {CASEWHEN :expr {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 364} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 378 :constvalue 64 [ 112 103 95 99 97 116 97 108 111 103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 376} :result {FUNCEXPR :funcid 1081 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location 408} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 423 :constvalue <>}) :location 396} :location 359}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 452 :constvalue 16 [ 64 0 0 0 85 83 69 82 45 68 69 70 73 78 69 68 ]} :location 285} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 266} :resno 4 :resname data_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 13873 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location 581} {VAR :varno 1 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location 596}) :location 561} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 542} :resno 5 :resname character_maximum_length :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 13874 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location 737} {VAR :varno 1 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location 752}) :location 715} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 696} :resno 6 :resname character_octet_length :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 855 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 850} :resno 7 :resname character_set_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 921 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 916} :resno 8 :resname character_set_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 986 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 981} :resno 9 :resname character_set_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 19 :casecollid 950 :arg <> :args ({CASEWHEN :expr {NULLTEST :arg {VAR :varno 9 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 9 :varattnosyn 2 :location 1060} :nulltesttype 1 :argisrow false :location 1072} :result {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 1089} :location 1055}) :defresult {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location -1 :constvalue <>} :location 1050} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1045} :resno 10 :resname collation_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 9 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 9 :varattnosyn 2 :location 1169} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1164} :resno 11 :resname collation_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location 1237} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1232} :resno 12 :resname collation_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 13876 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location 1340} {VAR :varno 1 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location 1355}) :location 1318} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1299} :resno 13 :resname numeric_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 13877 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location 1495} {VAR :varno 1 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location 1510}) :location 1467} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1448} :resno 14 :resname numeric_precision_radix :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 13878 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location 1646} {VAR :varno 1 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location 1661}) :location 1628} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1609} :resno 15 :resname numeric_scale :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 13879 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location 1792} {VAR :varno 1 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location 1807}) :location 1769} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1750} :resno 16 :resname datetime_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 13880 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location 1938} {VAR :varno 1 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location 1953}) :location 1920} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1901} :resno 17 :resname interval_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 2045 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 2040} :resno 18 :resname interval_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location 2110} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2105} :resno 19 :resname domain_default :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 2178} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2173} :resno 20 :resname udt_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 2248} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2243} :resno 21 :resname udt_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 2310} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2305} :resno 22 :resname udt_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 2370 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2365} :resno 23 :resname scope_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 2428 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2423} :resno 24 :resname scope_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 2485 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2480} :resno 25 :resname scope_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 2541 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 2536} :resno 26 :resname maximum_cardinality :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {COERCEVIAIO :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2606 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]} :resulttype 19 :resultcollid 950 :coerceformat 2 :location 2601} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2601} :resno 27 :resname dtd_identifier :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 3135}) 13998 _RETURN 13995 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nt :colnames <>} :eref {ALIAS :aliasname nt :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname ss :colnames <>} :eref {ALIAS :aliasname ss :colnames ("n_nspname" "proname" "p_oid" "proowner" "proargnames" "proargmodes" "x")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs true :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname p :colnames <>} :eref {ALIAS :aliasname p :colnames ("oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl")} :rtekind 0 :relid 1255 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1255 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 27 28 29 30) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 3352} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 3360}) :location 3358} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location 3408} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3420 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 3396} {FUNCEXPR :funcid 2261 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 3476} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3483 :constvalue 11 [ 44 0 0 0 69 88 69 67 85 84 69 ]}) :location 3453}) :location 3429}) :location 3391}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 3097} :resno 1 :resname n_nspname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 3121} :resno 2 :resname proname :ressortgroupref 0 :resorigtbl 1255 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 3132} :resno 3 :resname p_oid :ressortgroupref 0 :resorigtbl 1255 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location 3148} :resno 4 :resname proowner :ressortgroupref 0 :resorigtbl 1255 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 23 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location 3177} :resno 5 :resname proargnames :ressortgroupref 0 :resorigtbl 1255 :resorigcol 23 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 22 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location 3192} :resno 6 :resname proargmodes :ressortgroupref 0 :resorigtbl 1255 :resorigcol 22 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 13869 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1028 :coalescecollid 0 :args ({VAR :varno 2 :varattno 21 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location 3249} {ARRAYCOERCEEXPR :arg {VAR :varno 2 :varattno 20 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location 3267} :elemexpr {CASETESTEXPR :typeId 26 :typeMod -1 :collation 0} :resulttype 1028 :resulttypmod -1 :resultcollid 0 :coerceformat 1 :location 3280}) :location 3240}) :location 3224} :resno 7 :resname x :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 12 21) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 3512} {FIELDSELECT :arg {VAR :varno 3 :varattno 7 :vartype 2249 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 7 :location 3521} :fieldnum 1 :resulttype 26 :resulttypmod -1 :resultcollid 0}) :location 3518} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 3533} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 3550}) :location 3548}) :location 3529}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 302} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 297} :resno 1 :resname specific_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 3 :varattno 1 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 377} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 372} :resno 2 :resname specific_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 266 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 456} {VAR :varno 3 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 3 :location 465}) :location 442} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 437} :resno 3 :resname specific_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FIELDSELECT :arg {VAR :varno 3 :varattno 7 :vartype 2249 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 7 :location 526} :fieldnum 2 :resulttype 23 :resulttypmod -1 :resultcollid 0} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 520} :resno 4 :resname ordinal_position :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {NULLTEST :arg {VAR :varno 3 :varattno 6 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 6 :location 615} :nulltesttype 0 :argisrow false :location 627} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 640 :constvalue 6 [ 24 0 0 0 73 78 ]} :location 610} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({SUBSCRIPTINGREF :refcontainertype 1002 :refelemtype 18 :refrestype 18 :reftypmod -1 :refcollid 0 :refupperindexpr ({FIELDSELECT :arg {VAR :varno 3 :varattno 7 :vartype 2249 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 7 :location 679} :fieldnum 2 :resulttype 23 :resulttypmod -1 :resultcollid 0}) :reflowerindexpr <> :refexpr {VAR :varno 3 :varattno 6 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 6 :location 666} :refassgnexpr <>} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 690 :constvalue 1 [ 105 0 0 0 0 0 0 0 ]}) :location 688} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 699 :constvalue 6 [ 24 0 0 0 73 78 ]} :location 661} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({SUBSCRIPTINGREF :refcontainertype 1002 :refelemtype 18 :refrestype 18 :reftypmod -1 :refcollid 0 :refupperindexpr ({FIELDSELECT :arg {VAR :varno 3 :varattno 7 :vartype 2249 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 7 :location 738} :fieldnum 2 :resulttype 23 :resulttypmod -1 :resultcollid 0}) :reflowerindexpr <> :refexpr {VAR :varno 3 :varattno 6 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 6 :location 725} :refassgnexpr <>} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 749 :constvalue 1 [ 111 0 0 0 0 0 0 0 ]}) :location 747} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 758 :constvalue 7 [ 28 0 0 0 79 85 84 ]} :location 720} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({SUBSCRIPTINGREF :refcontainertype 1002 :refelemtype 18 :refrestype 18 :reftypmod -1 :refcollid 0 :refupperindexpr ({FIELDSELECT :arg {VAR :varno 3 :varattno 7 :vartype 2249 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 7 :location 798} :fieldnum 2 :resulttype 23 :resulttypmod -1 :resultcollid 0}) :reflowerindexpr <> :refexpr {VAR :varno 3 :varattno 6 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 6 :location 785} :refassgnexpr <>} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 809 :constvalue 1 [ 98 0 0 0 0 0 0 0 ]}) :location 807} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 818 :constvalue 9 [ 36 0 0 0 73 78 79 85 84 ]} :location 780} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({SUBSCRIPTINGREF :refcontainertype 1002 :refelemtype 18 :refrestype 18 :reftypmod -1 :refcollid 0 :refupperindexpr ({FIELDSELECT :arg {VAR :varno 3 :varattno 7 :vartype 2249 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 7 :location 860} :fieldnum 2 :resulttype 23 :resulttypmod -1 :resultcollid 0}) :reflowerindexpr <> :refexpr {VAR :varno 3 :varattno 6 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 6 :location 847} :refassgnexpr <>} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 871 :constvalue 1 [ 118 0 0 0 0 0 0 0 ]}) :location 869} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 880 :constvalue 6 [ 24 0 0 0 73 78 ]} :location 842} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({SUBSCRIPTINGREF :refcontainertype 1002 :refelemtype 18 :refrestype 18 :reftypmod -1 :refcollid 0 :refupperindexpr ({FIELDSELECT :arg {VAR :varno 3 :varattno 7 :vartype 2249 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 7 :location 919} :fieldnum 2 :resulttype 23 :resulttypmod -1 :resultcollid 0}) :reflowerindexpr <> :refexpr {VAR :varno 3 :varattno 6 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 6 :location 906} :refassgnexpr <>} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 930 :constvalue 1 [ 116 0 0 0 0 0 0 0 ]}) :location 928} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 939 :constvalue 7 [ 28 0 0 0 79 85 84 ]} :location 901}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 605} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 586} :resno 5 :resname parameter_mode :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1016 :constvalue 6 [ 24 0 0 0 78 79 ]} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 1011} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1011} :resno 6 :resname is_result :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1065 :constvalue 6 [ 24 0 0 0 78 79 ]} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 1060} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1060} :resno 7 :resname as_locator :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 407 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({NULLIFEXPR :opno 98 :opfuncid 67 :opresulttype 25 :opretset false :opcollid 950 :inputcollid 950 :args ({SUBSCRIPTINGREF :refcontainertype 1009 :refelemtype 25 :refrestype 25 :reftypmod -1 :refcollid 950 :refupperindexpr ({FIELDSELECT :arg {VAR :varno 3 :varattno 7 :vartype 2249 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 7 :location 1135} :fieldnum 2 :resulttype 23 :resulttypmod -1 :resultcollid 0}) :reflowerindexpr <> :refexpr {VAR :varno 3 :varattno 5 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 5 :location 1122} :refassgnexpr <>} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1145 :constvalue 4 [ 16 0 0 0 ]}) :location 1115}) :location 1110} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1110} :resno 8 :resname parameter_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {BOOLEXPR :boolop and :args ({OPEXPR :opno 608 :opfuncid 185 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location 1227} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1240 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 1237} {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 1246} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1257 :constvalue 4 [ -1 -1 -1 -1 -1 -1 -1 -1 ]}) :location 1255}) :location 1242} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1265 :constvalue 9 [ 36 0 0 0 65 82 82 65 89 ]} :location 1222} {CASEWHEN :expr {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 1296} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 1309 :constvalue 64 [ 112 103 95 99 97 116 97 108 111 103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 1307} :result {FUNCEXPR :funcid 1081 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1339} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1346 :constvalue <>}) :location 1327} :location 1291}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1375 :constvalue 16 [ 64 0 0 0 85 83 69 82 45 68 69 70 73 78 69 68 ]} :location 1217} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1198} :resno 9 :resname data_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1456 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1451} :resno 10 :resname character_maximum_length :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1526 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1521} :resno 11 :resname character_octet_length :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1594 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1589} :resno 12 :resname character_set_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1660 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1655} :resno 13 :resname character_set_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1725 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1720} :resno 14 :resname character_set_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1788 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1783} :resno 15 :resname collation_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1850 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1845} :resno 16 :resname collation_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1911 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1906} :resno 17 :resname collation_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1970 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1965} :resno 18 :resname numeric_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 2033 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 2028} :resno 19 :resname numeric_precision_radix :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 2102 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 2097} :resno 20 :resname numeric_scale :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 2161 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 2156} :resno 21 :resname datetime_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 2225 :constvalue <>} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2220} :resno 22 :resname interval_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 2283 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 2278} :resno 23 :resname interval_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 2347} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2342} :resno 24 :resname udt_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 2417} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2412} :resno 25 :resname udt_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 2478} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2473} :resno 26 :resname udt_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 2536 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2531} :resno 27 :resname scope_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 2594 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2589} :resno 28 :resname scope_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 2651 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2646} :resno 29 :resname scope_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 2706 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 2701} :resno 30 :resname maximum_cardinality :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {COERCEVIAIO :arg {FIELDSELECT :arg {VAR :varno 3 :varattno 7 :vartype 2249 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 7 :location 2772} :fieldnum 2 :resulttype 23 :resulttypmod -1 :resultcollid 0} :resulttype 19 :resultcollid 950 :coerceformat 2 :location 2766} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2766} :resno 31 :resname dtd_identifier :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 3 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 4 :location 2870} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2880 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 2858} :result {FUNCEXPR :funcid 3808 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({VAR :varno 3 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 3 :location 2940} {FIELDSELECT :arg {VAR :varno 3 :varattno 7 :vartype 2249 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 7 :location 2948} :fieldnum 2 :resulttype 23 :resulttypmod -1 :resultcollid 0}) :location 2912} :location 2853}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 2980 :constvalue <>} :location 2848} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2829} :resno 32 :resname parameter_default :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 3556}) 14003 _RETURN 14000 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname ncon :colnames <>} :eref {ALIAS :aliasname ncon :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname con :colnames <>} :eref {ALIAS :aliasname con :colnames ("oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin")} :rtekind 0 :relid 2606 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "nspname" "nspowner" "nspacl" "oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1}) :joinleftcols (i 1 2 3 4) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "nspname" "nspowner" "nspacl" "oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname d1 :colnames <>} :eref {ALIAS :aliasname d1 :colnames ("classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype")} :rtekind 0 :relid 2608 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "nspname" "nspowner" "nspacl" "oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1} {VAR :varno 6 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 5 :location -1} {VAR :varno 6 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 7 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64) :joinrightcols (i 1 2 3 4 5 6 7) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname d2 :colnames <>} :eref {ALIAS :aliasname d2 :colnames ("classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype")} :rtekind 0 :relid 2608 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "nspname" "nspowner" "nspacl" "oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype" "classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1} {VAR :varno 6 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 5 :location -1} {VAR :varno 6 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 7 :location -1} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 5 :location -1} {VAR :varno 8 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 6 :location -1} {VAR :varno 8 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 7 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71) :joinrightcols (i 1 2 3 4 5 6 7) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname pkc :colnames <>} :eref {ALIAS :aliasname pkc :colnames ("oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin")} :rtekind 0 :relid 2606 :inh true :relkind r :rellockmode 1 :perminfoindex 6 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "nspname" "nspowner" "nspacl" "oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype" "classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype" "oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1} {VAR :varno 6 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 5 :location -1} {VAR :varno 6 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 7 :location -1} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 5 :location -1} {VAR :varno 8 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 6 :location -1} {VAR :varno 8 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 7 :location -1} {VAR :varno 10 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 1 :location -1} {VAR :varno 10 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location -1} {VAR :varno 10 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 3 :location -1} {VAR :varno 10 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 4 :location -1} {VAR :varno 10 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 5 :location -1} {VAR :varno 10 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 6 :location -1} {VAR :varno 10 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 7 :location -1} {VAR :varno 10 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 8 :location -1} {VAR :varno 10 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 9 :location -1} {VAR :varno 10 :varattno 10 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 10 :location -1} {VAR :varno 10 :varattno 11 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 11 :location -1} {VAR :varno 10 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 12 :location -1} {VAR :varno 10 :varattno 13 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 13 :location -1} {VAR :varno 10 :varattno 14 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 14 :location -1} {VAR :varno 10 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 15 :location -1} {VAR :varno 10 :varattno 16 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 16 :location -1} {VAR :varno 10 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 17 :location -1} {VAR :varno 10 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 18 :location -1} {VAR :varno 10 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 19 :location -1} {VAR :varno 10 :varattno 20 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 20 :location -1} {VAR :varno 10 :varattno 21 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 21 :location -1} {VAR :varno 10 :varattno 22 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 22 :location -1} {VAR :varno 10 :varattno 23 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 23 :location -1} {VAR :varno 10 :varattno 24 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 24 :location -1} {VAR :varno 10 :varattno 25 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 25 :location -1} {VAR :varno 10 :varattno 26 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 26 :location -1} {VAR :varno 10 :varattno 27 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 27 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname npkc :colnames <>} :eref {ALIAS :aliasname npkc :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 7 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "nspname" "nspowner" "nspacl" "oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype" "classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype" "oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 4 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 33 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1} {VAR :varno 6 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 5 :location -1} {VAR :varno 6 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 7 :location -1} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1} {VAR :varno 8 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 5 :location -1} {VAR :varno 8 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 6 :location -1} {VAR :varno 8 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 7 :location -1} {VAR :varno 10 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 1 :location -1} {VAR :varno 10 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location -1} {VAR :varno 10 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 3 :location -1} {VAR :varno 10 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 4 :location -1} {VAR :varno 10 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 5 :location -1} {VAR :varno 10 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 6 :location -1} {VAR :varno 10 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 7 :location -1} {VAR :varno 10 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 8 :location -1} {VAR :varno 10 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 9 :location -1} {VAR :varno 10 :varattno 10 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 10 :location -1} {VAR :varno 10 :varattno 11 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 11 :location -1} {VAR :varno 10 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 12 :location -1} {VAR :varno 10 :varattno 13 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 13 :location -1} {VAR :varno 10 :varattno 14 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 14 :location -1} {VAR :varno 10 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 15 :location -1} {VAR :varno 10 :varattno 16 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 16 :location -1} {VAR :varno 10 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 17 :location -1} {VAR :varno 10 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 18 :location -1} {VAR :varno 10 :varattno 19 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 19 :location -1} {VAR :varno 10 :varattno 20 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 20 :location -1} {VAR :varno 10 :varattno 21 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 21 :location -1} {VAR :varno 10 :varattno 22 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 22 :location -1} {VAR :varno 10 :varattno 23 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 23 :location -1} {VAR :varno 10 :varattno 24 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 24 :location -1} {VAR :varno 10 :varattno 25 :vartype 1005 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 25 :location -1} {VAR :varno 10 :varattno 26 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 26 :location -1} {VAR :varno 10 :varattno 27 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 27 :location -1} {VAR :varno 12 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 13) :varlevelsup 0 :varnosyn 12 :varattnosyn 1 :location -1} {VAR :varno 12 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 13) :varlevelsup 0 :varnosyn 12 :varattnosyn 2 :location -1} {VAR :varno 12 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 13) :varlevelsup 0 :varnosyn 12 :varattnosyn 3 :location -1} {VAR :varno 12 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 13) :varlevelsup 0 :varnosyn 12 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2606 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 15 19 20 21 22) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 13) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2608 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 11 12 13) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2608 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 14) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2606 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 15) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1880} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 1891}) :location 1889} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location 1943} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1958}) :location 1956} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location 1968} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1982 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]}) :location 1980}) :location 1964} :alias <> :rtindex 5} :rarg {RANGETBLREF :rtindex 6} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 6 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location 2077} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 2088}) :location 2086} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 2100} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2113 :constvalue 4 [ 46 10 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 2111} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 6 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location 2156} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2172 :constvalue 4 [ -21 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 2170} {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 6 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 6 :location 2197} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2214 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 2212}) :location 2096} :alias <> :rtindex 7} :rarg {RANGETBLREF :rtindex 8} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 8 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location 2308} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2324 :constvalue 4 [ 46 10 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 2322} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location 2367} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2380 :constvalue 4 [ -21 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 2378} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 8 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location 2418} {VAR :varno 6 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 6 :varattnosyn 5 :location 2429}) :location 2427} {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 8 :varattno 3 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location 2445} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2459 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 2457} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 8 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 7 :location 2478} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2491 :constvalue 1 [ 105 0 0 0 0 0 0 0 ]}) :location 2489}) :location 2363} :alias <> :rtindex 9} :rarg {RANGETBLREF :rtindex 10} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 10 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 1 :location 2535} {VAR :varno 8 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 8 :varattnosyn 5 :location 2545}) :location 2543} {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 10 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 4 :location 2573} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2589 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2594 :constvalue 1 [ 117 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 2585} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 10 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 8 :location 2615} {VAR :varno 2 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location 2630}) :location 2628}) :location 2569} :alias <> :rtindex 11} :rarg {RANGETBLREF :rtindex 12} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 10 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 3 :location 2684} {VAR :varno 12 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 12 :varattnosyn 1 :location 2703}) :location 2701} :alias <> :rtindex 13}) :quals {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location 2735} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2747 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 2723} {FUNCEXPR :funcid 1927 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 2845} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2852 :constvalue 57 [ -28 0 0 0 73 78 83 69 82 84 44 32 85 80 68 65 84 69 44 32 68 69 76 69 84 69 44 32 84 82 85 78 67 65 84 69 44 32 82 69 70 69 82 69 78 67 69 83 44 32 84 82 73 71 71 69 82 ]}) :location 2825} {FUNCEXPR :funcid 3029 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 2947} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2954 :constvalue 30 [ 120 0 0 0 73 78 83 69 82 84 44 32 85 80 68 65 84 69 44 32 82 69 70 69 82 69 78 67 69 83 ]}) :location 2922}) :location 2822}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 301} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 296} :resno 1 :resname constraint_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 378} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 373} :resno 2 :resname constraint_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 448} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 443} :resno 3 :resname constraint_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 19 :casecollid 950 :arg <> :args ({CASEWHEN :expr {NULLTEST :arg {VAR :varno 12 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 13) :varlevelsup 0 :varnosyn 12 :varattnosyn 2 :location 539} :nulltesttype 0 :argisrow false :location 552} :result {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 565 :constvalue <>} :location 534}) :defresult {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 593} :location 529} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 510} :resno 4 :resname unique_constraint_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 12 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 13) :varlevelsup 0 :varnosyn 12 :varattnosyn 2 :location 694} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 689} :resno 5 :resname unique_constraint_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 10 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 11) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 771} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 766} :resno 6 :resname unique_constraint_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg {VAR :varno 2 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location 865} :args ({CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 888 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]}) :location 883} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 897 :constvalue 8 [ 32 0 0 0 70 85 76 76 ]} :location 883} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 945 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :location 940} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 954 :constvalue 11 [ 44 0 0 0 80 65 82 84 73 65 76 ]} :location 940} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1005 :constvalue 1 [ 115 0 0 0 0 0 0 0 ]}) :location 1000} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1014 :constvalue 8 [ 32 0 0 0 78 79 78 69 ]} :location 1000}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 860} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 841} :resno 7 :resname match_option :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg {VAR :varno 2 :varattno 13 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location 1110} :args ({CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1131 :constvalue 1 [ 99 0 0 0 0 0 0 0 ]}) :location 1126} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1140 :constvalue 11 [ 44 0 0 0 67 65 83 67 65 68 69 ]} :location 1126} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1189 :constvalue 1 [ 110 0 0 0 0 0 0 0 ]}) :location 1184} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1198 :constvalue 12 [ 48 0 0 0 83 69 84 32 78 85 76 76 ]} :location 1184} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1248 :constvalue 1 [ 100 0 0 0 0 0 0 0 ]}) :location 1243} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1257 :constvalue 15 [ 60 0 0 0 83 69 84 32 68 69 70 65 85 76 84 ]} :location 1243} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1310 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]}) :location 1305} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1319 :constvalue 12 [ 48 0 0 0 82 69 83 84 82 73 67 84 ]} :location 1305} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1369 :constvalue 1 [ 97 0 0 0 0 0 0 0 ]}) :location 1364} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1378 :constvalue 13 [ 52 0 0 0 78 79 32 65 67 84 73 79 78 ]} :location 1364}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 1105} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1086} :resno 8 :resname update_rule :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg {VAR :varno 2 :varattno 14 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location 1478} :args ({CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1499 :constvalue 1 [ 99 0 0 0 0 0 0 0 ]}) :location 1494} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1508 :constvalue 11 [ 44 0 0 0 67 65 83 67 65 68 69 ]} :location 1494} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1557 :constvalue 1 [ 110 0 0 0 0 0 0 0 ]}) :location 1552} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1566 :constvalue 12 [ 48 0 0 0 83 69 84 32 78 85 76 76 ]} :location 1552} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1616 :constvalue 1 [ 100 0 0 0 0 0 0 0 ]}) :location 1611} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1625 :constvalue 15 [ 60 0 0 0 83 69 84 32 68 69 70 65 85 76 84 ]} :location 1611} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1678 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]}) :location 1673} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1687 :constvalue 12 [ 48 0 0 0 82 69 83 84 82 73 67 84 ]} :location 1673} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1737 :constvalue 1 [ 97 0 0 0 0 0 0 0 ]}) :location 1732} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1746 :constvalue 13 [ 52 0 0 0 78 79 32 65 67 84 73 79 78 ]} :location 1732}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 1473} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1454} :resno 9 :resname delete_rule :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 2984}) 14008 _RETURN 14005 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks true :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname column_privileges :colnames ("grantor" "grantee" "table_catalog" "table_schema" "table_name" "column_name" "privilege_type" "is_grantable")} :rtekind 0 :relid 13946 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 13946 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 13 14 15) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop or :args ({SUBLINK :subLinkType 2 :subLinkId 0 :testexpr {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({RELABELTYPE :arg {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 304} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1} {RELABELTYPE :arg {PARAM :paramkind 2 :paramid 1 :paramtype 13887 :paramtypmod -1 :paramcollid 950 :location -1} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1}) :location 312} :operName ("=") :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname enabled_roles :colnames ("role_name")} :rtekind 0 :relid 13986 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 13986 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 323} :resno 1 :resname role_name :ressortgroupref 0 :resorigtbl 13986 :resorigcol 1 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 312} {SUBLINK :subLinkType 2 :subLinkId 0 :testexpr {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({RELABELTYPE :arg {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 366} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1} {RELABELTYPE :arg {PARAM :paramkind 2 :paramid 1 :paramtype 13887 :paramtypmod -1 :paramcollid 950 :location -1} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1}) :location 374} :operName ("=") :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname enabled_roles :colnames ("role_name")} :rtekind 0 :relid 13986 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 13986 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 385} :resno 1 :resname role_name :ressortgroupref 0 :resorigtbl 13986 :resorigcol 1 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 374}) :location 363}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 89} :resno 1 :resname grantor :ressortgroupref 0 :resorigtbl 13946 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 109} :resno 2 :resname grantee :ressortgroupref 0 :resorigtbl 13946 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 129} :resno 3 :resname table_catalog :ressortgroupref 0 :resorigtbl 13946 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 155} :resno 4 :resname table_schema :ressortgroupref 0 :resorigtbl 13946 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 180} :resno 5 :resname table_name :ressortgroupref 0 :resorigtbl 13946 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 203} :resno 6 :resname column_name :ressortgroupref 0 :resorigtbl 13946 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 13885 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 227} :resno 7 :resname privilege_type :ressortgroupref 0 :resorigtbl 13946 :resorigcol 7 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 13895 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 254} :resno 8 :resname is_grantable :ressortgroupref 0 :resorigtbl 13946 :resorigcol 8 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 414}) 14012 _RETURN 14009 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname np :colnames <>} :eref {ALIAS :aliasname np :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname p :colnames <>} :eref {ALIAS :aliasname p :colnames ("oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl")} :rtekind 0 :relid 1255 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname d :colnames <>} :eref {ALIAS :aliasname d :colnames ("classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype")} :rtekind 0 :relid 2608 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nt :colnames <>} :eref {ALIAS :aliasname nt :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 0 :relid 1249 :inh true :relkind r :rellockmode 1 :perminfoindex 6 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1255 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2608 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 11 12 13) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1249 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 12) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4} {RANGETBLREF :rtindex 5} {RANGETBLREF :rtindex 6}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1364} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 1373}) :location 1371} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1402} {VAR :varno 3 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 1410}) :location 1408} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 1432} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1444 :constvalue 4 [ -25 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 1442} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 5 :location 1489} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1502}) :location 1500} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 4 :location 1522} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1537 :constvalue 4 [ -21 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 1535} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location 1583} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 1600}) :location 1598} {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location 1621} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1635 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1640 :constvalue 1 [ 118 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1645 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1650 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 1631} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1669} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 1677}) :location 1675} {OPEXPR :opno 533 :opfuncid 159 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 6 :location 1702} {VAR :varno 6 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 5 :location 1718}) :location 1716} {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location 1753} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1765 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1741}) :location 1398}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 583} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 578} :resno 1 :resname specific_catalog :ressortgroupref 1 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 658} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 653} :resno 2 :resname specific_schema :ressortgroupref 2 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 266 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 738} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 749}) :location 724} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 719} :resno 3 :resname specific_name :ressortgroupref 3 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 809} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 804} :resno 4 :resname routine_catalog :ressortgroupref 4 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 883} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 878} :resno 5 :resname routine_schema :ressortgroupref 5 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 948} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 943} :resno 6 :resname routine_name :ressortgroupref 6 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 1010} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1005} :resno 7 :resname table_catalog :ressortgroupref 7 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 1082} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1077} :resno 8 :resname table_schema :ressortgroupref 8 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 1145} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1140} :resno 9 :resname table_name :ressortgroupref 9 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location 1205} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1200} :resno 10 :resname column_name :ressortgroupref 10 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 2 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 3 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 4 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 5 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 6 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 7 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 8 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 9 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 10 :eqop 93 :sortop 660 :nulls_first false :hashable true}) :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1773}) 14017 _RETURN 14014 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname p :colnames ("oid" "proname" "proowner" "pronamespace" "grantor" "grantee" "prtype" "grantable")} :eref {ALIAS :aliasname p :colnames ("oid" "proname" "proowner" "pronamespace" "grantor" "grantee" "prtype" "grantable")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs true :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_proc :colnames ("oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl")} :rtekind 0 :relid 1255 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1255 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 37) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1067} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 1255 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1072} :resno 2 :resname proname :ressortgroupref 0 :resorigtbl 1255 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 1081} :resno 3 :resname proowner :ressortgroupref 0 :resorigtbl 1255 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 1091} :resno 4 :resname pronamespace :ressortgroupref 0 :resorigtbl 1255 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 30 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location 1126} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1145 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 1150}) :location 1134}) :location 1117}) :location 1106} :fieldnum 1 :resulttype 26 :resulttypmod -1 :resultcollid 0} :resno 5 :resname grantor :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 30 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location 1126} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1145 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 1150}) :location 1134}) :location 1117}) :location 1106} :fieldnum 2 :resulttype 26 :resulttypmod -1 :resultcollid 0} :resno 6 :resname grantee :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 30 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location 1126} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1145 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 1150}) :location 1134}) :location 1117}) :location 1106} :fieldnum 3 :resulttype 25 :resulttypmod -1 :resultcollid 100} :resno 7 :resname privilege_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 30 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location 1126} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1145 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 1150}) :location 1134}) :location 1117}) :location 1106} :fieldnum 4 :resulttype 16 :resulttypmod -1 :resultcollid 0} :resno 8 :resname is_grantable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname u_grantor :colnames <>} :eref {ALIAS :aliasname u_grantor :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname grantee :colnames ("oid" "rolname")} :eref {ALIAS :aliasname grantee :colnames ("oid" "rolname")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 1 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 1 :colnames ("oid" "rolname")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_authid :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1352} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 1260 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1357} :resno 2 :resname rolname :ressortgroupref 0 :resorigtbl 1260 :resorigcol 2 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 2 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 2 :colnames ("oid" "?column?")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1419 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 1 :location 1420} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 1427 :constvalue 64 [ 80 85 66 76 73 67 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} :resno 2 :resname ?column? :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1352} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1357} :resno 2 :resname rolname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations {SETOPERATIONSTMT :op 1 :all true :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :colTypes (o 26 19) :colTypmods (i -1 -1) :colCollations (o 0 950) :groupClauses <>} :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 1484} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1501}) :location 1499} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1521} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 1535}) :location 1533} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 1559} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 1575}) :location 1573} {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ({VAR :varno 1 :varattno 7 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 1599} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1612 :constvalue 11 [ 44 0 0 0 69 88 69 67 85 84 69 ]}) :location 1608} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 1650} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1665 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1638} {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1704} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1717 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1692} {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 1744} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 1762 :constvalue 64 [ 80 85 66 76 73 67 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 1760}) :location 1689}) :location 1517}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 166} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 161} :resno 1 :resname grantor :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 231} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 226} :resno 2 :resname grantee :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 294} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 289} :resno 3 :resname specific_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 369} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 364} :resno 4 :resname specific_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 266 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 448} {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 459}) :location 434} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 429} :resno 5 :resname specific_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 519} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 514} :resno 6 :resname routine_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 593} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 588} :resno 7 :resname routine_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 657} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 652} :resno 8 :resname routine_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 719 :constvalue 11 [ 44 0 0 0 69 88 69 67 85 84 69 ]} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 714} :resno 9 :resname privilege_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2708 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 896} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 909} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 921 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 884} {VAR :varno 1 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 951}) :location 948} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 986 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 802}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 997 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 797} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 778} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 778} :resno 10 :resname is_grantable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1771}) 14022 _RETURN 14019 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks true :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname routine_privileges :colnames ("grantor" "grantee" "specific_catalog" "specific_schema" "specific_name" "routine_catalog" "routine_schema" "routine_name" "privilege_type" "is_grantable")} :rtekind 0 :relid 14014 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 14014 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 13 14 15 16 17) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop or :args ({SUBLINK :subLinkType 2 :subLinkId 0 :testexpr {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({RELABELTYPE :arg {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 372} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1} {RELABELTYPE :arg {PARAM :paramkind 2 :paramid 1 :paramtype 13887 :paramtypmod -1 :paramcollid 950 :location -1} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1}) :location 380} :operName ("=") :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname enabled_roles :colnames ("role_name")} :rtekind 0 :relid 13986 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 13986 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 391} :resno 1 :resname role_name :ressortgroupref 0 :resorigtbl 13986 :resorigcol 1 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 380} {SUBLINK :subLinkType 2 :subLinkId 0 :testexpr {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({RELABELTYPE :arg {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 434} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1} {RELABELTYPE :arg {PARAM :paramkind 2 :paramid 1 :paramtype 13887 :paramtypmod -1 :paramcollid 950 :location -1} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1}) :location 442} :operName ("=") :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname enabled_roles :colnames ("role_name")} :rtekind 0 :relid 13986 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 13986 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 453} :resno 1 :resname role_name :ressortgroupref 0 :resorigtbl 13986 :resorigcol 1 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 442}) :location 431}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 91} :resno 1 :resname grantor :ressortgroupref 0 :resorigtbl 14014 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 111} :resno 2 :resname grantee :ressortgroupref 0 :resorigtbl 14014 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 131} :resno 3 :resname specific_catalog :ressortgroupref 0 :resorigtbl 14014 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 160} :resno 4 :resname specific_schema :ressortgroupref 0 :resorigtbl 14014 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 188} :resno 5 :resname specific_name :ressortgroupref 0 :resorigtbl 14014 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 214} :resno 6 :resname routine_catalog :ressortgroupref 0 :resorigtbl 14014 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 242} :resno 7 :resname routine_schema :ressortgroupref 0 :resorigtbl 14014 :resorigcol 7 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 269} :resno 8 :resname routine_name :ressortgroupref 0 :resorigtbl 14014 :resorigcol 8 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 13885 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 294} :resno 9 :resname privilege_type :ressortgroupref 0 :resorigtbl 14014 :resorigcol 9 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 10 :vartype 13895 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location 321} :resno 10 :resname is_grantable :ressortgroupref 0 :resorigtbl 14014 :resorigcol 10 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 482}) 14026 _RETURN 14023 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname np :colnames <>} :eref {ALIAS :aliasname np :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname p :colnames <>} :eref {ALIAS :aliasname p :colnames ("oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl")} :rtekind 0 :relid 1255 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname d :colnames <>} :eref {ALIAS :aliasname d :colnames ("classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype")} :rtekind 0 :relid 2608 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname p1 :colnames <>} :eref {ALIAS :aliasname p1 :colnames ("oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl")} :rtekind 0 :relid 1255 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname np1 :colnames <>} :eref {ALIAS :aliasname np1 :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1255 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 17) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2608 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 11 12) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1255 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 17) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4} {RANGETBLREF :rtindex 5}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 655} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 664}) :location 662} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 693} {VAR :varno 3 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 701}) :location 699} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 723} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 735 :constvalue 4 [ -25 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 733} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 5 :location 780} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 793}) :location 791} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 4 :location 814} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 829 :constvalue 4 [ -25 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 827} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location 874} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 892}) :location 890} {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 2 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location 914} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 928 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 933 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 924} {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 4 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location 942} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 957 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 962 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 953} {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location 993} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1006 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 981}) :location 689}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 120} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 115} :resno 1 :resname specific_catalog :ressortgroupref 1 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 195} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 190} :resno 2 :resname specific_schema :ressortgroupref 2 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 266 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 275} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 286}) :location 261} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 256} :resno 3 :resname specific_name :ressortgroupref 3 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 346} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 341} :resno 4 :resname routine_catalog :ressortgroupref 4 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 420} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 415} :resno 5 :resname routine_schema :ressortgroupref 5 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 266 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 500} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 512}) :location 486} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 481} :resno 6 :resname routine_name :ressortgroupref 6 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 2 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 3 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 4 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 5 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 6 :eqop 93 :sortop 660 :nulls_first false :hashable true}) :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1014}) 14031 _RETURN 14028 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname np :colnames <>} :eref {ALIAS :aliasname np :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname p :colnames <>} :eref {ALIAS :aliasname p :colnames ("oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl")} :rtekind 0 :relid 1255 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname d :colnames <>} :eref {ALIAS :aliasname d :colnames ("classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype")} :rtekind 0 :relid 2608 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname ns :colnames <>} :eref {ALIAS :aliasname ns :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1255 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2608 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 11 12) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4} {RANGETBLREF :rtindex 5}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 835} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 844}) :location 842} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 873} {VAR :varno 3 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 881}) :location 879} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 903} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 915 :constvalue 4 [ -25 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 913} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 5 :location 960} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 973}) :location 971} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 4 :location 993} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1008 :constvalue 4 [ -21 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 1006} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location 1054} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 1071}) :location 1069} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location 1092} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1104 :constvalue 1 [ 83 0 0 0 0 0 0 0 ]}) :location 1102} {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location 1134} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1146 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1122}) :location 869}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 122} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 117} :resno 1 :resname specific_catalog :ressortgroupref 1 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 197} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 192} :resno 2 :resname specific_schema :ressortgroupref 2 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 266 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 277} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 288}) :location 263} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 258} :resno 3 :resname specific_name :ressortgroupref 3 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 348} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 343} :resno 4 :resname routine_catalog :ressortgroupref 4 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 422} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 417} :resno 5 :resname routine_schema :ressortgroupref 5 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 487} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 482} :resno 6 :resname routine_name :ressortgroupref 6 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 549} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 544} :resno 7 :resname sequence_catalog :ressortgroupref 7 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 624} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 619} :resno 8 :resname sequence_schema :ressortgroupref 8 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 690} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 685} :resno 9 :resname sequence_name :ressortgroupref 9 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 2 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 3 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 4 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 5 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 6 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 7 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 8 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 9 :eqop 93 :sortop 660 :nulls_first false :hashable true}) :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1154}) 14036 _RETURN 14033 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname np :colnames <>} :eref {ALIAS :aliasname np :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname p :colnames <>} :eref {ALIAS :aliasname p :colnames ("oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl")} :rtekind 0 :relid 1255 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname d :colnames <>} :eref {ALIAS :aliasname d :colnames ("classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype")} :rtekind 0 :relid 2608 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nt :colnames <>} :eref {ALIAS :aliasname nt :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1255 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2608 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 11 12) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4} {RANGETBLREF :rtindex 5}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 820} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 829}) :location 827} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 858} {VAR :varno 3 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 866}) :location 864} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 888} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 900 :constvalue 4 [ -25 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 898} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 5 :location 945} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 958}) :location 956} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 4 :location 978} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 993 :constvalue 4 [ -21 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 991} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location 1039} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 1056}) :location 1054} {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location 1077} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1091 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1096 :constvalue 1 [ 118 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1101 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1106 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 1087} {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location 1137} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1149 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1125}) :location 854}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 116} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 111} :resno 1 :resname specific_catalog :ressortgroupref 1 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 191} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 186} :resno 2 :resname specific_schema :ressortgroupref 2 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 266 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 271} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 282}) :location 257} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 252} :resno 3 :resname specific_name :ressortgroupref 3 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 342} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 337} :resno 4 :resname routine_catalog :ressortgroupref 4 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 416} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 411} :resno 5 :resname routine_schema :ressortgroupref 5 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 481} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 476} :resno 6 :resname routine_name :ressortgroupref 6 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 543} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 538} :resno 7 :resname table_catalog :ressortgroupref 7 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 615} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 610} :resno 8 :resname table_schema :ressortgroupref 8 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 678} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 673} :resno 9 :resname table_name :ressortgroupref 9 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 2 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 3 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 4 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 5 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 6 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 7 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 8 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 9 :eqop 93 :sortop 660 :nulls_first false :hashable true}) :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1157}) 14041 _RETURN 14038 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname p :colnames <>} :eref {ALIAS :aliasname p :colnames ("oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl")} :rtekind 0 :relid 1255 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "nspname" "nspowner" "nspacl" "oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1}) :joinleftcols (i 1 2 3 4) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname l :colnames <>} :eref {ALIAS :aliasname l :colnames ("oid" "lanname" "lanowner" "lanispl" "lanpltrusted" "lanplcallfoid" "laninline" "lanvalidator" "lanacl")} :rtekind 0 :relid 2612 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "nspname" "nspowner" "nspacl" "oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl" "oid" "lanname" "lanowner" "lanispl" "lanpltrusted" "lanplcallfoid" "laninline" "lanvalidator" "lanacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34) :joinrightcols (i 1 2 3 4 5 6 7 8 9) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nt :colnames <>} :eref {ALIAS :aliasname nt :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1} {VAR :varno 6 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 5 :location -1} {VAR :varno 6 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 7 :location -1} {VAR :varno 6 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 8 :location -1} {VAR :varno 6 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 9 :location -1} {VAR :varno 6 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 10 :location -1} {VAR :varno 6 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 11 :location -1} {VAR :varno 6 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 12 :location -1} {VAR :varno 6 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 13 :location -1} {VAR :varno 6 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 14 :location -1} {VAR :varno 6 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 15 :location -1} {VAR :varno 6 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 16 :location -1} {VAR :varno 6 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 17 :location -1} {VAR :varno 6 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 18 :location -1} {VAR :varno 6 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 19 :location -1} {VAR :varno 6 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 20 :location -1} {VAR :varno 6 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 21 :location -1} {VAR :varno 6 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 22 :location -1} {VAR :varno 6 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 23 :location -1} {VAR :varno 6 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 24 :location -1} {VAR :varno 6 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 25 :location -1} {VAR :varno 6 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 26 :location -1} {VAR :varno 6 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 27 :location -1} {VAR :varno 6 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 28 :location -1} {VAR :varno 6 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 29 :location -1} {VAR :varno 6 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 30 :location -1} {VAR :varno 6 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 31 :location -1} {VAR :varno 6 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 32 :location -1} {VAR :varno 7 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 1 :location -1} {VAR :varno 7 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 2 :location -1} {VAR :varno 7 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 3 :location -1} {VAR :varno 7 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "nspname" "nspowner" "nspacl" "oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl" "oid" "lanname" "lanowner" "lanispl" "lanpltrusted" "lanplcallfoid" "laninline" "lanvalidator" "lanacl" "oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1} {VAR :varno 6 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 5 :location -1} {VAR :varno 6 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 7 :location -1} {VAR :varno 6 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 8 :location -1} {VAR :varno 6 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 9 :location -1} {VAR :varno 6 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 10 :location -1} {VAR :varno 6 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 11 :location -1} {VAR :varno 6 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 12 :location -1} {VAR :varno 6 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 13 :location -1} {VAR :varno 6 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 14 :location -1} {VAR :varno 6 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 15 :location -1} {VAR :varno 6 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 16 :location -1} {VAR :varno 6 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 17 :location -1} {VAR :varno 6 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 18 :location -1} {VAR :varno 6 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 19 :location -1} {VAR :varno 6 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 20 :location -1} {VAR :varno 6 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 21 :location -1} {VAR :varno 6 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 22 :location -1} {VAR :varno 6 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 23 :location -1} {VAR :varno 6 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 24 :location -1} {VAR :varno 6 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 25 :location -1} {VAR :varno 6 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 26 :location -1} {VAR :varno 6 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 27 :location -1} {VAR :varno 6 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 28 :location -1} {VAR :varno 6 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 29 :location -1} {VAR :varno 6 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 30 :location -1} {VAR :varno 6 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 31 :location -1} {VAR :varno 6 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 32 :location -1} {VAR :varno 7 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 7 :varattnosyn 1 :location -1} {VAR :varno 7 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 7 :varattnosyn 2 :location -1} {VAR :varno 7 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 7 :varattnosyn 3 :location -1} {VAR :varno 7 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 7 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1255 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 17 18 20 22 26 33) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2612 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 12 21) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 6258} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 6266}) :location 6264} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location 6313} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 6325}) :location 6323} :alias <> :rtindex 5} :rarg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 6} :rarg {RANGETBLREF :rtindex 7} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location 6395} {VAR :varno 7 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 1 :location 6412}) :location 6410} :alias <> :rtindex 8} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 19 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location 6432} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 6447}) :location 6445} {OPEXPR :opno 630 :opfuncid 70 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location 6457} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 6470 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :location 6467}) :location 6453} :alias <> :rtindex 9}) :quals {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location 6498} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 6510 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 6486} {FUNCEXPR :funcid 2261 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 6556} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 6563 :constvalue 11 [ 44 0 0 0 69 88 69 67 85 84 69 ]}) :location 6533}) :location 6530}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 74} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 69} :resno 1 :resname specific_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 149} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 144} :resno 2 :resname specific_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 266 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 228} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 239}) :location 214} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 209} :resno 3 :resname specific_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 299} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 294} :resno 4 :resname routine_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 373} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 368} :resno 5 :resname routine_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 437} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 432} :resno 6 :resname routine_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg {VAR :varno 2 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location 504} :args ({CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 519 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]}) :location 514} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 528 :constvalue 12 [ 48 0 0 0 70 85 78 67 84 73 79 78 ]} :location 514} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 544 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :location 539} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 553 :constvalue 13 [ 52 0 0 0 80 82 79 67 69 68 85 82 69 ]} :location 539}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 499} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 494} :resno 7 :resname routine_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 634 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 629} :resno 8 :resname module_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 693 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 688} :resno 9 :resname module_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 751 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 746} :resno 10 :resname module_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 807 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 802} :resno 11 :resname udt_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 863 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 858} :resno 12 :resname udt_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 918 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 913} :resno 13 :resname udt_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location 996} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1008 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :location 1006} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 1017 :constvalue <>} :location 991} {CASEWHEN :expr {BOOLEXPR :boolop and :args ({OPEXPR :opno 608 :opfuncid 185 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 6 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 14 :location 1045} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1058 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 1055} {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 6 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 5 :location 1064} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1075 :constvalue 4 [ -1 -1 -1 -1 -1 -1 -1 -1 ]}) :location 1073}) :location 1060} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1083 :constvalue 9 [ 36 0 0 0 65 82 82 65 89 ]} :location 1040} {CASEWHEN :expr {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 7 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 7 :varattnosyn 2 :location 1114} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 1127 :constvalue 64 [ 112 103 95 99 97 116 97 108 111 103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 1125} :result {FUNCEXPR :funcid 1081 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 1157} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1164 :constvalue <>}) :location 1145} :location 1109}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1193 :constvalue 16 [ 64 0 0 0 85 83 69 82 45 68 69 70 73 78 69 68 ]} :location 986} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 967} :resno 14 :resname data_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1274 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1269} :resno 15 :resname character_maximum_length :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1344 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1339} :resno 16 :resname character_octet_length :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1412 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1407} :resno 17 :resname character_set_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1478 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1473} :resno 18 :resname character_set_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1543 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1538} :resno 19 :resname character_set_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1606 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1601} :resno 20 :resname collation_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1668 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1663} :resno 21 :resname collation_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1729 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1724} :resno 22 :resname collation_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1788 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1783} :resno 23 :resname numeric_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1851 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1846} :resno 24 :resname numeric_precision_radix :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1920 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1915} :resno 25 :resname numeric_scale :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1979 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1974} :resno 26 :resname datetime_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 2043 :constvalue <>} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2038} :resno 27 :resname interval_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 2101 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 2096} :resno 28 :resname interval_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 19 :casecollid 950 :arg <> :args ({CASEWHEN :expr {NULLTEST :arg {VAR :varno 7 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 7 :varattnosyn 2 :location 2175} :nulltesttype 1 :argisrow false :location 2186} :result {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 2203} :location 2170}) :defresult {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location -1 :constvalue <>} :location 2165} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2160} :resno 29 :resname type_udt_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 7 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 7 :varattnosyn 2 :location 2282} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2277} :resno 30 :resname type_udt_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location 2348} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2343} :resno 31 :resname type_udt_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 2411 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2406} :resno 32 :resname scope_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 2469 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2464} :resno 33 :resname scope_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 2526 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2521} :resno 34 :resname scope_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 2581 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 2576} :resno 35 :resname maximum_cardinality :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {COERCEVIAIO :arg {CASEEXPR :casetype 23 :casecollid 0 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 630 :opfuncid 70 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location 2656} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2669 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :location 2666} :result {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2678 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :location 2651}) :defresult {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location -1 :constvalue <>} :location 2646} :resulttype 19 :resultcollid 950 :coerceformat 2 :location 2641} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2641} :resno 36 :resname dtd_identifier :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 2749} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 2761 :constvalue 64 [ 115 113 108 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 2759} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2772 :constvalue 7 [ 28 0 0 0 83 81 76 ]} :location 2744}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2783 :constvalue 12 [ 48 0 0 0 69 88 84 69 82 78 65 76 ]} :location 2739} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2734} :resno 37 :resname routine_body :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 950 :arg <> :args ({CASEWHEN :expr {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location 2899} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2911 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 2887} :result {VAR :varno 2 :varattno 26 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location 2925} :location 2882}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 2939 :constvalue <>} :location 2877} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2858} :resno 38 :resname routine_definition :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 950 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 3043} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 3055 :constvalue 64 [ 99 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 3053} :result {VAR :varno 2 :varattno 26 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location 3064} :location 3038}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 3078 :constvalue <>} :location 3033} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3014} :resno 39 :resname external_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 871 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({FUNCEXPR :funcid 406 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 2 :funccollid 950 :inputcollid 950 :args ({VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 3159}) :location -1}) :location 3153} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3148} :resno 40 :resname external_language :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3228 :constvalue 11 [ 44 0 0 0 71 69 78 69 82 65 76 ]} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3223} :resno 41 :resname parameter_style :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location 3303} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 3319 :constvalue 1 [ 105 0 0 0 0 0 0 0 ]}) :location 3317} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3328 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 3298}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3339 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 3293} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 3288} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3288} :resno 42 :resname is_deterministic :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3399 :constvalue 12 [ 48 0 0 0 77 79 68 73 70 73 69 83 ]} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3394} :resno 43 :resname sql_data_access :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 630 :opfuncid 70 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location 3475} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 3488 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :location 3485} :result {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {VAR :varno 2 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location 3520} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3539 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 3515}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3550 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 3510} :location 3470}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 3465} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 3460} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3460} :resno 44 :resname is_null_call :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 3610 :constvalue <>} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3605} :resno 45 :resname sql_path :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3663 :constvalue 7 [ 28 0 0 0 89 69 83 ]} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 3658} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3658} :resno 46 :resname schema_level_routine :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 3724 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 3719} :resno 47 :resname max_dynamic_result_sets :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 3790 :constvalue <>} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 3785} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3785} :resno 48 :resname is_user_defined_cast :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 3850 :constvalue <>} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 3845} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3845} :resno 49 :resname is_implicitly_invocable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {VAR :varno 2 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location 3923} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3940 :constvalue 11 [ 44 0 0 0 68 69 70 73 78 69 82 ]} :location 3918}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3955 :constvalue 11 [ 44 0 0 0 73 78 86 79 75 69 82 ]} :location 3913} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3908} :resno 50 :resname security_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 4022 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4017} :resno 51 :resname to_sql_specific_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 4090 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4085} :resno 52 :resname to_sql_specific_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 4157 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4152} :resno 53 :resname to_sql_specific_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 4222 :constvalue 6 [ 24 0 0 0 78 79 ]} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 4217} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4217} :resno 54 :resname as_locator :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 1967 :funcresulttype 1184 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 1184 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull true :location 4272 :constvalue <>} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 4267} :resulttype 13893 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 4267} :resno 55 :resname created :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 1967 :funcresulttype 1184 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 1184 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull true :location 4320 :constvalue <>} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 4315} :resulttype 13893 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 4315} :resno 56 :resname last_altered :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 4373 :constvalue <>} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 4368} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4368} :resno 57 :resname new_savepoint_level :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 4432 :constvalue 6 [ 24 0 0 0 78 79 ]} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 4427} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4427} :resno 58 :resname is_udt_dependent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 4489 :constvalue <>} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4484} :resno 59 :resname result_cast_from_data_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 4560 :constvalue <>} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 4555} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4555} :resno 60 :resname result_cast_as_locator :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 4622 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 4617} :resno 61 :resname result_cast_char_max_length :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 4695 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 4690} :resno 62 :resname result_cast_char_octet_length :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 4770 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4765} :resno 63 :resname result_cast_char_set_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 4843 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4838} :resno 64 :resname result_cast_char_set_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 4915 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4910} :resno 65 :resname result_cast_char_set_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 4985 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4980} :resno 66 :resname result_cast_collation_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 5059 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 5054} :resno 67 :resname result_cast_collation_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 5132 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 5127} :resno 68 :resname result_cast_collation_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 5203 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 5198} :resno 69 :resname result_cast_numeric_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 5278 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 5273} :resno 70 :resname result_cast_numeric_precision_radix :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 5359 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 5354} :resno 71 :resname result_cast_numeric_scale :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 5430 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 5425} :resno 72 :resname result_cast_datetime_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 5506 :constvalue <>} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 5501} :resno 73 :resname result_cast_interval_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 5576 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 5571} :resno 74 :resname result_cast_interval_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 5652 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 5647} :resno 75 :resname result_cast_type_udt_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 5725 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 5720} :resno 76 :resname result_cast_type_udt_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 5797 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 5792} :resno 77 :resname result_cast_type_udt_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 5867 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 5862} :resno 78 :resname result_cast_scope_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 5937 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 5932} :resno 79 :resname result_cast_scope_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 6006 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 6001} :resno 80 :resname result_cast_scope_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 6073 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 6068} :resno 81 :resname result_cast_maximum_cardinality :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 6150 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 6145} :resno 82 :resname result_cast_dtd_identifier :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 6574}) 14046 _RETURN 14043 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname u :colnames <>} :eref {ALIAS :aliasname u :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 569} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 582}) :location 580} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 615} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 627 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 603} {FUNCEXPR :funcid 2273 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 675} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 682 :constvalue 17 [ 68 0 0 0 67 82 69 65 84 69 44 32 85 83 65 71 69 ]}) :location 654}) :location 651}) :location 598}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 74} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 69} :resno 1 :resname catalog_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 145} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 140} :resno 2 :resname schema_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 206} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 201} :resno 3 :resname schema_owner :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 268 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 263} :resno 4 :resname default_character_set_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 342 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 337} :resno 5 :resname default_character_set_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 415 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 410} :resno 6 :resname default_character_set_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 486 :constvalue <>} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 481} :resno 7 :resname sql_path :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 699}) 14050 _RETURN 14047 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks true :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname nc :colnames <>} :eref {ALIAS :aliasname nc :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("seqrelid" "seqtypid" "seqstart" "seqincrement" "seqmax" "seqmin" "seqcache" "seqcycle")} :rtekind 0 :relid 2224 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2224 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 13 15) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 965} {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 982}) :location 980} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 1003} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1015 :constvalue 1 [ 83 0 0 0 0 0 0 0 ]}) :location 1013} {BOOLEXPR :boolop not :args ({SUBLINK :subLinkType 0 :subLinkId 0 :testexpr <> :operName <> :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_depend :colnames ("classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype")} :rtekind 0 :relid 2608 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2608 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 14) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1075} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1085 :constvalue 4 [ -21 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 1083} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1110} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 1 :varnosyn 2 :varattnosyn 1 :location 1118}) :location 1116} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 1128} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1138 :constvalue 1 [ 105 0 0 0 0 0 0 0 ]}) :location 1136}) :location 1106}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1052 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]} :resno 1 :resname ?column? :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 1037}) :location 1033} {BOOLEXPR :boolop not :args ({FUNCEXPR :funcid 2855 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1186}) :location 1162}) :location 1158} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1209} {VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 1217}) :location 1215} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location 1255} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1267 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1243} {FUNCEXPR :funcid 2186 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1317} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1324 :constvalue 25 [ 100 0 0 0 83 69 76 69 67 84 44 32 85 80 68 65 84 69 44 32 85 83 65 71 69 ]}) :location 1294}) :location 1291}) :location 999}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 76} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 71} :resno 1 :resname sequence_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 151} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 146} :resno 2 :resname sequence_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 217} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 212} :resno 3 :resname sequence_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 1081 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({VAR :varno 3 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 292} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 304 :constvalue <>}) :location 280} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 275} :resno 4 :resname data_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 13876 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 381} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 393 :constvalue 4 [ -1 -1 -1 -1 -1 -1 -1 -1 ]}) :location 359} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 354} :resno 5 :resname numeric_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 455 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 450} :resno 6 :resname numeric_precision_radix :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 521 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 516} :resno 7 :resname numeric_scale :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {COERCEVIAIO :arg {VAR :varno 3 :varattno 3 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 3 :location 577} :resulttype 1043 :resultcollid 100 :coerceformat 2 :location 572} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 572} :resno 8 :resname start_value :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {COERCEVIAIO :arg {VAR :varno 3 :varattno 6 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 6 :location 639} :resulttype 1043 :resultcollid 100 :coerceformat 2 :location 634} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 634} :resno 9 :resname minimum_value :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {COERCEVIAIO :arg {VAR :varno 3 :varattno 5 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 5 :location 701} :resulttype 1043 :resultcollid 100 :coerceformat 2 :location 696} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 696} :resno 10 :resname maximum_value :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {COERCEVIAIO :arg {VAR :varno 3 :varattno 4 :vartype 20 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 4 :location 763} :resulttype 1043 :resultcollid 100 :coerceformat 2 :location 758} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 758} :resno 11 :resname increment :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {VAR :varno 3 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 8 :location 837} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 853 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 832}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 864 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 827} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 822} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 822} :resno 12 :resname cycle_option :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1350}) 14075 _RETURN 14072 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks true :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname nc :colnames <>} :eref {ALIAS :aliasname nc :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nr :colnames <>} :eref {ALIAS :aliasname nr :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "conname" "connamespace" "contype" "condeferrable" "condeferred" "convalidated" "conrelid" "contypid" "conindid" "conparentid" "confrelid" "confupdtype" "confdeltype" "confmatchtype" "conislocal" "coninhcount" "connoinherit" "conperiod" "conkey" "confkey" "conpfeqop" "conppeqop" "conffeqop" "confdelsetcols" "conexclop" "conbin")} :rtekind 0 :relid 2606 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname r :colnames <>} :eref {ALIAS :aliasname r :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2606 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 11 12 13 15 17) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 24) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1454} {VAR :varno 3 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 3 :location 1463}) :location 1461} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1482} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location 1491}) :location 1489} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 8 :location 1520} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1533}) :location 1531} {SCALARARRAYOPEXPR :opno 630 :opfuncid 70 :hashfuncid 0 :negfuncid 0 :useOr false :inputcollid 0 :args ({VAR :varno 3 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 4 :location 1553} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1571 :constvalue 1 [ 116 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1576 :constvalue 1 [ 120 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 1563} {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location 1630} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1644 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1649 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 1640} {BOOLEXPR :boolop not :args ({FUNCEXPR :funcid 2855 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1697}) :location 1673}) :location 1669} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location 1733} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1745 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1721} {FUNCEXPR :funcid 1927 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1853} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1860 :constvalue 57 [ -28 0 0 0 73 78 83 69 82 84 44 32 85 80 68 65 84 69 44 32 68 69 76 69 84 69 44 32 84 82 85 78 67 65 84 69 44 32 82 69 70 69 82 69 78 67 69 83 44 32 84 82 73 71 71 69 82 ]}) :location 1833} {FUNCEXPR :funcid 3029 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1960} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1967 :constvalue 30 [ 120 0 0 0 73 78 83 69 82 84 44 32 85 80 68 65 84 69 44 32 82 69 70 69 82 69 78 67 69 83 ]}) :location 1935}) :location 1830}) :location 1478}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 92} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 87} :resno 1 :resname constraint_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 169} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 164} :resno 2 :resname constraint_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 237} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 232} :resno 3 :resname constraint_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 302} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 297} :resno 4 :resname table_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 374} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 369} :resno 5 :resname table_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 437} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 432} :resno 6 :resname table_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg {VAR :varno 3 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 4 :location 516} :args ({CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 531 :constvalue 1 [ 99 0 0 0 0 0 0 0 ]}) :location 526} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 540 :constvalue 9 [ 36 0 0 0 67 72 69 67 75 ]} :location 526} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 581 :constvalue 1 [ 110 0 0 0 0 0 0 0 ]}) :location 576} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 590 :constvalue 9 [ 36 0 0 0 67 72 69 67 75 ]} :location 576} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 631 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]}) :location 626} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 640 :constvalue 15 [ 60 0 0 0 70 79 82 69 73 71 78 32 75 69 89 ]} :location 626} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 687 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :location 682} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 696 :constvalue 15 [ 60 0 0 0 80 82 73 77 65 82 89 32 75 69 89 ]} :location 682} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 18 :typeMod -1 :collation 0} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 743 :constvalue 1 [ 117 0 0 0 0 0 0 0 ]}) :location 738} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 752 :constvalue 10 [ 40 0 0 0 85 78 73 81 85 69 ]} :location 738}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 511} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 492} :resno 7 :resname constraint_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {VAR :varno 3 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 5 :location 843} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 864 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 838}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 875 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 833} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 828} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 828} :resno 8 :resname is_deferrable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {VAR :varno 3 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 6 :location 955} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 974 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 950}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 985 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 945} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 940} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 940} :resno 9 :resname initially_deferred :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1060 :constvalue 7 [ 28 0 0 0 89 69 83 ]} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 1055} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1055} :resno 10 :resname enforced :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 4 :location 1119} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1131 :constvalue 1 [ 117 0 0 0 0 0 0 0 ]}) :location 1129} :result {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {SUBLINK :subLinkType 4 :subLinkId 0 :testexpr <> :operName <> :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_index :colnames ("indexrelid" "indrelid" "indnatts" "indnkeyatts" "indisunique" "indnullsnotdistinct" "indisprimary" "indisexclusion" "indimmediate" "indisclustered" "indisvalid" "indcheckxmin" "indisready" "indislive" "indisreplident" "indkey" "indcollation" "indclass" "indoption" "indexprs" "indpred")} :rtekind 0 :relid 2610 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2610 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 13) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1223} {VAR :varno 3 :varattno 10 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 1 :varnosyn 3 :varattnosyn 10 :location 1236}) :location 1234}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {BOOLEXPR :boolop not :args ({VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 1183}) :location 1179} :resno 1 :resname ?column? :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 1171} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1251 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 1166}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1262 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 1161} :location 1114}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location -1 :constvalue <>} :location 1109} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 1104} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1104} :resno 11 :resname nulls_distinct :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1998}) 14080 _RETURN 14077 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "relkind" "relowner" "grantor" "grantee" "prtype" "grantable")} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "relkind" "relowner" "grantor" "grantee" "prtype" "grantable")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs true :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_class :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 24 38) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 939} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 1259 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 944} :resno 2 :resname relname :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 953} :resno 3 :resname relnamespace :ressortgroupref 0 :resorigtbl 1259 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 967} :resno 4 :resname relkind :ressortgroupref 0 :resorigtbl 1259 :resorigcol 17 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 976} :resno 5 :resname relowner :ressortgroupref 0 :resorigtbl 1259 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location 1007} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1026 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 1031}) :location 1015}) :location 998}) :location 987} :fieldnum 1 :resulttype 26 :resulttypmod -1 :resultcollid 0} :resno 6 :resname grantor :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location 1007} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1026 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 1031}) :location 1015}) :location 998}) :location 987} :fieldnum 2 :resulttype 26 :resulttypmod -1 :resultcollid 0} :resno 7 :resname grantee :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location 1007} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1026 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 1031}) :location 1015}) :location 998}) :location 987} :fieldnum 3 :resulttype 25 :resulttypmod -1 :resultcollid 100} :resno 8 :resname privilege_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location 1007} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1026 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 1031}) :location 1015}) :location 998}) :location 987} :fieldnum 4 :resulttype 16 :resulttypmod -1 :resultcollid 0} :resno 9 :resname is_grantable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nc :colnames <>} :eref {ALIAS :aliasname nc :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname u_grantor :colnames <>} :eref {ALIAS :aliasname u_grantor :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname grantee :colnames ("oid" "rolname")} :eref {ALIAS :aliasname grantee :colnames ("oid" "rolname")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 1 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 1 :colnames ("oid" "rolname")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_authid :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1247} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 1260 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1252} :resno 2 :resname rolname :ressortgroupref 0 :resorigtbl 1260 :resorigcol 2 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 2 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 2 :colnames ("oid" "?column?")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1314 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 1 :location 1315} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 1322 :constvalue 64 [ 80 85 66 76 73 67 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} :resno 2 :resname ?column? :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1247} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1252} :resno 2 :resname rolname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations {SETOPERATIONSTMT :op 1 :all true :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :colTypes (o 26 19) :colTypmods (i -1 -1) :colCollations (o 0 950) :groupClauses <>} :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 1379} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1396}) :location 1394} {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 1 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 1417} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1431 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1436 :constvalue 1 [ 118 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1441 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1446 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 1427} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 1465} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1477}) :location 1475} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 1503} {VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 1515}) :location 1513} {SCALARARRAYOPEXPR :opno 98 :opfuncid 67 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 100 :args ({VAR :varno 1 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 1543} {ARRAYEXPR :array_typeid 1009 :array_collid 100 :element_typeid 25 :elements ({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1556 :constvalue 10 [ 40 0 0 0 73 78 83 69 82 84 ]} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1566 :constvalue 10 [ 40 0 0 0 83 69 76 69 67 84 ]} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1576 :constvalue 10 [ 40 0 0 0 85 80 68 65 84 69 ]} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1586 :constvalue 10 [ 40 0 0 0 68 69 76 69 84 69 ]} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1596 :constvalue 12 [ 48 0 0 0 84 82 85 78 67 65 84 69 ]} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1608 :constvalue 14 [ 56 0 0 0 82 69 70 69 82 69 78 67 69 83 ]} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1622 :constvalue 11 [ 44 0 0 0 84 82 73 71 71 69 82 ]}) :multidims false :location -1}) :location 1552} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 1660} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1675 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1648} {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1714} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1727 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1702} {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 1754} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 1772 :constvalue 64 [ 80 85 66 76 73 67 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 1770}) :location 1699}) :location 1413}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 165} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 160} :resno 1 :resname grantor :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 230} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 225} :resno 2 :resname grantee :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 293} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 288} :resno 3 :resname table_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 365} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 360} :resno 4 :resname table_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 428} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 423} :resno 5 :resname table_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 488} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 483} :resno 6 :resname privilege_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2708 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 664} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 677} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 689 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 652} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 719}) :location 716} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 754 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 570}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 765 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 565} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 546} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 546} :resno 7 :resname is_grantable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ({VAR :varno 1 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 831} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 842 :constvalue 10 [ 40 0 0 0 83 69 76 69 67 84 ]}) :location 840} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 856 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 826}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 867 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 821} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 816} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 816} :resno 8 :resname with_hierarchy :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1781}) 14192 _RETURN 14189 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname _pg_foreign_servers :colnames ("oid" "srvoptions" "foreign_server_catalog" "foreign_server_name" "foreign_data_wrapper_catalog" "foreign_data_wrapper_name" "foreign_server_type" "foreign_server_version" "authorization_identifier")} :rtekind 0 :relid 14180 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 14180 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 10 11 12 13 14 15 16) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 82} :resno 1 :resname foreign_server_catalog :ressortgroupref 0 :resorigtbl 14180 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 117} :resno 2 :resname foreign_server_name :ressortgroupref 0 :resorigtbl 14180 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 149} :resno 3 :resname foreign_data_wrapper_catalog :ressortgroupref 0 :resorigtbl 14180 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 190} :resno 4 :resname foreign_data_wrapper_name :ressortgroupref 0 :resorigtbl 14180 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 13885 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 228} :resno 5 :resname foreign_server_type :ressortgroupref 0 :resorigtbl 14180 :resorigcol 7 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 13885 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 260} :resno 6 :resname foreign_server_version :ressortgroupref 0 :resorigtbl 14180 :resorigcol 8 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 295} :resno 7 :resname authorization_identifier :ressortgroupref 0 :resorigtbl 14180 :resorigcol 9 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 348}) 14196 _RETURN 14193 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("ftrelid" "ftserver" "ftoptions")} :rtekind 0 :relid 3118 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("oid" "srvname" "srvowner" "srvfdw" "srvtype" "srvversion" "srvacl" "srvoptions")} :rtekind 0 :relid 1417 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname w :colnames <>} :eref {ALIAS :aliasname w :colnames ("oid" "fdwname" "fdwowner" "fdwhandler" "fdwvalidator" "fdwacl" "fdwoptions")} :rtekind 0 :relid 2328 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname u :colnames <>} :eref {ALIAS :aliasname u :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 6 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3118 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1417 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 11) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2328 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 24) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4} {RANGETBLREF :rtindex 5} {RANGETBLREF :rtindex 6}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 693} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location 701}) :location 699} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 724} {VAR :varno 6 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 6 :location 732}) :location 730} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 6 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 6 :location 770} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 782 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 758} {FUNCEXPR :funcid 1927 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 829} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 836 :constvalue 65 [ 4 1 0 0 83 69 76 69 67 84 44 32 73 78 83 69 82 84 44 32 85 80 68 65 84 69 44 32 68 69 76 69 84 69 44 32 84 82 85 78 67 65 84 69 44 32 82 69 70 69 82 69 78 67 69 83 44 32 84 82 73 71 71 69 82 ]}) :location 809} {FUNCEXPR :funcid 3029 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 944} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 951 :constvalue 38 [ -104 0 0 0 83 69 76 69 67 84 44 32 73 78 83 69 82 84 44 32 85 80 68 65 84 69 44 32 82 69 70 69 82 69 78 67 69 83 ]}) :location 919}) :location 806} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 1004} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location 1012}) :location 1010} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 1041} {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1049}) :location 1047} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 6 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 17 :location 1073} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1085 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]}) :location 1083} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1103} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1111}) :location 1109}) :location 720}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 97} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 92} :resno 1 :resname foreign_table_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 177} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 172} :resno 2 :resname foreign_table_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location 247} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 242} :resno 3 :resname foreign_table_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 310} :resno 4 :resname ftoptions :ressortgroupref 0 :resorigtbl 3118 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 352} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 347} :resno 5 :resname foreign_server_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 433} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 428} :resno 6 :resname foreign_server_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 500} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 495} :resno 7 :resname authorization_identifier :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1121}) 14085 _RETURN 14082 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks true :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname table_privileges :colnames ("grantor" "grantee" "table_catalog" "table_schema" "table_name" "privilege_type" "is_grantable" "with_hierarchy")} :rtekind 0 :relid 14077 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 14077 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 13 14 15) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop or :args ({SUBLINK :subLinkType 2 :subLinkId 0 :testexpr {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({RELABELTYPE :arg {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 304} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1} {RELABELTYPE :arg {PARAM :paramkind 2 :paramid 1 :paramtype 13887 :paramtypmod -1 :paramcollid 950 :location -1} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1}) :location 312} :operName ("=") :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname enabled_roles :colnames ("role_name")} :rtekind 0 :relid 13986 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 13986 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 323} :resno 1 :resname role_name :ressortgroupref 0 :resorigtbl 13986 :resorigcol 1 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 312} {SUBLINK :subLinkType 2 :subLinkId 0 :testexpr {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({RELABELTYPE :arg {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 366} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1} {RELABELTYPE :arg {PARAM :paramkind 2 :paramid 1 :paramtype 13887 :paramtypmod -1 :paramcollid 950 :location -1} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1}) :location 374} :operName ("=") :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname enabled_roles :colnames ("role_name")} :rtekind 0 :relid 13986 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 13986 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 385} :resno 1 :resname role_name :ressortgroupref 0 :resorigtbl 13986 :resorigcol 1 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 374}) :location 363}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 87} :resno 1 :resname grantor :ressortgroupref 0 :resorigtbl 14077 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 107} :resno 2 :resname grantee :ressortgroupref 0 :resorigtbl 14077 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 127} :resno 3 :resname table_catalog :ressortgroupref 0 :resorigtbl 14077 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 153} :resno 4 :resname table_schema :ressortgroupref 0 :resorigtbl 14077 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 178} :resno 5 :resname table_name :ressortgroupref 0 :resorigtbl 14077 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 13885 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 201} :resno 6 :resname privilege_type :ressortgroupref 0 :resorigtbl 14077 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 13895 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 228} :resno 7 :resname is_grantable :ressortgroupref 0 :resorigtbl 14077 :resorigcol 7 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 13895 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 253} :resno 8 :resname with_hierarchy :ressortgroupref 0 :resorigtbl 14077 :resorigcol 8 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 414}) 14089 _RETURN 14086 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname nc :colnames <>} :eref {ALIAS :aliasname nc :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "nspname" "nspowner" "nspacl" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1}) :joinleftcols (i 1 2 3 4) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nt :colnames <>} :eref {ALIAS :aliasname nt :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location -1} {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location -1} {VAR :varno 5 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location -1} {VAR :varno 5 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "nspname" "nspowner" "nspacl" "oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound" "oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1} {VAR :varno 2 :varattno 13 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 13 :location -1} {VAR :varno 2 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location -1} {VAR :varno 2 :varattno 15 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 15 :location -1} {VAR :varno 2 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 16 :location -1} {VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location -1} {VAR :varno 2 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location -1} {VAR :varno 2 :varattno 19 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 19 :location -1} {VAR :varno 2 :varattno 20 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 20 :location -1} {VAR :varno 2 :varattno 21 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location -1} {VAR :varno 2 :varattno 22 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 22 :location -1} {VAR :varno 2 :varattno 23 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 23 :location -1} {VAR :varno 2 :varattno 24 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 24 :location -1} {VAR :varno 2 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 25 :location -1} {VAR :varno 2 :varattno 26 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 26 :location -1} {VAR :varno 2 :varattno 27 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 27 :location -1} {VAR :varno 2 :varattno 28 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 28 :location -1} {VAR :varno 2 :varattno 29 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 29 :location -1} {VAR :varno 2 :varattno 30 :vartype 28 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 30 :location -1} {VAR :varno 2 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 31 :location -1} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 33 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 33 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 4 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 10 :location -1} {VAR :varno 4 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 11 :location -1} {VAR :varno 4 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 12 :location -1} {VAR :varno 4 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 13 :location -1} {VAR :varno 4 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 14 :location -1} {VAR :varno 4 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 15 :location -1} {VAR :varno 4 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 16 :location -1} {VAR :varno 4 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location -1} {VAR :varno 4 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 18 :location -1} {VAR :varno 4 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 19 :location -1} {VAR :varno 4 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 20 :location -1} {VAR :varno 4 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 21 :location -1} {VAR :varno 4 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 22 :location -1} {VAR :varno 4 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 23 :location -1} {VAR :varno 4 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 24 :location -1} {VAR :varno 4 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 25 :location -1} {VAR :varno 4 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 26 :location -1} {VAR :varno 4 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 27 :location -1} {VAR :varno 4 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 28 :location -1} {VAR :varno 4 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 29 :location -1} {VAR :varno 4 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 30 :location -1} {VAR :varno 4 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 31 :location -1} {VAR :varno 4 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 32 :location -1} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location -1} {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location -1} {VAR :varno 5 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location -1} {VAR :varno 5 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 12 13 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1525} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 1534}) :location 1532} :alias <> :rtindex 3} :rarg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 4} :rarg {RANGETBLREF :rtindex 5} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location 1607} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 1624}) :location 1622} :alias <> :rtindex 6} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location 1637} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1651}) :location 1649} :alias <> :rtindex 7}) :quals {BOOLEXPR :boolop and :args ({SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 1669} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1683 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1688 :constvalue 1 [ 118 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1693 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1698 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 1679} {BOOLEXPR :boolop not :args ({FUNCEXPR :funcid 2855 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1746}) :location 1722}) :location 1718} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location 1782} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1794 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1770} {FUNCEXPR :funcid 1927 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1841} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1848 :constvalue 65 [ 4 1 0 0 83 69 76 69 67 84 44 32 73 78 83 69 82 84 44 32 85 80 68 65 84 69 44 32 68 69 76 69 84 69 44 32 84 82 85 78 67 65 84 69 44 32 82 69 70 69 82 69 78 67 69 83 44 32 84 82 73 71 71 69 82 ]}) :location 1821} {FUNCEXPR :funcid 3029 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1956} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1963 :constvalue 38 [ -104 0 0 0 83 69 76 69 67 84 44 32 73 78 83 69 82 84 44 32 85 80 68 65 84 69 44 32 82 69 70 69 82 69 78 67 69 83 ]}) :location 1931}) :location 1818}) :location 1713}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 70} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 65} :resno 1 :resname table_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 142} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 137} :resno 2 :resname table_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 205} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 200} :resno 3 :resname table_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 290} {FUNCEXPR :funcid 2854 :funcresulttype 26 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args <> :location 299}) :location 297} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 324 :constvalue 19 [ 76 0 0 0 76 79 67 65 76 32 84 69 77 80 79 82 65 82 89 ]} :location 285} {CASEWHEN :expr {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 365} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 379 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 384 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 375} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 394 :constvalue 14 [ 56 0 0 0 66 65 83 69 32 84 65 66 76 69 ]} :location 360} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 430} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 442 :constvalue 1 [ 118 0 0 0 0 0 0 0 ]}) :location 440} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 451 :constvalue 8 [ 32 0 0 0 86 73 69 87 ]} :location 425} {CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 481} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 493 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]}) :location 491} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 502 :constvalue 11 [ 44 0 0 0 70 79 82 69 73 71 78 ]} :location 476}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 535 :constvalue <>} :location 280} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 261} :resno 4 :resname table_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 608 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 603} :resno 5 :resname self_referencing_column_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 681 :constvalue <>} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 676} :resno 6 :resname reference_generation :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 19 :casecollid 950 :arg <> :args ({CASEWHEN :expr {NULLTEST :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 757} :nulltesttype 1 :argisrow false :location 767} :result {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 784} :location 752}) :defresult {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 808 :constvalue <>} :location 747} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 742} :resno 7 :resname user_defined_type_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 882} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 877} :resno 8 :resname user_defined_type_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 957} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 952} :resno 9 :resname user_defined_type_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {BOOLEXPR :boolop or :args ({SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 1040} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1054 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1059 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 1050} {BOOLEXPR :boolop and :args ({SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 1094} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1108 :constvalue 1 [ 118 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1113 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 1104} {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({OPEXPR :opno 1880 :opfuncid 1898 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 3842 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({RELABELTYPE :arg {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1220} :resulttype 2205 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1227 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) :location 1195} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1236 :constvalue 4 [ 8 0 0 0 0 0 0 0 ]}) :location 1234} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1240 :constvalue 4 [ 8 0 0 0 0 0 0 0 ]}) :location 1238}) :location 1118}) :location 1064} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1264 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 1035}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1275 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 1030} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 1025} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1025} :resno 10 :resname is_insertable_into :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {NULLTEST :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 7) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 1348} :nulltesttype 1 :argisrow false :location 1358} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1375 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 1343}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1386 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 1338} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 1333} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1333} :resno 11 :resname is_typed :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 1438 :constvalue <>} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1433} :resno 12 :resname commit_action :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 2002}) 14094 _RETURN 14091 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 1 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 1 :colnames ("udt_catalog" "udt_schema" "udt_name" "specific_catalog" "specific_schema" "specific_name" "group_name" "transform_type")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname x :colnames <>} :eref {ALIAS :aliasname x :colnames ("oid" "trftype" "trflang" "trffromsql" "trftosql")} :rtekind 0 :relid 3576 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "trftype" "trflang" "trffromsql" "trftosql")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32) :joinrightcols (i 1 2 3 4 5) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname l :colnames <>} :eref {ALIAS :aliasname l :colnames ("oid" "lanname" "lanowner" "lanispl" "lanpltrusted" "lanplcallfoid" "laninline" "lanvalidator" "lanacl")} :rtekind 0 :relid 2612 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "trftype" "trflang" "trffromsql" "trftosql" "oid" "lanname" "lanowner" "lanispl" "lanpltrusted" "lanplcallfoid" "laninline" "lanvalidator" "lanacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37) :joinrightcols (i 1 2 3 4 5 6 7 8 9) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname p :colnames <>} :eref {ALIAS :aliasname p :colnames ("oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl")} :rtekind 0 :relid 1255 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "trftype" "trflang" "trffromsql" "trftosql" "oid" "lanname" "lanowner" "lanispl" "lanpltrusted" "lanplcallfoid" "laninline" "lanvalidator" "lanacl" "oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1} {VAR :varno 6 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 5 :location -1} {VAR :varno 6 :varattno 6 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 7 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 7 :location -1} {VAR :varno 6 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 8 :location -1} {VAR :varno 6 :varattno 9 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 9 :location -1} {VAR :varno 6 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 10 :location -1} {VAR :varno 6 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 11 :location -1} {VAR :varno 6 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 12 :location -1} {VAR :varno 6 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 13 :location -1} {VAR :varno 6 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 14 :location -1} {VAR :varno 6 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 15 :location -1} {VAR :varno 6 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 16 :location -1} {VAR :varno 6 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 17 :location -1} {VAR :varno 6 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 18 :location -1} {VAR :varno 6 :varattno 19 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 19 :location -1} {VAR :varno 6 :varattno 20 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 20 :location -1} {VAR :varno 6 :varattno 21 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 21 :location -1} {VAR :varno 6 :varattno 22 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 22 :location -1} {VAR :varno 6 :varattno 23 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 23 :location -1} {VAR :varno 6 :varattno 24 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 24 :location -1} {VAR :varno 6 :varattno 25 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 25 :location -1} {VAR :varno 6 :varattno 26 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 26 :location -1} {VAR :varno 6 :varattno 27 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 27 :location -1} {VAR :varno 6 :varattno 28 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 28 :location -1} {VAR :varno 6 :varattno 29 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 29 :location -1} {VAR :varno 6 :varattno 30 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 30 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nt :colnames <>} :eref {ALIAS :aliasname nt :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "trftype" "trflang" "trffromsql" "trftosql" "oid" "lanname" "lanowner" "lanispl" "lanpltrusted" "lanplcallfoid" "laninline" "lanvalidator" "lanacl" "oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1} {VAR :varno 6 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 5 :location -1} {VAR :varno 6 :varattno 6 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 7 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 7 :location -1} {VAR :varno 6 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 8 :location -1} {VAR :varno 6 :varattno 9 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 9 :location -1} {VAR :varno 6 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 10 :location -1} {VAR :varno 6 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 11 :location -1} {VAR :varno 6 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 12 :location -1} {VAR :varno 6 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 13 :location -1} {VAR :varno 6 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 14 :location -1} {VAR :varno 6 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 15 :location -1} {VAR :varno 6 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 16 :location -1} {VAR :varno 6 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 17 :location -1} {VAR :varno 6 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 18 :location -1} {VAR :varno 6 :varattno 19 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 19 :location -1} {VAR :varno 6 :varattno 20 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 20 :location -1} {VAR :varno 6 :varattno 21 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 21 :location -1} {VAR :varno 6 :varattno 22 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 22 :location -1} {VAR :varno 6 :varattno 23 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 23 :location -1} {VAR :varno 6 :varattno 24 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 24 :location -1} {VAR :varno 6 :varattno 25 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 25 :location -1} {VAR :varno 6 :varattno 26 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 26 :location -1} {VAR :varno 6 :varattno 27 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 27 :location -1} {VAR :varno 6 :varattno 28 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 28 :location -1} {VAR :varno 6 :varattno 29 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 29 :location -1} {VAR :varno 6 :varattno 30 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 30 :location -1} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname np :colnames <>} :eref {ALIAS :aliasname np :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 6 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "trftype" "trflang" "trffromsql" "trftosql" "oid" "lanname" "lanowner" "lanispl" "lanpltrusted" "lanplcallfoid" "laninline" "lanvalidator" "lanacl" "oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl" "oid" "nspname" "nspowner" "nspacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1} {VAR :varno 6 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 5 :location -1} {VAR :varno 6 :varattno 6 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 7 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 7 :location -1} {VAR :varno 6 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 8 :location -1} {VAR :varno 6 :varattno 9 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 9 :location -1} {VAR :varno 6 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 10 :location -1} {VAR :varno 6 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 11 :location -1} {VAR :varno 6 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 12 :location -1} {VAR :varno 6 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 13 :location -1} {VAR :varno 6 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 14 :location -1} {VAR :varno 6 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 15 :location -1} {VAR :varno 6 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 16 :location -1} {VAR :varno 6 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 17 :location -1} {VAR :varno 6 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 18 :location -1} {VAR :varno 6 :varattno 19 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 19 :location -1} {VAR :varno 6 :varattno 20 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 20 :location -1} {VAR :varno 6 :varattno 21 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 21 :location -1} {VAR :varno 6 :varattno 22 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 22 :location -1} {VAR :varno 6 :varattno 23 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 23 :location -1} {VAR :varno 6 :varattno 24 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 24 :location -1} {VAR :varno 6 :varattno 25 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 25 :location -1} {VAR :varno 6 :varattno 26 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 26 :location -1} {VAR :varno 6 :varattno 27 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 27 :location -1} {VAR :varno 6 :varattno 28 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 28 :location -1} {VAR :varno 6 :varattno 29 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 29 :location -1} {VAR :varno 6 :varattno 30 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 30 :location -1} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1} {VAR :varno 10 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 1 :location -1} {VAR :varno 10 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location -1} {VAR :varno 10 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 3 :location -1} {VAR :varno 10 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 3576 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 11) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2612 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1255 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 643} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 651}) :location 649} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 692} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 704}) :location 702} :alias <> :rtindex 5} :rarg {RANGETBLREF :rtindex 6} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({RELABELTYPE :arg {VAR :varno 2 :varattno 4 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location 737} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 752}) :location 750} :alias <> :rtindex 7} :rarg {RANGETBLREF :rtindex 8} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 791} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location 808}) :location 806} :alias <> :rtindex 9} :rarg {RANGETBLREF :rtindex 10} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location 848} {VAR :varno 10 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 1 :location 865}) :location 863} :alias <> :rtindex 11}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 78} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 73} :resno 1 :resname udt_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location 148} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 143} :resno 2 :resname udt_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 209} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 204} :resno 3 :resname udt_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 267} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 262} :resno 4 :resname specific_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 10 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 342} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 337} :resno 5 :resname specific_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 266 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location 422} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 433}) :location 408} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 403} :resno 6 :resname specific_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 493} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 488} :resno 7 :resname group_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 553 :constvalue 12 [ 48 0 0 0 70 82 79 77 32 83 81 76 ]} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 548} :resno 8 :resname transform_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 2 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 2 :colnames ("udt_catalog" "udt_schema" "udt_name" "specific_catalog" "specific_schema" "specific_name" "group_name" "transform_type")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname x :colnames <>} :eref {ALIAS :aliasname x :colnames ("oid" "trftype" "trflang" "trffromsql" "trftosql")} :rtekind 0 :relid 3576 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "trftype" "trflang" "trffromsql" "trftosql")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32) :joinrightcols (i 1 2 3 4 5) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname l :colnames <>} :eref {ALIAS :aliasname l :colnames ("oid" "lanname" "lanowner" "lanispl" "lanpltrusted" "lanplcallfoid" "laninline" "lanvalidator" "lanacl")} :rtekind 0 :relid 2612 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "trftype" "trflang" "trffromsql" "trftosql" "oid" "lanname" "lanowner" "lanispl" "lanpltrusted" "lanplcallfoid" "laninline" "lanvalidator" "lanacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37) :joinrightcols (i 1 2 3 4 5 6 7 8 9) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname p :colnames <>} :eref {ALIAS :aliasname p :colnames ("oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl")} :rtekind 0 :relid 1255 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "trftype" "trflang" "trffromsql" "trftosql" "oid" "lanname" "lanowner" "lanispl" "lanpltrusted" "lanplcallfoid" "laninline" "lanvalidator" "lanacl" "oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1} {VAR :varno 6 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 5 :location -1} {VAR :varno 6 :varattno 6 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 7 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 7 :location -1} {VAR :varno 6 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 8 :location -1} {VAR :varno 6 :varattno 9 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 9 :location -1} {VAR :varno 6 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 10 :location -1} {VAR :varno 6 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 11 :location -1} {VAR :varno 6 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 12 :location -1} {VAR :varno 6 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 13 :location -1} {VAR :varno 6 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 14 :location -1} {VAR :varno 6 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 15 :location -1} {VAR :varno 6 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 16 :location -1} {VAR :varno 6 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 17 :location -1} {VAR :varno 6 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 18 :location -1} {VAR :varno 6 :varattno 19 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 19 :location -1} {VAR :varno 6 :varattno 20 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 20 :location -1} {VAR :varno 6 :varattno 21 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 21 :location -1} {VAR :varno 6 :varattno 22 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 22 :location -1} {VAR :varno 6 :varattno 23 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 23 :location -1} {VAR :varno 6 :varattno 24 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 24 :location -1} {VAR :varno 6 :varattno 25 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 25 :location -1} {VAR :varno 6 :varattno 26 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 26 :location -1} {VAR :varno 6 :varattno 27 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 27 :location -1} {VAR :varno 6 :varattno 28 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 28 :location -1} {VAR :varno 6 :varattno 29 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 29 :location -1} {VAR :varno 6 :varattno 30 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 30 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nt :colnames <>} :eref {ALIAS :aliasname nt :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "trftype" "trflang" "trffromsql" "trftosql" "oid" "lanname" "lanowner" "lanispl" "lanpltrusted" "lanplcallfoid" "laninline" "lanvalidator" "lanacl" "oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1} {VAR :varno 6 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 5 :location -1} {VAR :varno 6 :varattno 6 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 7 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 7 :location -1} {VAR :varno 6 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 8 :location -1} {VAR :varno 6 :varattno 9 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 9 :location -1} {VAR :varno 6 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 10 :location -1} {VAR :varno 6 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 11 :location -1} {VAR :varno 6 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 12 :location -1} {VAR :varno 6 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 13 :location -1} {VAR :varno 6 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 14 :location -1} {VAR :varno 6 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 15 :location -1} {VAR :varno 6 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 16 :location -1} {VAR :varno 6 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 17 :location -1} {VAR :varno 6 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 18 :location -1} {VAR :varno 6 :varattno 19 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 19 :location -1} {VAR :varno 6 :varattno 20 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 20 :location -1} {VAR :varno 6 :varattno 21 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 21 :location -1} {VAR :varno 6 :varattno 22 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 22 :location -1} {VAR :varno 6 :varattno 23 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 23 :location -1} {VAR :varno 6 :varattno 24 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 24 :location -1} {VAR :varno 6 :varattno 25 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 25 :location -1} {VAR :varno 6 :varattno 26 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 26 :location -1} {VAR :varno 6 :varattno 27 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 27 :location -1} {VAR :varno 6 :varattno 28 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 28 :location -1} {VAR :varno 6 :varattno 29 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 29 :location -1} {VAR :varno 6 :varattno 30 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 30 :location -1} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname np :colnames <>} :eref {ALIAS :aliasname np :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 6 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl" "oid" "trftype" "trflang" "trffromsql" "trftosql" "oid" "lanname" "lanowner" "lanispl" "lanpltrusted" "lanplcallfoid" "laninline" "lanvalidator" "lanacl" "oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl" "oid" "nspname" "nspowner" "nspacl" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 1 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location -1} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location -1} {VAR :varno 1 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location -1} {VAR :varno 1 :varattno 8 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location -1} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location -1} {VAR :varno 1 :varattno 10 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 10 :location -1} {VAR :varno 1 :varattno 11 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 11 :location -1} {VAR :varno 1 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 12 :location -1} {VAR :varno 1 :varattno 13 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 13 :location -1} {VAR :varno 1 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 14 :location -1} {VAR :varno 1 :varattno 15 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location -1} {VAR :varno 1 :varattno 16 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 16 :location -1} {VAR :varno 1 :varattno 17 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location -1} {VAR :varno 1 :varattno 18 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 18 :location -1} {VAR :varno 1 :varattno 19 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location -1} {VAR :varno 1 :varattno 20 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location -1} {VAR :varno 1 :varattno 21 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location -1} {VAR :varno 1 :varattno 22 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 22 :location -1} {VAR :varno 1 :varattno 23 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 23 :location -1} {VAR :varno 1 :varattno 24 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 24 :location -1} {VAR :varno 1 :varattno 25 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 25 :location -1} {VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location -1} {VAR :varno 1 :varattno 27 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location -1} {VAR :varno 1 :varattno 28 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 28 :location -1} {VAR :varno 1 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location -1} {VAR :varno 1 :varattno 30 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location -1} {VAR :varno 1 :varattno 31 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location -1} {VAR :varno 1 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location -1} {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location -1} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location -1} {VAR :varno 4 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location -1} {VAR :varno 4 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location -1} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location -1} {VAR :varno 4 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 7 :location -1} {VAR :varno 4 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 8 :location -1} {VAR :varno 4 :varattno 9 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1} {VAR :varno 6 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 5 :location -1} {VAR :varno 6 :varattno 6 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 7 :vartype 700 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 7 :location -1} {VAR :varno 6 :varattno 8 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 8 :location -1} {VAR :varno 6 :varattno 9 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 9 :location -1} {VAR :varno 6 :varattno 10 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 10 :location -1} {VAR :varno 6 :varattno 11 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 11 :location -1} {VAR :varno 6 :varattno 12 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 12 :location -1} {VAR :varno 6 :varattno 13 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 13 :location -1} {VAR :varno 6 :varattno 14 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 14 :location -1} {VAR :varno 6 :varattno 15 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 15 :location -1} {VAR :varno 6 :varattno 16 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 16 :location -1} {VAR :varno 6 :varattno 17 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 17 :location -1} {VAR :varno 6 :varattno 18 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 18 :location -1} {VAR :varno 6 :varattno 19 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 19 :location -1} {VAR :varno 6 :varattno 20 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 20 :location -1} {VAR :varno 6 :varattno 21 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 21 :location -1} {VAR :varno 6 :varattno 22 :vartype 1002 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 22 :location -1} {VAR :varno 6 :varattno 23 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 23 :location -1} {VAR :varno 6 :varattno 24 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 24 :location -1} {VAR :varno 6 :varattno 25 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 25 :location -1} {VAR :varno 6 :varattno 26 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 26 :location -1} {VAR :varno 6 :varattno 27 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 27 :location -1} {VAR :varno 6 :varattno 28 :vartype 194 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 28 :location -1} {VAR :varno 6 :varattno 29 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 29 :location -1} {VAR :varno 6 :varattno 30 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 30 :location -1} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location -1} {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location -1} {VAR :varno 8 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 3 :location -1} {VAR :varno 8 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 4 :location -1} {VAR :varno 10 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 1 :location -1} {VAR :varno 10 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location -1} {VAR :varno 10 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 3 :location -1} {VAR :varno 10 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 3576 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 12) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2612 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1255 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1461} {VAR :varno 2 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 1469}) :location 1467} :alias <> :rtindex 3} :rarg {RANGETBLREF :rtindex 4} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 1510} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1522}) :location 1520} :alias <> :rtindex 5} :rarg {RANGETBLREF :rtindex 6} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({RELABELTYPE :arg {VAR :varno 2 :varattno 5 :vartype 24 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location 1555} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 1568}) :location 1566} :alias <> :rtindex 7} :rarg {RANGETBLREF :rtindex 8} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 1607} {VAR :varno 8 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 1 :location 1624}) :location 1622} :alias <> :rtindex 9} :rarg {RANGETBLREF :rtindex 10} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location 1664} {VAR :varno 10 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 1 :location 1681}) :location 1679} :alias <> :rtindex 11}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 898} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 893} :resno 1 :resname udt_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 8 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 8 :varattnosyn 2 :location 968} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 963} :resno 2 :resname udt_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1029} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1024} :resno 3 :resname udt_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 1087} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1082} :resno 4 :resname specific_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 10 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 10 :varattnosyn 2 :location 1162} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1157} :resno 5 :resname specific_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 266 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location 1242} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 1253}) :location 1228} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1223} :resno 6 :resname specific_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 1313} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1308} :resno 7 :resname group_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1373 :constvalue 10 [ 40 0 0 0 84 79 32 83 81 76 ]} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1368} :resno 8 :resname transform_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 73} :resno 1 :resname udt_catalog :ressortgroupref 1 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 143} :resno 2 :resname udt_schema :ressortgroupref 2 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 204} :resno 3 :resname udt_name :ressortgroupref 3 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 262} :resno 4 :resname specific_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 337} :resno 5 :resname specific_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 403} :resno 6 :resname specific_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 488} :resno 7 :resname group_name :ressortgroupref 4 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 13885 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 548} :resno 8 :resname transform_type :ressortgroupref 5 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 2 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 3 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 4 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 5 :eqop 98 :sortop 664 :nulls_first false :hashable true}) :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations {SETOPERATIONSTMT :op 1 :all false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :colTypes (o 13887 13887 13887 13887 13887 13887 13887 13885) :colTypmods (i -1 -1 -1 -1 -1 -1 -1 -1) :colCollations (o 950 950 950 950 950 950 950 950) :groupClauses ({SORTGROUPCLAUSE :tleSortGroupRef 0 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 0 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 0 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 0 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 0 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 0 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 0 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 0 :eqop 98 :sortop 664 :nulls_first false :hashable true})} :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1809}) 14099 _RETURN 14096 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "tgrelid" "tgparentid" "tgname" "tgfoid" "tgtype" "tgenabled" "tgisinternal" "tgconstrrelid" "tgconstrindid" "tgconstraint" "tgdeferrable" "tginitdeferred" "tgnargs" "tgattr" "tgargs" "tgqual" "tgoldtable" "tgnewtable")} :rtekind 0 :relid 2620 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname ta :colnames <>} :eref {ALIAS :aliasname ta :colnames ("tgoid" "tgattnum" "tgattpos")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname ta0 :colnames <>} :eref {ALIAS :aliasname ta0 :colnames ("tgoid" "tgat")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs true :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_trigger :colnames ("oid" "tgrelid" "tgparentid" "tgname" "tgfoid" "tgtype" "tgenabled" "tgisinternal" "tgconstrrelid" "tgconstrindid" "tgconstraint" "tgdeferrable" "tginitdeferred" "tgnargs" "tgattr" "tgargs" "tgqual" "tgoldtable" "tgnewtable")} :rtekind 0 :relid 2620 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2620 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 22) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 787} :resno 1 :resname tgoid :ressortgroupref 0 :resorigtbl 2620 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 13869 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 15 :vartype 22 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 15 :location 836}) :location 801} :resno 2 :resname tgat :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 706} :resno 1 :resname tgoid :ressortgroupref 0 :resorigtbl 2620 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {VAR :varno 1 :varattno 2 :vartype 2249 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 714} :fieldnum 1 :resulttype 21 :resulttypmod -1 :resultcollid 0} :resno 2 :resname tgattnum :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {VAR :varno 1 :varattno 2 :vartype 2249 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 740} :fieldnum 2 :resulttype 23 :resulttypmod -1 :resultcollid 0} :resno 3 :resname tgattpos :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 0 :relid 1249 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2620 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 11 15) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1249 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 12) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4} {RANGETBLREF :rtindex 5}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 919} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 927}) :location 925} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 956} {VAR :varno 3 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 964}) :location 962} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 988} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 996}) :location 994} {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 1020} {VAR :varno 3 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 1045}) :location 1042} {OPEXPR :opno 94 :opfuncid 63 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 5 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 5 :location 1032} {VAR :varno 4 :varattno 2 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 1056}) :location 1042}) :location 1042} {BOOLEXPR :boolop not :args ({VAR :varno 3 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 8 :location 1087}) :location 1083} {BOOLEXPR :boolop not :args ({FUNCEXPR :funcid 2855 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1145}) :location 1121}) :location 1117} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location 1180} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1192 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1168} {FUNCEXPR :funcid 3023 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1301} {VAR :varno 5 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 5 :location 1308} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1318 :constvalue 30 [ 120 0 0 0 73 78 83 69 82 84 44 32 85 80 68 65 84 69 44 32 82 69 70 69 82 69 78 67 69 83 ]}) :location 1280}) :location 1277}) :location 952}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 170} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 165} :resno 1 :resname trigger_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 244} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 239} :resno 2 :resname trigger_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 3 :varattno 4 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 4 :location 308} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 303} :resno 3 :resname trigger_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 369} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 364} :resno 4 :resname event_object_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 448} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 443} :resno 5 :resname event_object_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 517} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 512} :resno 6 :resname event_object_table :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 585} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 580} :resno 7 :resname event_object_column :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1349}) 14104 _RETURN 14101 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs true :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "tgrelid" "tgparentid" "tgname" "tgfoid" "tgtype" "tgenabled" "tgisinternal" "tgconstrrelid" "tgconstrindid" "tgconstraint" "tgdeferrable" "tginitdeferred" "tgnargs" "tgattr" "tgargs" "tgqual" "tgoldtable" "tgnewtable")} :rtekind 0 :relid 2620 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname em :colnames ("num" "text")} :eref {ALIAS :aliasname em :colnames ("num" "text")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname *VALUES* :colnames ("column1" "column2")} :rtekind 5 :values_lists (({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 3202 :constvalue 4 [ 4 0 0 0 0 0 0 0 ]} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3205 :constvalue 10 [ 40 0 0 0 73 78 83 69 82 84 ]}) ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 3234 :constvalue 4 [ 8 0 0 0 0 0 0 0 ]} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3237 :constvalue 10 [ 40 0 0 0 68 69 76 69 84 69 ]}) ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 3266 :constvalue 4 [ 16 0 0 0 0 0 0 0 ]} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3270 :constvalue 10 [ 40 0 0 0 85 80 68 65 84 69 ]})) :coltypes (o 23 25) :coltypmods (i -1 -1) :colcollations (o 0 100) :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} :resno 1 :resname column1 :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} :resno 2 :resname column2 :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2620 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 11 13 15 25 26) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 3310} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 3318}) :location 3316} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 3347} {VAR :varno 3 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 3355}) :location 3353} {OPEXPR :opno 518 :opfuncid 144 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({OPEXPR :opno 1880 :opfuncid 1898 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 313 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 6 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 6 :location 3379}) :location -1} {VAR :varno 4 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 3390}) :location 3388} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 3400 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 3397} {BOOLEXPR :boolop not :args ({VAR :varno 3 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 8 :location 3420}) :location 3416} {BOOLEXPR :boolop not :args ({FUNCEXPR :funcid 2855 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 3478}) :location 3454}) :location 3450} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location 3513} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3525 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 3501} {FUNCEXPR :funcid 1927 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 3633} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3640 :constvalue 57 [ -28 0 0 0 73 78 83 69 82 84 44 32 85 80 68 65 84 69 44 32 68 69 76 69 84 69 44 32 84 82 85 78 67 65 84 69 44 32 82 69 70 69 82 69 78 67 69 83 44 32 84 82 73 71 71 69 82 ]}) :location 3613} {FUNCEXPR :funcid 3029 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 3740} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3747 :constvalue 30 [ 120 0 0 0 73 78 83 69 82 84 44 32 85 80 68 65 84 69 44 32 82 69 70 69 82 69 78 67 69 83 ]}) :location 3715}) :location 3610}) :location 3343}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 452} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 447} :resno 1 :resname trigger_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 526} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 521} :resno 2 :resname trigger_schema :ressortgroupref 2 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 3 :varattno 4 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 4 :location 590} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 585} :resno 3 :resname trigger_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 651} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 646} :resno 4 :resname event_manipulation :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 717} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 712} :resno 5 :resname event_object_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 796} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 791} :resno 6 :resname event_object_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 865} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 860} :resno 7 :resname event_object_table :ressortgroupref 3 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 480 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({WINDOWFUNC :winfnoid 3101 :wintype 20 :wincollid 0 :inputcollid 0 :args <> :aggfilter <> :winref 1 :winstar false :winagg false :location 1317}) :location 928} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 928} :resno 8 :resname action_order :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location 1765} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1777 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1753} :result {SUBSCRIPTINGREF :refcontainertype 1009 :refelemtype 25 :refrestype 25 :reftypmod -1 :refcollid 100 :refupperindexpr ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1891 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :reflowerindexpr <> :refexpr {FUNCEXPR :funcid 3396 :funcresulttype 1009 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ({FUNCEXPR :funcid 1662 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 1838}) :location 1820} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1846 :constvalue 41 [ -92 0 0 0 46 123 51 53 44 125 32 87 72 69 78 32 92 40 40 46 43 41 92 41 32 69 88 69 67 85 84 69 32 70 85 78 67 84 73 79 78 ]}) :location 1807} :refassgnexpr <>} :location 1748}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 1914 :constvalue <>} :location 1743} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1724} :resno 9 :resname action_condition :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 937 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 3 :funccollid 100 :inputcollid 100 :args ({FUNCEXPR :funcid 1662 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 2034}) :location 2016} {OPEXPR :opno 551 :opfuncid 177 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 849 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 3 :funccollid 0 :inputcollid 100 :args ({FUNCEXPR :funcid 937 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 3 :funccollid 100 :inputcollid 100 :args ({FUNCEXPR :funcid 1662 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 2128}) :location 2110} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2140 :constvalue 4 [ 48 0 0 0 0 0 0 0 ]}) :location 2100} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2078 :constvalue 20 [ 80 0 0 0 69 88 69 67 85 84 69 32 70 85 78 67 84 73 79 78 ]}) :location 2069} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2147 :constvalue 4 [ 47 0 0 0 0 0 0 0 ]}) :location 2145}) :location 2006} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1987} :resno 10 :resname action_statement :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg {OPEXPR :opno 1880 :opfuncid 1898 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 313 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 6 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 6 :location 2296}) :location -1} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2307 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 2305} :args ({CASEWHEN :expr {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 23 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2314 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 2309} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2321 :constvalue 7 [ 28 0 0 0 82 79 87 ]} :location 2309}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2332 :constvalue 13 [ 52 0 0 0 83 84 65 84 69 77 69 78 84 ]} :location 2291} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2215} :resno 11 :resname action_orientation :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg {OPEXPR :opno 1880 :opfuncid 1898 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 313 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 6 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 6 :location 2515}) :location -1} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2526 :constvalue 4 [ 66 0 0 0 0 0 0 0 ]}) :location 2524} :args ({CASEWHEN :expr {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 23 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2534 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 2529} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2541 :constvalue 10 [ 40 0 0 0 66 69 70 79 82 69 ]} :location 2529} {CASEWHEN :expr {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({CASETESTEXPR :typeId 23 :typeMod -1 :collation 0} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2555 :constvalue 4 [ 64 0 0 0 0 0 0 0 ]}) :location 2550} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2563 :constvalue 14 [ 56 0 0 0 73 78 83 84 69 65 68 32 79 70 ]} :location 2550}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2581 :constvalue 9 [ 36 0 0 0 65 70 84 69 82 ]} :location 2510} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2414} :resno 12 :resname action_timing :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 3 :varattno 18 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 18 :location 2659} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2654} :resno 13 :resname action_reference_old_table :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 3 :varattno 19 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 19 :location 2736} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2731} :resno 14 :resname action_reference_new_table :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 2813 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2808} :resno 15 :resname action_reference_old_row :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 2882 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2877} :resno 16 :resname action_reference_new_row :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 1967 :funcresulttype 1184 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 1184 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull true :location 2951 :constvalue <>} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]}) :location 2946} :resulttype 13893 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 2946} :resno 17 :resname created :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 3 :varattno 4 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 4 :location 1653} :resno 18 :resname <> :ressortgroupref 1 :resorigtbl 0 :resorigcol 0 :resjunk true} {TARGETENTRY :expr {VAR :varno 4 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1491} :resno 19 :resname <> :ressortgroupref 4 :resorigtbl 0 :resorigcol 0 :resjunk true} {TARGETENTRY :expr {OPEXPR :opno 1880 :opfuncid 1898 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 313 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 6 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 6 :location 1538}) :location -1} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1549 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location 1547} :resno 20 :resname <> :ressortgroupref 5 :resorigtbl 0 :resorigcol 0 :resjunk true} {TARGETENTRY :expr {OPEXPR :opno 1880 :opfuncid 1898 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 313 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 6 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 6 :location 1591}) :location -1} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1602 :constvalue 4 [ 66 0 0 0 0 0 0 0 ]}) :location 1600} :resno 21 :resname <> :ressortgroupref 6 :resorigtbl 0 :resorigcol 0 :resjunk true}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause ({WINDOWCLAUSE :name <> :refname <> :partitionClause ({SORTGROUPCLAUSE :tleSortGroupRef 2 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 3 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 4 :eqop 96 :sortop 97 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 5 :eqop 96 :sortop 97 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 6 :eqop 96 :sortop 97 :nulls_first false :hashable true}) :orderClause ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 93 :sortop 660 :nulls_first false :hashable true}) :frameOptions 1058 :startOffset <> :endOffset <> :runCondition <> :startInRangeFunc 0 :endInRangeFunc 0 :inRangeColl 0 :inRangeAsc false :inRangeNullsFirst false :winref 1 :copiedOrder false}) :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 3778}) 14109 _RETURN 14106 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname t :colnames ("oid" "typname" "typnamespace" "typtype" "typowner" "grantor" "grantee" "prtype" "grantable")} :eref {ALIAS :aliasname t :colnames ("oid" "typname" "typnamespace" "typtype" "typowner" "grantor" "grantee" "prtype" "grantable")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs true :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_type :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 14 39) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 760} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 1247 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 765} :resno 2 :resname typname :ressortgroupref 0 :resorigtbl 1247 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 774} :resno 3 :resname typnamespace :ressortgroupref 0 :resorigtbl 1247 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 788} :resno 4 :resname typtype :ressortgroupref 0 :resorigtbl 1247 :resorigcol 7 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 797} :resno 5 :resname typowner :ressortgroupref 0 :resorigtbl 1247 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location 828} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 847 :constvalue 1 [ 84 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 852}) :location 836}) :location 819}) :location 808} :fieldnum 1 :resulttype 26 :resulttypmod -1 :resultcollid 0} :resno 6 :resname grantor :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location 828} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 847 :constvalue 1 [ 84 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 852}) :location 836}) :location 819}) :location 808} :fieldnum 2 :resulttype 26 :resulttypmod -1 :resultcollid 0} :resno 7 :resname grantee :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location 828} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 847 :constvalue 1 [ 84 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 852}) :location 836}) :location 819}) :location 808} :fieldnum 3 :resulttype 25 :resulttypmod -1 :resultcollid 100} :resno 8 :resname privilege_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location 828} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 847 :constvalue 1 [ 84 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 852}) :location 836}) :location 819}) :location 808} :fieldnum 4 :resulttype 16 :resulttypmod -1 :resultcollid 0} :resno 9 :resname is_grantable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname u_grantor :colnames <>} :eref {ALIAS :aliasname u_grantor :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname grantee :colnames ("oid" "rolname")} :eref {ALIAS :aliasname grantee :colnames ("oid" "rolname")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 1 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 1 :colnames ("oid" "rolname")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_authid :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1066} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 1260 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1071} :resno 2 :resname rolname :ressortgroupref 0 :resorigtbl 1260 :resorigcol 2 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 2 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 2 :colnames ("oid" "?column?")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1133 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 1 :location 1134} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 1141 :constvalue 64 [ 80 85 66 76 73 67 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} :resno 2 :resname ?column? :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1066} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1071} :resno 2 :resname rolname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations {SETOPERATIONSTMT :op 1 :all true :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :colTypes (o 26 19) :colTypmods (i -1 -1) :colCollations (o 0 950) :groupClauses <>} :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 1198} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1215}) :location 1213} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 1235} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1247 :constvalue 1 [ 99 0 0 0 0 0 0 0 ]}) :location 1245} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 1265} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1277}) :location 1275} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 1303} {VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 1315}) :location 1313} {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ({VAR :varno 1 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 1343} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1356 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1352} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 1392} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1407 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1380} {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1446} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1459 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1434} {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 1486} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 1504 :constvalue 64 [ 80 85 66 76 73 67 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 1502}) :location 1431}) :location 1231}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 86} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 81} :resno 1 :resname grantor :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 151} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 146} :resno 2 :resname grantee :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 214} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 209} :resno 3 :resname udt_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 284} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 279} :resno 4 :resname udt_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 344} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 339} :resno 5 :resname udt_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 402 :constvalue 14 [ 56 0 0 0 84 89 80 69 32 85 83 65 71 69 ]} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 397} :resno 6 :resname privilege_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2708 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 589} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 602} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 614 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 577} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 644}) :location 641} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 679 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 495}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 690 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 490} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 471} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 471} :resno 7 :resname is_grantable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1513}) 14114 _RETURN 14111 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks true :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname udt_privileges :colnames ("grantor" "grantee" "udt_catalog" "udt_schema" "udt_name" "privilege_type" "is_grantable")} :rtekind 0 :relid 14106 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 14106 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 13 14) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop or :args ({SUBLINK :subLinkType 2 :subLinkId 0 :testexpr {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({RELABELTYPE :arg {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 265} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1} {RELABELTYPE :arg {PARAM :paramkind 2 :paramid 1 :paramtype 13887 :paramtypmod -1 :paramcollid 950 :location -1} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1}) :location 273} :operName ("=") :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname enabled_roles :colnames ("role_name")} :rtekind 0 :relid 13986 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 13986 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 284} :resno 1 :resname role_name :ressortgroupref 0 :resorigtbl 13986 :resorigcol 1 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 273} {SUBLINK :subLinkType 2 :subLinkId 0 :testexpr {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({RELABELTYPE :arg {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 327} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1} {RELABELTYPE :arg {PARAM :paramkind 2 :paramid 1 :paramtype 13887 :paramtypmod -1 :paramcollid 950 :location -1} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1}) :location 335} :operName ("=") :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname enabled_roles :colnames ("role_name")} :rtekind 0 :relid 13986 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 13986 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 346} :resno 1 :resname role_name :ressortgroupref 0 :resorigtbl 13986 :resorigcol 1 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 335}) :location 324}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 83} :resno 1 :resname grantor :ressortgroupref 0 :resorigtbl 14106 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 103} :resno 2 :resname grantee :ressortgroupref 0 :resorigtbl 14106 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 123} :resno 3 :resname udt_catalog :ressortgroupref 0 :resorigtbl 14106 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 147} :resno 4 :resname udt_schema :ressortgroupref 0 :resorigtbl 14106 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 170} :resno 5 :resname udt_name :ressortgroupref 0 :resorigtbl 14106 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 13885 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 191} :resno 6 :resname privilege_type :ressortgroupref 0 :resorigtbl 14106 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 13895 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 218} :resno 7 :resname is_grantable :ressortgroupref 0 :resorigtbl 14106 :resorigcol 7 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 375}) 14118 _RETURN 14115 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 1 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 1 :colnames ("grantor" "grantee" "object_catalog" "object_schema" "object_name" "object_type" "privilege_type" "is_grantable")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks true :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname u :colnames <>} :eref {ALIAS :aliasname u :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "collname" "collnamespace" "collowner" "collprovider" "collisdeterministic" "collencoding" "collcollate" "collctype" "colllocale" "collicurules" "collversion")} :rtekind 0 :relid 3456 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 3456 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 11 14) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 776} {VAR :varno 3 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 4 :location 784}) :location 782} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 3 :location 810} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 828}) :location 826} {SCALARARRAYOPEXPR :opno 96 :opfuncid 65 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 3 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 7 :location 848} {ARRAYEXPR :array_typeid 1007 :array_collid 0 :element_typeid 23 :elements ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 865 :constvalue 4 [ -1 -1 -1 -1 -1 -1 -1 -1 ]} {SUBLINK :subLinkType 4 :subLinkId 0 :testexpr <> :operName <> :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_database :colnames ("oid" "datname" "datdba" "encoding" "datlocprovider" "datistemplate" "datallowconn" "dathasloginevt" "datconnlimit" "datfrozenxid" "datminmxid" "dattablespace" "datcollate" "datctype" "datlocale" "daticurules" "datcollversion" "datacl")} :rtekind 0 :relid 1262 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1262 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 11) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 909} {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 919}) :location 917}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 877} :resno 1 :resname encoding :ressortgroupref 0 :resorigtbl 1262 :resorigcol 4 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 869}) :multidims false :location -1}) :location 861}) :location 806}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 222} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 217} :resno 1 :resname grantor :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 279 :constvalue 64 [ 80 85 66 76 73 67 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 274} :resno 2 :resname grantee :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 335} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 330} :resno 3 :resname object_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 408} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 403} :resno 4 :resname object_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 471} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 466} :resno 5 :resname object_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 533 :constvalue 13 [ 52 0 0 0 67 79 76 76 65 84 73 79 78 ]} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 528} :resno 6 :resname object_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 596 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 591} :resno 7 :resname privilege_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 658 :constvalue 6 [ 24 0 0 0 78 79 ]} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 653} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 653} :resno 8 :resname is_grantable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 2 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 2 :colnames ("grantor" "grantee" "object_catalog" "object_schema" "object_name" "object_type" "privilege_type" "is_grantable")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname t :colnames ("oid" "typname" "typnamespace" "typtype" "typowner" "grantor" "grantee" "prtype" "grantable")} :eref {ALIAS :aliasname t :colnames ("oid" "typname" "typnamespace" "typtype" "typowner" "grantor" "grantee" "prtype" "grantable")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs true :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_type :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 14 39) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 1721} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 1247 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1726} :resno 2 :resname typname :ressortgroupref 0 :resorigtbl 1247 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 1735} :resno 3 :resname typnamespace :ressortgroupref 0 :resorigtbl 1247 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 1749} :resno 4 :resname typtype :ressortgroupref 0 :resorigtbl 1247 :resorigcol 7 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 1758} :resno 5 :resname typowner :ressortgroupref 0 :resorigtbl 1247 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location 1789} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1808 :constvalue 1 [ 84 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 1813}) :location 1797}) :location 1780}) :location 1769} :fieldnum 1 :resulttype 26 :resulttypmod -1 :resultcollid 0} :resno 6 :resname grantor :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location 1789} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1808 :constvalue 1 [ 84 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 1813}) :location 1797}) :location 1780}) :location 1769} :fieldnum 2 :resulttype 26 :resulttypmod -1 :resultcollid 0} :resno 7 :resname grantee :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location 1789} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1808 :constvalue 1 [ 84 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 1813}) :location 1797}) :location 1780}) :location 1769} :fieldnum 3 :resulttype 25 :resulttypmod -1 :resultcollid 100} :resno 8 :resname privilege_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 32 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 32 :location 1789} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1808 :constvalue 1 [ 84 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 1813}) :location 1797}) :location 1780}) :location 1769} :fieldnum 4 :resulttype 16 :resulttypmod -1 :resultcollid 0} :resno 9 :resname is_grantable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname u_grantor :colnames <>} :eref {ALIAS :aliasname u_grantor :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname grantee :colnames ("oid" "rolname")} :eref {ALIAS :aliasname grantee :colnames ("oid" "rolname")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 1 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 1 :colnames ("oid" "rolname")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_authid :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2027} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 1260 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 2032} :resno 2 :resname rolname :ressortgroupref 0 :resorigtbl 1260 :resorigcol 2 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 2 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 2 :colnames ("oid" "?column?")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2094 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 1 :location 2095} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 2102 :constvalue 64 [ 80 85 66 76 73 67 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} :resno 2 :resname ?column? :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2027} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 2032} :resno 2 :resname rolname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations {SETOPERATIONSTMT :op 1 :all true :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :colTypes (o 26 19) :colTypmods (i -1 -1) :colCollations (o 0 950) :groupClauses <>} :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 2159} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 2176}) :location 2174} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 2196} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2208 :constvalue 1 [ 100 0 0 0 0 0 0 0 ]}) :location 2206} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 2226} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 2238}) :location 2236} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 2264} {VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 2276}) :location 2274} {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ({VAR :varno 1 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 2304} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2317 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 2313} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 2353} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2368 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 2341} {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 2407} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2420 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 2395} {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 2447} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 2465 :constvalue 64 [ 80 85 66 76 73 67 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 2463}) :location 2392}) :location 2192}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 990} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 985} :resno 1 :resname grantor :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 1055} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1050} :resno 2 :resname grantee :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 1118} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1113} :resno 3 :resname object_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 1191} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1186} :resno 4 :resname object_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1254} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1249} :resno 5 :resname object_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1315 :constvalue 10 [ 40 0 0 0 68 79 77 65 73 78 ]} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1310} :resno 6 :resname object_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1375 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1370} :resno 7 :resname privilege_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2708 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1550} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 1563} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1575 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1538} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 1605}) :location 1602} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1640 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 1456}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1651 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 1451} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 1432} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1432} :resno 8 :resname is_grantable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 3 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 3 :colnames ("grantor" "grantee" "object_catalog" "object_schema" "object_name" "object_type" "privilege_type" "is_grantable")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname fdw :colnames ("fdwname" "fdwowner" "grantor" "grantee" "prtype" "grantable")} :eref {ALIAS :aliasname fdw :colnames ("fdwname" "fdwowner" "grantor" "grantee" "prtype" "grantable")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs true :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_foreign_data_wrapper :colnames ("oid" "fdwname" "fdwowner" "fdwhandler" "fdwvalidator" "fdwacl" "fdwoptions")} :rtekind 0 :relid 2328 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2328 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 13) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 3283} :resno 1 :resname fdwname :ressortgroupref 0 :resorigtbl 2328 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 3292} :resno 2 :resname fdwowner :ressortgroupref 0 :resorigtbl 2328 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 6 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 3323} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 3342 :constvalue 1 [ 70 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 3347}) :location 3331}) :location 3314}) :location 3303} :fieldnum 1 :resulttype 26 :resulttypmod -1 :resultcollid 0} :resno 3 :resname grantor :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 6 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 3323} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 3342 :constvalue 1 [ 70 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 3347}) :location 3331}) :location 3314}) :location 3303} :fieldnum 2 :resulttype 26 :resulttypmod -1 :resultcollid 0} :resno 4 :resname grantee :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 6 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 3323} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 3342 :constvalue 1 [ 70 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 3347}) :location 3331}) :location 3314}) :location 3303} :fieldnum 3 :resulttype 25 :resulttypmod -1 :resultcollid 100} :resno 5 :resname privilege_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 6 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 3323} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 3342 :constvalue 1 [ 70 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 3347}) :location 3331}) :location 3314}) :location 3303} :fieldnum 4 :resulttype 16 :resulttypmod -1 :resultcollid 0} :resno 6 :resname is_grantable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname u_grantor :colnames <>} :eref {ALIAS :aliasname u_grantor :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname grantee :colnames ("oid" "rolname")} :eref {ALIAS :aliasname grantee :colnames ("oid" "rolname")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 1 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 1 :colnames ("oid" "rolname")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_authid :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 3526} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 1260 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 3531} :resno 2 :resname rolname :ressortgroupref 0 :resorigtbl 1260 :resorigcol 2 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 2 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 2 :colnames ("oid" "?column?")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 3593 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 1 :location 3594} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 3601 :constvalue 64 [ 80 85 66 76 73 67 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} :resno 2 :resname ?column? :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 3526} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 3531} :resno 2 :resname rolname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations {SETOPERATIONSTMT :op 1 :all true :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :colTypes (o 26 19) :colTypmods (i -1 -1) :colCollations (o 0 950) :groupClauses <>} :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 3658} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 3674}) :location 3672} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 3700} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 3714}) :location 3712} {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ({VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 3740} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3755 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 3751} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 3791} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3806 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 3779} {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 3845} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3858 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 3833} {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 3885} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 3903 :constvalue 64 [ 80 85 66 76 73 67 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 3901}) :location 3830}) :location 3696}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 2539} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2534} :resno 1 :resname grantor :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 2604} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2599} :resno 2 :resname grantee :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 2667} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2662} :resno 3 :resname object_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 2740 :constvalue 64 [ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2735} :resno 4 :resname object_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 1 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2796} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2791} :resno 5 :resname object_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2859 :constvalue 24 [ 96 0 0 0 70 79 82 69 73 71 78 32 68 65 84 65 32 87 82 65 80 80 69 82 ]} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2854} :resno 6 :resname object_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2933 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2928} :resno 7 :resname privilege_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2708 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 3108} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 3121} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3135 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 3096} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 3165}) :location 3162} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3202 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 3014}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3213 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 3009} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 2990} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2990} :resno 8 :resname is_grantable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 4 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 4 :colnames ("grantor" "grantee" "object_catalog" "object_schema" "object_name" "object_type" "privilege_type" "is_grantable")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname srv :colnames ("srvname" "srvowner" "grantor" "grantee" "prtype" "grantable")} :eref {ALIAS :aliasname srv :colnames ("srvname" "srvowner" "grantor" "grantee" "prtype" "grantable")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs true :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_foreign_server :colnames ("oid" "srvname" "srvowner" "srvfdw" "srvtype" "srvversion" "srvacl" "srvoptions")} :rtekind 0 :relid 1417 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1417 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 14) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 4709} :resno 1 :resname srvname :ressortgroupref 0 :resorigtbl 1417 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 4718} :resno 2 :resname srvowner :ressortgroupref 0 :resorigtbl 1417 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 4749} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 4768 :constvalue 1 [ 83 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 4773}) :location 4757}) :location 4740}) :location 4729} :fieldnum 1 :resulttype 26 :resulttypmod -1 :resultcollid 0} :resno 3 :resname grantor :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 4749} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 4768 :constvalue 1 [ 83 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 4773}) :location 4757}) :location 4740}) :location 4729} :fieldnum 2 :resulttype 26 :resulttypmod -1 :resultcollid 0} :resno 4 :resname grantee :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 4749} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 4768 :constvalue 1 [ 83 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 4773}) :location 4757}) :location 4740}) :location 4729} :fieldnum 3 :resulttype 25 :resulttypmod -1 :resultcollid 100} :resno 5 :resname privilege_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 4749} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 4768 :constvalue 1 [ 83 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 4773}) :location 4757}) :location 4740}) :location 4729} :fieldnum 4 :resulttype 16 :resulttypmod -1 :resultcollid 0} :resno 6 :resname is_grantable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname u_grantor :colnames <>} :eref {ALIAS :aliasname u_grantor :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname grantee :colnames ("oid" "rolname")} :eref {ALIAS :aliasname grantee :colnames ("oid" "rolname")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 1 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 1 :colnames ("oid" "rolname")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_authid :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 4946} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 1260 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 4951} :resno 2 :resname rolname :ressortgroupref 0 :resorigtbl 1260 :resorigcol 2 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 2 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 2 :colnames ("oid" "?column?")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 5013 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 1 :location 5014} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 5021 :constvalue 64 [ 80 85 66 76 73 67 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} :resno 2 :resname ?column? :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 4946} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 4951} :resno 2 :resname rolname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations {SETOPERATIONSTMT :op 1 :all true :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :colTypes (o 26 19) :colTypmods (i -1 -1) :colCollations (o 0 950) :groupClauses <>} :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 5078} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 5094}) :location 5092} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 5120} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 5134}) :location 5132} {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ({VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 5160} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 5175 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 5171} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 5211} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 5226 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 5199} {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 5265} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 5278 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 5253} {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 5305} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 5323 :constvalue 64 [ 80 85 66 76 73 67 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 5321}) :location 5250}) :location 5116}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 3971} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3966} :resno 1 :resname grantor :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 4036} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4031} :resno 2 :resname grantee :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 4099} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4094} :resno 3 :resname object_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 4172 :constvalue 64 [ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4167} :resno 4 :resname object_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 1 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 4228} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4223} :resno 5 :resname object_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 4291 :constvalue 18 [ 72 0 0 0 70 79 82 69 73 71 78 32 83 69 82 86 69 82 ]} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4286} :resno 6 :resname object_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 4359 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4354} :resno 7 :resname privilege_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2708 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 4534} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 4547} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 4561 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 4522} {VAR :varno 1 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 4591}) :location 4588} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 4628 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 4440}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 4639 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 4435} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 4416} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 4416} :resno 8 :resname is_grantable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 5 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 5 :colnames ("grantor" "grantee" "object_catalog" "object_schema" "object_name" "object_type" "privilege_type" "is_grantable")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "relkind" "relowner" "grantor" "grantee" "prtype" "grantable")} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "relkind" "relowner" "grantor" "grantee" "prtype" "grantable")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs true :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_class :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 24 38) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 6118} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 1259 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 6123} :resno 2 :resname relname :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 6132} :resno 3 :resname relnamespace :ressortgroupref 0 :resorigtbl 1259 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 6146} :resno 4 :resname relkind :ressortgroupref 0 :resorigtbl 1259 :resorigcol 17 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 6155} :resno 5 :resname relowner :ressortgroupref 0 :resorigtbl 1259 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location 6186} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 6205 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 6210}) :location 6194}) :location 6177}) :location 6166} :fieldnum 1 :resulttype 26 :resulttypmod -1 :resultcollid 0} :resno 6 :resname grantor :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location 6186} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 6205 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 6210}) :location 6194}) :location 6177}) :location 6166} :fieldnum 2 :resulttype 26 :resulttypmod -1 :resultcollid 0} :resno 7 :resname grantee :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location 6186} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 6205 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 6210}) :location 6194}) :location 6177}) :location 6166} :fieldnum 3 :resulttype 25 :resulttypmod -1 :resultcollid 100} :resno 8 :resname privilege_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {FUNCEXPR :funcid 1689 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1034 :coalescecollid 0 :args ({VAR :varno 1 :varattno 31 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location 6186} {FUNCEXPR :funcid 3943 :funcresulttype 1034 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 6205 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 6210}) :location 6194}) :location 6177}) :location 6166} :fieldnum 4 :resulttype 16 :resulttypmod -1 :resultcollid 0} :resno 9 :resname is_grantable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname u_grantor :colnames <>} :eref {ALIAS :aliasname u_grantor :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname grantee :colnames ("oid" "rolname")} :eref {ALIAS :aliasname grantee :colnames ("oid" "rolname")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 1 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 1 :colnames ("oid" "rolname")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_authid :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 6425} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 1260 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 6430} :resno 2 :resname rolname :ressortgroupref 0 :resorigtbl 1260 :resorigcol 2 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 2 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 2 :colnames ("oid" "?column?")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 6492 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 1 :location 6493} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 6500 :constvalue 64 [ 80 85 66 76 73 67 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]} :resno 2 :resname ?column? :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 6425} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 6430} :resno 2 :resname rolname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations {SETOPERATIONSTMT :op 1 :all true :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :colTypes (o 26 19) :colTypmods (i -1 -1) :colCollations (o 0 950) :groupClauses <>} :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 6557} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 6574}) :location 6572} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 4 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 6594} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 6606 :constvalue 1 [ 83 0 0 0 0 0 0 0 ]}) :location 6604} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 6624} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 6636}) :location 6634} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 6662} {VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 6674}) :location 6672} {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ({VAR :varno 1 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 6702} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 6715 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 6711} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 6751} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 6766 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 6739} {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 6805} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 6818 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 6793} {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 6845} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 6863 :constvalue 64 [ 80 85 66 76 73 67 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 6861}) :location 6790}) :location 6590}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 5385} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 5380} :resno 1 :resname grantor :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 5450} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 5445} :resno 2 :resname grantee :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 5513} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 5508} :resno 3 :resname object_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 5586} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 5581} :resno 4 :resname object_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 5649} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 5644} :resno 5 :resname object_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 5710 :constvalue 12 [ 48 0 0 0 83 69 81 85 69 78 67 69 ]} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 5705} :resno 6 :resname object_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 5772 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 5767} :resno 7 :resname privilege_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2708 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 5947} {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 5960} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 5972 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 5935} {VAR :varno 1 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 9 :location 6002}) :location 5999} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 6037 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 5853}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 6048 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 5848} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 5829} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 5829} :resno 8 :resname is_grantable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 217} :resno 1 :resname grantor :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 274} :resno 2 :resname grantee :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 330} :resno 3 :resname object_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 403} :resno 4 :resname object_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 466} :resno 5 :resname object_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 13885 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 528} :resno 6 :resname object_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 13885 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 591} :resno 7 :resname privilege_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 13895 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 653} :resno 8 :resname is_grantable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations {SETOPERATIONSTMT :op 1 :all true :larg {SETOPERATIONSTMT :op 1 :all true :larg {SETOPERATIONSTMT :op 1 :all true :larg {SETOPERATIONSTMT :op 1 :all true :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :colTypes (o 13887 13887 13887 13887 13887 13885 13885 13895) :colTypmods (i -1 -1 -1 -1 -1 -1 -1 -1) :colCollations (o 950 950 950 950 950 950 950 950) :groupClauses <>} :rarg {RANGETBLREF :rtindex 3} :colTypes (o 13887 13887 13887 13887 13887 13885 13885 13895) :colTypmods (i -1 -1 -1 -1 -1 -1 -1 -1) :colCollations (o 950 950 950 950 950 950 950 950) :groupClauses <>} :rarg {RANGETBLREF :rtindex 4} :colTypes (o 13887 13887 13887 13887 13887 13885 13885 13895) :colTypmods (i -1 -1 -1 -1 -1 -1 -1 -1) :colCollations (o 950 950 950 950 950 950 950 950) :groupClauses <>} :rarg {RANGETBLREF :rtindex 5} :colTypes (o 13887 13887 13887 13887 13887 13885 13885 13895) :colTypmods (i -1 -1 -1 -1 -1 -1 -1 -1) :colCollations (o 950 950 950 950 950 950 950 950) :groupClauses <>} :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 6872}) 14123 _RETURN 14120 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks true :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname usage_privileges :colnames ("grantor" "grantee" "object_catalog" "object_schema" "object_name" "object_type" "privilege_type" "is_grantable")} :rtekind 0 :relid 14115 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 14115 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 13 14 15) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop or :args ({SUBLINK :subLinkType 2 :subLinkId 0 :testexpr {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({RELABELTYPE :arg {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 304} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1} {RELABELTYPE :arg {PARAM :paramkind 2 :paramid 1 :paramtype 13887 :paramtypmod -1 :paramcollid 950 :location -1} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1}) :location 312} :operName ("=") :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname enabled_roles :colnames ("role_name")} :rtekind 0 :relid 13986 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 13986 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 323} :resno 1 :resname role_name :ressortgroupref 0 :resorigtbl 13986 :resorigcol 1 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 312} {SUBLINK :subLinkType 2 :subLinkId 0 :testexpr {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({RELABELTYPE :arg {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 366} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1} {RELABELTYPE :arg {PARAM :paramkind 2 :paramid 1 :paramtype 13887 :paramtypmod -1 :paramcollid 950 :location -1} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1}) :location 374} :operName ("=") :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname enabled_roles :colnames ("role_name")} :rtekind 0 :relid 13986 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 13986 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 385} :resno 1 :resname role_name :ressortgroupref 0 :resorigtbl 13986 :resorigcol 1 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 374}) :location 363}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 87} :resno 1 :resname grantor :ressortgroupref 0 :resorigtbl 14115 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 107} :resno 2 :resname grantee :ressortgroupref 0 :resorigtbl 14115 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 127} :resno 3 :resname object_catalog :ressortgroupref 0 :resorigtbl 14115 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 154} :resno 4 :resname object_schema :ressortgroupref 0 :resorigtbl 14115 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 180} :resno 5 :resname object_name :ressortgroupref 0 :resorigtbl 14115 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 13885 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 204} :resno 6 :resname object_type :ressortgroupref 0 :resorigtbl 14115 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 13885 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 228} :resno 7 :resname privilege_type :ressortgroupref 0 :resorigtbl 14115 :resorigcol 7 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 13895 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 255} :resno 8 :resname is_grantable :ressortgroupref 0 :resorigtbl 14115 :resorigcol 8 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 414}) 14127 _RETURN 14124 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 11 19) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2005} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 2013}) :location 2011} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 12 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 12 :location 2042} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 2055}) :location 2053} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 2075} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2087 :constvalue 1 [ 99 0 0 0 0 0 0 0 ]}) :location 2085} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 3 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 4 :location 2118} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2130 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 2106} {FUNCEXPR :funcid 3143 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 2176} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2183 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 2157}) :location 2154}) :location 2038}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 94} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 89} :resno 1 :resname user_defined_type_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 178} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 173} :resno 2 :resname user_defined_type_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 252} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 247} :resno 3 :resname user_defined_type_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 324 :constvalue 14 [ 56 0 0 0 83 84 82 85 67 84 85 82 69 68 ]} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 319} :resno 4 :resname user_defined_type_category :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 403 :constvalue 7 [ 28 0 0 0 89 69 83 ]} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 398} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 398} :resno 5 :resname is_instantiable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 459 :constvalue <>} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 454} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 454} :resno 6 :resname is_final :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 507 :constvalue <>} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 502} :resno 7 :resname ordering_form :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 565 :constvalue <>} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 560} :resno 8 :resname ordering_category :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 627 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 622} :resno 9 :resname ordering_routine_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 696 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 691} :resno 10 :resname ordering_routine_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 764 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 759} :resno 11 :resname ordering_routine_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 830 :constvalue <>} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 825} :resno 12 :resname reference_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 889 :constvalue <>} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 884} :resno 13 :resname data_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 943 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 938} :resno 14 :resname character_maximum_length :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1013 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1008} :resno 15 :resname character_octet_length :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1081 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1076} :resno 16 :resname character_set_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1147 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1142} :resno 17 :resname character_set_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1212 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1207} :resno 18 :resname character_set_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1275 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1270} :resno 19 :resname collation_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1337 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1332} :resno 20 :resname collation_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1398 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1393} :resno 21 :resname collation_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1457 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1452} :resno 22 :resname numeric_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1520 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1515} :resno 23 :resname numeric_precision_radix :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1589 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1584} :resno 24 :resname numeric_scale :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1648 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1643} :resno 25 :resname datetime_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 1712 :constvalue <>} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1707} :resno 26 :resname interval_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1770 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1765} :resno 27 :resname interval_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1834 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1829} :resno 28 :resname source_dtd_identifier :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1900 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1895} :resno 29 :resname ref_dtd_identifier :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 2192}) 14132 _RETURN 14129 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname nv :colnames <>} :eref {ALIAS :aliasname nv :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname v :colnames <>} :eref {ALIAS :aliasname v :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname dv :colnames <>} :eref {ALIAS :aliasname dv :colnames ("classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype")} :rtekind 0 :relid 2608 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname dt :colnames <>} :eref {ALIAS :aliasname dt :colnames ("classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype")} :rtekind 0 :relid 2608 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nt :colnames <>} :eref {ALIAS :aliasname nt :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 6 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 0 :relid 1249 :inh true :relkind r :rellockmode 1 :perminfoindex 7 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2608 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 11 12 14) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2608 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 11 12 13) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1249 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 12) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4} {RANGETBLREF :rtindex 5} {RANGETBLREF :rtindex 6} {RANGETBLREF :rtindex 7}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 678} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 687}) :location 685} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 716} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 728 :constvalue 1 [ 118 0 0 0 0 0 0 0 ]}) :location 726} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 746} {VAR :varno 3 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 5 :location 754}) :location 752} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 4 :location 780} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 796 :constvalue 4 [ -21 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 794} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 842} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 855 :constvalue 4 [ 58 10 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 853} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 7 :location 903} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 916 :constvalue 1 [ 105 0 0 0 0 0 0 0 ]}) :location 914} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 934} {VAR :varno 4 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 945}) :location 943} {OPEXPR :opno 608 :opfuncid 185 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 5 :location 968} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location 983}) :location 980} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 1009} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1022 :constvalue 4 [ 58 10 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 1020} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location 1070} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1086 :constvalue 4 [ -21 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 1084} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location 1132} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 1146}) :location 1144} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 5 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location 1166} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 1183}) :location 1181} {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 5 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 17 :location 1204} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1218 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1223 :constvalue 1 [ 118 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1228 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1233 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 1214} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 1252} {VAR :varno 7 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 1 :location 1260}) :location 1258} {OPEXPR :opno 533 :opfuncid 159 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 6 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location 1285} {VAR :varno 7 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 5 :location 1302}) :location 1300} {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 5 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 6 :location 1337} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1349 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1325}) :location 712}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 107} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 102} :resno 1 :resname view_catalog :ressortgroupref 1 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 178} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 173} :resno 2 :resname view_schema :ressortgroupref 2 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 240} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 235} :resno 3 :resname view_name :ressortgroupref 3 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 299} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 294} :resno 4 :resname table_catalog :ressortgroupref 4 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location 371} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 366} :resno 5 :resname table_schema :ressortgroupref 5 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 434} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 429} :resno 6 :resname table_name :ressortgroupref 6 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 7 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 2 :location 494} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 489} :resno 7 :resname column_name :ressortgroupref 7 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 2 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 3 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 4 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 5 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 6 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 7 :eqop 93 :sortop 660 :nulls_first false :hashable true}) :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1357}) 14137 _RETURN 14134 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname nv :colnames <>} :eref {ALIAS :aliasname nv :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname v :colnames <>} :eref {ALIAS :aliasname v :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname dv :colnames <>} :eref {ALIAS :aliasname dv :colnames ("classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype")} :rtekind 0 :relid 2608 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname dp :colnames <>} :eref {ALIAS :aliasname dp :colnames ("classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype")} :rtekind 0 :relid 2608 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname p :colnames <>} :eref {ALIAS :aliasname p :colnames ("oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl")} :rtekind 0 :relid 1255 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname np :colnames <>} :eref {ALIAS :aliasname np :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 6 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2608 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 11 12 14) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2608 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 11 12) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1255 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4} {RANGETBLREF :rtindex 5} {RANGETBLREF :rtindex 6}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 691} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 700}) :location 698} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 729} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 741 :constvalue 1 [ 118 0 0 0 0 0 0 0 ]}) :location 739} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 759} {VAR :varno 3 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 5 :location 767}) :location 765} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 4 :location 793} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 809 :constvalue 4 [ -21 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 807} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 855} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 868 :constvalue 4 [ 58 10 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 866} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 7 :location 916} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 929 :constvalue 1 [ 105 0 0 0 0 0 0 0 ]}) :location 927} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 947} {VAR :varno 4 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 958}) :location 956} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 981} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 994 :constvalue 4 [ 58 10 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 992} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location 1042} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1058 :constvalue 4 [ -25 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 1056} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location 1103} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 1117}) :location 1115} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 5 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location 1137} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 1154}) :location 1152} {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 5 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location 1187} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1199 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1175}) :location 725}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 173} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 168} :resno 1 :resname table_catalog :ressortgroupref 1 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 245} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 240} :resno 2 :resname table_schema :ressortgroupref 2 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 308} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 303} :resno 3 :resname table_name :ressortgroupref 3 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 368} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 363} :resno 4 :resname specific_catalog :ressortgroupref 4 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location 443} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 438} :resno 5 :resname specific_schema :ressortgroupref 5 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 266 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 523} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 534}) :location 509} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 504} :resno 6 :resname specific_name :ressortgroupref 6 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 2 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 3 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 4 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 5 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 6 :eqop 93 :sortop 660 :nulls_first false :hashable true}) :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1207}) 14142 _RETURN 14139 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname nv :colnames <>} :eref {ALIAS :aliasname nv :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname v :colnames <>} :eref {ALIAS :aliasname v :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname dv :colnames <>} :eref {ALIAS :aliasname dv :colnames ("classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype")} :rtekind 0 :relid 2608 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname dt :colnames <>} :eref {ALIAS :aliasname dt :colnames ("classid" "objid" "objsubid" "refclassid" "refobjid" "refobjsubid" "deptype")} :rtekind 0 :relid 2608 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nt :colnames <>} :eref {ALIAS :aliasname nt :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 6 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2608 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 11 12 14) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2608 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 11 12) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4} {RANGETBLREF :rtindex 5} {RANGETBLREF :rtindex 6}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 590} {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 599}) :location 597} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 628} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 640 :constvalue 1 [ 118 0 0 0 0 0 0 0 ]}) :location 638} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 658} {VAR :varno 3 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 5 :location 666}) :location 664} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 4 :location 692} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 708 :constvalue 4 [ -21 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 706} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 754} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 767 :constvalue 4 [ 58 10 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 765} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 7 :location 815} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 828 :constvalue 1 [ 105 0 0 0 0 0 0 0 ]}) :location 826} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 846} {VAR :varno 4 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 857}) :location 855} {OPEXPR :opno 608 :opfuncid 185 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 5 :location 880} {VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location 895}) :location 892} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 921} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 934 :constvalue 4 [ 58 10 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 932} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location 982} {RELABELTYPE :arg {CONST :consttype 2205 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 998 :constvalue 4 [ -21 4 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 996} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 5 :location 1044} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 1058}) :location 1056} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 5 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location 1078} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 1095}) :location 1093} {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 5 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 17 :location 1116} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1130 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1135 :constvalue 1 [ 118 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1140 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1145 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 1126} {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 5 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 6 :location 1176} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1188 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 1164}) :location 624}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 105} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 100} :resno 1 :resname view_catalog :ressortgroupref 1 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 176} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 171} :resno 2 :resname view_schema :ressortgroupref 2 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 238} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 233} :resno 3 :resname view_name :ressortgroupref 3 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 297} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 292} :resno 4 :resname table_catalog :ressortgroupref 4 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location 369} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 364} :resno 5 :resname table_schema :ressortgroupref 5 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 432} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 427} :resno 6 :resname table_name :ressortgroupref 6 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 2 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 3 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 4 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 5 :eqop 93 :sortop 660 :nulls_first false :hashable true} {SORTGROUPCLAUSE :tleSortGroupRef 6 :eqop 93 :sortop 660 :nulls_first false :hashable true}) :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1196}) 14147 _RETURN 14144 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks true :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname nc :colnames <>} :eref {ALIAS :aliasname nc :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 24 39) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 2114} {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2131}) :location 2129} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 17 :location 2152} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2164 :constvalue 1 [ 118 0 0 0 0 0 0 0 ]}) :location 2162} {BOOLEXPR :boolop not :args ({FUNCEXPR :funcid 2855 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2211}) :location 2187}) :location 2183} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location 2247} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2259 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 2235} {FUNCEXPR :funcid 1927 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 2306} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2313 :constvalue 65 [ 4 1 0 0 83 69 76 69 67 84 44 32 73 78 83 69 82 84 44 32 85 80 68 65 84 69 44 32 68 69 76 69 84 69 44 32 84 82 85 78 67 65 84 69 44 32 82 69 70 69 82 69 78 67 69 83 44 32 84 82 73 71 71 69 82 ]}) :location 2286} {FUNCEXPR :funcid 3029 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 2421} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2428 :constvalue 38 [ -104 0 0 0 83 69 76 69 67 84 44 32 73 78 83 69 82 84 44 32 85 80 68 65 84 69 44 32 82 69 70 69 82 69 78 67 69 83 ]}) :location 2396}) :location 2283}) :location 2148}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 68} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 63} :resno 1 :resname table_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 140} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 135} :resno 2 :resname table_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 203} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 198} :resno 3 :resname table_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 2 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location 300} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 312 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 288} :result {FUNCEXPR :funcid 1641 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 359}) :location 344} :location 283}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 389 :constvalue <>} :location 278} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 259} :resno 4 :resname view_definition :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {SCALARARRAYOPEXPR :opno 98 :opfuncid 67 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 950 :args ({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 491 :constvalue 25 [ 100 0 0 0 99 104 101 99 107 95 111 112 116 105 111 110 61 99 97 115 99 97 100 101 100 ]} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location 522}) :location 515} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 559 :constvalue 12 [ 48 0 0 0 67 65 83 67 65 68 69 68 ]} :location 486} {CASEWHEN :expr {SCALARARRAYOPEXPR :opno 98 :opfuncid 67 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 950 :args ({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 593 :constvalue 22 [ 88 0 0 0 99 104 101 99 107 95 111 112 116 105 111 110 61 108 111 99 97 108 ]} {VAR :varno 2 :varattno 32 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 32 :location 621}) :location 614} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 658 :constvalue 9 [ 36 0 0 0 76 79 67 65 76 ]} :location 588}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 689 :constvalue 8 [ 32 0 0 0 78 79 78 69 ]} :location 481} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 462} :resno 5 :resname check_option :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({OPEXPR :opno 1880 :opfuncid 1898 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 3842 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({RELABELTYPE :arg {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 869} :resulttype 2205 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 876 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) :location 844} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 885 :constvalue 4 [ 20 0 0 0 0 0 0 0 ]}) :location 883} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 890 :constvalue 4 [ 20 0 0 0 0 0 0 0 ]}) :location 888} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 916 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 839}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 927 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 834} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 761} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 761} :resno 6 :resname is_updatable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({OPEXPR :opno 1880 :opfuncid 1898 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 3842 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({RELABELTYPE :arg {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 1078} :resulttype 2205 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 1085 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]}) :location 1053} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1094 :constvalue 4 [ 8 0 0 0 0 0 0 0 ]}) :location 1092} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1098 :constvalue 4 [ 8 0 0 0 0 0 0 0 ]}) :location 1096} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1123 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 1048}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1134 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 1043} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 992} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 992} :resno 7 :resname is_insertable_into :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {SUBLINK :subLinkType 0 :subLinkId 0 :testexpr <> :operName <> :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_trigger :colnames ("oid" "tgrelid" "tgparentid" "tgname" "tgfoid" "tgtype" "tgenabled" "tgisinternal" "tgconstrrelid" "tgconstrindid" "tgconstraint" "tgdeferrable" "tginitdeferred" "tgnargs" "tgattr" "tgargs" "tgqual" "tgoldtable" "tgnewtable")} :rtekind 0 :relid 2620 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2620 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 13) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1351} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 1 :varnosyn 2 :varattnosyn 1 :location 1361}) :location 1359} {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({OPEXPR :opno 1880 :opfuncid 1898 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 313 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 6 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 1371}) :location -1} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1380 :constvalue 4 [ 81 0 0 0 0 0 0 0 ]}) :location 1378} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1385 :constvalue 4 [ 81 0 0 0 0 0 0 0 ]}) :location 1383}) :location 1367}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1327 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]} :resno 1 :resname ?column? :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 1312} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1412 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 1307}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1423 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 1302} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 1205} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1205} :resno 8 :resname is_trigger_updatable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {SUBLINK :subLinkType 0 :subLinkId 0 :testexpr <> :operName <> :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_trigger :colnames ("oid" "tgrelid" "tgparentid" "tgname" "tgfoid" "tgtype" "tgenabled" "tgisinternal" "tgconstrrelid" "tgconstrindid" "tgconstraint" "tgdeferrable" "tginitdeferred" "tgnargs" "tgattr" "tgargs" "tgqual" "tgoldtable" "tgnewtable")} :rtekind 0 :relid 2620 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2620 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 13) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1640} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 1 :varnosyn 2 :varattnosyn 1 :location 1650}) :location 1648} {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({OPEXPR :opno 1880 :opfuncid 1898 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 313 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 6 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 1660}) :location -1} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1669 :constvalue 4 [ 73 0 0 0 0 0 0 0 ]}) :location 1667} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1674 :constvalue 4 [ 73 0 0 0 0 0 0 0 ]}) :location 1672}) :location 1656}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1616 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]} :resno 1 :resname ?column? :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 1601} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1701 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 1596}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1712 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 1591} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 1494} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1494} :resno 9 :resname is_trigger_deletable :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 669 :funcresulttype 1043 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {SUBLINK :subLinkType 0 :subLinkId 0 :testexpr <> :operName <> :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_trigger :colnames ("oid" "tgrelid" "tgparentid" "tgname" "tgfoid" "tgtype" "tgenabled" "tgisinternal" "tgconstrrelid" "tgconstrindid" "tgconstraint" "tgdeferrable" "tginitdeferred" "tgnargs" "tgattr" "tgargs" "tgqual" "tgoldtable" "tgnewtable")} :rtekind 0 :relid 2620 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2620 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 13) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 1929} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 1 :varnosyn 2 :varattnosyn 1 :location 1939}) :location 1937} {OPEXPR :opno 96 :opfuncid 65 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({OPEXPR :opno 1880 :opfuncid 1898 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({FUNCEXPR :funcid 313 :funcresulttype 23 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 6 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 1949}) :location -1} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1958 :constvalue 4 [ 69 0 0 0 0 0 0 0 ]}) :location 1956} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1963 :constvalue 4 [ 69 0 0 0 0 0 0 0 ]}) :location 1961}) :location 1945}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 1905 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]} :resno 1 :resname ?column? :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 1890} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1990 :constvalue 7 [ 28 0 0 0 89 69 83 ]} :location 1885}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2001 :constvalue 6 [ 24 0 0 0 78 79 ]} :location 1880} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location -1 :constvalue 4 [ 7 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]}) :location 1783} :resulttype 13895 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1783} :resno 10 :resname is_trigger_insertable_into :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 2467}) 14152 _RETURN 14149 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname x :colnames ("objschema" "objname" "objtype" "objdtdid")} :eref {ALIAS :aliasname x :colnames ("objschema" "objname" "objtype" "objdtdid")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 1 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 1 :colnames ("udt_schema" "udt_name" "text" "dtd_identifier")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname attributes :colnames ("udt_catalog" "udt_schema" "udt_name" "attribute_name" "ordinal_position" "attribute_default" "is_nullable" "data_type" "character_maximum_length" "character_octet_length" "character_set_catalog" "character_set_schema" "character_set_name" "collation_catalog" "collation_schema" "collation_name" "numeric_precision" "numeric_precision_radix" "numeric_scale" "datetime_precision" "interval_type" "interval_precision" "attribute_udt_catalog" "attribute_udt_schema" "attribute_udt_name" "scope_catalog" "scope_schema" "scope_name" "maximum_cardinality" "dtd_identifier" "is_derived_reference_attribute")} :rtekind 0 :relid 13906 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 13906 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 37) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 521} :resno 1 :resname udt_schema :ressortgroupref 0 :resorigtbl 13906 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 533} :resno 2 :resname udt_name :ressortgroupref 0 :resorigtbl 13906 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 543 :constvalue 21 [ 84 0 0 0 85 83 69 82 45 68 69 70 73 78 69 68 32 84 89 80 69 ]} :resno 3 :resname text :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 30 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 30 :location 570} :resno 4 :resname dtd_identifier :ressortgroupref 0 :resorigtbl 13906 :resorigcol 30 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 2 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 2 :colnames ("table_schema" "table_name" "text" "dtd_identifier")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname columns :colnames ("table_catalog" "table_schema" "table_name" "column_name" "ordinal_position" "column_default" "is_nullable" "data_type" "character_maximum_length" "character_octet_length" "numeric_precision" "numeric_precision_radix" "numeric_scale" "datetime_precision" "interval_type" "interval_precision" "character_set_catalog" "character_set_schema" "character_set_name" "collation_catalog" "collation_schema" "collation_name" "domain_catalog" "domain_schema" "domain_name" "udt_catalog" "udt_schema" "udt_name" "scope_catalog" "scope_schema" "scope_name" "maximum_cardinality" "dtd_identifier" "is_self_referencing" "is_identity" "identity_generation" "identity_start" "identity_increment" "identity_maximum" "identity_minimum" "identity_cycle" "is_generated" "generation_expression" "is_updatable")} :rtekind 0 :relid 13956 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 13956 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 40) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 634} :resno 1 :resname table_schema :ressortgroupref 0 :resorigtbl 13956 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 648} :resno 2 :resname table_name :ressortgroupref 0 :resorigtbl 13956 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 660 :constvalue 9 [ 36 0 0 0 84 65 66 76 69 ]} :resno 3 :resname text :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 33 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 33 :location 675} :resno 4 :resname dtd_identifier :ressortgroupref 0 :resorigtbl 13956 :resorigcol 33 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 3 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 3 :colnames ("domain_schema" "domain_name" "text" "dtd_identifier")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname domains :colnames ("domain_catalog" "domain_schema" "domain_name" "data_type" "character_maximum_length" "character_octet_length" "character_set_catalog" "character_set_schema" "character_set_name" "collation_catalog" "collation_schema" "collation_name" "numeric_precision" "numeric_precision_radix" "numeric_scale" "datetime_precision" "interval_type" "interval_precision" "domain_default" "udt_catalog" "udt_schema" "udt_name" "scope_catalog" "scope_schema" "scope_name" "maximum_cardinality" "dtd_identifier")} :rtekind 0 :relid 13981 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 13981 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 34) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 736} :resno 1 :resname domain_schema :ressortgroupref 0 :resorigtbl 13981 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 751} :resno 2 :resname domain_name :ressortgroupref 0 :resorigtbl 13981 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 764 :constvalue 10 [ 40 0 0 0 68 79 77 65 73 78 ]} :resno 3 :resname text :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 27 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 27 :location 780} :resno 4 :resname dtd_identifier :ressortgroupref 0 :resorigtbl 13981 :resorigcol 27 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 4 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 4 :colnames ("specific_schema" "specific_name" "text" "dtd_identifier")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname parameters :colnames ("specific_catalog" "specific_schema" "specific_name" "ordinal_position" "parameter_mode" "is_result" "as_locator" "parameter_name" "data_type" "character_maximum_length" "character_octet_length" "character_set_catalog" "character_set_schema" "character_set_name" "collation_catalog" "collation_schema" "collation_name" "numeric_precision" "numeric_precision_radix" "numeric_scale" "datetime_precision" "interval_type" "interval_precision" "udt_catalog" "udt_schema" "udt_name" "scope_catalog" "scope_schema" "scope_name" "maximum_cardinality" "dtd_identifier" "parameter_default")} :rtekind 0 :relid 13995 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 13995 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 38) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 841} :resno 1 :resname specific_schema :ressortgroupref 0 :resorigtbl 13995 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 858} :resno 2 :resname specific_name :ressortgroupref 0 :resorigtbl 13995 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 873 :constvalue 11 [ 44 0 0 0 82 79 85 84 73 78 69 ]} :resno 3 :resname text :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 31 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 31 :location 890} :resno 4 :resname dtd_identifier :ressortgroupref 0 :resorigtbl 13995 :resorigcol 31 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 5 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 5 :colnames ("specific_schema" "specific_name" "text" "dtd_identifier")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname routines :colnames ("specific_catalog" "specific_schema" "specific_name" "routine_catalog" "routine_schema" "routine_name" "routine_type" "module_catalog" "module_schema" "module_name" "udt_catalog" "udt_schema" "udt_name" "data_type" "character_maximum_length" "character_octet_length" "character_set_catalog" "character_set_schema" "character_set_name" "collation_catalog" "collation_schema" "collation_name" "numeric_precision" "numeric_precision_radix" "numeric_scale" "datetime_precision" "interval_type" "interval_precision" "type_udt_catalog" "type_udt_schema" "type_udt_name" "scope_catalog" "scope_schema" "scope_name" "maximum_cardinality" "dtd_identifier" "routine_body" "routine_definition" "external_name" "external_language" "parameter_style" "is_deterministic" "sql_data_access" "is_null_call" "sql_path" "schema_level_routine" "max_dynamic_result_sets" "is_user_defined_cast" "is_implicitly_invocable" "security_type" "to_sql_specific_catalog" "to_sql_specific_schema" "to_sql_specific_name" "as_locator" "created" "last_altered" "new_savepoint_level" "is_udt_dependent" "result_cast_from_data_type" "result_cast_as_locator" "result_cast_char_max_length" "result_cast_char_octet_length" "result_cast_char_set_catalog" "result_cast_char_set_schema" "result_cast_char_set_name" "result_cast_collation_catalog" "result_cast_collation_schema" "result_cast_collation_name" "result_cast_numeric_precision" "result_cast_numeric_precision_radix" "result_cast_numeric_scale" "result_cast_datetime_precision" "result_cast_interval_type" "result_cast_interval_precision" "result_cast_type_udt_catalog" "result_cast_type_udt_schema" "result_cast_type_udt_name" "result_cast_scope_catalog" "result_cast_scope_schema" "result_cast_scope_name" "result_cast_maximum_cardinality" "result_cast_dtd_identifier")} :rtekind 0 :relid 14038 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 14038 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 43) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 954} :resno 1 :resname specific_schema :ressortgroupref 0 :resorigtbl 14038 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 971} :resno 2 :resname specific_name :ressortgroupref 0 :resorigtbl 14038 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 986 :constvalue 11 [ 44 0 0 0 82 79 85 84 73 78 69 ]} :resno 3 :resname text :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 36 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 36 :location 1003} :resno 4 :resname dtd_identifier :ressortgroupref 0 :resorigtbl 14038 :resorigcol 36 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 521} :resno 1 :resname udt_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 533} :resno 2 :resname udt_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 543} :resno 3 :resname text :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 570} :resno 4 :resname dtd_identifier :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations {SETOPERATIONSTMT :op 1 :all true :larg {SETOPERATIONSTMT :op 1 :all true :larg {SETOPERATIONSTMT :op 1 :all true :larg {SETOPERATIONSTMT :op 1 :all true :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :colTypes (o 13887 13887 25 13887) :colTypmods (i -1 -1 -1 -1) :colCollations (o 950 950 100 950) :groupClauses <>} :rarg {RANGETBLREF :rtindex 3} :colTypes (o 13887 13887 25 13887) :colTypmods (i -1 -1 -1 -1) :colCollations (o 950 950 100 950) :groupClauses <>} :rarg {RANGETBLREF :rtindex 4} :colTypes (o 13887 13887 25 13887) :colTypmods (i -1 -1 -1 -1) :colCollations (o 950 950 100 950) :groupClauses <>} :rarg {RANGETBLREF :rtindex 5} :colTypes (o 13887 13887 25 13887) :colTypmods (i -1 -1 -1 -1) :colCollations (o 950 950 100 950) :groupClauses <>} :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 180} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 175} :resno 1 :resname object_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 253} :resno 2 :resname object_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 318} :resno 3 :resname object_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 379} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 374} :resno 4 :resname object_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 440} :resno 5 :resname dtd_identifier :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 1084}) 14157 _RETURN 14154 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks true :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname at :colnames <>} :eref {ALIAS :aliasname at :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nbt :colnames <>} :eref {ALIAS :aliasname nbt :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname bt :colnames <>} :eref {ALIAS :aliasname bt :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname x :colnames ("objschema" "objname" "objtype" "objdtdid" "objtypeid" "objcollation")} :eref {ALIAS :aliasname x :colnames ("objschema" "objname" "objtype" "objdtdid" "objtypeid" "objcollation")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 1 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 1 :colnames ("relnamespace" "relname" "case" "attnum" "atttypid" "attcollation")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 0 :relid 1249 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1249 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 10 12 25 28) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2452} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 2460}) :location 2458} {SCALARARRAYOPEXPR :opno 92 :opfuncid 61 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 0 :args ({VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 2492} {ARRAYEXPR :array_typeid 1002 :array_collid 0 :element_typeid 18 :elements ({CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2506 :constvalue 1 [ 114 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2511 :constvalue 1 [ 118 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2516 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2521 :constvalue 1 [ 99 0 0 0 0 0 0 0 ]} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2526 :constvalue 1 [ 112 0 0 0 0 0 0 0 ]}) :multidims false :location -1}) :location 2502} {OPEXPR :opno 536 :opfuncid 162 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location 2552} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2561 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 2559} {BOOLEXPR :boolop not :args ({VAR :varno 2 :varattno 18 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 18 :location 2571}) :location 2567}) :location 2488}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 2187} :resno 1 :resname relnamespace :ressortgroupref 0 :resorigtbl 1259 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 2208} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2203} :resno 2 :resname relname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 17 :location 2266} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2278 :constvalue 1 [ 99 0 0 0 0 0 0 0 ]}) :location 2276} :result {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2287 :constvalue 21 [ 84 0 0 0 85 83 69 82 45 68 69 70 73 78 69 68 32 84 89 80 69 ]} :location 2261}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2318 :constvalue 9 [ 36 0 0 0 84 65 66 76 69 ]} :location 2256} :resno 3 :resname case :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location 2355} :resno 4 :resname attnum :ressortgroupref 0 :resorigtbl 1249 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location 2365} :resno 5 :resname atttypid :ressortgroupref 0 :resorigtbl 1249 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 2 :varattno 21 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 21 :location 2377} :resno 6 :resname attcollation :ressortgroupref 0 :resorigtbl 1249 :resorigcol 21 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 2 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 2 :colnames ("typnamespace" "typname" "text" "?column?" "typbasetype" "typcollation")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("oid" "typname" "typnamespace" "typowner" "typlen" "typbyval" "typtype" "typcategory" "typispreferred" "typisdefined" "typdelim" "typrelid" "typsubscript" "typelem" "typarray" "typinput" "typoutput" "typreceive" "typsend" "typmodin" "typmodout" "typanalyze" "typalign" "typstorage" "typnotnull" "typbasetype" "typtypmod" "typndims" "typcollation" "typdefaultbin" "typdefault" "typacl")} :rtekind 0 :relid 1247 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 14 33 36) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 7 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 2811} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 2823 :constvalue 1 [ 100 0 0 0 0 0 0 0 ]}) :location 2821}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 2650} :resno 1 :resname typnamespace :ressortgroupref 0 :resorigtbl 1247 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 2671} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2666} :resno 2 :resname typname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2719 :constvalue 10 [ 40 0 0 0 68 79 77 65 73 78 ]} :resno 3 :resname text :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 2735 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]} :resno 4 :resname ?column? :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 26 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 26 :location 2738} :resno 5 :resname typbasetype :ressortgroupref 0 :resorigtbl 1247 :resorigcol 26 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 29 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 29 :location 2753} :resno 6 :resname typcollation :ressortgroupref 0 :resorigtbl 1247 :resorigcol 29 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 3 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 3 :colnames ("pronamespace" "nameconcatoid" "text" "n" "x" "?column?")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname ss :colnames <>} :eref {ALIAS :aliasname ss :colnames ("pronamespace" "proname" "oid" "x")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs true :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname p :colnames <>} :eref {ALIAS :aliasname p :colnames ("oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl")} :rtekind 0 :relid 1255 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1255 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 27 28) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 3062} :resno 1 :resname pronamespace :ressortgroupref 0 :resorigtbl 1255 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 3078} :resno 2 :resname proname :ressortgroupref 0 :resorigtbl 1255 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 3089} :resno 3 :resname oid :ressortgroupref 0 :resorigtbl 1255 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {FUNCEXPR :funcid 13869 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ({COALESCEEXPR :coalescetype 1028 :coalescecollid 0 :args ({VAR :varno 1 :varattno 21 :vartype 1028 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 21 :location 3145} {ARRAYCOERCEEXPR :arg {VAR :varno 1 :varattno 20 :vartype 30 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 20 :location 3163} :elemexpr {CASETESTEXPR :typeId 26 :typeMod -1 :collation 0} :resulttype 1028 :resulttypmod -1 :resultcollid 0 :coerceformat 1 :location 3176}) :location 3136}) :location 3120} :resno 4 :resname x :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2896} :resno 1 :resname pronamespace :ressortgroupref 0 :resorigtbl 1255 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 266 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 2947} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 2956}) :location 2933} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 2928} :resno 2 :resname nameconcatoid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 2999 :constvalue 11 [ 44 0 0 0 82 79 85 84 73 78 69 ]} :resno 3 :resname text :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {VAR :varno 1 :varattno 4 :vartype 2249 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 3017} :fieldnum 2 :resulttype 23 :resulttypmod -1 :resultcollid 0} :resno 4 :resname n :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {FIELDSELECT :arg {VAR :varno 1 :varattno 4 :vartype 2249 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 3027} :fieldnum 1 :resulttype 26 :resulttypmod -1 :resultcollid 0} :resno 5 :resname x :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 3036 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resno 6 :resname ?column? :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname *SELECT*\\ 4 :colnames <>} :eref {ALIAS :aliasname *SELECT*\\ 4 :colnames ("pronamespace" "nameconcatoid" "text" "?column?" "prorettype" "?column?")} :rtekind 1 :subquery {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname p :colnames <>} :eref {ALIAS :aliasname p :colnames ("oid" "proname" "pronamespace" "proowner" "prolang" "procost" "prorows" "provariadic" "prosupport" "prokind" "prosecdef" "proleakproof" "proisstrict" "proretset" "provolatile" "proparallel" "pronargs" "pronargdefaults" "prorettype" "proargtypes" "proallargtypes" "proargmodes" "proargnames" "proargdefaults" "protrftypes" "prosrc" "probin" "prosqlbody" "proconfig" "proacl")} :rtekind 0 :relid 1255 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1255 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 26) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 3301} :resno 1 :resname pronamespace :ressortgroupref 0 :resorigtbl 1255 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 266 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 3354} {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 3365}) :location 3340} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3335} :resno 2 :resname nameconcatoid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 3410 :constvalue 11 [ 44 0 0 0 82 79 85 84 73 78 69 ]} :resno 3 :resname text :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 3427 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resno 4 :resname ?column? :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 19 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 19 :location 3430} :resno 5 :resname prorettype :ressortgroupref 0 :resorigtbl 1255 :resorigcol 19 :resjunk false} {TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 3444 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resno 6 :resname ?column? :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl false :securityQuals <>}) :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 2187} :resno 1 :resname relnamespace :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 2203} :resno 2 :resname relname :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 2256} :resno 3 :resname case :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 2355} :resno 4 :resname attnum :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 2365} :resno 5 :resname atttypid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 2377} :resno 6 :resname attcollation :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations {SETOPERATIONSTMT :op 1 :all true :larg {SETOPERATIONSTMT :op 1 :all true :larg {SETOPERATIONSTMT :op 1 :all true :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :colTypes (o 26 13887 25 23 26 26) :colTypmods (i -1 -1 -1 -1 -1 -1) :colCollations (o 0 950 100 0 0 0) :groupClauses <>} :rarg {RANGETBLREF :rtindex 3} :colTypes (o 26 13887 25 23 26 26) :colTypmods (i -1 -1 -1 -1 -1 -1) :colCollations (o 0 950 100 0 0 0) :groupClauses <>} :rarg {RANGETBLREF :rtindex 4} :colTypes (o 26 13887 25 23 26 26) :colTypmods (i -1 -1 -1 -1 -1 -1) :colCollations (o 0 950 100 0 0 0) :groupClauses <>} :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :security_barrier false :relid 0 :inh false :relkind <> :rellockmode 0 :perminfoindex 0 :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname co :colnames <>} :eref {ALIAS :aliasname co :colnames ("oid" "collname" "collnamespace" "collowner" "collprovider" "collisdeterministic" "collencoding" "collcollate" "collctype" "colllocale" "collicurules" "collversion")} :rtekind 0 :relid 3456 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname nco :colnames <>} :eref {ALIAS :aliasname nco :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 6 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "collname" "collnamespace" "collowner" "collprovider" "collisdeterministic" "collencoding" "collcollate" "collctype" "colllocale" "collicurules" "collversion" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 0 :joinmergedcols 0 :joinaliasvars ({VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1} {VAR :varno 6 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 5 :location -1} {VAR :varno 6 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 7 :location -1} {VAR :varno 6 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 8 :location -1} {VAR :varno 6 :varattno 9 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 9 :location -1} {VAR :varno 6 :varattno 10 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 10 :location -1} {VAR :varno 6 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 11 :location -1} {VAR :varno 6 :varattno 12 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 12 :location -1} {VAR :varno 7 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 1 :location -1} {VAR :varno 7 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 2 :location -1} {VAR :varno 7 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 3 :location -1} {VAR :varno 7 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6 7 8 9 10 11 12) :joinrightcols (i 1 2 3 4) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("objschema" "objname" "objtype" "objdtdid" "objtypeid" "objcollation" "oid" "collname" "collnamespace" "collowner" "collprovider" "collisdeterministic" "collencoding" "collcollate" "collctype" "colllocale" "collicurules" "collversion" "oid" "nspname" "nspowner" "nspacl")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location -1} {VAR :varno 5 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location -1} {VAR :varno 5 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location -1} {VAR :varno 5 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location -1} {VAR :varno 5 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 5 :location -1} {VAR :varno 5 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location -1} {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location -1} {VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location -1} {VAR :varno 6 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 4 :location -1} {VAR :varno 6 :varattno 5 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 5 :location -1} {VAR :varno 6 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 6 :location -1} {VAR :varno 6 :varattno 7 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 7 :location -1} {VAR :varno 6 :varattno 8 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 8 :location -1} {VAR :varno 6 :varattno 9 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 9 :location -1} {VAR :varno 6 :varattno 10 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 10 :location -1} {VAR :varno 6 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 11 :location -1} {VAR :varno 6 :varattno 12 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 12 :location -1} {VAR :varno 7 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 7 :varattnosyn 1 :location -1} {VAR :varno 7 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 7 :varattnosyn 2 :location -1} {VAR :varno 7 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 7 :varattnosyn 3 :location -1} {VAR :varno 7 :varattno 4 :vartype 1034 :vartypmod -1 :varcollid 0 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 7 :varattnosyn 4 :location -1}) :joinleftcols (i 1 2 3 4 5 6) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 12 21) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1247 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 3456 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4} {JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 5} :rarg {JOINEXPR :jointype 0 :isNatural false :larg {RANGETBLREF :rtindex 6} :rarg {RANGETBLREF :rtindex 7} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 6 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 3 :location 3616} {VAR :varno 7 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 1 :location 3635}) :location 3633} :alias <> :rtindex 8} :usingClause <> :join_using_alias <> :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 5 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 6 :location 3659} {VAR :varno 6 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 1 :location 3676}) :location 3674} {BOOLEXPR :boolop or :args ({OPEXPR :opno 643 :opfuncid 659 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 7 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 7 :varattnosyn 2 :location 3688} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 3718 :constvalue 64 [ 112 103 95 99 97 116 97 108 111 103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 3714} {OPEXPR :opno 643 :opfuncid 659 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location 3701} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 3732 :constvalue 64 [ 100 101 102 97 117 108 116 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 3714}) :location 3714}) :location 3683} :alias <> :rtindex 9}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 3754} {VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 3762}) :location 3760} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 3788} {VAR :varno 5 :varattno 5 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 5 :location 3797}) :location 3795} {BOOLEXPR :boolop and :args ({OPEXPR :opno 608 :opfuncid 185 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location 3824} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 3838 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 3835} {OPEXPR :opno 532 :opfuncid 158 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location 3844} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 3856 :constvalue 4 [ -1 -1 -1 -1 -1 -1 -1 -1 ]}) :location 3854}) :location 3840} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 14 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 14 :location 3874} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 3887}) :location 3885} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 3908} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location 3918}) :location 3916} {SUBLINK :subLinkType 2 :subLinkId 0 :testexpr {BOOLEXPR :boolop and :args ({OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 3950} {RELABELTYPE :arg {PARAM :paramkind 2 :paramid 1 :paramtype 13887 :paramtypmod -1 :paramcollid 950 :location -1} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1}) :location 4019} {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({RELABELTYPE :arg {VAR :varno 5 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 3961} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1} {RELABELTYPE :arg {PARAM :paramkind 2 :paramid 2 :paramtype 13887 :paramtypmod -1 :paramcollid 950 :location -1} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1}) :location 4019} {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 5 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location 3972} {RELABELTYPE :arg {PARAM :paramkind 2 :paramid 3 :paramtype 13885 :paramtypmod -1 :paramcollid 950 :location -1} :resulttype 25 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1}) :location 4019} {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({RELABELTYPE :arg {COERCETODOMAIN :arg {COERCEVIAIO :arg {VAR :varno 5 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location 3988} :resulttype 19 :resultcollid 950 :coerceformat 2 :location 3983} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 3983} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1} {RELABELTYPE :arg {PARAM :paramkind 2 :paramid 4 :paramtype 13887 :paramtypmod -1 :paramcollid 950 :location -1} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1}) :location 4019}) :location 4019} :operName ("=") :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname data_type_privileges :colnames ("object_catalog" "object_schema" "object_name" "object_type" "dtd_identifier")} :rtekind 0 :relid 14149 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 14149 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 11 12) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 4045} :resno 1 :resname object_schema :ressortgroupref 0 :resorigtbl 14149 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 4060} :resno 2 :resname object_name :ressortgroupref 0 :resorigtbl 14149 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 13885 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 4073} :resno 3 :resname object_type :ressortgroupref 0 :resorigtbl 14149 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 4086} :resno 4 :resname dtd_identifier :ressortgroupref 0 :resorigtbl 14149 :resorigcol 5 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 4019}) :location 3784}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 84} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 79} :resno 1 :resname object_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 157} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 152} :resno 2 :resname object_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 5 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 220} :resno 3 :resname object_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 5 :varattno 3 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 3 :location 281} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 276} :resno 4 :resname object_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {COERCEVIAIO :arg {VAR :varno 5 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location 342} :resulttype 19 :resultcollid 950 :coerceformat 2 :location 337} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 337} :resno 5 :resname collection_type_identifier :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 443} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 457 :constvalue 64 [ 112 103 95 99 97 116 97 108 111 103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 455} :result {FUNCEXPR :funcid 1081 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 487} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 495 :constvalue <>}) :location 475} :location 438}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 524 :constvalue 16 [ 64 0 0 0 85 83 69 82 45 68 69 70 73 78 69 68 ]} :location 433} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 414} :resno 6 :resname data_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 593 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 588} :resno 7 :resname character_maximum_length :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 663 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 658} :resno 8 :resname character_octet_length :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 731 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 726} :resno 9 :resname character_set_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 797 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 792} :resno 10 :resname character_set_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 862 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 857} :resno 11 :resname character_set_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 19 :casecollid 950 :arg <> :args ({CASEWHEN :expr {NULLTEST :arg {VAR :varno 7 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 7 :varattnosyn 2 :location 935} :nulltesttype 1 :argisrow false :location 947} :result {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 964} :location 930}) :defresult {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location -1 :constvalue <>} :location 925} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 920} :resno 12 :resname collation_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 7 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 7 :varattnosyn 2 :location 1044} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1039} :resno 13 :resname collation_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 6 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 9) :varlevelsup 0 :varnosyn 6 :varattnosyn 2 :location 1112} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1107} :resno 14 :resname collation_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1178 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1173} :resno 15 :resname numeric_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1241 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1236} :resno 16 :resname numeric_precision_radix :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1310 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1305} :resno 17 :resname numeric_scale :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1369 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1364} :resno 18 :resname datetime_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 1433 :constvalue <>} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1428} :resno 19 :resname interval_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1491 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1486} :resno 20 :resname interval_precision :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 1556} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1551} :resno 21 :resname udt_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 1626} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1621} :resno 22 :resname udt_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 1688} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1683} :resno 23 :resname udt_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1748 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1743} :resno 24 :resname scope_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1806 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1801} :resno 25 :resname scope_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull true :location 1863 :constvalue <>} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1858} :resno 26 :resname scope_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull true :location 1919 :constvalue <>} :resulttype 13882 :resulttypmod -1 :resultcollid 0 :coercionformat 1 :location 1914} :resno 27 :resname maximum_cardinality :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 407 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({OPEXPR :opno 654 :opfuncid 1258 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1984 :constvalue 5 [ 20 0 0 0 97 ]} {COERCEVIAIO :arg {VAR :varno 5 :varattno 4 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 4 :location 1996} :resulttype 25 :resultcollid 100 :coerceformat 1 :location 1991}) :location 1988}) :location 1979} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 1979} :resno 28 :resname dtd_identifier :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 4148}) 14162 _RETURN 14159 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("ftrelid" "ftserver" "ftoptions")} :rtekind 0 :relid 3118 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname u :colnames <>} :eref {ALIAS :aliasname u :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname n :colnames <>} :eref {ALIAS :aliasname n :colnames ("oid" "nspname" "nspowner" "nspacl")} :rtekind 0 :relid 2615 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 4 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname a :colnames <>} :eref {ALIAS :aliasname a :colnames ("attrelid" "attname" "atttypid" "attlen" "attnum" "attcacheoff" "atttypmod" "attndims" "attbyval" "attalign" "attstorage" "attcompression" "attnotnull" "atthasdef" "atthasmissing" "attidentity" "attgenerated" "attisdropped" "attislocal" "attinhcount" "attcollation" "attstattarget" "attacl" "attoptions" "attfdwoptions" "attmissingval")} :rtekind 0 :relid 1249 :inh true :relkind r :rellockmode 1 :perminfoindex 5 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 3118 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2615 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 13 24) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1249 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 12 32) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3} {RANGETBLREF :rtindex 4} {RANGETBLREF :rtindex 5}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 355} {VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location 363}) :location 361} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 6 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 6 :location 401} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 413 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 389} {FUNCEXPR :funcid 3023 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 461} {VAR :varno 5 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 5 :location 468} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 478 :constvalue 38 [ -104 0 0 0 83 69 76 69 67 84 44 32 73 78 83 69 82 84 44 32 85 80 68 65 84 69 44 32 82 69 70 69 82 69 78 67 69 83 ]}) :location 440}) :location 437} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 531} {VAR :varno 4 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location 539}) :location 537} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 568} {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 576}) :location 574} {OPEXPR :opno 92 :opfuncid 61 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 17 :vartype 18 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 17 :location 600} {CONST :consttype 18 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 612 :constvalue 1 [ 102 0 0 0 0 0 0 0 ]}) :location 610} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 5 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 1 :location 630} {VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 643}) :location 641} {OPEXPR :opno 536 :opfuncid 162 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 5 :varattno 5 :vartype 21 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 5 :location 663} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 674 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 672}) :location 384}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 169} :resno 1 :resname nspname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 2 :location 191} :resno 2 :resname relname :ressortgroupref 0 :resorigtbl 1259 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 5 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 2 :location 213} :resno 3 :resname attname :ressortgroupref 0 :resorigtbl 1249 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 5 :varattno 25 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 5 :varattnosyn 25 :location 235} :resno 4 :resname attfdwoptions :ressortgroupref 0 :resorigtbl 1249 :resorigcol 25 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 675}) 14167 _RETURN 14164 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs true :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname c :colnames <>} :eref {ALIAS :aliasname c :colnames ("nspname" "relname" "attname" "attfdwoptions")} :rtekind 0 :relid 14159 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 14159 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 84} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 79} :resno 1 :resname table_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 1 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 156} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 151} :resno 2 :resname table_schema :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 218} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 213} :resno 3 :resname table_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 3 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 278} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 273} :resno 4 :resname column_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 407 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({FIELDSELECT :arg {FUNCEXPR :funcid 2289 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 4 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 360}) :location 340} :fieldnum 1 :resulttype 25 :resulttypmod -1 :resultcollid 100}) :location 334} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 334} :resno 5 :resname option_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FIELDSELECT :arg {FUNCEXPR :funcid 2289 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 4 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 462}) :location 442} :fieldnum 2 :resulttype 25 :resulttypmod -1 :resultcollid 100} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 436} :resno 6 :resname option_value :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 564}) 14171 _RETURN 14168 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname w :colnames <>} :eref {ALIAS :aliasname w :colnames ("oid" "fdwname" "fdwowner" "fdwhandler" "fdwvalidator" "fdwacl" "fdwoptions")} :rtekind 0 :relid 2328 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname u :colnames <>} :eref {ALIAS :aliasname u :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 2328 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 14) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 514} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 522}) :location 520} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 560} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 570 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 548} {FUNCEXPR :funcid 3005 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 632} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 639 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 597}) :location 594}) :location 543}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 95} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 2328 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 113} :resno 2 :resname fdwowner :ressortgroupref 0 :resorigtbl 2328 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 136} :resno 3 :resname fdwoptions :ressortgroupref 0 :resorigtbl 2328 :resorigcol 7 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 166} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 161} :resno 4 :resname foreign_data_wrapper_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 253} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 248} :resno 5 :resname foreign_data_wrapper_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 326} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 321} :resno 6 :resname authorization_identifier :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 400 :constvalue 5 [ 20 0 0 0 99 ]} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 395} :resno 7 :resname foreign_data_wrapper_language :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 648}) 14175 _RETURN 14172 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs true :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname w :colnames <>} :eref {ALIAS :aliasname w :colnames ("oid" "fdwowner" "fdwoptions" "foreign_data_wrapper_catalog" "foreign_data_wrapper_name" "authorization_identifier" "foreign_data_wrapper_language")} :rtekind 0 :relid 14168 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 14168 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 10 11 12) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 108} :resno 1 :resname foreign_data_wrapper_catalog :ressortgroupref 0 :resorigtbl 14168 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 149} :resno 2 :resname foreign_data_wrapper_name :ressortgroupref 0 :resorigtbl 14168 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 407 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({FIELDSELECT :arg {FUNCEXPR :funcid 2289 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 3 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 213}) :location 193} :fieldnum 1 :resulttype 25 :resulttypmod -1 :resultcollid 100}) :location 187} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 187} :resno 3 :resname option_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FIELDSELECT :arg {FUNCEXPR :funcid 2289 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 3 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 312}) :location 292} :fieldnum 2 :resulttype 25 :resulttypmod -1 :resultcollid 100} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 286} :resno 4 :resname option_value :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 411}) 14179 _RETURN 14176 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname w :colnames <>} :eref {ALIAS :aliasname w :colnames ("oid" "fdwowner" "fdwoptions" "foreign_data_wrapper_catalog" "foreign_data_wrapper_name" "authorization_identifier" "foreign_data_wrapper_language")} :rtekind 0 :relid 14168 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 14168 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 11 12 13 14) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 94} :resno 1 :resname foreign_data_wrapper_catalog :ressortgroupref 0 :resorigtbl 14168 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 135} :resno 2 :resname foreign_data_wrapper_name :ressortgroupref 0 :resorigtbl 14168 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 173} :resno 3 :resname authorization_identifier :ressortgroupref 0 :resorigtbl 14168 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 215 :constvalue <>} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 210} :resno 4 :resname library_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 13885 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 267} :resno 5 :resname foreign_data_wrapper_language :ressortgroupref 0 :resorigtbl 14168 :resorigcol 7 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 333}) 14183 _RETURN 14180 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("oid" "srvname" "srvowner" "srvfdw" "srvtype" "srvversion" "srvacl" "srvoptions")} :rtekind 0 :relid 1417 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname w :colnames <>} :eref {ALIAS :aliasname w :colnames ("oid" "fdwname" "fdwowner" "fdwhandler" "fdwvalidator" "fdwacl" "fdwoptions")} :rtekind 0 :relid 2328 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname u :colnames <>} :eref {ALIAS :aliasname u :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1417 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11 12 13 15) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 2328 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2} {RANGETBLREF :rtindex 3}) :quals {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 717} {VAR :varno 1 :varattno 4 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 725}) :location 723} {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 3 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 1 :location 748} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 756}) :location 754} {BOOLEXPR :boolop or :args ({FUNCEXPR :funcid 2710 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 794} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 806 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 782} {FUNCEXPR :funcid 3011 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 854} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 861 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 833}) :location 830}) :location 744}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 83} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 1417 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 8 :location 101} :resno 2 :resname srvoptions :ressortgroupref 0 :resorigtbl 1417 :resorigcol 8 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 131} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 126} :resno 3 :resname foreign_server_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 212} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 207} :resno 4 :resname foreign_server_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 861 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 0 :funccollid 950 :inputcollid 0 :args <> :location 279} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 274} :resno 5 :resname foreign_data_wrapper_catalog :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 366} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 361} :resno 6 :resname foreign_data_wrapper_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 5 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 441} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 436} :resno 7 :resname foreign_server_type :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 1 :varattno 6 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 508} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 503} :resno 8 :resname foreign_server_version :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {VAR :varno 3 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 3 :varattnosyn 2 :location 581} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 576} :resno 9 :resname authorization_identifier :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 870}) 14188 _RETURN 14185 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs true :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("oid" "srvoptions" "foreign_server_catalog" "foreign_server_name" "foreign_data_wrapper_catalog" "foreign_data_wrapper_name" "foreign_server_type" "foreign_server_version" "authorization_identifier")} :rtekind 0 :relid 14180 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 14180 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 11) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 96} :resno 1 :resname foreign_server_catalog :ressortgroupref 0 :resorigtbl 14180 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 131} :resno 2 :resname foreign_server_name :ressortgroupref 0 :resorigtbl 14180 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 407 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({FIELDSELECT :arg {FUNCEXPR :funcid 2289 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 189}) :location 169} :fieldnum 1 :resulttype 25 :resulttypmod -1 :resultcollid 100}) :location 163} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 163} :resno 3 :resname option_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FIELDSELECT :arg {FUNCEXPR :funcid 2289 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 288}) :location 268} :fieldnum 2 :resulttype 25 :resulttypmod -1 :resultcollid 100} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 262} :resno 4 :resname option_value :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 381}) 14201 _RETURN 14198 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs true :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname t :colnames <>} :eref {ALIAS :aliasname t :colnames ("foreign_table_catalog" "foreign_table_schema" "foreign_table_name" "ftoptions" "foreign_server_catalog" "foreign_server_name" "authorization_identifier")} :rtekind 0 :relid 14193 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 14193 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 94} :resno 1 :resname foreign_table_catalog :ressortgroupref 0 :resorigtbl 14193 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 128} :resno 2 :resname foreign_table_schema :ressortgroupref 0 :resorigtbl 14193 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 161} :resno 3 :resname foreign_table_name :ressortgroupref 0 :resorigtbl 14193 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 407 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({FIELDSELECT :arg {FUNCEXPR :funcid 2289 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 4 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 218}) :location 198} :fieldnum 1 :resulttype 25 :resulttypmod -1 :resultcollid 100}) :location 192} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 192} :resno 4 :resname option_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FIELDSELECT :arg {FUNCEXPR :funcid 2289 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 4 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 316}) :location 296} :fieldnum 2 :resulttype 25 :resulttypmod -1 :resultcollid 100} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 290} :resno 5 :resname option_value :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 407}) 14205 _RETURN 14202 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname _pg_foreign_tables :colnames ("foreign_table_catalog" "foreign_table_schema" "foreign_table_name" "ftoptions" "foreign_server_catalog" "foreign_server_name" "authorization_identifier")} :rtekind 0 :relid 14193 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 14193 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 12 13) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 81} :resno 1 :resname foreign_table_catalog :ressortgroupref 0 :resorigtbl 14193 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 115} :resno 2 :resname foreign_table_schema :ressortgroupref 0 :resorigtbl 14193 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 148} :resno 3 :resname foreign_table_name :ressortgroupref 0 :resorigtbl 14193 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 179} :resno 4 :resname foreign_server_catalog :ressortgroupref 0 :resorigtbl 14193 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 214} :resno 5 :resname foreign_server_name :ressortgroupref 0 :resorigtbl 14193 :resorigcol 6 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 261}) 14209 _RETURN 14206 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname um :colnames <>} :eref {ALIAS :aliasname um :colnames ("oid" "umuser" "umserver" "umoptions")} :rtekind 0 :relid 1418 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname u :colnames <>} :eref {ALIAS :aliasname u :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 2 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias <> :eref {ALIAS :aliasname unnamed_join :colnames ("oid" "umuser" "umserver" "umoptions" "oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 2 :jointype 1 :joinmergedcols 0 :joinaliasvars ({VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location -1} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location -1} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location -1} {VAR :varno 1 :varattno 4 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location -1} {VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location -1} {VAR :varno 2 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 3 :location -1} {VAR :varno 2 :varattno 4 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 4 :location -1} {VAR :varno 2 :varattno 5 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 5 :location -1} {VAR :varno 2 :varattno 6 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 6 :location -1} {VAR :varno 2 :varattno 7 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 7 :location -1} {VAR :varno 2 :varattno 8 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 8 :location -1} {VAR :varno 2 :varattno 9 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 9 :location -1} {VAR :varno 2 :varattno 10 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 10 :location -1} {VAR :varno 2 :varattno 11 :vartype 25 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 11 :location -1} {VAR :varno 2 :varattno 12 :vartype 1184 :vartypmod -1 :varcollid 0 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 12 :location -1}) :joinleftcols (i 1 2 3 4) :joinrightcols (i 1 2 3 4 5 6 7 8 9 10 11 12) :join_using_alias <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname s :colnames <>} :eref {ALIAS :aliasname s :colnames ("oid" "srvoptions" "foreign_server_catalog" "foreign_server_name" "foreign_data_wrapper_catalog" "foreign_data_wrapper_name" "foreign_server_type" "foreign_server_version" "authorization_identifier")} :rtekind 0 :relid 14180 :inh true :relkind v :rellockmode 1 :perminfoindex 3 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1418 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9 10 11) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)} {RTEPERMISSIONINFO :relid 14180 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 10 11 16) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({JOINEXPR :jointype 1 :isNatural false :larg {RANGETBLREF :rtindex 1} :rarg {RANGETBLREF :rtindex 2} :usingClause <> :join_using_alias <> :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 404} {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 412}) :location 410} :alias <> :rtindex 3} {RANGETBLREF :rtindex 4}) :quals {OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 4 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 1 :location 465} {VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 473}) :location 471}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 80} :resno 1 :resname oid :ressortgroupref 0 :resorigtbl 1418 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 99} :resno 2 :resname umoptions :ressortgroupref 0 :resorigtbl 1418 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 124} :resno 3 :resname umuser :ressortgroupref 0 :resorigtbl 1418 :resorigcol 2 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {COALESCEEXPR :coalescetype 19 :coalescecollid 950 :args ({VAR :varno 2 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b 3) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 160} {CONST :consttype 19 :consttypmod -1 :constcollid 950 :constlen 64 :constbyval false :constisnull false :location 170 :constvalue 64 [ 80 85 66 76 73 67 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ]}) :location 151} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 146} :resno 4 :resname authorization_identifier :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 3 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 3 :location 240} :resno 5 :resname foreign_server_catalog :ressortgroupref 0 :resorigtbl 14180 :resorigcol 3 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 4 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 4 :location 277} :resno 6 :resname foreign_server_name :ressortgroupref 0 :resorigtbl 14180 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 4 :varattno 9 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 4 :varattnosyn 9 :location 311} :resno 7 :resname srvowner :ressortgroupref 0 :resorigtbl 14180 :resorigcol 9 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 484}) 14214 _RETURN 14211 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks true :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias {ALIAS :aliasname um :colnames <>} :eref {ALIAS :aliasname um :colnames ("oid" "umoptions" "umuser" "authorization_identifier" "foreign_server_catalog" "foreign_server_name" "srvowner")} :rtekind 0 :relid 14206 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>} {RANGETBLENTRY :alias {ALIAS :aliasname opts :colnames <>} :eref {ALIAS :aliasname opts :colnames ("option_name" "option_value")} :rtekind 3 :functions ({RANGETBLFUNCTION :funcexpr {FUNCEXPR :funcid 2289 :funcresulttype 2249 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 1009 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 674}) :location 654} :funccolcount 2 :funccolnames <> :funccoltypes <> :funccoltypmods <> :funccolcollations <> :funcparams (b)}) :funcordinality false :lateral true :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 14206 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 11 12 13 14) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1} {RANGETBLREF :rtindex 2}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 93} :resno 1 :resname authorization_identifier :ressortgroupref 0 :resorigtbl 14206 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 130} :resno 2 :resname foreign_server_catalog :ressortgroupref 0 :resorigtbl 14206 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 165} :resno 3 :resname foreign_server_name :ressortgroupref 0 :resorigtbl 14206 :resorigcol 6 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {FUNCEXPR :funcid 407 :funcresulttype 19 :funcretset false :funcvariadic false :funcformat 2 :funccollid 100 :inputcollid 100 :args ({VAR :varno 2 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 202}) :location 197} :resulttype 13887 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 197} :resno 4 :resname option_name :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false} {TARGETENTRY :expr {COERCETODOMAIN :arg {CASEEXPR :casetype 25 :casecollid 100 :arg <> :args ({CASEWHEN :expr {BOOLEXPR :boolop or :args ({BOOLEXPR :boolop and :args ({OPEXPR :opno 608 :opfuncid 185 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 281} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 291 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 288} {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({RELABELTYPE :arg {VAR :varno 1 :varattno 4 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 297} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1} {SQLVALUEFUNCTION :op 10 :type 19 :typmod -1 :location 324}) :location 322}) :location 293} {BOOLEXPR :boolop and :args ({OPEXPR :opno 607 :opfuncid 184 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 1 :varattno 3 :vartype 26 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 365} {RELABELTYPE :arg {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 374 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]} :resulttype 26 :resulttypmod -1 :resultcollid 0 :relabelformat 2 :location -1}) :location 372} {FUNCEXPR :funcid 2709 :funcresulttype 16 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 950 :args ({RELABELTYPE :arg {VAR :varno 1 :varattno 7 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 7 :location 392} :resulttype 19 :resulttypmod -1 :resultcollid 950 :relabelformat 2 :location -1} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 402 :constvalue 9 [ 36 0 0 0 85 83 65 71 69 ]}) :location 380}) :location 376} {SUBLINK :subLinkType 4 :subLinkId 0 :testexpr <> :operName <> :subselect {QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_authid :colnames ("oid" "rolname" "rolsuper" "rolinherit" "rolcreaterole" "rolcreatedb" "rolcanlogin" "rolreplication" "rolbypassrls" "rolconnlimit" "rolpassword" "rolvaliduntil")} :rtekind 0 :relid 1260 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1260 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals {OPEXPR :opno 93 :opfuncid 62 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 950 :args ({VAR :varno 1 :varattno 2 :vartype 19 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 476} {SQLVALUEFUNCTION :op 10 :type 19 :typmod -1 :location 486}) :location 484}} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 16 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 3 :location 446} :resno 1 :resname rolsuper :ressortgroupref 0 :resorigtbl 1260 :resorigcol 3 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0} :location 438}) :location 361} :result {VAR :varno 2 :varattno 2 :vartype 25 :vartypmod -1 :varcollid 100 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 2 :location 526} :location 275}) :defresult {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 570 :constvalue <>} :location 270} :resulttype 13885 :resulttypmod -1 :resultcollid 950 :coercionformat 1 :location 265} :resno 5 :resname option_value :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 692}) 14219 _RETURN 14216 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname _pg_user_mappings :colnames ("oid" "umoptions" "umuser" "authorization_identifier" "foreign_server_catalog" "foreign_server_name" "srvowner")} :rtekind 0 :relid 14206 :inh true :relkind v :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 14206 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 11 12 13) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 4 :location 79} :resno 1 :resname authorization_identifier :ressortgroupref 0 :resorigtbl 14206 :resorigcol 4 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 5 :location 116} :resno 2 :resname foreign_server_catalog :ressortgroupref 0 :resorigtbl 14206 :resorigcol 5 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 13887 :vartypmod -1 :varcollid 950 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 6 :location 151} :resno 3 :resname foreign_server_name :ressortgroupref 0 :resorigtbl 14206 :resorigcol 6 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 197}) 16483 _RETURN 16480 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs true :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname pg_class :colnames ("oid" "relname" "relnamespace" "reltype" "reloftype" "relowner" "relam" "relfilenode" "reltablespace" "relpages" "reltuples" "relallvisible" "reltoastrelid" "relhasindex" "relisshared" "relpersistence" "relkind" "relnatts" "relchecks" "relhasrules" "relhastriggers" "relhassubclass" "relrowsecurity" "relforcerowsecurity" "relispopulated" "relreplident" "relispartition" "relrewrite" "relfrozenxid" "relminmxid" "relacl" "reloptions" "relpartbound")} :rtekind 0 :relid 1259 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 1259 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {AGGREF :aggfnoid 2803 :aggtype 20 :aggcollid 0 :inputcollid 0 :aggtranstype 0 :aggargtypes <> :aggdirectargs <> :args <> :aggorder <> :aggdistinct <> :aggfilter <> :aggstar true :aggvariadic false :aggkind n :aggpresorted false :agglevelsup 0 :aggsplit 0 :aggno -1 :aggtransno -1 :location 101} :resno 1 :resname count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0}) 16487 _RETURN 16484 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable <> :rteperminfos <> :jointree {FROMEXPR :fromlist <> :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 85 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]} :resno 1 :resname ?column? :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0}) 16495 _RETURN 16492 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname test_table :colnames ("col1" "col2" "col3" "col4")} :rtekind 0 :relid 16402 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 16402 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 68} :resno 1 :resname col1 :ressortgroupref 0 :resorigtbl 16402 :resorigcol 1 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0}) 16499 _RETURN 16496 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname matview :colnames ("col1")} :rtekind 0 :relid 16492 :inh true :relkind m :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 16492 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 85} :resno 1 :resname col1 :ressortgroupref 0 :resorigtbl 16492 :resorigcol 1 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0}) 16561 _RETURN 16558 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname ordering_table :colnames ("id" "data")} :rtekind 0 :relid 16549 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 16549 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8 9) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 63} :resno 1 :resname id :ressortgroupref 1 :resorigtbl 16549 :resorigcol 1 :resjunk false} {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 2 :location 63} :resno 2 :resname data :ressortgroupref 0 :resorigtbl 16549 :resorigcol 2 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause ({SORTGROUPCLAUSE :tleSortGroupRef 1 :eqop 96 :sortop 97 :nulls_first false :hashable true}) :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps (o 16553) :withCheckOptions <> :stmt_location 0 :stmt_len 0}) 16594 _RETURN 16591 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname matview_second :colnames ("col1")} :rtekind 0 :relid 16496 :inh true :relkind m :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 16496 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 84} :resno 1 :resname col1 :ressortgroupref 0 :resorigtbl 16496 :resorigcol 1 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0}) 16598 _RETURN 16595 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname matview_third :colnames ("col1")} :rtekind 0 :relid 16591 :inh true :relkind m :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 16591 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 85} :resno 1 :resname col1 :ressortgroupref 0 :resorigtbl 16591 :resorigcol 1 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 0}) 16602 _RETURN 16599 1 O t <> ({QUERY :commandType 1 :querySource 0 :canSetTag true :utilityStmt <> :resultRelation 0 :hasAggs false :hasWindowFuncs false :hasTargetSRFs false :hasSubLinks false :hasDistinctOn false :hasRecursive false :hasModifyingCTE false :hasForUpdate false :hasRowSecurity false :isReturn false :cteList <> :rtable ({RANGETBLENTRY :alias <> :eref {ALIAS :aliasname test_table :colnames ("col1" "col2" "col3" "col4")} :rtekind 0 :relid 16402 :inh true :relkind r :rellockmode 1 :perminfoindex 1 :tablesample <> :lateral false :inFromCl true :securityQuals <>}) :rteperminfos ({RTEPERMISSIONINFO :relid 16402 :inh true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 8) :insertedCols (b) :updatedCols (b)}) :jointree {FROMEXPR :fromlist ({RANGETBLREF :rtindex 1}) :quals <>} :mergeActionList <> :mergeUseOuterJoin false :mergeTargetRelation 0 :targetList ({TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 139} :resno 1 :resname col1 :ressortgroupref 0 :resorigtbl 16402 :resorigcol 1 :resjunk false}) :override 0 :onConflict <> :returningList <> :groupClause <> :groupDistinct false :groupingSets <> :havingQual <> :windowClause <> :distinctClause <> :sortClause <> :limitOffset <> :limitCount <> :limitOption 0 :rowMarks <> :setOperations <> :constraintDeps <> :withCheckOptions <> :stmt_location 0 :stmt_len 169}) \. -- -- Data for Name: pg_seclabel; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_seclabel (objoid, classoid, objsubid, provider, label) FROM stdin; \. -- -- Data for Name: pg_sequence; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_sequence (seqrelid, seqtypid, seqstart, seqincrement, seqmax, seqmin, seqcache, seqcycle) FROM stdin; 16392 23 1 1 2147483647 1 1 f 16401 23 1 1 2147483647 1 1 f 16652 23 1 1 2147483647 1 1 f \. -- -- Data for Name: pg_shdepend; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_shdepend (dbid, classid, objid, objsubid, refclassid, refobjid, deptype) FROM stdin; 0 1213 16391 0 1260 16387 o 5 1259 16402 0 1260 16387 a 5 1259 16460 1 1260 16387 a 5 2615 16465 0 1260 16387 a 5 826 16488 0 1260 16387 o 5 1255 2274 0 1260 16387 o 5 2615 2200 0 1260 16388 o 5 826 16489 0 1260 16387 o 5 1255 2626 0 1260 16387 a 5 3256 16511 0 1260 16387 r 5 3256 16513 0 1260 16387 r 5 3256 16514 0 1260 16387 r 5 3256 16516 0 1260 16387 r 0 1262 16566 0 1260 16387 a 5 826 16589 0 1260 16387 o 5 826 16590 0 1260 16387 o 5 2613 16567 0 1260 16387 a 5 1247 16528 0 1260 16387 a 5 1247 16538 0 1260 16387 a 5 1247 16518 0 1260 16387 a 5 1417 16526 0 1260 16387 a 5 2328 16525 0 1260 16387 a 5 1418 16642 0 1260 16387 o 5 1247 16546 0 1260 16387 a 5 1259 16653 0 1260 16387 a 5 1259 16653 1 1260 16388 a 5 1259 16660 0 1260 16387 a 5 1259 16683 0 1260 16387 a 5 1259 16694 0 1260 16387 a 5 1259 16705 0 1260 16387 a 16386 2615 2200 0 1260 16388 o \. -- -- Data for Name: pg_shdescription; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_shdescription (objoid, classoid, description) FROM stdin; 1 1262 default template for new databases 4 1262 unmodifiable empty database 5 1262 default administrative connection database \. -- -- Data for Name: pg_shseclabel; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_shseclabel (objoid, classoid, provider, label) FROM stdin; \. -- -- Data for Name: pg_statistic; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_statistic (starelid, staattnum, stainherit, stanullfrac, stawidth, stadistinct, stakind1, stakind2, stakind3, stakind4, stakind5, staop1, staop2, staop3, staop4, staop5, stacoll1, stacoll2, stacoll3, stacoll4, stacoll5, stanumbers1, stanumbers2, stanumbers3, stanumbers4, stanumbers5, stavalues1, stavalues2, stavalues3, stavalues4, stavalues5) FROM stdin; 1247 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {0.98004407} \N \N \N {16,22,28,81,199,273,604,705,791,1003,1010,1016,1022,1042,1182,1231,1561,2202,2208,2277,2287,2951,3361,3643,3770,3906,3912,4073,4192,4536,5038,5080,6157,10005,10011,10017,10023,10029,10036,10042,10048,10054,10060,10066,10073,10079,10085,10091,10097,10103,10110,12002,12016,12030,12045,12060,12075,12091,12105,12119,12131,12143,12158,12172,12185,12198,12211,12224,12238,12254,12267,12281,12294,12306,12321,12337,12350,13887,13895,13908,13923,13938,13957,13972,13987,14001,14015,14029,14045,14059,14074,14088,14103,14117,14135,14150,14165,14177,14190,14203,14218} \N \N \N \N 1247 2 f 0 64 -0.99837923 1 2 3 0 0 93 660 660 0 0 950 950 950 0 0 {0.003241491} \N {-0.0779277} \N \N {_pg_user_mappings} {__pg_foreign_data_wrappers,_administrable_role_authorizations,_bpchar,_check_constraint_routine_usage,_collations,_columns,_datemultirange,_enabled_roles,_foreign_table_options,_int2vector,_int8range,_line,_numeric,_path,_pg_attribute,_pg_class,_pg_database,_pg_event_trigger,_pg_foreign_servers,_pg_ident_file_mappings,_pg_largeobject,_pg_opclass,_pg_prepared_statements,_pg_publication_tables,_pg_roles,_pg_settings,_pg_snapshot,_pg_stat_checkpointer,_pg_stat_progress_basebackup,_pg_stat_replication_slots,_pg_stat_sys_tables,_pg_stat_xact_all_tables,_pg_statio_all_tables,_pg_statio_user_tables,_pg_stats_ext_exprs,_pg_timezone_names,_pg_ts_template,_point,_regcollation,_regproc,_role_table_grants,_routine_sequence_usage,_sql_identifier,_text,_timetz,_tsrange,_usage_privileges,_varchar,_xid8,anyarray,anyenum,bit,char,cidr,column_options,cstring,domain_udt_usage,float4,foreign_tables,int2vector,int8range,key_column_usage,money,oidvector,pg_amproc,pg_backend_memory_contexts,pg_config,pg_ddl_command,pg_event_trigger,pg_group,pg_init_privs,pg_matviews,pg_opfamily,pg_prepared_xacts,pg_range,pg_rules,pg_shadow,pg_stat_activity,pg_stat_database,pg_stat_progress_copy,pg_stat_slru,pg_stat_user_functions,pg_stat_xact_sys_tables,pg_statio_sys_indexes,pg_statistic,pg_subscription,pg_trigger,pg_type,point,regcollation,regproc,role_table_grants,routine_sequence_usage,sql_implementation_info,tables,timestamptz,tsm_handler,tsvector,user_mapping_options,view_routine_usage,yes_or_no} \N \N \N 1247 3 f 0 4 2 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.76012963,0.23987034} {1} \N \N \N {11,13868} \N \N \N \N 1247 4 f 0 4 1 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {10} \N \N \N \N 1247 5 f 0 2 12 1 2 3 0 0 94 95 95 0 0 0 0 0 0 0 {0.8995138,0.051863857,0.019448947,0.006482982,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491} \N {0.5378327} \N \N {-1,4,8,16,-2,1,6,24,32,64} {2,12} \N \N \N 1247 6 f 0 1 2 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.9254457,0.074554294} {0.6501563} \N \N \N {f,t} \N \N \N \N 1247 7 f 0 1 6 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {0.5883306,0.3419773,0.042139385,0.009724474,0.009724474,0.008103727} {0.5451485} \N \N \N {b,c,p,m,r,d} \N \N \N \N 1247 8 f 0 1 15 1 2 3 0 0 92 631 631 0 0 0 0 0 0 0 {0.47811994,0.3419773,0.040518638,0.03241491,0.03241491,0.019448947,0.011345219,0.011345219,0.011345219,0.009724474,0.003241491,0.003241491} \N {-0.015923247} \N \N {A,C,P,N,U,R,G,S,Z,D,I,V} {B,T,X} \N \N \N 1247 9 f 0 1 2 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.987034,0.012965964} {0.92969334} \N \N \N {f,t} \N \N \N \N 1247 10 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {t} \N \N \N \N 1247 11 f 0 1 2 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {0.9967585,0.003241491} {0.9853454} \N \N \N {",",;} \N \N \N \N 1247 12 f 0 4 -0.34359807 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.6580227} \N {0.8112219} \N \N {0} {826,1214,1249,1259,1261,1417,2224,2396,2601,2603,2606,2608,2610,2612,2615,2617,2619,2753,2995,3118,3381,3429,3466,3541,3592,3600,3602,3764,6100,6104,6243,12005,12014,12023,12033,12043,12053,12063,12073,12081,12095,12104,12114,12122,12130,12138,12147,12157,12166,12175,12188,12196,12205,12214,12222,12232,12240,12249,12257,12266,12280,12289,12297,12305,12315,12325,12335,12344,13888,13902,13916,13926,13936,13946,13956,13966,13976,13986,13995,14005,14019,14028,14038,14047,14057,14067,14077,14086,14096,14106,14120,14129,14139,14149,14159,14168,14176,14185,14193,14202,14216} \N \N \N 1247 13 f 0 4 4 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.5105348,0.47974068,0.008103727} {0.55680525} \N \N \N {-,array_subscript_handler,raw_array_subscript_handler} \N \N \N \N 1247 14 f 0 4 -0.47811994 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.5121556,0.004862237,0.004862237,0.003241491,0.003241491,0.003241491} \N {0.58206743} \N \N {0,600,701,18,21,26} {16,19,23,27,30,81,142,603,650,718,829,1042,1083,1186,1560,1790,2204,2206,2842,2970,3615,3769,3906,3912,4072,4191,4532,4535,5069,10003,10009,10015,10021,10027,10031,10037,10043,10049,10056,10064,10070,10076,10080,10086,10092,10099,10105,10111,12007,12020,12035,12045,12060,12075,12087,12101,12116,12128,12140,12149,12163,12177,12190,12203,12216,12229,12242,12251,12264,12277,12291,12303,12317,12332,12346,13885,13890,13899,13913,13928,13943,13958,13973,13988,13997,14011,14025,14040,14054,14069,14084,14098,14108,14122,14136,14151,14166,14178,14191,14204,14218} \N \N \N 1247 15 f 0 4 -0.47811994 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.5235008} \N {0.4744935} \N \N {0} {143,210,272,651,791,1002,1006,1009,1012,1015,1018,1021,1028,1041,1183,1187,1270,2201,2209,2287,3221,3645,3807,3909,3927,4097,6150,6153,10000,10004,10010,10016,10022,10028,10034,10040,10046,10052,10057,10061,10067,10073,10079,10083,10089,10094,10100,10106,10112,12006,12019,12034,12049,12064,12078,12091,12105,12119,12127,12139,12153,12167,12180,12193,12206,12219,12233,12245,12258,12272,12286,12298,12306,12321,12336,12349,13886,13894,13907,13922,13937,13952,13967,13982,13996,14010,14020,14034,14048,14063,14078,14092,14107,14121,14135,14150,14165,14177,14190,14203,14217} \N \N \N 1247 16 f 0 4 -0.15883306 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.4764992,0.34359807,0.009724474,0.009724474,0.008103727,0.003241491} \N {0.29854083} \N \N {array_in,record_in,range_in,multirange_in,domain_in,textin} {namein,int2in,int2vectorin,int4in,regprocin,tidin,xidin,cidin,oidvectorin,pg_ddl_command_in,unknownin,point_in,lseg_in,path_in,box_in,pg_node_tree_in,float4in,float8in,table_am_handler_in,json_in,index_am_handler_in,poly_in,macaddr_in,int8in,cash_in,inet_in,aclitemin,bpcharin,varcharin,date_in,time_in,timestamptz_in,interval_in,boolin,byteain,charin,cidr_in,timestamp_in,timetz_in,circle_in,line_in,bit_in,varbit_in,numeric_in,oidin,regprocedurein,regoperin,regoperatorin,regclassin,regtypein,cstring_in,any_in,anyarray_in,void_in,trigger_in,language_handler_in,internal_in,anyelement_in,anynonarray_in,xml_in,txid_snapshot_in,uuid_in,fdw_handler_in,pg_lsn_in,tsm_handler_in,pg_ndistinct_in,pg_dependencies_in,anyenum_in,event_trigger_in,tsvectorin,tsqueryin,gtsvectorin,regconfigin,regdictionaryin,jsonb_in,anyrange_in,jsonpath_in,regnamespacein,regrolein,macaddr8_in,regcollationin,anycompatiblemultirange_in,anymultirange_in,brin_bloom_summary_in,brin_minmax_multi_summary_in,pg_mcv_list_in,pg_snapshot_in,xid8in,anycompatible_in,anycompatiblearray_in,anycompatiblenonarray_in,anycompatiblerange_in} \N \N \N 1247 17 f 0 4 -0.15721232 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.4764992,0.34359807,0.009724474,0.009724474,0.004862237,0.003241491,0.003241491,0.003241491,0.003241491} \N {0.29610592} \N \N {array_out,record_out,range_out,multirange_out,varcharout,nameout,int4out,textout,timestamptz_out} {byteaout,charout,int2out,int2vectorout,regprocout,tidout,xidout,cidout,oidvectorout,pg_ddl_command_out,unknownout,point_out,lseg_out,path_out,box_out,pg_node_tree_out,float4out,float8out,table_am_handler_out,json_out,index_am_handler_out,poly_out,macaddr_out,int8out,cash_out,inet_out,aclitemout,bpcharout,date_out,time_out,interval_out,boolout,timestamp_out,timetz_out,cidr_out,circle_out,line_out,bit_out,varbit_out,numeric_out,oidout,regprocedureout,regoperout,regoperatorout,regclassout,regtypeout,cstring_out,any_out,anyarray_out,void_out,trigger_out,language_handler_out,internal_out,anyelement_out,anynonarray_out,xml_out,txid_snapshot_out,uuid_out,fdw_handler_out,pg_lsn_out,tsm_handler_out,pg_ndistinct_out,pg_dependencies_out,anyenum_out,event_trigger_out,tsvectorout,tsqueryout,gtsvectorout,regconfigout,regdictionaryout,jsonb_out,anyrange_out,jsonpath_out,regnamespaceout,regroleout,macaddr8_out,regcollationout,anycompatiblemultirange_out,anymultirange_out,brin_bloom_summary_out,brin_minmax_multi_summary_out,pg_mcv_list_out,pg_snapshot_out,xid8out,anycompatible_out,anycompatiblearray_out,anycompatiblenonarray_out,anycompatiblerange_out} \N \N \N 1247 18 f 0 4 -0.1280389 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.4764992,0.34359807,0.03241491,0.009724474,0.009724474,0.008103727,0.003241491} \N {0.13610539} \N \N {array_recv,record_recv,-,range_recv,multirange_recv,domain_recv,textrecv} {pg_ddl_command_recv,pg_node_tree_recv,json_recv,int2recv,int4recv,int8recv,int2vectorrecv,bytearecv,unknownrecv,oidrecv,oidvectorrecv,namerecv,float4recv,float8recv,point_recv,bpcharrecv,varcharrecv,charrecv,boolrecv,tidrecv,xidrecv,cidrecv,regprocrecv,regprocedurerecv,regoperrecv,regoperatorrecv,regclassrecv,regtyperecv,bit_recv,varbit_recv,numeric_recv,date_recv,time_recv,timetz_recv,timestamp_recv,timestamptz_recv,interval_recv,lseg_recv,path_recv,box_recv,poly_recv,line_recv,circle_recv,cash_recv,macaddr_recv,inet_recv,cidr_recv,cstring_recv,anyarray_recv,xml_recv,txid_snapshot_recv,uuid_recv,void_recv,pg_lsn_recv,pg_ndistinct_recv,pg_dependencies_recv,macaddr8_recv,tsvectorrecv,tsqueryrecv,regconfigrecv,regdictionaryrecv,jsonb_recv,jsonpath_recv,regnamespacerecv,regrolerecv,regcollationrecv,brin_bloom_summary_recv,brin_minmax_multi_summary_recv,pg_mcv_list_recv,pg_snapshot_recv,xid8recv,anycompatiblearray_recv} \N \N \N 1255 3 f 0 4 2 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.9966927,0.003307276} {0.99999994} \N \N \N {11,13868} \N \N \N \N 1247 19 f 0 4 -0.12641816 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.4764992,0.34359807,0.03241491,0.009724474,0.009724474,0.004862237,0.003241491,0.003241491,0.003241491,0.003241491} \N {0.1325572} \N \N {array_send,record_send,-,range_send,multirange_send,varcharsend,int4send,textsend,namesend,timestamptz_send} {pg_ddl_command_send,pg_node_tree_send,json_send,int2send,int8send,int2vectorsend,byteasend,unknownsend,oidsend,oidvectorsend,float4send,float8send,point_send,bpcharsend,charsend,boolsend,tidsend,xidsend,cidsend,regprocsend,regproceduresend,regopersend,regoperatorsend,regclasssend,regtypesend,bit_send,varbit_send,numeric_send,date_send,time_send,timetz_send,timestamp_send,interval_send,lseg_send,path_send,box_send,poly_send,line_send,circle_send,cash_send,macaddr_send,inet_send,cidr_send,cstring_send,anyarray_send,xml_send,txid_snapshot_send,uuid_send,void_send,pg_lsn_send,pg_ndistinct_send,pg_dependencies_send,macaddr8_send,tsvectorsend,tsquerysend,regconfigsend,regdictionarysend,jsonb_send,jsonpath_send,regnamespacesend,regrolesend,regcollationsend,brin_bloom_summary_send,brin_minmax_multi_summary_send,pg_mcv_list_send,pg_snapshot_send,xid8send,anycompatiblearray_send} \N \N \N 1247 20 f 0 4 11 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.9675851,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491} {0.8632604} \N \N \N {-,varbittypmodin,intervaltypmodin,timestamptypmodin,timestamptztypmodin,timetypmodin,timetztypmodin,bpchartypmodin,varchartypmodin,numerictypmodin,bittypmodin} \N \N \N \N 1247 21 f 0 4 11 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.9675851,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491,0.003241491} {0.86326796} \N \N \N {-,intervaltypmodout,timestamptypmodout,timestamptztypmodout,timetypmodout,timetztypmodout,bpchartypmodout,varchartypmodout,numerictypmodout,bittypmodout,varbittypmodout} \N \N \N \N 1247 22 f 0 4 5 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.5024311,0.4764992,0.009724474,0.009724474} {0.52225685} \N \N \N {-,array_typanalyze,range_typanalyze,multirange_typanalyze} \N \N \N \N 1247 23 f 0 1 4 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {0.78768235,0.19773096,0.011345219,0.003241491} {0.21768} \N \N \N {d,i,c,s} \N \N \N \N 1247 24 f 0 1 3 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {0.8881686,0.10696921,0.004862237} {0.9848} \N \N \N {x,p,m} \N \N \N \N 1247 25 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {f} \N \N \N \N 1247 26 f 0 4 5 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.9918963,0.003241491} \N {0.9973997} \N \N {0,1043} {19,23,1184} \N \N \N 1247 27 f 0 4 3 1 2 3 0 0 96 97 97 0 0 0 0 0 0 0 {0.9967585} \N {0.99902004} \N \N {-1} {2,7} \N \N \N 1247 28 f 0 4 1 1 3 0 0 0 96 97 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {0} \N \N \N \N 1247 29 f 0 4 3 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.9675851,0.019448947,0.012965964} {0.8901341} \N \N \N {0,100,950} \N \N \N \N 1247 30 f 0.99837923 60 -0.0016207695 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1247 31 f 0.99837923 21 -0.0016207695 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1247 32 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1260 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {0.32058823} \N \N \N {10,3373,3374,3375,3377,4200,4544,4550,4569,4570,4571,6171,6181,6182,6304,9256} \N \N \N \N 1260 2 f 0 64 -1 2 3 0 0 0 660 660 0 0 0 950 950 0 0 0 \N {0.07647059} \N \N \N {SYSTEM,pg_checkpoint,pg_create_subscription,pg_database_owner,pg_execute_server_program,pg_maintain,pg_monitor,pg_read_all_data,pg_read_all_settings,pg_read_all_stats,pg_read_server_files,pg_signal_backend,pg_stat_scan_tables,pg_use_reserved_connections,pg_write_all_data,pg_write_server_files} \N \N \N \N 1260 3 f 0 1 -0.125 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.9375} {0.64705884} \N \N \N {f} \N \N \N \N 1260 4 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {t} \N \N \N \N 1260 5 f 0 1 -0.125 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.9375} {0.64705884} \N \N \N {f} \N \N \N \N 1260 6 f 0 1 -0.125 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.9375} {0.64705884} \N \N \N {f} \N \N \N \N 1260 7 f 0 1 -0.125 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.9375} {0.64705884} \N \N \N {f} \N \N \N \N 1260 8 f 0 1 -0.125 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.9375} {0.64705884} \N \N \N {f} \N \N \N \N 1260 9 f 0 1 -0.125 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.9375} {0.64705884} \N \N \N {f} \N \N \N \N 1260 10 f 0 4 1 1 3 0 0 0 96 97 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {-1} \N \N \N \N 1260 11 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1260 12 f 1 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1249 1 f 0 4 -0.13284251 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.0262484,0.014084507,0.0124839945,0.012163892,0.01184379,0.011523687,0.01056338,0.010243278,0.010243278,0.009923175,0.009282971,0.008962868,0.008962868,0.008962868,0.008642766,0.008642766,0.008322664,0.008322664,0.008322664,0.008002561,0.0076824585,0.0076824585,0.0070422534,0.0067221513,0.0064020487,0.0057618436,0.0057618436,0.0057618436,0.0057618436,0.0054417416,0.0054417416,0.0054417416,0.0054417416,0.005121639,0.005121639,0.0048015364,0.0048015364,0.0048015364,0.0048015364,0.0048015364,0.0048015364,0.0048015364,0.004481434,0.004481434,0.004481434,0.004481434,0.004481434,0.004481434,0.004481434,0.004481434,0.004161332,0.004161332,0.004161332,0.004161332,0.004161332,0.004161332,0.004161332,0.004161332,0.004161332,0.0038412292,0.0038412292,0.0038412292,0.0038412292,0.0038412292,0.0038412292,0.0038412292,0.0038412292,0.0038412292,0.0038412292,0.0038412292,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0032010244,0.0032010244,0.0032010244,0.0032010244,0.0032010244,0.0032010244,0.0032010244,0.0032010244,0.0032010244,0.0032010244,0.0032010244} \N {0.948895} \N \N {14038,13956,1259,1247,2619,1255,2606,1249,13995,13906,14124,2600,12266,14154,2610,13981,12142,12152,12161,2620,1262,6100,12222,2617,12227,1260,3456,12257,12297,12053,12063,12104,14101,12073,12320,2602,2612,2616,3381,6104,12058,12236,1417,2224,2607,2618,3079,3256,3350,3601,1214,1261,2328,2608,3466,3541,12000,12310,14052,2603,2605,3429,3600,12147,12157,12166,12305,12315,14047,14086,826,1213,2753,3394,3576,3596,3602,3764,6106,12048,12114,12170,12175,12179,12244,12330,14057,14062,14072,1418,2601,2604,2609,2611,2615,3501,3592,3603,6102,12240} {112,1232,2336,2579,2653,2658,2665,2673,2682,2690,2696,2754,2831,2834,2836,2838,2841,2964,2966,2995,3119,3430,3439,3502,3597,3604,3997,4143,4145,4147,4150,4153,4155,4157,4160,4165,4167,4169,4172,4175,4177,4181,4184,6000,6113,6175,6229,6243,6244,12005,12014,12023,12038,12068,12085,12095,12099,12118,12134,12183,12192,12196,12205,12218,12249,12262,12271,12285,12293,12301,12340,13897,13916,13931,13941,13951,13966,13976,14000,14005,14014,14019,14028,14033,14055,14060,14066,14070,14077,14091,14106,14115,14129,14139,14144,14164,14176,14185,14193,14206,14216} \N \N \N 1255 4 f 0 4 1 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {10} \N \N \N \N 1255 5 f 0 4 3 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.9549008,0.02675887,0.01834035} {0.9976959} \N \N \N {12,13,14} \N \N \N \N 1255 6 f 0 4 4 1 3 0 0 0 620 622 0 0 0 0 0 0 0 0 {0.9666266,0.020144317,0.012026458,0.0012026458} {0.9840678} \N \N \N {1,100,10,1000} \N \N \N \N 1249 2 f 0 64 -0.37964147 1 2 3 0 0 93 660 660 0 0 950 950 950 0 0 {0.034891166,0.034571063,0.034571063,0.034571063,0.034571063,0.034571063,0.028489117,0.025608195,0.025608195,0.0128040975,0.009923175,0.0076824585,0.0067221513,0.0064020487,0.0064020487,0.0064020487,0.004481434,0.004161332,0.0038412292,0.0038412292,0.0038412292,0.0038412292,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0035211267,0.0032010244,0.0032010244,0.0032010244,0.0028809218,0.0028809218,0.0028809218,0.0028809218,0.0028809218,0.0028809218,0.0028809218,0.0028809218,0.0028809218,0.0025608195,0.0025608195,0.0025608195,0.0025608195,0.0025608195,0.0025608195,0.0025608195,0.0025608195,0.0025608195,0.0025608195,0.0025608195,0.0025608195,0.002240717,0.002240717,0.002240717,0.002240717,0.002240717,0.002240717,0.002240717,0.002240717,0.002240717,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0019206146,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0016005122,0.0012804097,0.0012804097,0.0012804097,0.0012804097,0.0012804097} \N {0.019005429} \N \N {xmin,cmax,cmin,ctid,tableoid,xmax,oid,chunk_id,chunk_seq,chunk_data,schemaname,relid,relname,table_catalog,table_name,table_schema,grantor,pid,grantee,is_grantable,name,objsubid,classoid,column_name,objoid,specific_catalog,specific_name,specific_schema,udt_catalog,udt_name,udt_schema,datname,privilege_type,stats_reset,character_set_catalog,character_set_name,character_set_schema,collation_catalog,collation_name,collation_schema,data_type,idx_scan,idx_tup_fetch,authorization_identifier,constraint_catalog,constraint_name,constraint_schema,datid,foreign_server_catalog,foreign_server_name,indexrelid,numeric_precision,numeric_precision_radix,numeric_scale,tablename,character_maximum_length,character_octet_length,datetime_precision,dtd_identifier,interval_precision,interval_type,routine_catalog,routine_name,routine_schema,idx_blks_hit,idx_blks_read,indexrelname,last_idx_scan,maximum_cardinality,n_tup_del,n_tup_hot_upd,n_tup_ins,n_tup_newpage_upd,n_tup_upd,scope_catalog,scope_name,scope_schema,seq_scan,seq_tup_read,blks_hit,blks_read,classid,conname,connamespace,domain_catalog,domain_name,domain_schema,foreign_data_wrapper_catalog,foreign_data_wrapper_name,objid,option_name,option_value,phase,provider,usename,attname,comments,database,object_catalog,object_name} {abbrev,adbin,agginitval,aggtransspace,amoppurpose,amprocrighttype,attalign,attmissingval,attribute_udt_name,avg_width,blks_written,castcontext,cfgnamespace,client_dn,colllocale,commit_action,confl_lock,conninfo,contoencoding,current_locker_pid,datistemplate,defaclrole,dependent_column,elem_count_histogram,error,event_object_table,extcondition,failover,feature_name,foreign_table_catalog,ftoptions,groname,heap_blks_scanned,identity_increment,index_rebuild_count,indisreplident,inherited,io_depth,is_insertable_into,is_typed,lanispl,last_autoanalyze,last_vacuum,local_id,mapseqno,member,most_common_freqs,n_ins_since_vacuum,null_frac,object_type,opcname,oprcom,oprright,pageno,partexprs,pnnspid,prattrs,proconfig,proretset,prrelid,pubname,reads,refobjid,relhasrules,relowner,replay_lsn,result_cast_collation_catalog,result_cast_type_udt_catalog,roident,role_name,rolreplication,rulename,sender_port,sequence_name,setrole,slot_name,spill_bytes,srvid,stacoll2,stanumbers2,state_change,stavalues5,stxname,subdbid,subpublications,sys_name,tgconstraint,tgrelid,tmplnamespace,total_time,trigger_name,tuples_skipped,type,typname,umoptions,usebypassrls,user_name,valuntil,virtualtransaction,wal_write_time,xact_start} \N \N \N 1249 3 f 0 4 45 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.1971831,0.14340588,0.08226632,0.072663255,0.069142126,0.050576184,0.048015364,0.04737516,0.042893726,0.034571063,0.033930857,0.024327785,0.017285531,0.016005121,0.01440461,0.013444303,0.011523687,0.010883483,0.010243278,0.009282971,0.0057618436,0.005121639,0.005121639,0.004481434,0.004481434,0.004481434,0.0035211267,0.0028809218,0.0019206146,0.0019206146,0.0016005122,0.0012804097,0.0009603073,0.0009603073,0.0009603073,0.0006402049,0.0006402049,0.0006402049,0.0006402049,0.0006402049,0.0006402049} \N {0.46591055} \N \N {26,13887,20,28,29,23,19,25,16,27,13885,13882,1184,13895,18,17,24,21,2275,1009,701,194,3220,700,1034,2277,1021,1028,22,30,1186,1003,1002,1005,13893,869,1022,1700,2211,3361,3402} {1000,2206,5017,10028} \N \N \N 1249 4 f 0 2 9 1 3 0 0 0 94 95 0 0 0 0 0 0 0 0 {0.43021768,0.19142126,0.15236875,0.11139565,0.057298336,0.034571063,0.010883483,0.010243278,0.0016005122} {0.54158145} \N \N \N {4,64,-1,8,1,6,2,-2,16} \N \N \N \N 1249 5 f 0 2 88 1 2 3 0 0 94 95 95 0 0 0 0 0 0 0 {0.13284251,0.10947503,0.08610755,0.064020485,0.054737516,0.046734955,0.041293215,0.034571063,0.034571063,0.034571063,0.034571063,0.034571063,0.034571063,0.03297055,0.025608195,0.019206146,0.017285531,0.014724712,0.01184379,0.011203585,0.011203585,0.010243278,0.009603073,0.008322664,0.0070422534,0.0067221513,0.0064020487,0.006081946,0.0054417416,0.0054417416,0.0054417416,0.0054417416,0.004161332,0.0035211267,0.0028809218,0.0025608195,0.002240717,0.0016005122,0.0009603073,0.0006402049,0.0006402049,0.0006402049,0.0006402049,0.0006402049,0.0006402049,0.0006402049,0.0006402049,0.0006402049,0.0006402049,0.0006402049} \N {0.34182674} \N \N {1,2,3,4,5,6,7,-6,-5,-4,-3,-2,-1,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44} {45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82} \N \N \N 1249 6 f 0 4 1 1 3 0 0 0 96 97 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {-1} \N \N \N \N 1249 7 f 0 4 1 1 3 0 0 0 96 97 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {-1} \N \N \N \N 1249 8 f 0 2 2 1 3 0 0 0 94 95 0 0 0 0 0 0 0 0 {0.981114,0.018886043} {0.91587037} \N \N \N {0,1} \N \N \N \N 1249 9 f 0 1 2 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.60979515,0.39020488} {0.11608433} \N \N \N {t,f} \N \N \N \N 1249 10 f 0 1 4 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {0.57266325,0.25896287,0.122919336,0.045454547} {0.015353081} \N \N \N {i,c,d,s} \N \N \N \N 1249 11 f 0 1 3 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {0.8642766,0.13444301,0.0012804097} {0.83202636} \N \N \N {p,x,m} \N \N \N \N 1249 12 f 0 1 1 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {""} \N \N \N \N 1249 13 f 0 1 2 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.62900126,0.3709987} {-0.22544694} \N \N \N {f,t} \N \N \N \N 1249 14 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {f} \N \N \N \N 1249 15 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {f} \N \N \N \N 1249 16 f 0 1 1 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {""} \N \N \N \N 1249 17 f 0 1 1 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {""} \N \N \N \N 1249 18 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {f} \N \N \N \N 1249 19 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {t} \N \N \N \N 1249 20 f 0 2 1 1 3 0 0 0 94 95 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {0} \N \N \N \N 1249 21 f 0 4 3 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.68373877,0.28040972,0.03585147} {0.8943654} \N \N \N {0,950,100} \N \N \N \N 1249 22 f 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1249 23 f 0.9945583 37 1 1 0 0 0 0 1070 0 0 0 0 0 0 0 0 0 {0.0054417416} \N \N \N \N {"{=r/SYSTEM}"} \N \N \N \N 1249 24 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1249 25 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1249 26 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1255 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {0.7003033} \N \N \N {3,68,123,158,195,231,281,314,350,391,451,516,714,768,851,885,940,985,1050,1138,1172,1240,1284,1317,1373,1409,1445,1478,1565,1619,1658,1693,1730,1776,1833,1897,1937,2003,2039,2082,2119,2152,2186,2242,2285,2323,2381,2422,2456,2489,2522,2581,2647,2734,2781,2819,2887,2920,2956,3011,3045,3082,3117,3162,3204,3266,3306,3342,3404,3443,3484,3529,3568,3624,3685,3723,3772,3808,3845,3879,3947,3986,4026,4091,4133,4216,4253,4286,4320,4353,4386,4621,5018,5057,6004,6170,6210,6253,6286,8437,14223} \N \N \N \N 1255 2 f 0 64 -0.8205051 1 2 3 0 0 93 660 660 0 0 950 950 950 0 0 {0.006614552,0.006614552,0.0048105833,0.003908599,0.0036079374,0.0036079374,0.002705953,0.002705953,0.002705953,0.0024052917,0.0024052917,0.0024052917,0.0024052917,0.0024052917,0.0024052917,0.0021046302,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0015033073,0.0015033073,0.0015033073,0.0015033073,0.0015033073,0.0015033073,0.0015033073,0.0015033073,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434} \N {0.19456117} \N \N {max,min,in_range,overlaps,has_column_privilege,ts_headline,generate_series,int4,timezone,int8,length,numeric,substring,sum,to_char,avg,abs,date_part,extract,float4,float8,has_any_column_privilege,has_database_privilege,has_foreign_data_wrapper_privilege,has_function_privilege,has_language_privilege,has_schema_privilege,has_sequence_privilege,has_server_privilege,has_table_privilege,has_tablespace_privilege,has_type_privilege,int2,overlay,pg_has_role,regexp_instr,stddev,stddev_pop,stddev_samp,text,to_tsvector,var_pop,var_samp,variance,age,pg_get_viewdef,point,regexp_replace,regexp_substr,time,timestamptz,trunc,bit_and,bit_or,bit_xor,box,date_trunc,isfinite,mod,octet_length,percentile_cont,pg_read_binary_file,pg_read_file,polygon,substr,timestamp,ts_rank,ts_rank_cd,area,bit,bit_length,bpchar,btrim,circle,datemultirange,gcd,gin_extract_tsquery,gin_tsquery_consistent,has_parameter_privilege,int4multirange,int8multirange,ishorizontal,isvertical,jsonb_delete,lag,lcm,lead,like,log,lower,ltrim,money,name,notlike,nummultirange,pg_copy_logical_replication_slot,position,regexp_count,round,rtrim} {RI_FKey_cascade_del,aclexplode,anycompatiblerange_in,array_cat,array_to_json,binary_upgrade_create_empty_extension,bitge,boolor_statefunc,box_overlap,bpcharnlike,brin_minmax_multi_distance_float4,broadcast,btnametextcmp,bytearecv,cash_words,cidin,circle_overabove,cosh,date,date_mi_interval,diameter,dsimple_init,enum_smaller,float48div,float4um,float8_stddev_pop,fmgr_internal_validator,gin_extract_tsvector,gist_poly_distance,hash_numeric_extended,hashname,inet_client_port,initcap,int2and,int2vectorsend,int4_sum,int4smaller,int8_avg_accum,int8or,interval_avg_deserialize,interval_um,json_array_elements_text,json_recv,jsonb_each_text,jsonb_object_field_text,jsonb_to_tsvector,likejoinsel,lo_open,lseg_le,macaddr_cmp,mic_to_euc_jp,multirange_contained_by_multirange,multirangesel,neqsel,nth_value,numeric_log,numeric_uminus,oidvectorin,path_n_ge,pg_advisory_unlock_shared,pg_control_recovery,pg_describe_object,pg_get_multixact_members,pg_indexam_has_property,pg_ls_logdir,pg_mcv_list_out,pg_relation_is_publishable,pg_size_pretty,pg_stat_get_backend_pid,pg_stat_get_db_checksum_failures,pg_stat_get_function_calls,pg_stat_get_wal,pg_table_is_visible,pg_wal_replay_pause,point_recv,postgresql_fdw_validator,range_adjacent_multirange,range_intersect_agg_transfn,record_image_ge,regdictionarysend,regprocedureout,row_number,setseed,spg_box_quad_config,starts_with,text_larger,textnename,time_hash_extended,timestamp_hash,timestamptz_eq_date,timetypmodin,to_ascii,trim_array,tsq_mcontained,tsvector_concat,unicode_version,utf8_to_johab,varbiteq,win1250_to_latin2,xid8out,xpath_exists} \N \N \N 1255 7 f 0 4 14 1 2 3 0 0 620 622 622 0 0 0 0 0 0 0 {0.9687312,0.012627781,0.009019843,0.0024052917,0.0024052917,0.0012026458,0.0006013229,0.0006013229,0.0006013229,0.0006013229} \N {0.97442895} \N \N {0,1000,100,10,20,50,1,16,250,10000} {3,23,30,500} \N \N \N 1255 8 f 0 4 9 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.98947686,0.005712568,0.0030066145} \N {0.9943717} \N \N {0,2276,25} {3904,3906,3908,3910,3912,3926} \N \N \N 1255 9 f 0 4 25 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.9864702,0.0021046302,0.0012026458,0.00090198434,0.00090198434,0.00090198434,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229} \N {0.97095776} \N \N {-,textlike_support,network_subset_support,texticregexeq_support,texticlike_support,textregexeq_support,timestamp_support,time_support,generate_series_int4_support,generate_series_int8_support,array_unnest_support,int8inc_support} {varchar_support,numeric_support,varbit_support,interval_support,window_row_number_support,window_rank_support,window_dense_rank_support,text_starts_with_support,window_percent_rank_support,window_cume_dist_support,window_ntile_support,range_contains_elem_support,elem_contained_by_range_support} \N \N \N 1255 10 f 0 1 3 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {0.94828624,0.04720385,0.0045099217} {0.88499767} \N \N \N {f,a,w} \N \N \N \N 1255 11 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {f} \N \N \N \N 1255 12 f 0 1 2 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.8986771,0.10132291} {0.6448469} \N \N \N {f,t} \N \N \N \N 1255 13 f 0 1 2 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.88965726,0.110342756} {0.7311584} \N \N \N {t,f} \N \N \N \N 1255 14 f 0 1 2 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.9687312,0.03126879} {0.9751109} \N \N \N {f,t} \N \N \N \N 1255 15 f 0 1 3 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {0.7245941,0.19512929,0.08027661} {0.71181506} \N \N \N {i,s,v} \N \N \N \N 1255 16 f 0 1 3 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {0.9164161,0.05622369,0.027360192} {0.8432271} \N \N \N {s,r,u} \N \N \N \N 1255 17 f 0 2 10 1 3 0 0 0 94 95 0 0 0 0 0 0 0 0 {0.4095009,0.3908599,0.06855081,0.04780517,0.032471437,0.02705953,0.018039687,0.003908599,0.0015033073} {0.34845692} \N \N \N {2,1,3,0,4,6,5,7,8} \N \N \N \N 1255 18 f 0 2 5 1 2 3 0 0 94 95 95 0 0 0 0 0 0 0 {0.9897775,0.005411906,0.0042092605} \N {0.99977434} \N \N {0,1,2} {3,7} \N \N \N 1255 19 f 0 4 114 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.2387252,0.09861696,0.077570654,0.058328323,0.057125676,0.040288635,0.03517739,0.033373423,0.033373423,0.032170776,0.030667469,0.015935058,0.012026458,0.009621167,0.009621167,0.009019843,0.008719183,0.008117859,0.0075165364,0.0075165364,0.0069152135,0.0069152135,0.0069152135,0.0063138907,0.0063138907,0.006013229,0.006013229,0.005712568,0.0051112445,0.0051112445,0.0045099217,0.0045099217,0.0045099217,0.0042092605,0.003908599,0.003908599,0.003908599,0.0036079374,0.003307276,0.0030066145,0.002705953,0.002705953,0.002705953,0.0024052917,0.0024052917,0.0024052917,0.0021046302,0.0021046302,0.0021046302,0.0021046302,0.0021046302,0.0018039687,0.0018039687,0.0015033073,0.0015033073,0.0012026458,0.0012026458,0.0012026458,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229} \N {0.29776412} \N \N {16,23,701,20,25,2281,17,2275,2278,1700,2249,1184,3802,21,1186,114,700,790,600,1114,26,2283,3220,142,2277,869,3614,1560,2279,3615,19,1083,1266,603,1009,1082,4537,3831,5069,602,718,1042,3500,18,774,2205,27,325,829,1022,5078,604,650,601,1016,1043,1562,2206,24,28,628,1007,1034,2202,2203,2204,2276,2950,2970,3310,3734,3904,3912,3926,4089,4096,4191,4451,4532,4533,4534,4535,4536,5038,5077,22,29,30,32,143,194,269,705,1033,1187,2280,3361,3402,3642,3769} {1003,2776,3838,3906,3908,3908,3910,4072,4538,4600,4601,4601,5017,5080} \N \N \N 1255 20 f 0 31 -0.1785929 1 2 3 0 0 649 645 645 0 0 0 0 0 0 0 {0.0538184,0.04780517,0.04389657,0.025255563,0.02465424,0.023150932,0.021948285,0.020444978,0.020444978,0.019542994,0.013830427,0.012928443,0.011425136,0.009921828,0.008117859,0.008117859,0.0072158747,0.0072158747,0.006614552,0.006614552,0.006614552,0.006614552,0.006013229,0.005712568,0.005712568,0.005712568,0.005712568,0.005712568,0.005411906,0.005411906,0.005411906,0.005411906,0.005411906,0.0048105833,0.0048105833,0.0045099217,0.0045099217,0.0045099217,0.0045099217,0.0045099217,0.0045099217,0.0042092605,0.0042092605,0.0042092605,0.0042092605,0.0042092605,0.0042092605,0.0042092605,0.003908599,0.003908599,0.003908599,0.003908599,0.003908599,0.003908599,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.0036079374,0.003307276,0.003307276,0.003307276,0.003307276,0.003307276,0.003307276,0.003307276,0.003307276,0.003307276,0.003307276,0.003307276,0.0030066145,0.0030066145,0.0030066145,0.0030066145,0.0030066145,0.0030066145,0.0030066145,0.0030066145,0.002705953,0.002705953,0.002705953,0.002705953,0.002705953,0.002705953,0.002705953,0.002705953,0.002705953,0.002705953} \N {0.1577345} \N \N {2281,"",26,"23 23 2275 2281 23 16",2275,25,"25 25",23,701,"2281 2281",20,1700,"23 23","701 701",21,"1700 1700","20 20","2281 26 2281 23",700,3802,"603 603","2281 26 2281 21 2281","3831 3831","600 600","718 718","869 869","4537 4537","2275 26 23",2205,2276,"17 17","19 25","21 21",869,1022,2277,2283,4537,"20 23","26 25","2281 26 23",1186,3831,"23 20","601 601","1042 1042","2249 2249","26 25 25",114,"21 23","604 604","700 700","1114 1114","1184 1184",19,602,603,1184,1560,"20 21","21 20","26 23","790 790","1082 1082","2277 2277","3615 3615","19 25 25","19 26 25","25 25 25","26 26 25","2281 2281 2281",16,17,1042,1114,"23 21","700 701","701 700","1186 1186","1560 1560","3220 3220","3802 3802",601,604,718,1263,"26 26","1083 1083","3500 3500","3802 4072 3802 16",3500,"16 16","19 19","25 19","27 27","774 774","829 829","1266 1266","5069 5069","2281 2281 2281 2281"} {18,24,28,32,600,650,774,829,1016,1082,1083,1562,2249,2776,3220,3402,3615,3904,3912,4096,5017,5069,"17 19","17 2281","18 18","20 2276","23 1082","25 23","25 142","25 1114","25 1266","26 16","28 23","30 30","114 1009","600 602","600 701","601 628","602 602","603 600","628 628","700 25","718 600","790 21","869 20","1022 700","1034 1033","1042 25","1082 1114","1082 1184","1114 20","1114 1082","1184 23","1184 1114","1186 20","1186 1184","1560 23","1562 1562","2205 20","2276 2276","2277 23","2281 20","2281 701","2281 2276","2281 2283","2283 23","2950 20","3220 1184","3614 3614","3615 25","3769 25","3802 1009","3831 2283","4537 2283","5077 5078","17 17 23","19 19 25","23 23 25","25 25 16","25 1184 25","26 26 23","1082 1082 25","1560 23 23","2277 23 16","2281 2276 2276","3614 18 1009","3734 3802 3615","16 25 17 16","19 26 21 25","25 20 20 16","26 25 21 25","1083 1083 1083 1186","1184 1184 1186 25","2281 2281 2281 23","21 21 21 16 16","1082 1082 1186 16 16","2281 600 21 26 2281","2281 3615 21 26 2281","25 25 25 23 23 25","2281 21 3802 23 2281 2281 2281","26 19 16 700 23 700 21 21 21 21 21 1021 1021 1021 1021 1021 25 25 25 25 25"} \N \N \N 1255 21 f 0.96061337 42 103 1 2 3 4 5 1070 1072 1072 607 607 0 0 0 0 0 {0.003307276,0.0018039687,0.0015033073,0.00090198434,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229} \N {-0.1256606} {0.23664123,0.015267176,0.007633588,0.122137405,0.22137405,0.015267176,0.007633588,0.2977099,0.5496183,0.18320611,0.091603056,0.007633588,0.045801528,0.007633588,0.022900764,0.007633588,0.007633588,0.007633588,0.007633588,0.16030534,0.007633588,0.22137405,0.022900764,0.022900764,0.022900764,0.007633588,0.13740458,0.007633588,0.03816794,0.007633588,0.18320611,0.007633588,0.007633588,0.015267176,0.015267176,0.053435113,0.007633588,0.007633588,0.007633588,0.007633588,0.007633588,0.007633588,0.007633588,0.007633588,0.5496183,0} {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,6,6,6,7,7,9,2.8549619} {"{2276}","{25,20,1184}","{2281,2276}","{3802,1009}","{19,19,16,19,3220}","{19,19,19,3220}","{19,3220,23,1009,3220,28,17}","{19,3220,23,1009,3220,28,25}","{25,2276}","{28,1184,26}","{114,1009}"} {"{16,3220,25,25}","{19,16,16,19,3220}","{19,19,16,16,16,19,3220}","{19,19,16,19,19,3220}","{19,19,25,26,16,16,23,28,28,3220,3220,25,20,16,25,16,16}","{19,25,16,16,16,19,1003,25}","{19,25,25}","{19,25,25,25}","{19,3220,19,3220}","{20,20,1700,20,20,20,701,701,1184}","{20,25,1184,20,25,1184,1184}","{20,3220,3220}","{20,3220,3220,23}","{20,3220,3220,26,26,26,21,20,16}","{23,23,16}","{23,23,20,1184}","{23,23,23,23,23,23,23,23,23,16,23}","{23,25,16}","{23,25,23,25,25,25,25}","{23,25,23,25,1009,1009,25,25,25,1009,25}","{23,25,3220,23,3220,3220,23,1184,1184,3220,1184,25,25,23,25}","{23,25,3220,3220,3220,3220,1186,1186,1186,23,25,1184}","{23,26,23,26,25,25,25,25,25,1184,1184,1184,1184,869,25,23,28,28,25,16,25,25,23,25,1700,25,16,25,16,16,23,20}","{25,16,20,1184,1184,1184,1184,16}","{25,18,16,25,25}","{25,20,20,20}","{25,20,20,20,20,20,20,20,1184}","{25,20,1184,1184,1184,1184,16}","{25,23,23,25,25,16,25}","{25,23,25,25}","{25,23,26,26,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20}","{25,25}","{25,25,16,16,16,1184}","{25,25,20,20,20,20,20,20,20,20,1184}","{25,25,20,1184}","{25,25,23,23}","{25,25,23,25}","{25,25,25}","{25,25,25,20,701,20,701,20,701,20,701,20,20,20,20,20,701,1184}","{25,25,25,23,20,20,20,20,20}","{25,25,25,23,23}","{25,25,25,25,25,25}","{25,25,25,25,25,25,25,25,25,25,25,1009,25,25,25,23,16}","{25,25,25,25,3770,3769,1009}","{25,25,1184,2211,2211,16,20,20}","{25,25,1186,16}","{25,26,26,23,21,25,28,26,26,21,25,23,25,16,16,1184}","{25,1009,1009,26,26,23}","{25,1186,16}","{25,1700,20}","{26}","{26,20,20,20,20,16,20,26}","{26,23,25,25}","{26,25,20,1184}","{26,25,23,25}","{26,25,3220,3220}","{26,26,20,20,1184}","{26,26,23,16,16,16,25,25,25,25,1009,1009}","{26,26,23,25,25,25,25}","{26,26,23,25,25,25,25,16,32}","{26,26,23,25,1009,1009}","{26,26,26,23,23,3220,1184,1184,3220,1184,25}","{28,25,1184,26,26}","{28,28,25}","{114,25}","{114,25,25}","{114,25,114}","{114,114}","{1009,25,25}","{1009,26,26,22,194}","{1034,26,26,25,16}","{1184,20,20,20,20,20,20,23,23,23}","{2205,1009,2205,1009,16,16}","{2205,2205}","{2205,2205,2205,16,23}","{2277,2283,23}","{3220,23,3220,3220,16}","{3220,25,23}","{3220,3220,25,23,23,16,25,26,28,28,28,26,28,28,26,28,28,1184}","{3614,25,1005,1009}","{3734,25,25,25,25,3770,3769,1009}","{3802,25}","{3802,25,25}","{3802,25,3802}","{3802,3802}","{3905}","{3907}","{3909}","{3911}","{3913}","{3927}","{5017,23,1009,1000,701,701}"} \N {16,17,18,19,20,21,22,23,25,26,28,32,114,194,701,869,1000,1003,1005,1009,1034,1184,1186,1700,2205,2211,2276,2277,2281,2283,3220,3614,3734,3769,3770,3802,3905,3907,3909,3911,3913,3927,5017} \N 1259 29 f 0 4 6 1 0 0 0 0 352 0 0 0 0 0 0 0 0 0 {0.739759,0.24096386,0.004819277,0.004819277,0.004819277,0.004819277} \N \N \N \N {0,3,625,620,622,627} \N \N \N \N 1259 30 f 0 4 2 1 0 0 0 0 352 0 0 0 0 0 0 0 0 0 {0.739759,0.26024097} \N \N \N \N {0,1} \N \N \N \N 2600 11 f 0 4 -0.12101911 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.7643312,0.025477707,0.025477707,0.025477707,0.025477707,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854} \N {0.45214248} \N \N {-,numeric_var_samp,numeric_stddev_samp,numeric_poly_var_samp,numeric_poly_stddev_samp,int8_avg,numeric_var_pop,numeric_stddev_pop,numeric_poly_var_pop,numeric_poly_stddev_pop,bool_alltrue,int2int4_sum} {numeric_avg,interval_avg,numeric_sum,numeric_poly_sum,numeric_poly_avg,bool_anytrue,interval_sum} \N \N \N 1255 22 f 0.96031266 26 41 1 2 3 4 5 1070 1072 1072 92 92 0 0 0 0 0 {0.0051112445,0.0036079374,0.0036079374,0.003307276,0.0024052917,0.0015033073,0.0015033073,0.0015033073,0.0012026458,0.0012026458,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229} \N {-0.07171294} {0.530303,0.77272725,0.2651515,0.2651515,0.77272725,0} {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,1.5681819} {"{v}","{i,v}","{o,o,o}","{i,o,o}","{i,o,o,o}","{i,i,o,o}","{i,o}","{o,o,o,o}","{i,i,i,v,o,o,o}","{o,o,o,o,o,o,o,o,o}","{i,i,i,o,o}","{i,o,o,o,o}","{o,o,o,o,o}","{o,o,o,o,o,o,o}","{i,i,i,o,o,o}","{i,i,o,o,o,o,o,o}","{i,o,o,o,o,o,o}","{i,o,o,o,o,o,o,o,o,o,o}","{o,o,o,o,o,o}","{o,o,o,o,o,o,o,o}","{o,o,o,o,o,o,o,o,o,o,o}","{o,o,o,o,o,o,o,o,o,o,o,o}","{o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o}","{o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o}"} {"{i,i,i,i,i,o,o}","{i,i,i,i,o,o}","{i,i,i,o,o,o,o}","{i,i,i,o,o,o,o,o,o}","{i,i,i,v}","{i,i,o,o,o}","{i,i,o,o,o,o}","{i,o,o,o,o,o}","{i,o,o,o,o,o,o,o}","{i,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o}","{i,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o}","{o}","{o,o}","{o,o,o,o,o,o,o,o,o,o}","{o,o,o,o,o,o,o,o,o,o,o,o,o,o,o}","{o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o}","{v,o,o,o,o}"} \N {i,o,v} \N 1255 23 f 0.94648224 90 117 1 2 3 4 5 1070 1072 1072 98 98 950 950 950 950 950 {0.0030066145,0.0024052917,0.0018039687,0.0018039687,0.0015033073,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.0012026458,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229} \N {0.18335108} {0.0056179776,0.011235955,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.02247191,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.033707865,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.011235955,0.011235955,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.02247191,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.028089888,0.0056179776,0.011235955,0.011235955,0.011235955,0.028089888,0.02247191,0.016853932,0.0056179776,0.0056179776,0.016853932,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.02247191,0.02247191,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.12921348,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.02247191,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.016853932,0.06741573,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.011235955,0.011235955,0.011235955,0.011235955,0.011235955,0.0056179776,0.011235955,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.073033705,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.016853932,0.0056179776,0.016853932,0.02247191,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.056179777,0.02247191,0.0056179776,0.0056179776,0.0056179776,0.123595506,0.011235955,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.084269665,0.0056179776,0.011235955,0.011235955,0.0056179776,0.011235955,0.011235955,0.033707865,0.033707865,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.028089888,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.011235955,0.0056179776,0.07865169,0.028089888,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.039325844,0.0056179776,0.0056179776,0.016853932,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.033707865,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.016853932,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.028089888,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.016853932,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.028089888,0.011235955,0.02247191,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.016853932,0.0056179776,0.056179777,0.061797753,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.08988764,0.0056179776,0.011235955,0.011235955,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.028089888,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.011235955,0.0056179776,0.011235955,0.039325844,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.07865169,0.0056179776,0.073033705,0.07865169,0.016853932,0.033707865,0.011235955,0.0056179776,0.011235955,0.0056179776,0.011235955,0.02247191,0.02247191,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.028089888,0.0056179776,0.039325844,0.033707865,0.0056179776,0.028089888,0.02247191,0.011235955,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.10674157,0.0056179776,0.056179777,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.011235955,0.016853932,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.0056179776,0.039325844,0.0056179776,0.02247191,0.0056179776,0.0056179776,0.12921348,0} {1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,6,6,6,6,6,6,7,7,7,7,7,7,7,8,8,9,9,9,10,10,11,12,15,17,18,21,31,5.005618} {"{target,path,vars,silent}","{key,value}","{name,size,modification}","{typid,typmod}","{from_json,path_elems}","{from_json,element_index}","{from_json,field_name}","{from_json,key,value}","{from_json,value}","{slot_name,upto_lsn,upto_nchanges,options,lsn,xid,data}","{nulls,tableforest,targetns}","{query,nulls,tableforest,targetns}","{schema,nulls,tableforest,targetns}","{tbl,nulls,tableforest,targetns}","{base,from_json,use_json_as_text}","{src_slot_name,dst_slot_name,slot_name,lsn}","{src_slot_name,dst_slot_name,temporary,slot_name,lsn}","{target}","{transactional,prefix,message,flush}","{value,delimiter}","{xid,timestamp,roident}","{year,month,mday,hour,min,sec}"} {"{\\"\\",x,n}","{abbrev,utc_offset,is_dst}","{acl,grantor,grantee,privilege_type,is_grantable}","{archived_count,last_archived_wal,last_archived_time,failed_count,last_failed_wal,last_failed_time,stats_reset}","{backend_type,object,context,reads,read_time,writes,write_time,writebacks,writeback_time,extends,extend_time,op_bytes,hits,evictions,reuses,fsyncs,fsync_time,stats_reset}","{bid,subxact_count,subxact_overflowed}","{checkpoint_lsn,redo_lsn,redo_wal_file,timeline_id,prev_timeline_id,full_page_writes,next_xid,next_oid,next_multixact_id,next_multi_offset,oldest_xid,oldest_xid_dbid,oldest_active_xid,oldest_multi_xid,oldest_multi_dbid,oldest_commit_ts_xid,newest_commit_ts_xid,checkpoint_time}","{classid,objid,objsubid,command_tag,object_type,schema_name,object_identity,in_extension,command}","{classid,objid,objsubid,original,normal,is_temporary,object_type,schema_name,object_name,object_identity,address_names,address_args}","{classid,objid,objsubid,type,object_names,object_args}","{classid,objid,objsubid,type,schema,name,identity}","{cmdtype,pid,datid,relid,param1,param2,param3,param4,param5,param6,param7,param8,param9,param10,param11,param12,param13,param14,param15,param16,param17,param18,param19,param20}","{config,document,alias,description,token,dictionaries,dictionary,lexemes}","{cursor,count,nulls,tableforest,targetns}","{cursor,nulls,tableforest,targetns}","{document,alias,description,token,dictionaries,dictionary,lexemes}","{file_name,segment_number,timeline_id}","{filename,missing_ok,size,access,modification,change,creation,isdir}","{filename,size,access,modification,change,creation,isdir}","{fktable,fkcols,pktable,pkcols,is_array,is_opt}","{hour,min,sec}","{jsonb_in,path,replacement,create_if_missing}","{jsonb_in,path,replacement,create_if_missing,null_value_treatment}","{jsonb_in,path,replacement,insert_after}","{label,fast}","{local_id,external_id,remote_lsn,local_lsn}","{locktype,database,relation,page,tuple,virtualxid,transactionid,classid,objid,objsubid,virtualtransaction,pid,mode,granted,fastpath,waitstart}","{lsn,file_name,file_offset}","{map_number,file_name,line_number,map_name,sys_name,pg_username,error}","{max_data_alignment,database_block_size,blocks_per_segment,wal_block_size,bytes_per_wal_segment,max_identifier_length,max_index_columns,max_toast_chunk_size,large_object_chunk_size,float8_pass_by_value,data_page_checksum_version}","{mcv_list,index,values,nulls,frequency,base_frequency}","{mean,stddev}","{min_recovery_end_lsn,min_recovery_end_timeline,backup_start_lsn,backup_end_lsn,end_of_backup_record_required}","{multixid,xid,mode}","{name,abbrev,utc_offset,is_dst}","{name,blks_zeroed,blks_hit,blks_read,blks_written,blks_exists,flushes,truncates,stats_reset}","{name,default_version,comment}","{name,ident,parent,level,total_bytes,total_nblocks,free_bytes,free_chunks,used_bytes}","{name,off,size,allocated_size}","{name,setting}","{name,setting,unit,category,short_desc,extra_desc,context,vartype,source,min_val,max_val,enumvals,boot_val,reset_val,sourcefile,sourceline,pending_restart}","{name,source,target,path}","{name,statement,is_holdable,is_binary,is_scrollable,creation_time}","{name,statement,prepare_time,parameter_types,result_types,from_sql,generic_plans,custom_plans}","{name,version,superuser,trusted,relocatable,schema,requires,comment}","{oid}","{options_array,option_name,option_value}","{parser_name,tokid,alias,description}","{parser_name,txt,tokid,token}","{parser_oid,tokid,alias,description}","{parser_oid,txt,tokid,token}","{partitionid,relid}","{pg_control_version,catalog_version_no,system_identifier,pg_control_last_modified}","{pid,datid,pid,usesysid,application_name,state,query,wait_event_type,wait_event,xact_start,query_start,backend_start,state_change,client_addr,client_hostname,client_port,backend_xid,backend_xmin,backend_type,ssl,sslversion,sslcipher,sslbits,ssl_client_dn,ssl_client_serial,ssl_issuer_dn,gss_auth,gss_princ,gss_enc,gss_delegation,leader_pid,query_id}","{pid,state,sent_lsn,write_lsn,flush_lsn,replay_lsn,write_lag,flush_lag,replay_lag,sync_priority,sync_state,reply_time}","{pid,status,receive_start_lsn,receive_start_tli,written_lsn,flushed_lsn,received_tli,last_msg_send_time,last_msg_receipt_time,latest_end_lsn,latest_end_time,slot_name,sender_host,sender_port,conninfo}","{pid,timeout}","{pubname,pubid,relid,attrs,qual}","{query,weights,word,ndoc,nentry}","{query,word,ndoc,nentry}","{relation,attname,stainherit,stanullfrac,stawidth,stadistinct,stakind1,stakind2,stakind3,stakind4,stakind5,stanumbers1,stanumbers2,stanumbers3,stanumbers4,stanumbers5,stavalues1,stavalues2,stavalues3,stavalues4,stavalues5}","{relation,reltuples,relpages,relallvisible}","{rm_id,rm_name,rm_builtin}","{rootrelid,relid,parentrelid,isleaf,level}","{rule_number,file_name,line_number,type,database,user_name,address,netmask,auth_method,options,error}","{sequence_oid,start_value,minimum_value,maximum_value,increment,cycle_option,cache_size,data_type}","{slot_name,immediately_reserve,temporary,slot_name,lsn}","{slot_name,name,size,modification}","{slot_name,plugin,slot_type,datoid,temporary,active,active_pid,xmin,catalog_xmin,restart_lsn,confirmed_flush_lsn,wal_status,safe_wal_size,two_phase,conflict_reason,failover,synced}","{slot_name,plugin,temporary,twophase,failover,slot_name,lsn}","{slot_name,slot_name,spill_txns,spill_count,spill_bytes,stream_txns,stream_count,stream_bytes,total_txns,total_bytes,stats_reset}","{slot_name,upto_lsn,slot_name,end_lsn}","{sourcefile,sourceline,seqno,name,setting,applied,error}","{src_slot_name,dst_slot_name,temporary,plugin,slot_name,lsn}","{stats_reset,prefetch,hit,skip_init,skip_new,skip_fpw,skip_rep,wal_distance,block_distance,io_depth}","{str,strict}","{subid,subid,apply_error_count,sync_error_count,stats_reset}","{subid,subid,relid,pid,leader_pid,received_lsn,last_msg_send_time,last_msg_receipt_time,latest_end_lsn,latest_end_time,worker_type}","{summarized_tli,summarized_lsn,pending_lsn,summarizer_pid}","{tablespace,name,size,modification}","{tli,start_lsn,end_lsn}","{tli,start_lsn,end_lsn,relfilenode,reltablespace,reldatabase,relforknumber,relblocknumber,is_limit_block}","{transaction,gid,prepared,ownerid,dbid}","{tsvector,lexeme,positions,weights}","{type,name,description}","{type,object_names,object_args,classid,objid,objsubid}","{typid,mod}","{value,type_name,message,detail,hint,sql_error_code}","{wait,wait_seconds}","{wait_for_archive,lsn,labelfile,spcmapfile}","{wal_records,wal_fpi,wal_bytes,wal_buffers_full,wal_write,wal_sync,wal_write_time,wal_sync_time,stats_reset}","{word,catcode,barelabel,catdesc,baredesc}","{year,month,day}","{year,month,mday,hour,min,sec,timezone}","{years,months,weeks,days,hours,mins,secs}"} \N {"",abbrev,access,acl,active,active_pid,address,address_args,address_names,alias,allocated_size,application_name,applied,apply_error_count,archived_count,attname,attrs,auth_method,backend_start,backend_type,backend_xid,backend_xmin,backup_end_lsn,backup_start_lsn,baredesc,barelabel,base,base_frequency,bid,blks_exists,blks_hit,blks_read,blks_written,blks_zeroed,block_distance,blocks_per_segment,boot_val,bytes_per_wal_segment,cache_size,catalog_version_no,catalog_xmin,catcode,catdesc,category,change,checkpoint_lsn,checkpoint_time,classid,client_addr,client_hostname,client_port,cmdtype,command,command_tag,comment,config,confirmed_flush_lsn,conflict_reason,conninfo,context,count,create_if_missing,creation,creation_time,cursor,custom_plans,cycle_option,data,data_page_checksum_version,data_type,database,database_block_size,datid,datoid,day,days,dbid,default_version,delimiter,description,detail,dictionaries,dictionary,document,dst_slot_name,element_index,end_lsn,end_of_backup_record_required,enumvals,error,evictions,extend_time,extends,external_id,extra_desc,failed_count,failover,fast,fastpath,field_name,file_name,file_offset,filename,fkcols,fktable,float8_pass_by_value,flush,flush_lag,flush_lsn,flushed_lsn,flushes,free_bytes,free_chunks,frequency,from_json,from_sql,fsync_time,fsyncs,full_page_writes,generic_plans,gid,granted,grantee,grantor,gss_auth,gss_delegation,gss_enc,gss_princ,hint,hit,hits,hour,hours,ident,identity,immediately_reserve,in_extension,increment,index,insert_after,io_depth,is_array,is_binary,is_dst,is_grantable,is_holdable,is_limit_block,is_opt,is_scrollable,is_temporary,isdir,isleaf,jsonb_in,key,label,labelfile,large_object_chunk_size,last_archived_time,last_archived_wal,last_failed_time,last_failed_wal,last_msg_receipt_time,last_msg_send_time,latest_end_lsn,latest_end_time,leader_pid,level,lexeme,lexemes,line_number,local_id,local_lsn,locktype,lsn,map_name,map_number,max_data_alignment,max_identifier_length,max_index_columns,max_toast_chunk_size,max_val,maximum_value,mcv_list,mday,mean,message,min,min_recovery_end_lsn,min_recovery_end_timeline,min_val,minimum_value,mins,missing_ok,mod,mode,modification,month,months,multixid,n,name,ndoc,nentry,netmask,newest_commit_ts_xid,next_multi_offset,next_multixact_id,next_oid,next_xid,normal,null_value_treatment,nulls,object,object_args,object_identity,object_name,object_names,object_type,objid,objsubid,off,oid,oldest_active_xid,oldest_commit_ts_xid,oldest_multi_dbid,oldest_multi_xid,oldest_xid,oldest_xid_dbid,op_bytes,option_name,option_value,options,options_array,original,ownerid,page,param1,param10,param11,param12,param13,param14,param15,param16,param17,param18,param19,param2,param20,param3,param4,param5,param6,param7,param8,param9,parameter_types,parent,parentrelid,parser_name,parser_oid,partitionid,path,path_elems,pending_lsn,pending_restart,pg_control_last_modified,pg_control_version,pg_username,pid,pkcols,pktable,plugin,positions,prefetch,prefix,prepare_time,prepared,prev_timeline_id,privilege_type,pubid,pubname,qual,query,query_id,query_start,read_time,reads,receive_start_lsn,receive_start_tli,received_lsn,received_tli,redo_lsn,redo_wal_file,relallvisible,relation,relblocknumber,reldatabase,relfilenode,relforknumber,relid,relocatable,relpages,reltablespace,reltuples,remote_lsn,replacement,replay_lag,replay_lsn,reply_time,requires,reset_val,restart_lsn,result_types,reuses,rm_builtin,rm_id,rm_name,roident,rootrelid,rule_number,safe_wal_size,schema,schema_name,sec,secs,segment_number,sender_host,sender_port,sent_lsn,seqno,sequence_oid,setting,short_desc,silent,size,skip_fpw,skip_init,skip_new,skip_rep,slot_name,slot_type,source,sourcefile,sourceline,spcmapfile,spill_bytes,spill_count,spill_txns,sql_error_code,src_slot_name,ssl,ssl_client_dn,ssl_client_serial,ssl_issuer_dn,sslbits,sslcipher,sslversion,stadistinct,stainherit,stakind1,stakind2,stakind3,stakind4,stakind5,stanullfrac,stanumbers1,stanumbers2,stanumbers3,stanumbers4,stanumbers5,start_lsn,start_value,state,state_change,statement,stats_reset,status,stavalues1,stavalues2,stavalues3,stavalues4,stavalues5,stawidth,stddev,str,stream_bytes,stream_count,stream_txns,strict,subid,subxact_count,subxact_overflowed,summarized_lsn,summarized_tli,summarizer_pid,superuser,sync_error_count,sync_priority,sync_state,synced,sys_name,system_identifier,tableforest,tablespace,target,targetns,tbl,temporary,timeline_id,timeout,timestamp,timezone,tli,token,tokid,total_bytes,total_nblocks,total_txns,transaction,transactional,transactionid,truncates,trusted,tsvector,tuple,two_phase,twophase,txt,type,type_name,typid,typmod,unit,upto_lsn,upto_nchanges,use_json_as_text,used_bytes,user_name,usesysid,utc_offset,value,values,vars,vartype,version,virtualtransaction,virtualxid,wait,wait_event,wait_event_type,wait_for_archive,wait_seconds,waitstart,wal_block_size,wal_buffers_full,wal_bytes,wal_distance,wal_fpi,wal_records,wal_status,wal_sync,wal_sync_time,wal_write,wal_write_time,weeks,weights,word,worker_type,write_lag,write_lsn,write_time,writeback_time,writebacks,writes,written_lsn,x,xact_start,xid,xmin,year,years} \N 1255 24 f 0.9897775 272 30 1 2 3 0 0 98 664 664 0 0 950 950 950 0 0 {0.0006013229,0.0006013229,0.0006013229,0.0006013229} \N {0.06985294} \N \N {"({CONST :consttype 3802 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 100 :constvalue 8 [ 32 0 0 0 0 0 0 32 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 154 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 3802 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 103 :constvalue 8 [ 32 0 0 0 0 0 0 32 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 157 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 3802 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 94 :constvalue 8 [ 32 0 0 0 0 0 0 32 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 142 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 3802 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 97 :constvalue 8 [ 32 0 0 0 0 0 0 32 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 145 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})"} {"({CONST :consttype 1009 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 153 :constvalue 16 [ 64 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 ]})","({CONST :consttype 1009 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 154 :constvalue 16 [ 64 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 ]})","({CONST :consttype 1009 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 160 :constvalue 16 [ 64 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 ]})","({CONST :consttype 1009 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 161 :constvalue 16 [ 64 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 126 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 166 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 132 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 134 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 135 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 174 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 213 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 138 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]} {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 190 :constvalue 17 [ 68 0 0 0 117 115 101 95 106 115 111 110 95 110 117 108 108 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 140 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 141 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 164 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 167 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 61 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 96 :constvalue 4 [ 60 0 0 0 0 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 74 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 78 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 85 :constvalue 1 [ 1 0 0 0 0 0 0 0 ]})","({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 115 :constvalue 7 [ 28 0 0 0 78 70 67 ]})","({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 62 :constvalue 7 [ 28 0 0 0 78 70 67 ]})","({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 68 :constvalue <>})","({CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull true :location 70 :constvalue <>})","({CONST :consttype 3802 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 95 :constvalue 8 [ 32 0 0 0 0 0 0 32 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 144 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({CONST :consttype 3802 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location 98 :constvalue 8 [ 32 0 0 0 0 0 0 32 ]} {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location 147 :constvalue 1 [ 0 0 0 0 0 0 0 0 ]})","({FUNCEXPR :funcid 316 :funcresulttype 701 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 62 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location -1} {FUNCEXPR :funcid 316 :funcresulttype 701 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 87 :constvalue 4 [ 1 0 0 0 0 0 0 0 ]}) :location -1})","({FUNCEXPR :funcid 481 :funcresulttype 20 :funcretset false :funcvariadic false :funcformat 2 :funccollid 0 :inputcollid 0 :args ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 84 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location -1})"} \N \N \N 1255 25 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1255 26 f 0 16 -0.8932652 1 2 3 0 0 98 664 664 0 0 950 950 950 0 0 {0.04720385,0.016837042,0.0021046302,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0012026458,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.00090198434,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229} \N {0.11876768} \N \N {aggregate_dummy,"",multirange_constructor1,multirange_constructor0,multirange_constructor2,range_constructor2,range_constructor3,textlen,box_center,bpcharlen,circle_center,dlog10,dpow,numeric_power,textlike,textnlike,bitcmp,biteq,bitge,bitgt,bitle,bitlt,bitne,box_diagonal,bytea_substr,bytea_substr_no_len,bytealike,byteanlike,byteaoctetlen,current_user,datetime_timestamp,datetimetz_timestamptz,dcbrt,dceil,dexp,dlog1,dround,dsqrt,dtrunc,float4abs,float8abs,int2abs,int2mod,int4abs,int4mod,int8abs,int8mod,line_horizontal,line_parallel,line_perp,line_vertical,lseg_center,lseg_horizontal,lseg_length,lseg_parallel,lseg_perp,lseg_vertical,name_text,namelike,namenlike,now,numeric_abs,numeric_ceil,numeric_div_trunc,numeric_exp,numeric_ln,numeric_log,numeric_mod,numeric_sqrt,overlaps_timestamp,path_length,path_npoints,pg_current_snapshot,pg_current_xact_id,pg_current_xact_id_if_assigned,pg_snapshot_in,pg_snapshot_out,pg_snapshot_recv,pg_snapshot_send,pg_snapshot_xip,pg_snapshot_xmax,pg_snapshot_xmin,pg_visible_in_snapshot,pg_xact_status,point_horiz,point_vert,poly_center,poly_npoints,range_agg_finalfn,rtrim1,text_name,text_substr,text_substr_no_len,texticlike,texticnlike,texticregexeq,texticregexne,textpos,textregexeq,textregexne} {PG_char_to_encoding,anyarray_out,array_agg_array_finalfn,array_prepend,be_lo_get,binary_upgrade_set_next_index_relfilenode,bitshiftleft,box_above_eq,box_right,brin_bloom_add_value,brin_minmax_multi_distance_pg_lsn,btfloat8sortsupport,bttidcmp,cash_div_cash,char_text,circle_contain,close_ls,database_to_xml_and_xmlschema,date_mi_interval,dist_cpoint,dsynonym_init,enum_smaller,float48le,float84ge,float8_var_pop,ftoi8,gin_extract_tsquery,gist_point_distance,has_any_column_privilege_name,has_function_privilege_id_name,has_server_privilege_name_id,hash_range_extended,hashoidextended,icregexeqsel,inet_gist_penalty,int24gt,int2gt,int42le,int4div,int82div,int8_cash,int8pl,interval_hash_extended,iso_to_mic,json_object_keys,jsonb_concat,jsonb_numeric,jsonb_recv,latin3_to_mic,lseg_out,macaddr_lt,mic_to_latin2,multirange_intersect,nameeqtext,network_gt,numeric_avg_accum,numeric_out,numeric_uplus,oidvectortypes,path_out,pg_backup_stop,pg_create_restore_point,pg_function_is_visible,pg_get_statisticsobjdef_expressions,pg_input_error_info,pg_ls_tmpdir_noargs,pg_nextoid,pg_relation_filenode,pg_sleep,pg_stat_get_buf_alloc,pg_stat_get_db_sessions_abandoned,pg_stat_get_replication_slot,pg_stat_have_stats,pg_try_advisory_xact_lock_int8,point_box,poly_overleft,range_after_multirange,range_merge_from_multirange,record_le,regexp_instr,regoperin,satisfies_hash_partition,show_all_file_settings,spg_range_quad_leaf_consistent,text_larger,textne,tidsmaller,timestamp_cmp,timestamp_lt,timestamptz_at_local,timestamptz_send,timetz_recv,to_timestamp,ts_rank_ttf,tsquery_not,tsvector_to_array,utf8_to_iso8859_1,varbittypmodout,window_cume_dist,xid8lt,xpath_exists} \N \N \N 1255 27 f 0.97324115 23 26 1 3 0 0 0 98 664 0 0 0 950 950 0 0 0 {0.006013229,0.0018039687,0.0018039687,0.0018039687,0.0018039687,0.0012026458,0.00090198434,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229,0.0006013229} {0.79981273} \N \N \N {$libdir/cyrillic_and_mic,$libdir/euc_jp_and_sjis,$libdir/euc_tw_and_big5,$libdir/latin2_and_win1250,$libdir/latin_and_mic,$libdir/utf8_and_cyrillic,$libdir/plpgsql,$libdir/dict_snowball,$libdir/euc2004_sjis2004,$libdir/euc_cn_and_mic,$libdir/euc_kr_and_mic,$libdir/utf8_and_big5,$libdir/utf8_and_euc2004,$libdir/utf8_and_euc_cn,$libdir/utf8_and_euc_jp,$libdir/utf8_and_euc_kr,$libdir/utf8_and_euc_tw,$libdir/utf8_and_gb18030,$libdir/utf8_and_gbk,$libdir/utf8_and_iso8859,$libdir/utf8_and_iso8859_1,$libdir/utf8_and_johab,$libdir/utf8_and_sjis,$libdir/utf8_and_sjis2004,$libdir/utf8_and_uhc,$libdir/utf8_and_win} \N \N \N \N 1255 28 f 0.98316294 1313 -0.01683706 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1255 29 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1255 30 f 0.981359 40 3 1 0 0 0 0 1070 0 0 0 0 0 0 0 0 0 {0.015033073,0.0030066145,0.0006013229} \N \N \N \N {"{SYSTEM=X/SYSTEM}","{SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM}","{SYSTEM=X/SYSTEM,pg_read_all_stats=X/SYSTEM}"} \N \N \N \N 1259 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {0.67510813} \N \N \N {112,548,828,1233,1259,1417,2228,2396,2602,2606,2610,2615,2619,2652,2656,2661,2665,2669,2673,2677,2681,2685,2690,2694,2698,2703,2755,2831,2835,2840,2964,2995,3081,3164,3350,3381,3431,3455,3468,3534,3575,3596,3600,3605,3609,3767,4143,4147,4151,4155,4160,4166,4170,4174,4178,4184,6000,6102,6112,6116,6228,6239,6246,12000,12018,12043,12063,12081,12099,12118,12134,12152,12175,12192,12209,12227,12244,12262,12280,12301,12320,12340,13897,13916,13936,13956,13981,14000,14019,14038,14055,14061,14067,14082,14101,14120,14139,14159,14176,14193,14216} \N \N \N \N 1259 31 f 0.50843376 52 4 1 0 0 0 0 1070 0 0 0 0 0 0 0 0 0 {0.4554217,0.028915662,0.004819277,0.0024096386} \N \N \N \N {"{SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM}","{SYSTEM=arwdDxtm/SYSTEM}","{SYSTEM=arwdDxtm/SYSTEM,pg_read_all_stats=r/SYSTEM}","{SYSTEM=arwdDxtm/SYSTEM,=rw/SYSTEM}"} \N \N \N \N 1259 2 f 0 64 -1 2 3 0 0 0 660 660 0 0 0 950 950 0 0 0 \N {-0.1106058} \N \N \N {_pg_foreign_data_wrappers,_pg_user_mappings,character_sets,collations,column_privileges,constraint_table_usage,domains,foreign_data_wrappers,information_schema_catalog_name,pg_aggregate_fnoid_index,pg_amop,pg_amproc,pg_attrdef_adrelid_adnum_index,pg_attribute_relid_attnum_index,pg_auth_members_oid_index,pg_available_extension_versions,pg_cast_oid_index,pg_class_relname_nsp_index,pg_collation_oid_index,pg_constraint_conparentid_index,pg_conversion,pg_cursors,pg_db_role_setting_databaseid_rol_index,pg_depend,pg_description_o_c_o_index,pg_enum_typid_sortorder_index,pg_extension,pg_foreign_data_wrapper,pg_foreign_server_name_index,pg_hba_file_rules,pg_index_indrelid_index,pg_inherits_relid_seqno_index,pg_language_name_index,pg_largeobject_metadata,pg_namespace,pg_opclass_am_name_nsp_index,pg_opfamily,pg_parameter_acl_oid_index,pg_policies,pg_prepared_statements,pg_proc_proname_args_nsp_index,pg_publication_namespace_pnnspid_pnpubid_index,pg_publication_rel_oid_index,pg_range_rngmultitypid_index,pg_replication_origin_roname_index,pg_rewrite_oid_index,pg_seclabel,pg_sequence_seqrelid_index,pg_shdepend,pg_shdescription_o_c_index,pg_stat_all_indexes,pg_stat_checkpointer,pg_stat_io,pg_stat_progress_copy,pg_stat_replication,pg_stat_subscription,pg_stat_user_functions,pg_stat_wal_receiver,pg_statio_all_indexes,pg_statio_sys_sequences,pg_statio_user_tables,pg_statistic_ext_data_stxoid_inh_index,pg_statistic_relid_att_inh_index,pg_subscription,pg_subscription_subname_index,pg_timezone_abbrevs,pg_toast_1247,pg_toast_1260,pg_toast_14052,pg_toast_14062,pg_toast_1417,pg_toast_2328,pg_toast_2600_index,pg_toast_2606_index,pg_toast_2612_index,pg_toast_2618_index,pg_toast_2620_index,pg_toast_3079_index,pg_toast_3256_index,pg_toast_3394,pg_toast_3456,pg_toast_3592,pg_toast_3600,pg_toast_6100,pg_toast_6243,pg_transform,pg_trigger_tgconstraint_index,pg_ts_config_map,pg_ts_dict_dictname_index,pg_ts_parser_prsname_index,pg_type,pg_user_mapping,pg_views,role_table_grants,routine_privileges,routines,sql_implementation_info,table_privileges,triggers,user_mapping_options,views} \N \N \N \N 1259 3 f 0 4 3 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.64096385,0.19277108,0.16626506} {0.465435} \N \N \N {11,99,13868} \N \N \N \N 1259 4 f 0 4 -0.5108434 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.49156627} \N {0.95587146} \N \N {0} {71,81,1248,2843,6101,10003,10007,10011,10015,10019,10025,10029,10033,10037,10041,10045,10049,10054,10060,10064,10070,10074,10078,10082,10086,10090,10095,10099,10103,10107,10114,12007,12016,12025,12035,12045,12055,12065,12075,12083,12097,12106,12116,12124,12132,12140,12149,12159,12168,12177,12190,12198,12207,12216,12224,12234,12242,12251,12259,12268,12282,12291,12299,12307,12317,12327,12337,12346,13890,13904,13918,13928,13938,13948,13958,13968,13978,13988,13997,14007,14021,14030,14040,14049,14059,14069,14079,14088,14098,14108,14122,14131,14141,14151,14161,14170,14178,14187,14195,14204,14218} \N \N \N 1259 5 f 0 4 1 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {0} \N \N \N \N 1259 6 f 0 4 1 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {10} \N \N \N \N 1259 7 f 0 4 3 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.39518073,0.34457833,0.26024097} {-0.49305248} \N \N \N {403,0,2} \N \N \N \N 1259 8 f 0 4 -0.49638554 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.5060241} \N {-0.15195733} \N \N {0} {112,174,548,826,828,1418,2224,2328,2337,2600,2602,2604,2606,2608,2610,2612,2615,2617,2619,2650,2652,2654,2656,2660,2664,2667,2669,2673,2675,2679,2681,2683,2685,2687,2689,2693,2699,2702,2754,2756,2830,2832,2834,2838,2840,2995,3079,3081,3118,3164,3258,3351,3380,3394,3429,3431,3439,3456,3467,3501,3503,3541,3574,3576,3597,3599,3601,3603,3605,3607,3609,3764,3767,4143,4145,4148,4150,4152,4154,4156,4158,4160,4164,4166,4168,4170,4174,6102,6106,6111,6113,6117,6176,6229,6238,14052,14056,14060,14062,14066,14071} \N \N \N 1259 9 f 0 4 2 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.8795181,0.12048193} {0.6705244} \N \N \N {0,1664} \N \N \N \N 1259 10 f 0 4 17 1 2 3 0 0 96 97 97 0 0 0 0 0 0 0 {0.5373494,0.29638556,0.106024094,0.012048192,0.009638554,0.009638554,0.004819277} \N {-0.14132786} \N \N {0,1,2,5,4,6,15} {3,7,11,12,14,16,31,32,55,99} \N \N \N 1259 11 f 0 4 25 1 3 0 0 0 620 622 0 0 0 0 0 0 0 0 {0.52771086,0.27228916,0.03373494,0.014457831,0.009638554,0.009638554,0.009638554,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.0072289156,0.004819277,0.004819277,0.004819277} {-0.15734476} \N \N \N {-1,0,1,3,128,260,945,2,4,5,6,7,16,146,160,177,229,617,702,799,3124,3326,19,157,3586} \N \N \N \N 1259 12 f 0 4 1 1 3 0 0 0 96 97 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {0} \N \N \N \N 1259 13 f 0 4 41 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.90361446} \N {0.88150245} \N \N {0} {2336,2830,2832,2834,2836,2838,2840,2846,2966,3430,3439,3598,4060,4143,4145,4147,4149,4151,4153,4155,4157,4159,4163,4165,4167,4169,4171,4173,4175,4177,4181,4183,4185,6175,6228,6244,14055,14060,14065,14070} \N \N \N 1259 14 f 0 1 2 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.7493976,0.25060242} {0.48276383} \N \N \N {f,t} \N \N \N \N 1259 15 f 0 1 2 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.8795181,0.12048193} {0.6705244} \N \N \N {f,t} \N \N \N \N 1259 16 f 0 1 1 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {p} \N \N \N \N 1259 17 f 0 1 4 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {0.39518073,0.34457833,0.16385542,0.09638554} {0.7958691} \N \N \N {i,v,r,t} \N \N \N \N 1259 18 f 0 2 31 1 2 3 0 0 94 95 95 0 0 0 0 0 0 0 {0.17590362,0.17590362,0.16626506,0.06987952,0.062650606,0.060240965,0.055421688,0.04819277,0.040963855,0.021686748,0.019277109,0.014457831,0.009638554,0.009638554,0.009638554,0.0072289156,0.004819277,0.004819277,0.004819277,0.004819277,0.004819277,0.004819277,0.004819277} \N {0.67635405} \N \N {1,2,3,4,7,5,8,9,6,12,11,10,17,18,26,15,13,16,22,27,28,31,32} {19,20,21,29,30,33,44,82} \N \N \N 1259 19 f 0 2 1 1 3 0 0 0 94 95 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {0} \N \N \N \N 1259 20 f 0 1 2 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.6554217,0.34457833} {0.9795881} \N \N \N {f,t} \N \N \N \N 1259 21 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {f} \N \N \N \N 1259 22 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {f} \N \N \N \N 1259 23 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {f} \N \N \N \N 1259 24 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {f} \N \N \N \N 1259 25 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {t} \N \N \N \N 1259 26 f 0 1 2 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {0.99036145,0.009638554} {0.9520814} \N \N \N {n,d} \N \N \N \N 1259 27 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {f} \N \N \N \N 1259 28 f 0 4 1 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {0} \N \N \N \N 1259 32 f 0.9927711 49 1 1 3 4 5 0 1070 1072 98 98 0 950 950 950 950 0 {0.0072289156} {1} {1,1,1,0} {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1} \N {"{security_barrier=true}"} \N {security_barrier=true} \N \N 1259 33 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 2606 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {1} \N \N \N {10115,10116,10117,10118,10119,10120,10121,10122,10123,10124,10126,10127,10128,10129,10130,10131,10132,10133,10134,10136,10137,10138,10139,10140,10141,10142,10143,10144,10146,10147,10148,10149,10150,10151,10152,10153,10154,10156,10157,10158,10159,10160,10161,10162,10163,10164,10166,10167,10168,10169,10170,10171,10172,10173,10174,10176,10177,10178,10179,10180,10181,10182,10183,10184,10186,10187,10188,10189,10190,10191,10192,10193,10194,10196,10197,10198,10199,10200,10201,10202,10203,10204,10206,10207,10208,10209,10210,10211,10212,10213,10214,10216,10217,10218,10219,10220,10221,10222,10223,10224,13896} \N \N \N \N 2606 2 f 0 64 -1 2 3 0 0 0 660 660 0 0 0 950 950 0 0 0 \N {0.35396522} \N \N \N {cardinal_number_domain_check,pg_aggregate_fnoid_index,pg_am_name_index,pg_am_oid_index,pg_amop_fam_strat_index,pg_amop_oid_index,pg_amop_opr_fam_index,pg_amproc_fam_proc_index,pg_amproc_oid_index,pg_attrdef_adrelid_adnum_index,pg_attribute_relid_attnam_index,pg_attribute_relid_attnum_index,pg_auth_members_member_role_index,pg_auth_members_oid_index,pg_auth_members_role_member_index,pg_authid_oid_index,pg_authid_rolname_index,pg_cast_oid_index,pg_cast_source_target_index,pg_class_relname_nsp_index,pg_collation_name_enc_nsp_index,pg_collation_oid_index,pg_constraint_conrelid_contypid_conname_index,pg_constraint_oid_index,pg_conversion_default_index,pg_conversion_name_nsp_index,pg_conversion_oid_index,pg_database_datname_index,pg_db_role_setting_databaseid_rol_index,pg_default_acl_oid_index,pg_default_acl_role_nsp_obj_index,pg_description_o_c_o_index,pg_enum_oid_index,pg_enum_typid_label_index,pg_enum_typid_sortorder_index,pg_event_trigger_evtname_index,pg_event_trigger_oid_index,pg_extension_oid_index,pg_foreign_data_wrapper_name_index,pg_foreign_data_wrapper_oid_index,pg_foreign_server_name_index,pg_foreign_server_oid_index,pg_foreign_table_relid_index,pg_index_indexrelid_index,pg_inherits_relid_seqno_index,pg_init_privs_o_c_o_index,pg_language_oid_index,pg_largeobject_loid_pn_index,pg_largeobject_metadata_oid_index,pg_namespace_nspname_index,pg_namespace_oid_index,pg_opclass_am_name_nsp_index,pg_opclass_oid_index,pg_operator_oid_index,pg_operator_oprname_l_r_n_index,pg_opfamily_oid_index,pg_parameter_acl_oid_index,pg_parameter_acl_parname_index,pg_partitioned_table_partrelid_index,pg_policy_oid_index,pg_policy_polrelid_polname_index,pg_proc_oid_index,pg_proc_proname_args_nsp_index,pg_publication_namespace_oid_index,pg_publication_oid_index,pg_publication_pubname_index,pg_publication_rel_oid_index,pg_publication_rel_prrelid_prpubid_index,pg_range_rngmultitypid_index,pg_range_rngtypid_index,pg_replication_origin_roiident_index,pg_replication_origin_roname_index,pg_rewrite_oid_index,pg_seclabel_object_index,pg_sequence_seqrelid_index,pg_shdescription_o_c_index,pg_shseclabel_object_index,pg_statistic_ext_data_stxoid_inh_index,pg_statistic_ext_name_index,pg_statistic_ext_oid_index,pg_statistic_relid_att_inh_index,pg_subscription_oid_index,pg_subscription_subname_index,pg_tablespace_oid_index,pg_tablespace_spcname_index,pg_transform_oid_index,pg_transform_type_lang_index,pg_trigger_oid_index,pg_trigger_tgrelid_tgname_index,pg_ts_config_cfgname_index,pg_ts_config_map_index,pg_ts_dict_dictname_index,pg_ts_dict_oid_index,pg_ts_parser_oid_index,pg_ts_parser_prsname_index,pg_ts_template_oid_index,pg_ts_template_tmplname_index,pg_type_oid_index,pg_type_typname_nsp_index,pg_user_mapping_oid_index,yes_or_no_check} \N \N \N \N 2606 3 f 0 4 2 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.98214287,0.017857144} {1} \N \N \N {11,13868} \N \N \N \N 2606 4 f 0 1 3 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {0.5535714,0.42857143,0.017857144} {0.40113437} \N \N \N {p,u,c} \N \N \N \N 2606 5 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {f} \N \N \N \N 2606 6 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {f} \N \N \N \N 2606 7 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {t} \N \N \N \N 2606 8 f 0 4 -0.5625 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.026785715,0.026785715,0.026785715,0.026785715,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144,0.017857144} \N {0.46690813} \N \N {1261,2602,2607,3501,0,826,1213,1247,1249,1255,1259,1260,1262,1417,1418,2328,2601,2603,2604,2605,2606,2612,2615,2616,2617,2618,2620,2753,3079,3256,3381,3456,3466,3541,3576,3600,3601,3602,3764,6000,6100,6104,6106,6237,6243} {2224,2396,2600,2609,2610,2611,2613,2619,2964,2995,3118,3350,3394,3429,3592,3596,3603,6102} \N \N \N 2606 9 f 0 4 3 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.98214287} \N {1} \N \N {0} {13882,13895} \N \N \N 2606 10 f 0 4 -0.9910714 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.017857144} \N {0.42125943} \N \N {0} {112,113,174,175,548,549,827,828,2228,2397,2650,2651,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2667,2668,2669,2670,2671,2672,2675,2676,2677,2679,2680,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2694,2695,2696,2697,2698,2701,2702,2703,2704,2754,2755,2757,2965,2996,3080,3081,3085,3119,3164,3257,3258,3351,3395,3433,3467,3468,3502,3503,3534,3542,3574,3575,3593,3604,3605,3606,3607,3608,3609,3712,3766,3767,3997,5002,6002,6110,6111,6112,6113,6114,6115,6117,6238,6239,6246,6303} \N \N \N 2606 11 f 0 4 1 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {0} \N \N \N \N 2606 12 f 0 4 1 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {0} \N \N \N \N 2606 13 f 0 1 1 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {" "} \N \N \N \N 2606 14 f 0 1 1 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {" "} \N \N \N \N 2606 15 f 0 1 1 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {" "} \N \N \N \N 2606 16 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {t} \N \N \N \N 2606 17 f 0 2 1 1 3 0 0 0 94 95 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {0} \N \N \N \N 2606 18 f 0 1 2 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.98214287,0.017857144} {0.89476204} \N \N \N {t,f} \N \N \N \N 2606 19 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {f} \N \N \N \N 2610 16 f 0 27 -0.17073171 1 2 3 0 0 1070 1072 1072 0 0 0 0 0 0 0 {0.2987805,0.27439025,0.103658535,0.07926829,0.036585364,0.024390243,0.024390243,0.018292682,0.0121951215,0.0121951215,0.0121951215} \N {-0.03791166} \N \N {1,"1 2",2,"2 3","1 2 3","2 3 4","3 2","2 4","1 2 3 4","2 3 4 5",11} {"1 3","1 5","2 1","2 7 3","2 8 9 3","2 20 3",3,"3 2 4","3 4","3 5 6 1",4,"4 5 6","5 6","7 6 2","8 9 2",9,"9 8"} \N \N \N 2606 20 f 0.017857144 24 -0.19642857 1 2 3 4 5 1070 1072 1072 94 94 0 0 0 0 0 {0.4375,0.116071425,0.10714286,0.04464286,0.04464286,0.035714287,0.035714287,0.026785715,0.017857144} \N {0.19979262} {0.58181816,0.5090909,0.3272727,0.10909091,0.036363635,0.018181818,0.018181818,0.018181818,0.018181818,0.009090909,0.009090909,0.58181816,0} {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,1.6454545} {"{1}","{2}","{2,3}","{1,2}","{1,2,3}","{2,3,4}","{3,2}","{2,4}","{2,3,4,5}"} {"{1,2,3,4}","{1,3}","{1,5}","{2,1}","{2,7,3}","{2,8,9,3}","{2,20,3}","{3}","{3,2,4}","{3,4}","{3,5,6,1}","{7,6,2}","{8,9,2}"} \N {1,2,3,4,5,6,7,8,9,20} \N 2606 21 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 2606 22 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 2606 23 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 2606 24 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 2606 25 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 2606 26 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 2606 27 f 0.98214287 662 -0.017857134 2 3 0 0 0 664 664 0 0 0 950 950 0 0 0 \N {1} \N \N \N {"{OPEXPR :opno 525 :opfuncid 150 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({COERCETODOMAINVALUE :typeId 23 :typeMod -1 :collation 0 :location 195} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 204 :constvalue 4 [ 0 0 0 0 0 0 0 0 ]}) :location 201}","{SCALARARRAYOPEXPR :opno 98 :opfuncid 67 :hashfuncid 0 :negfuncid 0 :useOr true :inputcollid 100 :args ({RELABELTYPE :arg {COERCETODOMAINVALUE :typeId 1043 :typeMod 7 :collation 100 :location 133} :resulttype 25 :resulttypmod -1 :resultcollid 100 :relabelformat 2 :location -1} {ARRAYCOERCEEXPR :arg {ARRAYEXPR :array_typeid 1015 :array_collid 100 :element_typeid 1043 :elements ({CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 143 :constvalue 7 [ 28 0 0 0 89 69 83 ]} {CONST :consttype 1043 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 150 :constvalue 6 [ 24 0 0 0 78 79 ]}) :multidims false :location -1} :elemexpr {RELABELTYPE :arg {CASETESTEXPR :typeId 1043 :typeMod -1 :collation 0} :resulttype 25 :resulttypmod -1 :resultcollid 100 :relabelformat 2 :location -1} :resulttype 1009 :resulttypmod -1 :resultcollid 100 :coerceformat 2 :location -1}) :location 139}"} \N \N \N \N 2610 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {0.065776125} \N \N \N {112,113,175,548,827,1232,1233,2228,2397,2579,2651,2652,2654,2656,2657,2659,2661,2662,2664,2665,2667,2669,2670,2672,2674,2675,2677,2679,2680,2682,2683,2685,2687,2688,2690,2692,2693,2695,2696,2698,2701,2702,2704,2755,2756,2831,2833,2837,2841,2847,2967,3080,3081,3119,3257,3258,3379,3380,3431,3440,3455,3468,3503,3534,3574,3575,3597,3604,3605,3607,3609,3712,3767,3997,4144,4148,4150,4154,4158,4160,4166,4170,4172,4176,4178,4184,5002,6001,6110,6112,6113,6115,6116,6176,6238,6239,6246,6302,6303,14061,14071} \N \N \N \N 2610 2 f 0 4 -0.63414633 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.030487806,0.024390243,0.018292682,0.018292682,0.018292682,0.018292682,0.018292682,0.018292682,0.018292682,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215} \N {0.04104036} \N \N {2606,1261,1259,2602,2607,2620,3381,3501,6106,826,1213,1214,1247,1249,1255,1260,1262,1417,1418,2328,2601,2603,2604,2605,2608,2610,2611,2612,2615,2616,2617,2618,2753,3079,3256,3456,3466,3541,3576,3600,3601,3602,3764,6000,6100,6104,6237,6243} {2224,2336,2396,2600,2609,2613,2619,2830,2832,2834,2836,2838,2840,2846,2964,2966,2995,3118,3350,3394,3429,3430,3439,3592,3596,3598,3603,4060,4143,4145,4147,4149,4151,4153,4155,4157,4159,4163,4165,4167,4169,4171,4173,4175,4177,4181,4183,4185,6102,6175,6228,6244,14055,14060,14065,14070} \N \N \N 2610 3 f 0 2 4 1 3 0 0 0 94 95 0 0 0 0 0 0 0 0 {0.43292683,0.43292683,0.09756097,0.036585364} {0.017120782} \N \N \N {1,2,3,4} \N \N \N \N 2610 4 f 0 2 4 1 3 0 0 0 94 95 0 0 0 0 0 0 0 0 {0.43292683,0.43292683,0.09756097,0.036585364} {0.017120782} \N \N \N {1,2,3,4} \N \N \N \N 2610 5 f 0 1 2 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.91463417,0.085365854} {0.89140695} \N \N \N {t,f} \N \N \N \N 2610 6 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {f} \N \N \N \N 2610 7 f 0 1 2 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.6219512,0.37804878} {0.51216793} \N \N \N {t,f} \N \N \N \N 2610 8 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {f} \N \N \N \N 2610 9 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {t} \N \N \N \N 2610 10 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {f} \N \N \N \N 2610 11 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {t} \N \N \N \N 2610 12 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {f} \N \N \N \N 2610 13 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {t} \N \N \N \N 2610 14 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {t} \N \N \N \N 2610 15 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {f} \N \N \N \N 2610 17 f 0 30 12 1 2 3 0 0 649 645 645 0 0 0 0 0 0 0 {0.35365853,0.34146342,0.07926829,0.06097561,0.05487805,0.036585364,0.024390243,0.0121951215,0.0121951215,0.0121951215} \N {-0.0770612} \N \N {0,"0 0",950,"0 0 0","950 0","0 950","0 0 0 0","0 0 950","0 950 0","950 0 0"} {"0 0 0 950","950 0 0 0"} \N \N \N 2610 18 f 0 30 -0.15853658 1 2 3 0 0 649 645 645 0 0 0 0 0 0 0 {0.35365853,0.25609756,0.067073174,0.06097561,0.05487805,0.036585364,0.024390243,0.0121951215,0.0121951215,0.0121951215,0.0121951215,0.0121951215} \N {-0.09498728} \N \N {1981,"1981 1978",10028,"1981 1981","10028 1981","1981 10028","1981 1981 1978",3126,"1981 1979","1981 1981 1981","1981 10028 1981","1981 1981 1981 1979"} {"1981 10003","1981 10012","1981 1978 1978","1981 1979 10003","1981 1981 3126","1981 1981 10007","1981 1981 10028","1981 10007 1981","10028 1978 1981","10028 10032 1981","1981 1978 1978 1981","1981 1981 1978 3126","1981 1981 1981 1978","10028 1981 1981 1981"} \N \N \N 2610 19 f 0 27 4 1 3 0 0 0 1070 1072 0 0 0 0 0 0 0 0 {0.43292683,0.43292683,0.09756097,0.036585364} {0.017120782} \N \N \N {0,"0 0","0 0 0","0 0 0 0"} \N \N \N \N 2610 20 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 2610 21 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 2617 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {0.88373905} \N \N \N {15,82,97,260,353,412,420,487,495,503,511,521,529,537,545,555,587,595,611,620,632,644,661,671,686,694,731,739,762,796,804,820,845,907,917,967,1056,1072,1095,1109,1119,1127,1135,1208,1223,1235,1328,1336,1399,1506,1514,1521,1535,1549,1558,1586,1613,1628,1754,1762,1791,1801,1809,1868,1876,1884,1916,1957,2061,2314,2345,2360,2375,2534,2542,2555,2577,2639,2800,2865,2873,2975,2993,3192,3224,3243,3276,3316,3366,3516,3627,3637,3679,3825,3888,3896,3965,4162,4396,5025,5076} \N \N \N \N 2617 2 f 0 64 74 1 2 3 0 0 93 660 660 0 0 950 950 950 0 0 {0.07884856,0.0738423,0.07259074,0.07259074,0.07259074,0.07259074,0.06257822,0.05882353,0.040050063,0.032540675,0.03128911,0.02503129,0.021276595,0.016270338,0.016270338,0.013767209,0.012515645,0.012515645,0.01126408,0.01126408,0.008760951,0.008760951,0.008760951,0.008760951,0.008760951,0.0075093866,0.0075093866,0.005006258,0.005006258,0.005006258,0.005006258,0.005006258,0.005006258,0.005006258,0.005006258,0.005006258,0.005006258,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.002503129,0.002503129,0.002503129,0.002503129,0.002503129,0.002503129,0.002503129,0.002503129,0.002503129,0.002503129,0.002503129,0.002503129,0.002503129} \N {0.04743606} \N \N {=,<>,<,<=,>,>=,+,-,*,<->,/,<@,@>,<<,>>,||,&&,~,#,@@,&,&<,&>,?#,|,##,@,!~~,%,->,->>,-|-,<<|,?|,|>>,~=,~~,!~,!~*,!~~*,&<|,?-,|&>,~*,~~*,#>,#>>,<^,>^,?-|,?||,@-@,@@@,^,~<=~,~<~,~>=~,~>~} {!!,#-,*<,*<=,*<>,*=,*>,*>=,<<=,>>=,?,?&,@?,^@,|/,||/} \N \N \N 2617 3 f 0 4 1 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {11} \N \N \N \N 2617 4 f 0 4 1 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {10} \N \N \N \N 2617 5 f 0 1 2 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {0.9486859,0.05131414} {0.89906603} \N \N \N {b,l} \N \N \N \N 2617 6 f 0 1 2 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.93116397,0.06883605} {0.85021996} \N \N \N {f,t} \N \N \N \N 2617 7 f 0 1 2 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.94242805,0.057571966} {0.83812124} \N \N \N {f,t} \N \N \N \N 2617 8 f 0 4 55 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.05131414,0.047559448,0.047559448,0.046307884,0.037546933,0.03629537,0.03629537,0.032540675,0.032540675,0.032540675,0.03128911,0.030037547,0.028785983,0.026282854,0.026282854,0.026282854,0.02503129,0.02503129,0.023779724,0.02252816,0.020025032,0.020025032,0.018773466,0.017521903,0.016270338,0.016270338,0.015018773,0.013767209,0.012515645,0.012515645,0.01126408,0.01126408,0.01126408,0.01126408,0.01126408,0.010012516,0.010012516,0.008760951,0.0075093866,0.0075093866,0.0075093866,0.0075093866,0.0075093866,0.0075093866,0.0075093866,0.0075093866,0.0075093866,0.005006258,0.0037546933,0.002503129,0.002503129} \N {0.61403733} \N \N {0,20,23,21,600,25,603,718,3831,4537,1082,3802,701,700,1114,1184,19,601,790,1042,604,869,1186,602,1700,3615,2249,1560,628,1083,17,1266,2277,3220,3614,774,829,1562,16,18,26,27,30,114,2950,3500,5069,28,1034,2283,5078} {29,1033,2776,5077} \N \N \N 2617 9 f 0 4 54 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.071339175,0.06257822,0.05256571,0.05006258,0.046307884,0.0387985,0.037546933,0.032540675,0.032540675,0.03128911,0.028785983,0.028785983,0.027534418,0.02503129,0.02503129,0.02503129,0.02252816,0.021276595,0.020025032,0.018773466,0.017521903,0.017521903,0.015018773,0.015018773,0.015018773,0.012515645,0.012515645,0.01126408,0.01126408,0.01126408,0.01126408,0.01126408,0.01126408,0.01126408,0.010012516,0.010012516,0.010012516,0.008760951,0.0075093866,0.0075093866,0.0075093866,0.0075093866,0.0075093866,0.0075093866,0.0075093866,0.0075093866,0.005006258,0.002503129,0.002503129,0.002503129,0.002503129} \N {0.6196467} \N \N {23,25,20,21,600,603,701,3831,4537,700,718,1082,601,1114,1184,1186,604,1700,869,3615,628,790,19,602,2249,1042,1560,17,774,829,1083,2277,3614,3802,1009,1266,3220,1562,16,18,26,27,30,2950,3500,5069,1033,28,2283,4072,5078} {29,2776,5077} \N \N \N 2617 10 f 0 4 34 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.6620776,0.057571966,0.0387985,0.03128911,0.021276595,0.020025032,0.017521903,0.012515645,0.01126408,0.01126408,0.010012516,0.010012516,0.008760951,0.0075093866,0.0075093866,0.0062578223,0.0062578223,0.0062578223,0.005006258,0.005006258,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.002503129} \N {0.46494496} \N \N {16,701,20,23,790,600,21,1700,25,1186,1114,3802,700,869,1560,602,603,1184,718,3615,114,774,829,1082,1083,1266,3220,3831,4537,5078,1034} {17,1562,3614} \N \N \N 2617 11 f 0 4 -0.6858573 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.31539425} \N {0.4838039} \N \N {0} {15,76,92,98,258,264,402,415,420,492,501,511,519,524,534,539,545,586,608,613,620,625,643,648,664,671,684,706,713,757,762,795,820,901,906,918,974,1061,1074,1095,1109,1116,1124,1131,1202,1220,1320,1325,1334,1363,1503,1512,1525,1551,1583,1590,1617,1755,1784,1791,1804,1849,1866,1871,1880,1888,1960,2064,2318,2345,2358,2363,2376,2388,2538,2543,2553,2751,2802,2865,2870,2973,2988,3188,3193,3227,3244,3291,3363,3516,3552,3631,3674,3679,3885,3890,3898,4392,4399,5026,5076} \N \N \N 2617 12 f 0 4 -0.48435545 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.5168961} \N {0.38888678} \N \N {0} {15,58,82,93,97,256,260,263,353,411,415,419,502,518,521,525,534,538,542,609,620,623,631,639,643,647,661,664,670,674,901,905,1057,1061,1072,1093,1097,1110,1120,1124,1132,1135,1204,1208,1212,1223,1227,1234,1322,1330,1334,1502,1535,1553,1586,1590,1628,1695,1755,1785,1789,1806,1862,1866,1870,1955,1959,2017,2063,2315,2327,2346,2350,2361,2371,2375,2386,2534,2538,2542,2799,2802,2863,2973,2977,2991,3189,3192,3224,3240,3244,3362,3366,3518,3521,3630,3675,3679,3885,5072,5076} \N \N \N 2601 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {0.96428573} \N \N \N {2,403,405,783,2742,3580,4000} \N \N \N \N 2617 13 f 0 4 -0.99374217 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.002503129,0.002503129,0.002503129,0.002503129,0.002503129} \N {0.82237774} \N \N {box_overlap,point_above,point_below,ts_match_vq,ts_match_qv} {boollt,int4eq,charge,box_lt,int4mul,int2ge,int42eq,int42le,int4pl,oideq,box_contained,int4um,lseg_center,nameletext,textgtname,float84mul,float4gt,float8ge,float84ne,poly_overleft,dist_ps,dist_ppath,array_ne,int8mi,int8ge,namelt,oidvectoreq,dist_sl,dist_polyc,int82mi,textnlike,namenlike,cash_ne,cash_div_flt8,network_ne,int28div,path_n_gt,point_distance,aclremove,aclitemeq,time_le,circle_add_pt,timestamptz_le,interval_gt,texticregexeq,textregexeq,int84div,timetzdate_pl,timetz_gt,path_npoints,point_mul,circle_overright,circle_lt,pt_contained_circle,close_lseg,biteq,bpcharlike,bpcharicregexeq,varbitge,bitnot,numeric_eq,numeric_mul,numeric_uminus,int82eq,int2xor,int4shl,int8up,bytealt,byteanlike,timestamp_le,text_pattern_gt,date_gt_timestamp,date_ne_timestamptz,timestamptz_le_date,timestamp_gt_timestamptz,timestamptz_ne_timestamp,box_overbelow,circle_overabove,arrayoverlap,uuid_le,record_gt,record_image_lt,pg_lsn_lt,dist_cpoint,xidneqint4,enum_lt,tsvector_ne,tsquery_ge,ts_match_tt,elem_contained_by_range,range_intersect,json_object_field_text,jsonb_ne,jsonb_exists_any,macaddr8_ne,multirange_overlaps_multirange,multirange_adjacent_multirange,range_overleft_multirange,multirange_intersect,pg_lsn_pli,xid8ne} \N \N \N 2617 14 f 0 4 25 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.3767209,0.08510638,0.075093865,0.06883605,0.06883605,0.06883605,0.06883605,0.040050063,0.03379224,0.018773466,0.016270338,0.015018773,0.015018773,0.0062578223,0.005006258,0.005006258,0.005006258,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933} {0.32326463} \N \N \N {-,eqsel,neqsel,scalarltsel,scalargtsel,scalarlesel,scalargesel,positionsel,multirangesel,matchingsel,rangesel,areasel,contsel,networksel,likesel,nlikesel,tsmatchsel,iclikesel,icnlikesel,regexeqsel,icregexeqsel,regexnesel,icregexnesel,arraycontsel} \N \N \N \N 2617 15 f 0 4 23 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.3767209,0.08510638,0.08135169,0.08135169,0.075093865,0.071339175,0.071339175,0.040050063,0.030037547,0.020025032,0.018773466,0.0062578223,0.005006258,0.005006258,0.005006258,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933,0.0037546933} {0.26568174} \N \N \N {-,eqjoinsel,scalarltjoinsel,scalargtjoinsel,neqjoinsel,scalarlejoinsel,scalargejoinsel,positionjoinsel,contjoinsel,areajoinsel,matchingjoinsel,networkjoinsel,likejoinsel,nlikejoinsel,tsmatchjoinsel,iclikejoinsel,icnlikejoinsel,regexeqjoinsel,icregexeqjoinsel,regexnejoinsel,icregexnejoinsel,arraycontjoinsel} \N \N \N \N 2753 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {0.8644713} \N \N \N {397,423,424,427,428,431,434,627,1029,1971,1974,1975,1977,1982,1984,1985,1989,1990,1992,1994,1996,1997,1998,2000,2001,2040,2095,2099,2222,2225,2226,2227,2231,2235,2594,2595,2789,2968,2994,3194,3254,3371,3372,3522,3523,3626,3655,3683,3702,3901,3903,3919,4016,4017,4034,4036,4054,4055,4058,4059,4064,4065,4068,4070,4074,4076,4077,4079,4080,4082,4102,4103,4109,4199,4572,4573,4575,4576,4578,4579,4581,4582,4583,4585,4586,4588,4589,4602,4603,4605,4606,4607,4609,4610,4612,4613,4615,5000,5032,5067,6194} \N \N \N \N 2753 2 f 0 4 6 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.39041096,0.23972602,0.23287672,0.061643835,0.047945205,0.02739726} {0.8384892} \N \N \N {3580,403,405,783,4000,2742} \N \N \N \N 2753 3 f 0 64 -0.7191781 1 2 3 0 0 93 660 660 0 0 950 950 950 0 0 {0.02739726,0.02739726,0.020547945,0.020547945,0.020547945,0.020547945,0.020547945,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863,0.01369863} \N {0.10917066} \N \N {network_ops,range_ops,array_ops,jsonb_ops,multirange_ops,text_ops,tsvector_ops,bool_ops,box_ops,bpchar_ops,bpchar_pattern_ops,bytea_ops,char_ops,enum_ops,float_ops,integer_ops,interval_ops,macaddr8_ops,macaddr_ops,numeric_ops,oid_ops,oidvector_ops,pg_lsn_ops,poly_ops,record_ops,text_pattern_ops,tid_ops,time_ops,timetz_ops,tsquery_ops,uuid_ops,xid8_ops} {aclitem_ops,bit_minmax_ops,bit_ops,box_inclusion_ops,bpchar_bloom_ops,bpchar_minmax_ops,bytea_bloom_ops,bytea_minmax_ops,char_bloom_ops,char_minmax_ops,cid_ops,circle_ops,date_ops,datetime_bloom_ops,datetime_minmax_multi_ops,datetime_minmax_ops,datetime_ops,float_bloom_ops,float_minmax_multi_ops,float_minmax_ops,integer_bloom_ops,integer_minmax_multi_ops,integer_minmax_ops,interval_bloom_ops,interval_minmax_multi_ops,interval_minmax_ops,jsonb_path_ops,kd_point_ops,macaddr8_bloom_ops,macaddr8_minmax_multi_ops,macaddr8_minmax_ops,macaddr_bloom_ops,macaddr_minmax_multi_ops,macaddr_minmax_ops,money_ops,name_bloom_ops,name_minmax_ops,network_bloom_ops,network_inclusion_ops,network_minmax_multi_ops,network_minmax_ops,numeric_bloom_ops,numeric_minmax_multi_ops,numeric_minmax_ops,oid_bloom_ops,oid_minmax_multi_ops,oid_minmax_ops,pg_lsn_bloom_ops,pg_lsn_minmax_multi_ops,pg_lsn_minmax_ops,point_ops,quad_point_ops,range_inclusion_ops,record_image_ops,text_bloom_ops,text_minmax_ops,tid_bloom_ops,tid_minmax_multi_ops,tid_minmax_ops,time_bloom_ops,time_minmax_multi_ops,time_minmax_ops,timestamp_ops,timestamptz_ops,timetz_bloom_ops,timetz_minmax_multi_ops,timetz_minmax_ops,uuid_bloom_ops,uuid_minmax_multi_ops,uuid_minmax_ops,varbit_minmax_ops,varbit_ops,xid_ops} \N \N \N 2753 4 f 0 4 1 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {11} \N \N \N \N 2753 5 f 0 4 1 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {10} \N \N \N \N 2616 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {0.97901917} \N \N \N {1978,1979,3122,3124,3126,3127,4217,4219,10001,10002,10004,10006,10008,10009,10011,10013,10015,10016,10018,10020,10022,10023,10025,10027,10029,10031,10032,10034,10036,10038,10039,10041,10043,10045,10046,10048,10050,10052,10053,10055,10057,10059,10060,10062,10064,10066,10067,10069,10071,10073,10075,10076,10078,10080,10082,10083,10085,10087,10089,10090,10092,10094,10096,10097,10099,10101,10103,10104,10106,10108,10110,10111,10113,10115,10117,10119,10120,10122,10124,10126,10127,10129,10131,10133,10134,10136,10138,10140,10141,10143,10145,10147,10148,10150,10152,10154,10155,10157,10159,10161,10163} \N \N \N \N 2616 2 f 0 4 6 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.40677965,0.24858756,0.23163842,0.050847456,0.03954802,0.02259887} {0.8734419} \N \N \N {3580,403,405,783,4000,2742} \N \N \N \N 2616 3 f 0 64 -0.7118644 1 2 3 0 0 93 660 660 0 0 950 950 950 0 0 {0.02259887,0.02259887,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435} \N {0.18876274} \N \N {inet_ops,range_ops,array_ops,jsonb_ops,multirange_ops,text_ops,tsvector_ops,bool_ops,box_ops,bpchar_ops,bpchar_pattern_ops,bytea_ops,char_ops,cidr_ops,date_ops,enum_ops,float4_ops,float8_ops,int2_ops,int4_ops,int8_ops,interval_ops,macaddr8_ops,macaddr_ops,name_ops,numeric_ops,oid_ops,oidvector_ops,pg_lsn_ops,poly_ops,record_ops,text_pattern_ops,tid_ops,time_ops,timestamp_ops,timestamptz_ops,timetz_ops,tsquery_ops,uuid_ops,varchar_ops,varchar_pattern_ops,xid8_ops} {aclitem_ops,bit_minmax_ops,bit_ops,box_inclusion_ops,bpchar_bloom_ops,bpchar_minmax_ops,bytea_bloom_ops,bytea_minmax_ops,char_bloom_ops,char_minmax_ops,cid_ops,circle_ops,date_bloom_ops,date_minmax_multi_ops,date_minmax_ops,float4_bloom_ops,float4_minmax_multi_ops,float4_minmax_ops,float8_bloom_ops,float8_minmax_multi_ops,float8_minmax_ops,inet_bloom_ops,inet_inclusion_ops,inet_minmax_multi_ops,inet_minmax_ops,int2_bloom_ops,int2_minmax_multi_ops,int2_minmax_ops,int4_bloom_ops,int4_minmax_multi_ops,int4_minmax_ops,int8_bloom_ops,int8_minmax_multi_ops,int8_minmax_ops,interval_bloom_ops,interval_minmax_multi_ops,interval_minmax_ops,jsonb_path_ops,kd_point_ops,macaddr8_bloom_ops,macaddr8_minmax_multi_ops,macaddr8_minmax_ops,macaddr_bloom_ops,macaddr_minmax_multi_ops,macaddr_minmax_ops,money_ops,name_bloom_ops,name_minmax_ops,numeric_bloom_ops,numeric_minmax_multi_ops,numeric_minmax_ops,oid_bloom_ops,oid_minmax_multi_ops,oid_minmax_ops,pg_lsn_bloom_ops,pg_lsn_minmax_multi_ops,pg_lsn_minmax_ops,point_ops,quad_point_ops,range_inclusion_ops,record_image_ops,text_bloom_ops,text_minmax_ops,tid_bloom_ops,tid_minmax_multi_ops,tid_minmax_ops,time_bloom_ops,time_minmax_multi_ops,time_minmax_ops,timestamp_bloom_ops,timestamp_minmax_multi_ops,timestamp_minmax_ops,timestamptz_bloom_ops,timestamptz_minmax_multi_ops,timestamptz_minmax_ops,timetz_bloom_ops,timetz_minmax_multi_ops,timetz_minmax_ops,uuid_bloom_ops,uuid_minmax_multi_ops,uuid_minmax_ops,varbit_minmax_ops,varbit_ops,xid_ops} \N \N \N 2616 4 f 0 4 1 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {11} \N \N \N \N 2616 5 f 0 4 1 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {10} \N \N \N \N 2616 6 f 0 4 -0.8248588 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435} \N {0.84658766} \N \N {434,1976,1977,1994,1995,4054,4059,4572,4576,4602,4605,1970,1971,1974,1975,2095,2229,4070,4582,4608} {397,423,424,426,428,429,431,435,1029,1982,1983,1984,1988,1989,1990,1991,1996,1997,1998,1999,2001,2002,2040,2097,2222,2223,2225,2226,2231,2235,2593,2594,2745,2789,2968,2969,3194,3253,3254,3371,3474,3522,3523,3550,3655,3659,3683,3702,3901,3903,3919,4015,4017,4033,4034,4036,4055,4056,4058,4062,4065,4068,4069,4074,4076,4077,4078,4079,4081,4082,4102,4103,4109,4199,4225,4573,4575,4577,4578,4579,4581,4583,4584,4585,4587,4588,4589,4590,4604,4606,4607,4609,4611,4612,4613,4614,5000,5008,5032,5067,6194} \N \N \N 2616 7 f 0 4 -0.2542373 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.06214689,0.056497175,0.033898305,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.028248588,0.02259887,0.02259887,0.02259887,0.02259887,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435} \N {0.2277207} \N \N {25,869,1042,20,21,23,26,27,700,701,774,829,1082,1083,1114,1184,1186,1266,1700,2950,3220,3831,17,18,19,3802,600,603,2249,2277,3614,4537,16,30,604,1560,1562,3500,3615,5069} {28,29,718,790,1033} \N \N \N 2616 8 f 0 1 2 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.6723164,0.32768363} {0.14929624} \N \N \N {t,f} \N \N \N \N 2616 9 f 0 4 -0.18079096 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.5254237,0.028248588,0.02259887,0.02259887,0.02259887,0.02259887,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.016949153,0.011299435,0.011299435,0.011299435,0.011299435,0.011299435} \N {0.9409874} \N \N {0,603,20,23,25,869,21,26,27,700,701,774,829,1082,1083,1114,1184,1186,1266,1700,2950,3220,17,18,19,1042,3831} {1560,1562,2275,2283,3642} \N \N \N 2601 2 f 0 64 -1 2 3 0 0 0 660 660 0 0 0 950 950 0 0 0 \N {-0.25} \N \N \N {brin,btree,gin,gist,hash,heap,spgist} \N \N \N \N 2601 3 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {1} \N \N \N {heap_tableam_handler,bthandler,hashhandler,gisthandler,ginhandler,spghandler,brinhandler} \N \N \N \N 2601 4 f 0 1 -0.2857143 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {0.85714287} {0.25} \N \N \N {i} \N \N \N \N 2602 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {1} \N \N \N {10000,10009,10018,10028,10037,10047,10056,10066,10075,10084,10094,10103,10113,10122,10132,10141,10151,10160,10169,10179,10188,10198,10207,10217,10226,10236,10245,10254,10264,10273,10283,10292,10302,10311,10320,10330,10339,10349,10358,10368,10377,10387,10396,10405,10415,10424,10434,10443,10453,10462,10472,10481,10490,10500,10509,10519,10528,10538,10547,10556,10566,10575,10585,10594,10604,10613,10623,10632,10641,10651,10660,10670,10679,10689,10698,10708,10717,10726,10736,10745,10755,10764,10774,10783,10792,10802,10811,10821,10830,10840,10849,10859,10868,10877,10887,10896,10906,10915,10925,10934,10944} \N \N \N \N 2602 2 f 0 4 -0.15449736 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.04761905,0.04761905,0.04761905,0.04761905,0.04761905,0.04761905,0.02116402,0.02116402,0.02116402,0.02116402,0.01904762,0.01904762,0.014814815,0.013756614,0.013756614,0.013756614,0.013756614,0.013756614,0.013756614,0.011640212,0.011640212,0.011640212,0.01058201,0.01058201,0.00952381,0.00952381,0.00952381,0.0063492064,0.0063492064,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.0042328043,0.0042328043,0.0042328043,0.0031746032,0.0031746032,0.0031746032,0.0021164021,0.0021164021,0.0021164021} \N {0.7909574} \N \N {434,1976,4054,4059,4602,4605,1970,1994,4070,4608,3919,6158,4103,2593,2594,2595,4104,5000,5008,1029,3550,3794,3474,4017,1977,4015,4016,4036,4102,397,423,424,426,428,429,1974,1982,1984,1988,1989,1991,1996,2000,2002,2095,2097,2099,2789,2968,2994,3194,3253,3371,3522,3626,3683,3901,4033,4055,4056,4058,4062,4064,4065,4068,4069,4074,4075,4076,4077,4078,4079,4080,4081,4082,4109,4199,4603,4604,4606,4607,4609,4610,4611,4612,4613,4614,4615,5067,1971,1995,2745,4037,4572,4576,3659,3702,4582} {427,431,435,627,1975,1983,1985,1990,1992,1997,1998,1999,2001,2040,2222,2223,2225,2226,2227,2229,2231,2235,2969,3254,3372,3523,3655,3903,4034,4225,4573,4574,4575,4577,4578,4579,4580,4581,4583,4584,4585,4586,4587,4588,4589,4590,5032,6194} \N \N \N 2602 3 f 0 4 45 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.05185185,0.05185185,0.05185185,0.05079365,0.04973545,0.04973545,0.04973545,0.04761905,0.041269843,0.035978835,0.034920637,0.034920637,0.030687831,0.027513228,0.025396826,0.01904762,0.01904762,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.015873017,0.013756614,0.012698413,0.012698413,0.011640212,0.01058201,0.01058201,0.01058201,0.008465609,0.0074074073,0.0063492064,0.0063492064,0.0063492064,0.0063492064,0.005291005} \N {0.24399118} \N \N {20,21,23,3831,1082,1114,1184,869,603,25,700,701,600,604,4537,19,1042,26,27,774,829,1083,1186,1266,1700,2950,3220,3802,718,17,18,2249,1560,1562,2277,3614,3615,16,30,3500,5069,790} {28,29,1033} \N \N \N 2602 4 f 0 4 48 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.05185185,0.05185185,0.05185185,0.04973545,0.04973545,0.04973545,0.04761905,0.04761905,0.041269843,0.037037037,0.034920637,0.034920637,0.031746034,0.026455026,0.024338624,0.01904762,0.01904762,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.017989418,0.013756614,0.012698413,0.012698413,0.011640212,0.01058201,0.01058201,0.01058201,0.01058201,0.008465609,0.0063492064,0.0063492064,0.0063492064,0.0063492064,0.005291005,0.005291005,0.0042328043,0.0042328043,0.0021164021} \N {0.24371497} \N \N {20,21,23,1082,1114,1184,869,3831,603,25,700,701,600,604,4537,19,1042,26,27,774,829,1083,1186,1266,1700,2950,3220,718,17,18,2249,1560,1562,2277,3615,3802,16,30,3500,5069,790,3614,2283,4072,1009} {28,29,1033} \N \N \N 2602 5 f 0 2 31 1 2 3 0 0 94 95 95 0 0 0 0 0 0 0 {0.23386243,0.15555556,0.15449736,0.15343915,0.15238096,0.017989418,0.016931217,0.014814815,0.011640212,0.011640212,0.01058201,0.0074074073,0.0074074073,0.0074074073,0.0063492064,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0021164021,0.0021164021,0.0021164021,0.0021164021} \N {0.1937302} \N \N {1,3,5,2,4,7,8,6,11,15,10,9,12,18,16,20,21,22,23,24,26,29,30,19,25,27,28} {14,17,48,68} \N \N \N 2602 6 f 0 1 2 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {0.9915344,0.008465609} {0.99079525} \N \N \N {s,o} \N \N \N \N 2602 7 f 0 4 -0.4137566 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.008465609,0.0074074073,0.0063492064,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.005291005,0.0042328043,0.0042328043,0.0042328043,0.0042328043,0.0042328043,0.0042328043,0.0042328043,0.0042328043,0.0042328043,0.0042328043,0.0042328043,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032,0.0031746032} \N {0.14321649} \N \N {1201,98,1054,94,96,387,410,607,620,670,1093,1108,1203,1204,1205,1206,1220,1320,1330,1550,1752,2060,2972,3222,3362,3882,15,92,93,416,532,533,1120,1130,1862,1868,1955,37,76,80,82,95,97,412,413,414,415,418,419,420,430,493,494,495,496,497,498,499,500,506,507,508,509,510,511,517,520,521,522,523,524,525,534,535,536,537,540,541,542,543,609,610,611,612,622,623,624,625,664,665,666,667,672,673,674,675,931,932,933,934} {58,254,260,385,487,489,492,632,646,660,663,903,1059,1061,1074,1096,1098,1111,1113,1123,1125,1132,1134,1222,1224,1225,1323,1325,1333,1335,1510,1552,1554,1555,1755,1757,1786,1789,1807,1864,1866,1867,1871,1873,1959,2062,2064,2315,2326,2345,2347,2349,2359,2361,2371,2373,2375,2384,2386,2388,2535,2537,2540,2542,2544,2571,2573,2575,2590,2799,2801,2860,2866,2871,2974,2976,2988,2993,3224,3226,3240,3245,3289,3365,3367,3518,3552,3632,3676,3877,3886,3889,3892,3893,3895,3897,4142,4162,4396,4540,5076} \N \N \N 2602 8 f 0 4 6 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.44656086,0.3015873,0.105820104,0.07936508,0.05079365,0.015873017} {0.8763987} \N \N \N {3580,403,783,4000,405,2742} \N \N \N \N 2602 9 f 0 4 2 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.9915344,0.008465609} {0.9826387} \N \N \N {0,1970} \N \N \N \N 2603 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {1} \N \N \N {10000,10007,10014,10021,10028,10035,10042,10049,10056,10063,10070,10077,10084,10091,10098,10105,10112,10119,10126,10133,10140,10147,10154,10161,10168,10175,10182,10189,10196,10203,10210,10217,10224,10231,10238,10245,10252,10259,10266,10273,10280,10287,10294,10301,10308,10315,10322,10329,10336,10343,10350,10357,10364,10371,10378,10385,10392,10399,10406,10413,10420,10427,10434,10441,10448,10455,10462,10469,10476,10483,10490,10497,10504,10511,10518,10525,10532,10539,10546,10553,10560,10567,10574,10581,10588,10595,10602,10609,10616,10623,10630,10637,10644,10651,10658,10665,10672,10679,10686,10693,10701} \N \N \N \N 2603 2 f 0 4 -0.2079772 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.03133903,0.025641026,0.025641026,0.025641026,0.025641026,0.025641026,0.017094018,0.017094018,0.017094018,0.017094018,0.012820513,0.011396011,0.011396011,0.011396011,0.011396011,0.011396011,0.011396011,0.011396011,0.00997151,0.00997151,0.00997151,0.00997151,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.008547009,0.0071225073,0.0071225073,0.0071225073,0.0071225073,0.0071225073,0.0071225073,0.0071225073,0.0071225073,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028} \N {0.7632642} \N \N {1976,434,4572,4576,4602,4605,4054,4059,4582,4608,1029,1970,1994,2594,2595,3550,3655,4070,2593,4102,4103,6158,1977,3659,3702,3919,4104,4573,4574,4575,4577,4578,4579,4580,4581,4583,4584,4585,4586,4587,4588,4589,4590,4603,4604,4606,4607,4609,4610,4611,4612,4613,4614,4615,5008,3474,3794,4015,4016,4017,4036,4037,5000,1971,1995,2745,4055,4056,4058,4062,4064,4065,4068,4069,4074,4075,4076,4077,4078,4079,4080,4081,4082,4109,426,428,1974,1984,1988,1989,1996,2000,2095,2097,2968,423,424,427,429,431} {397,435,627,1975,1982,1983,1985,1985,1990,1991,1992,1997,1998,1999,2001,2002,2040,2099,2222,2223,2223,2225,2226,2227,2229,2231,2235,2789,2969,2994,3253,3254,3371,3371,3372,3522,3523,3683,3903,3903,4034,4199,4225,5032,5067,6194} \N \N \N 2603 3 f 0 4 45 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.058404557,0.037037037,0.037037037,0.037037037,0.034188036,0.034188036,0.034188036,0.034188036,0.03133903,0.03133903,0.02991453,0.02991453,0.02991453,0.02991453,0.02991453,0.02991453,0.02991453,0.02849003,0.02849003,0.02849003,0.02849003,0.02849003,0.027065527,0.025641026,0.022792023,0.021367522,0.021367522,0.01994302,0.01994302,0.018518519,0.014245015,0.011396011,0.00997151,0.00997151,0.008547009,0.008547009,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0028490028,0.0028490028,0.0028490028,0.0028490028} {0.26846987} \N \N \N {869,21,23,25,20,1082,1114,1184,700,701,26,829,1083,1266,1700,2950,3831,27,774,1042,1186,3220,600,603,19,17,3614,18,604,3802,4537,718,2277,3615,1560,1562,16,30,2249,3500,5069,28,29,790,1033} \N \N \N \N 2603 4 f 0 4 45 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.058404557,0.037037037,0.037037037,0.035612535,0.035612535,0.035612535,0.032763533,0.032763533,0.032763533,0.032763533,0.02991453,0.02991453,0.02991453,0.02991453,0.02991453,0.02991453,0.02849003,0.02849003,0.02849003,0.02849003,0.02849003,0.02849003,0.027065527,0.025641026,0.022792023,0.021367522,0.021367522,0.01994302,0.01994302,0.018518519,0.014245015,0.011396011,0.00997151,0.00997151,0.008547009,0.008547009,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0028490028,0.0028490028,0.0028490028,0.0028490028} {0.26610586} \N \N \N {869,20,25,21,23,1186,701,1082,1114,1184,26,700,829,1700,2950,3831,27,774,1042,1083,1266,3220,600,603,19,17,3614,18,604,3802,4537,718,2277,3615,1560,1562,16,30,2249,3500,5069,28,29,790,1033} \N \N \N \N 2603 5 f 0 2 14 1 2 3 0 0 94 95 95 0 0 0 0 0 0 0 {0.26495728,0.21225071,0.16096866,0.15099715,0.08547009,0.066951565,0.01994302,0.012820513,0.00997151,0.0056980057,0.0042735045,0.0028490028} \N {0.42897877} \N \N {1,2,4,3,5,11,6,7,12,8,13,9} {10,14} \N \N \N 2603 6 f 0 4 -0.4159544 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.037037037,0.037037037,0.037037037,0.037037037,0.037037037,0.034188036,0.034188036,0.034188036,0.034188036,0.034188036,0.027065527,0.027065527,0.027065527,0.027065527,0.027065527,0.008547009,0.008547009,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0056980057,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0042735045,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028,0.0028490028} \N {0.34883356} \N \N {brin_minmax_opcinfo,brin_minmax_add_value,brin_minmax_consistent,brin_minmax_union,btequalimage,brin_bloom_opcinfo,brin_bloom_add_value,brin_bloom_consistent,brin_bloom_union,brin_bloom_options,brin_minmax_multi_opcinfo,brin_minmax_multi_add_value,brin_minmax_multi_consistent,brin_minmax_multi_union,brin_minmax_multi_options,hashint4,gist_stratnum_identity,hashint4extended,timestamp_hash,gist_box_penalty,gist_box_picksplit,gist_box_union,gist_box_same,hashtext,hashchar,hashint8,hashbpchar,brin_inclusion_opcinfo,brin_inclusion_add_value,brin_inclusion_consistent,brin_inclusion_union,btvarstrequalimage,hashmacaddr8,btint4cmp,hashmacaddr,hashinet,hash_numeric,hashint8extended,hashcharextended,hashtextextended,hashint2,hashfloat4,hashfloat8,hashoid,hashname,hashvarlena,hashbpcharextended,time_hash,timetz_hash,interval_hash,hashtid,uuid_hash,timestamp_sortsupport,pg_lsn_hash,timestamp_hash_extended,range_gist_union,range_gist_penalty,range_gist_picksplit,range_gist_same,spg_quad_leaf_consistent,brin_minmax_multi_distance_int4,brin_minmax_multi_distance_timestamp,spg_box_quad_choose,spg_box_quad_picksplit,spg_box_quad_inner_consistent,spg_box_quad_leaf_consistent} {box_contain,bttextnamecmp,btint2cmp,btfloat8cmp,btnamecmp,cash_cmp,btoidvectorcmp,hashfloat4extended,hashnameextended,hash_array,hashoidvectorextended,hashmacaddrextended,hashmacaddr8extended,macaddr_cmp,network_cmp,gist_point_compress,time_cmp,interval_cmp,bitcmp,btboolcmp,timestamp_cmp,gist_point_consistent,btint48cmp,btint24cmp,btint82cmp,btfloat84cmp,date_cmp_timestamp,timestamp_cmp_date,timestamptz_cmp_timestamp,gist_poly_consistent,gist_circle_consistent,gin_cmp_prefix,ginqueryarrayextract,uuid_cmp,gist_point_distance,btint4sortsupport,btfloat8sortsupport,btnamesortsupport,btrecordimagecmp,bttextsortsupport,numeric_sortsupport,uuid_sortsupport,bytea_sortsupport,btbpchar_pattern_sortsupport,timetz_hash_extended,pg_lsn_hash_extended,jsonb_hash_extended,interval_hash_extended,spg_range_quad_config,spg_range_quad_picksplit,spg_range_quad_leaf_consistent,gin_extract_jsonb,gin_extract_jsonb_path,gin_consistent_jsonb_path,gin_triconsistent_jsonb_path,hashenum,inet_gist_compress,inet_gist_picksplit,inet_gist_fetch,gtsvector_compress,gtsvector_union,gtsvector_penalty,pg_catalog.gin_extract_tsvector,pg_catalog.gin_tsquery_consistent,gtsquery_picksplit,gtsquery_same,pg_catalog.gtsquery_consistent,inet_spg_config,inet_spg_inner_consistent,pg_catalog.isempty,range_cmp,hash_range,gist_box_distance,spg_quad_choose,spg_quad_inner_consistent,spg_kd_choose,spg_text_config,spg_text_picksplit,spg_text_leaf_consistent,jsonb_hash,bound_box,macaddr8_cmp,pg_catalog.in_range,pg_catalog.in_range,pg_catalog.in_range,pg_catalog.in_range,pg_catalog.in_range,pg_catalog.in_range,pg_catalog.in_range,hash_multirange,brin_minmax_multi_distance_int2,brin_minmax_multi_distance_float4,brin_minmax_multi_distance_tid,brin_minmax_multi_distance_date,brin_minmax_multi_distance_interval,brin_minmax_multi_distance_pg_lsn,brin_minmax_multi_distance_inet,spg_poly_quad_compress,network_sortsupport,multirange_gist_consistent,hash_record_extended} \N \N \N 2612 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {1} \N \N \N {12,13,14,14224} \N \N \N \N 2612 2 f 0 64 -1 2 3 0 0 0 660 660 0 0 0 950 950 0 0 0 \N {0.6} \N \N \N {c,internal,plpgsql,sql} \N \N \N \N 2612 3 f 0 4 -0.25 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {10} \N \N \N \N 2612 4 f 0 1 -0.5 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.75} {1} \N \N \N {f} \N \N \N \N 2612 5 f 0 1 -0.5 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.5,0.5} {1} \N \N \N {f,t} \N \N \N \N 2612 6 f 0 4 -0.5 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.75} {1} \N \N \N {0} \N \N \N \N 2612 7 f 0 4 -0.5 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.75} {1} \N \N \N {0} \N \N \N \N 2612 8 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {1} \N \N \N {2246,2247,2248,14223} \N \N \N \N 2612 9 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 2600 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {0.7968202} \N \N \N {pg_catalog.max,pg_catalog.min,pg_catalog.avg,pg_catalog.avg,pg_catalog.avg,pg_catalog.avg,pg_catalog.sum,pg_catalog.sum,pg_catalog.sum,pg_catalog.sum,pg_catalog.sum,pg_catalog.max,pg_catalog.max,pg_catalog.max,pg_catalog.max,pg_catalog.max,pg_catalog.max,pg_catalog.max,pg_catalog.max,pg_catalog.max,pg_catalog.max,pg_catalog.min,pg_catalog.min,pg_catalog.min,pg_catalog.min,pg_catalog.min,pg_catalog.min,pg_catalog.min,pg_catalog.min,pg_catalog.min,pg_catalog.min,pg_catalog.variance,pg_catalog.variance,pg_catalog.variance,pg_catalog.variance,pg_catalog.stddev,pg_catalog.stddev,pg_catalog.stddev,pg_catalog.stddev,pg_catalog.bit_and,pg_catalog.bit_and,pg_catalog.bit_or,pg_catalog.bit_or,pg_catalog.bit_or,pg_catalog.max,pg_catalog.array_agg,bool_and,every,pg_catalog.var_samp,pg_catalog.var_samp,pg_catalog.var_samp,pg_catalog.var_samp,pg_catalog.stddev_samp,pg_catalog.stddev_samp,pg_catalog.stddev_samp,pg_catalog.stddev_samp,pg_catalog.var_pop,pg_catalog.var_pop,pg_catalog.var_pop,pg_catalog.stddev_pop,pg_catalog.stddev_pop,pg_catalog.stddev_pop,pg_catalog.stddev_pop,pg_catalog.max,pg_catalog.min,regr_count,regr_sxx,regr_sxy,regr_avgy,regr_r2,regr_intercept,covar_pop,corr,xmlagg,json_object_agg,jsonb_object_agg,pg_catalog.max,pg_catalog.string_agg,pg_catalog.string_agg,pg_catalog.min,pg_catalog.percentile_disc,pg_catalog.percentile_cont,pg_catalog.percentile_disc,pg_catalog.percentile_cont,pg_catalog.rank,pg_catalog.percent_rank,pg_catalog.dense_rank,pg_catalog.array_agg,pg_catalog.min,pg_catalog.range_agg,pg_catalog.range_intersect_agg,pg_catalog.max,pg_catalog.bit_xor,pg_catalog.bit_xor,pg_catalog.bit_xor,json_agg_strict,json_object_agg_strict,json_object_agg_unique_strict,jsonb_agg_strict,jsonb_object_agg_unique,any_value} \N \N \N \N 2600 2 f 0 1 3 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {0.9299363,0.044585988,0.025477707} {0.85276514} \N \N \N {n,o,h} \N \N \N \N 2600 3 f 0 2 2 1 3 0 0 0 94 95 0 0 0 0 0 0 0 0 {0.93630576,0.06369427} {0.9997457} \N \N \N {0,1} \N \N \N \N 2600 4 f 0 4 -0.6496815 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.070063695,0.044585988,0.044585988,0.044585988,0.03821656,0.03821656,0.03821656,0.03821656,0.025477707,0.012738854,0.012738854,0.012738854,0.012738854} \N {0.57522684} \N \N {float8_regr_accum,float4_accum,float8_accum,ordered_set_transition,numeric_accum,int2_accum,int4_accum,int8_accum,ordered_set_transition_multi,interval_avg_accum,booland_statefunc,int8_avg_accum,numeric_avg_accum} {float4pl,float4larger,float4smaller,float8pl,float8larger,float8smaller,text_larger,text_smaller,array_larger,array_smaller,int4larger,int4smaller,int2larger,int2smaller,cash_pl,cashlarger,cashsmaller,bpchar_larger,bpchar_smaller,date_larger,date_smaller,timestamptz_smaller,timestamptz_larger,interval_smaller,interval_larger,int8inc,int8larger,int8smaller,time_larger,time_smaller,timetz_larger,timetz_smaller,bitand,bitor,bitxor,numeric_smaller,numeric_larger,int2_sum,int4_sum,int2and,int2or,int2xor,int4and,int4or,int4xor,int8and,int8or,int8xor,int2_avg_accum,int4_avg_accum,oidlarger,oidsmaller,timestamp_smaller,timestamp_larger,array_agg_transfn,boolor_statefunc,tidlarger,tidsmaller,int8inc_any,int8inc_float8_float8,xmlconcat2,json_agg_transfn,json_object_agg_transfn,jsonb_agg_transfn,jsonb_object_agg_transfn,enum_smaller,enum_larger,string_agg_transfn,bytea_string_agg_transfn,network_larger,network_smaller,array_agg_array_transfn,pg_lsn_larger,pg_lsn_smaller,range_agg_transfn,multirange_intersect_agg_transfn,range_intersect_agg_transfn,xid8_larger,xid8_smaller,multirange_agg_transfn,json_agg_strict_transfn,json_object_agg_strict_transfn,json_object_agg_unique_transfn,json_object_agg_unique_strict_transfn,jsonb_agg_strict_transfn,jsonb_object_agg_strict_transfn,jsonb_object_agg_unique_transfn,jsonb_object_agg_unique_strict_transfn,any_value_transfn} \N \N \N 2600 5 f 0 4 -0.3375796 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.4522293,0.025477707,0.025477707,0.025477707,0.025477707,0.025477707,0.025477707,0.025477707,0.025477707,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854} \N {0.6498707} \N \N {-,float8_var_samp,float8_stddev_samp,numeric_var_samp,numeric_stddev_samp,json_object_agg_finalfn,jsonb_object_agg_finalfn,numeric_poly_var_samp,numeric_poly_stddev_samp,float8_avg,int8_avg,float8_var_pop,float8_stddev_pop,numeric_var_pop,numeric_stddev_pop,json_agg_finalfn,jsonb_agg_finalfn,numeric_poly_var_pop,numeric_poly_stddev_pop} {numeric_avg,interval_avg,array_agg_finalfn,float8_regr_sxx,float8_regr_syy,float8_regr_sxy,float8_regr_avgx,float8_regr_avgy,float8_regr_r2,float8_regr_slope,float8_regr_intercept,float8_covar_pop,float8_covar_samp,float8_corr,numeric_sum,numeric_poly_sum,numeric_poly_avg,string_agg_finalfn,bytea_string_agg_finalfn,percentile_disc_final,percentile_cont_float8_final,percentile_cont_interval_final,percentile_disc_multi_final,percentile_cont_float8_multi_final,percentile_cont_interval_multi_final,mode_final,rank_final,percent_rank_final,cume_dist_final,dense_rank_final,array_agg_array_finalfn,range_agg_finalfn,multirange_agg_finalfn,interval_sum} \N \N \N 2600 6 f 0 4 -0.49044585 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.1656051,0.089171976,0.07643312,0.07643312,0.070063695,0.031847134,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854} \N {-0.15592071} \N \N {-,float8_combine,numeric_poly_combine,numeric_combine,float8_regr_combine,int8pl,booland_statefunc,int8_avg_combine,int4_avg_combine,interval_avg_combine,numeric_avg_combine,string_agg_combine} {float4pl,float4larger,float4smaller,float8pl,float8larger,float8smaller,text_larger,text_smaller,array_larger,array_smaller,int4larger,int4smaller,int2larger,int2smaller,cash_pl,cashlarger,cashsmaller,bpchar_larger,bpchar_smaller,date_larger,date_smaller,timestamptz_smaller,timestamptz_larger,interval_smaller,interval_larger,int8larger,int8smaller,time_larger,time_smaller,timetz_larger,timetz_smaller,bitand,bitor,bitxor,numeric_smaller,numeric_larger,int2and,int2or,int2xor,int4and,int4or,int4xor,int8and,int8or,int8xor,oidlarger,oidsmaller,timestamp_smaller,timestamp_larger,boolor_statefunc,tidlarger,tidsmaller,enum_smaller,enum_larger,network_larger,network_smaller,pg_lsn_larger,pg_lsn_smaller,multirange_intersect_agg_transfn,range_intersect_agg_transfn,xid8_larger,xid8_smaller,any_value_transfn,array_agg_combine,array_agg_array_combine} \N \N \N 2600 7 f 0 4 9 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.7834395,0.07643312,0.07643312,0.012738854,0.012738854,0.012738854,0.012738854} \N {0.60326904} \N \N {-,numeric_serialize,numeric_poly_serialize,numeric_avg_serialize,int8_avg_serialize,string_agg_serialize,interval_avg_serialize} {array_agg_serialize,array_agg_array_serialize} \N \N \N 2600 8 f 0 4 9 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.7834395,0.07643312,0.07643312,0.012738854,0.012738854,0.012738854,0.012738854} \N {0.60326904} \N \N {-,numeric_deserialize,numeric_poly_deserialize,numeric_avg_deserialize,int8_avg_deserialize,string_agg_deserialize,interval_avg_deserialize} {array_agg_deserialize,array_agg_array_deserialize} \N \N \N 2600 9 f 0 4 14 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.7452229,0.03821656,0.03821656,0.03821656,0.03821656,0.01910828,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854} \N {0.37765056} \N \N {-,numeric_accum,int2_accum,int4_accum,int8_accum,bool_accum,interval_avg_accum,int2_avg_accum,int4_avg_accum,int8_avg_accum,numeric_avg_accum} {cash_pl,int8inc,int8inc_any} \N \N \N 2600 10 f 0 4 13 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.7452229,0.050955415,0.03821656,0.03821656,0.03821656,0.01910828,0.012738854,0.012738854,0.012738854,0.012738854} \N {0.39169493} \N \N {-,numeric_accum_inv,int2_accum_inv,int4_accum_inv,int8_accum_inv,bool_accum_inv,int8_avg_accum_inv,interval_avg_accum_inv,int2_avg_accum_inv,int4_avg_accum_inv} {cash_mi,int8dec,int8dec_any} \N \N \N 2600 12 f 0 1 2 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.9299363,0.070063695} {0.99697655} \N \N \N {f,t} \N \N \N \N 2600 13 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {f} \N \N \N \N 2600 14 f 0 1 3 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {0.9299363,0.044585988,0.025477707} {0.9997953} \N \N \N {r,s,w} \N \N \N \N 2600 15 f 0 1 3 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {0.9299363,0.044585988,0.025477707} {0.9997953} \N \N \N {r,s,w} \N \N \N \N 2600 16 f 0 4 -0.29936305 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.7006369,0.012738854} \N {0.02630567} \N \N {0,58} {59,95,97,412,413,520,521,609,610,622,623,664,666,672,674,902,903,1058,1060,1072,1073,1095,1097,1110,1112,1203,1205,1322,1324,1332,1334,1552,1554,1754,1756,2062,2064,2799,2800,3224,3225,3518,3519,5073,5074} \N \N \N 2600 17 f 0 4 -0.19745223 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.37579617,0.15923567,0.06369427,0.031847134,0.031847134,0.01910828,0.01910828,0.01910828,0.01910828,0.01910828,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854,0.012738854} \N {0.44161463} \N \N {2281,1022,20,21,23,16,700,701,790,1560,25,26,27,869,1016,1042,1082,1083,1114,1184,1186,1266,1700,2277,3220,3500,5069} {142,2283,3831,4537} \N \N \N 2600 18 f 0 4 4 1 3 0 0 0 96 97 0 0 0 0 0 0 0 0 {0.8089172,0.089171976,0.089171976,0.012738854} {0.5938917} \N \N \N {0,48,128,40} \N \N \N \N 2600 19 f 0 4 5 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.7452229,0.21019109,0.025477707,0.012738854} {0.43603596} \N \N \N {0,2281,1016,20} \N \N \N \N 2600 20 f 0 4 5 1 3 0 0 0 96 97 0 0 0 0 0 0 0 0 {0.7898089,0.089171976,0.089171976,0.01910828,0.012738854} {0.5838445} \N \N \N {0,48,128,16,40} \N \N \N \N 2600 21 f 0.8089172 9 4 1 3 0 0 0 98 664 0 0 0 950 950 0 0 0 {0.089171976,0.070063695,0.01910828,0.012738854} {-0.37041157} \N \N \N {"{0,0,0}","{0,0,0,0,0,0}",0,"{0,0}"} \N \N \N \N 2600 22 f 0.96178347 4 2 1 3 0 0 0 98 664 0 0 0 950 950 0 0 0 {0.025477707,0.012738854} {-0.37142858} \N \N \N {"{0,0}",0} \N \N \N \N 2618 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {0.9944773} \N \N \N {12003,12008,12013,12021,12026,12036,12041,12051,12056,12061,12071,12076,12084,12088,12098,12102,12108,12109,12113,12121,12125,12133,12137,12145,12150,12160,12164,12169,12178,12182,12191,12195,12204,12208,12212,12221,12225,12235,12239,12247,12252,12260,12265,12269,12278,12283,12292,12296,12304,12308,12318,12323,12328,12338,12343,12351,13891,13905,13909,13914,13924,13929,13939,13944,13954,13959,13969,13974,13979,13989,13993,14003,14008,14017,14022,14031,14036,14041,14050,14075,14085,14089,14099,14104,14109,14118,14123,14132,14137,14147,14152,14162,14167,14171,14179,14183,14192,14196,14205,14209,14219} \N \N \N \N 2618 2 f 0 64 3 1 2 3 0 0 93 660 660 0 0 950 950 950 0 0 {0.9862069} \N {0.9428397} \N \N {_RETURN} {pg_settings_n,pg_settings_u} \N \N \N 2618 3 f 0 4 -0.9862069 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.020689655} \N {0.9944773} \N \N {12104} {12000,12005,12010,12018,12023,12033,12038,12043,12053,12058,12068,12073,12077,12085,12090,12099,12110,12114,12122,12126,12134,12138,12147,12152,12157,12166,12170,12179,12183,12188,12196,12201,12209,12214,12218,12227,12232,12240,12244,12249,12257,12262,12271,12275,12285,12289,12293,12301,12305,12315,12320,12325,12335,12340,12348,13888,13897,13906,13911,13921,13926,13936,13941,13946,13956,13961,13971,13976,13981,13990,13995,14005,14009,14014,14023,14028,14038,14043,14047,14077,14082,14091,14096,14106,14111,14115,14124,14129,14139,14144,14149,14159,14164,14172,14176,14180,14189,14193,14202,14206,14216} \N \N \N 2618 4 f 0 1 2 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {0.9862069,0.013793103} {0.9428476} \N \N \N {1,2} \N \N \N \N 2618 5 f 0 1 1 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {O} \N \N \N \N 2618 6 f 0 1 2 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {0.99310344} {0.9989136} \N \N \N {t} \N \N \N \N 2618 7 f 0 5 2 1 3 0 0 0 98 664 0 0 0 950 950 0 0 0 {0.99310344} {0.97094554} \N \N \N {<>} \N \N \N \N 2618 8 f 0 603 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 2609 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {0.0005712405} \N \N \N {2,53,101,149,196,243,291,335,380,436,480,524,595,641,686,734,779,837,881,926,971,1043,1087,1133,1177,1227,1285,1329,1373,1420,1465,1509,1555,1603,1648,1694,1738,1782,1827,1871,1915,1960,2031,2076,2123,2168,2220,2274,2319,2367,2413,2457,2502,2546,2591,2712,2763,2809,2869,2913,2960,3013,3057,3107,3160,3206,3251,3301,3345,3402,3452,3506,3556,3619,3669,3717,3762,3812,3858,3904,3955,4000,4052,4128,4215,4263,4308,4352,4396,4441,4485,4529,4626,5033,5079,6156,6208,6263,6310,13824,14224} \N \N \N \N 2609 2 f 0 4 13 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.7475158,0.18044263,0.028906956,0.024164408,0.006549232,0.006549232,0.0015808492,0.001129178,0.001129178,0.0009033424,0.0006775068} \N {0.85353035} \N \N {1255,2617,2607,1247,3600,3602,2601,3456,3764,2612,2615} {3079,3601} \N \N \N 2609 3 f 0 4 1 1 3 0 0 0 96 97 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {0} \N \N \N \N 2609 4 f 0 26 -0.4390244 1 2 3 0 0 98 664 664 0 0 950 950 950 0 0 {0.08039747,0.014227643,0.013775971,0.0133243,0.013098464,0.013098464,0.013098464,0.013098464,0.013098464,0.013098464,0.013098464,0.013098464,0.013098464,0.012646793,0.012646793,0.011517615,0.011065944,0.010388438,0.008581753,0.0074525746,0.007226739,0.007000903,0.0067750677,0.0060975607,0.0058717253,0.00564589,0.00564589,0.004968383,0.004968383,0.004968383,0.004516712,0.004516712,0.0042908764,0.0040650405,0.003839205,0.003839205,0.0036133695,0.0036133695,0.0036133695,0.0029358626,0.0029358626,0.0029358626,0.0027100272,0.0024841914,0.002258356,0.002258356,0.002258356,0.0020325202,0.0020325202,0.0020325202,0.0020325202,0.0020325202,0.0020325202,0.0018066848,0.0018066848,0.0018066848,0.0018066848,0.0018066848,0.0018066848,0.0018066848,0.0018066848,0.0018066848,0.0015808492,0.0015808492,0.0015808492,0.0015808492,0.0015808492,0.0015808492,0.0015808492,0.0015808492,0.0015808492,0.0015808492,0.0015808492,0.0015808492,0.0013550136,0.0013550136,0.0013550136,0.0013550136,0.0013550136,0.0013550136,0.0013550136,0.0013550136,0.0013550136,0.0013550136,0.0013550136,0.0013550136,0.0013550136,0.001129178,0.001129178,0.001129178,0.001129178,0.001129178,0.001129178,0.001129178,0.001129178,0.001129178,0.001129178,0.001129178,0.001129178,0.0009033424} \N {0.043946788} \N \N {I/O,"implementation of = operator",equal,"implementation of <> operator","greater than","greater than or equal","implementation of < operator","implementation of <= operator","implementation of > operator","implementation of >= operator","less than","less than or equal","not equal",hash,less-equal-greater,"aggregate final function","implementation of + operator","implementation of - operator","aggregate transition function",add,"implementation of * operator","GiST support",subtract,multiply,"implementation of <-> operator","distance between","implementation of / operator",divide,"larger of two","smaller of two","I/O typmod","implementation of <@ operator","sort support",contains,(internal),"for use by pg_upgrade","implementation of @> operator","is contained by","window RANGE support","implementation of << operator","implementation of >> operator","intervals overlap?","absolute value","aggregate combine function","center of","implementation of && operator","implementation of ~ operator","GIN support",concatenate,"implementation of # operator","implementation of @@ operator","implementation of || operator","non-persistent series generator","GiST tsvector support","aggregate deserial function","aggregate serial function","extract portion of string","is left of","is right of",modulus,overlaps,relevance,"bitwise and","bitwise not","bitwise or","does not match LIKE expression","implementation of & operator","implementation of &< operator","implementation of &> operator","implementation of | operator","matches LIKE expression",negate,"overlaps or is left of","overlaps or is right of","GIN tsvector support","GiST tsquery support","closest point to A on B",exponentiation,"historical alias for stddev_samp","historical alias for var_samp","implementation of ## operator","implementation of ?# operator","implementation of @ operator",intersect,"position of regexp match","transform to tsquery","unary plus","BRIN bloom support","BRIN multi minmax support","GIN tsvector support (obsolete)","SP-GiST support","SP-GiST support for quad tree over box","SP-GiST support for quad tree over range","SP-GiST support for radix tree over text","base 10 logarithm","character length","extract substring that matches regexp","octet length","replace text using regexp","BRIN inclusion support"} {"'char(length)' blank-padded string, fixed storage length","BRIN multi minmax macaddr8 distance","Insert value into a jsonb","SHOW X as a function, optionally no error for missing variable","WAL summarizer state","adjust time with time zone to new zone","aggregate inputs into jsonb object","area of a closed path","bitwise exclusive or","bitwise-xor integer aggregate","build a json array from any inputs","collation of the argument; implementation of the COLLATION FOR expression","configuration for danish language","configuration for turkish language","conversion for EUC_JIS_2004 to UTF8","conversion for KOI8R to MULE_INTERNAL","conversion for MULE_INTERNAL to EUC_JP","conversion for UTF8 to EUC_JP","conversion for UTF8 to LATIN9","conversion for WIN1251 to WIN866","convert a long int to a human readable text using size units","convert date and time to timestamp","convert inet to cidr","convert int8 to bitstring","convert namespace name to regnamespace","convert string with specified destination encoding name","convert tsvector to array of lexemes","create a physical replication slot","current user privilege on column by rel oid, col name","current user privilege on tablespace by tablespace oid","debug function for text search configuration","deprecated, use |>> instead","does not match regular expression, case-insensitive","equal by area","extract field from timestamp","find first match for regexp","format float8 to text","generate headline from json","get array of PIDs of sessions blocking specified backend PID from acquiring a safe snapshot","get information about file","get set of in-progress transactions in snapshot","get value from jsonb as text with path elements","hash a range","implementation of !~ operator","implementation of *= operator","implementation of >^ operator","implementation of |&> operator","implementation of ~>~ operator","int4range constructor","internal conversion function for EUC_TW to MULE_INTERNAL","internal conversion function for MULE_INTERNAL to BIG5","internal conversion function for UTF8 to BIG5","internal conversion function for WIN1251 to MULE_INTERNAL","is adjacent to","is text search dictionary visible in search path?","join selectivity for network operators","json object aggregate transition function","jsonpath query with timezone","large object unlink (delete)","less than or equal by area","log memory contexts of the specified backend","map query result to XML","matches regular expression, case-sensitive","maximum value of all timestamp with time zone input values","minimum value of all timestamp input values","multirange union","network IP address/netmask, network address","numrange constructor","output money amount as words","perform a non-validating parse of a character string to produce an XML value","planner support for numeric length coercion","population standard deviation of numeric input values","pseudo-type for the result of a function with no real result","pseudo-type representing an undetermined type","range of integers","referential integrity FOREIGN KEY ... REFERENCES","registered type","restriction selectivity for generic matching operators","resume wal replay, if it was paused","row security for current context active on table by table oid","select statement of a view with pretty-print option","set up a logical replication slot","slope between points","snowball stemmer for norwegian language","split string by pattern","statistics: checkpoint/restartpoint time spent synchronizing buffers to disk, in milliseconds","statistics: information about subscription stats","statistics: number of dead tuples","statistics: number of tuples inserted","statistics: reset collected statistics for a single table or index in the current database or shared across all databases in the cluster","statistics: tuples returned for database","sum as float4 across all float4 input values","test XML value against XPath expression","the average (arithmetic mean) as numeric of all smallint values","transform string values from json to tsvector",trunc(x/y),"type of the argument","user privilege on foreign data wrapper by user oid, foreign data wrapper name","user privilege on schema by user oid, schema name","value rounded to 'scale'","~18 digit integer, 8-byte storage"} \N \N \N 2605 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {1} \N \N \N {10000,10002,10004,10006,10009,10011,10013,10015,10018,10020,10022,10025,10027,10029,10031,10034,10036,10038,10041,10043,10045,10047,10050,10052,10054,10057,10059,10061,10063,10066,10068,10070,10072,10075,10077,10079,10082,10084,10086,10088,10091,10093,10095,10098,10100,10102,10104,10107,10109,10111,10114,10116,10118,10120,10123,10125,10127,10129,10132,10134,10136,10139,10141,10143,10145,10148,10150,10152,10155,10157,10159,10161,10164,10166,10168,10171,10173,10175,10177,10180,10182,10184,10186,10189,10191,10193,10196,10198,10200,10202,10205,10207,10209,10212,10214,10216,10218,10221,10223,10225,10228} \N \N \N \N 2605 2 f 0 4 -0.2489083 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.09170306,0.082969435,0.074235804,0.05676856,0.0349345,0.030567685,0.030567685,0.026200874,0.026200874,0.02183406,0.02183406,0.02183406,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.008733625,0.008733625,0.008733625,0.008733625,0.008733625,0.008733625,0.008733625} \N {0.35243672} \N \N {23,20,21,26,3802,1043,1700,25,1042,700,701,1184,16,18,24,603,604,650,869,1114,1560,2202,2203,2204,19,142,718,1083,2205,2206,3734,3769,4089,4096,4191,1082,1186,1266,1562,3361,3402,5017} {114,194,600,601,602,774,790,829,3904,3906,3908,3910,3912,3926,5069} \N \N \N 2605 3 f 0 4 -0.23580787 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.09170306,0.082969435,0.06113537,0.052401748,0.03930131,0.03930131,0.0349345,0.026200874,0.026200874,0.026200874,0.026200874,0.02183406,0.02183406,0.02183406,0.02183406,0.02183406,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.01746725,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.013100437,0.008733625,0.008733625,0.008733625,0.008733625,0.008733625} \N {0.18499695} \N \N {23,20,26,25,1042,1043,1700,21,700,701,2205,24,1083,2202,2203,2204,18,600,1560,2206,3734,3769,4089,4096,4191,17,19,142,603,604,790,1114,1184,1266,16,718,1082,1186,1562} {28,114,601,602,650,774,829,869,3802,4451,4532,4533,4534,4535,4536} \N \N \N 2605 4 f 0 4 -0.49344978 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.30131003,0.05676856,0.052401748,0.052401748,0.026200874,0.013100437,0.013100437,0.013100437,0.008733625,0.008733625,0.008733625} \N {0.3919109} \N \N {0,313,1287,1288,730,944,2896,2971,401,946,1079} {77,78,235,236,237,238,311,312,314,316,317,318,319,406,407,408,409,480,481,482,483,652,653,668,669,714,754,860,1174,1178,1200,1316,1370,1388,1400,1401,1416,1419,1446,1447,1448,1449,1474,1479,1480,1532,1534,1540,1541,1544,1683,1684,1685,1687,1703,1715,1740,1742,1743,1744,1745,1746,1779,1781,1782,1783,1961,1967,1968,1969,2019,2024,2027,2028,2029,2046,2047,2075,2076,2557,2558,2580,3449,3450,3451,3452,3453,3556,3811,3812,3823,3824,4091,4123,4124,4281,4284,4287,4290,4293,5071} \N \N \N 2605 5 f 0 1 3 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {0.510917,0.33624455,0.15283842} {0.2432734} \N \N \N {i,a,e} \N \N \N \N 2605 6 f 0 1 3 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {0.69868994,0.279476,0.02183406} {0.7256393} \N \N \N {f,b,i} \N \N \N \N 2615 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {0.8} \N \N \N {11,99,2200,13868} \N \N \N \N 2615 2 f 0 64 -1 2 3 0 0 0 660 660 0 0 0 950 950 0 0 0 \N {-0.4} \N \N \N {information_schema,pg_catalog,pg_toast,public} \N \N \N \N 2615 3 f 0 4 -0.5 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.75} {0.8} \N \N \N {10} \N \N \N \N 2615 4 f 0.25 53 -0.5 1 0 0 0 0 1070 0 0 0 0 0 0 0 0 0 {0.5,0.25} \N \N \N \N {"{SYSTEM=UC/SYSTEM,=U/SYSTEM}","{pg_database_owner=UC/pg_database_owner,=U/pg_database_owner}"} \N \N \N \N 2607 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {1} \N \N \N {4402,4403,4404,4405,4407,4408,4409,4410,4412,4413,4414,4415,4417,4418,4419,4421,4422,4423,4424,4426,4427,4428,4429,4431,4432,4433,4435,4436,4437,4438,4440,4441,4442,4443,4445,4446,4447,4448,4452,4453,4454,4456,4457,4458,4459,4461,4462,4463,4464,4466,4467,4468,4470,4471,4472,4473,4475,4476,4477,4478,4480,4481,4482,4484,4485,4486,4487,4489,4490,4491,4492,4494,4495,4496,4497,4499,4500,4501,4503,4504,4505,4506,4508,4509,4510,4511,4513,4514,4515,4517,4518,4519,4520,4522,4523,4524,4525,4527,4528,4529,4531} \N \N \N \N 2607 2 f 0 64 -1 2 3 0 0 0 660 660 0 0 0 950 950 0 0 0 \N {-0.0077137887} \N \N \N {big5_to_euc_tw,big5_to_mic,big5_to_utf8,euc_cn_to_mic,euc_jis_2004_to_shift_jis_2004,euc_jis_2004_to_utf8,euc_jp_to_mic,euc_jp_to_sjis,euc_kr_to_mic,euc_kr_to_utf8,euc_tw_to_big5,euc_tw_to_mic,gb18030_to_utf8,gbk_to_utf8,iso_8859_10_to_utf8,iso_8859_14_to_utf8,iso_8859_15_to_utf8,iso_8859_16_to_utf8,iso_8859_1_to_mic,iso_8859_2_to_mic,iso_8859_2_to_utf8,iso_8859_2_to_windows_1250,iso_8859_3_to_mic,iso_8859_4_to_mic,iso_8859_4_to_utf8,iso_8859_5_to_koi8_r,iso_8859_5_to_utf8,iso_8859_5_to_windows_1251,iso_8859_5_to_windows_866,iso_8859_6_to_utf8,iso_8859_8_to_utf8,iso_8859_9_to_utf8,johab_to_utf8,koi8_r_to_iso_8859_5,koi8_r_to_utf8,koi8_r_to_windows_1251,koi8_r_to_windows_866,koi8_u_to_utf8,mic_to_euc_cn,mic_to_euc_jp,mic_to_euc_kr,mic_to_iso_8859_1,mic_to_iso_8859_2,mic_to_iso_8859_3,mic_to_iso_8859_4,mic_to_koi8_r,mic_to_sjis,mic_to_windows_1250,mic_to_windows_1251,shift_jis_2004_to_euc_jis_2004,shift_jis_2004_to_utf8,sjis_to_euc_jp,sjis_to_utf8,uhc_to_utf8,utf8_to_big5,utf8_to_euc_cn,utf8_to_euc_jp,utf8_to_euc_kr,utf8_to_euc_tw,utf8_to_gb18030,utf8_to_iso_8859_1,utf8_to_iso_8859_10,utf8_to_iso_8859_13,utf8_to_iso_8859_15,utf8_to_iso_8859_16,utf8_to_iso_8859_2,utf8_to_iso_8859_3,utf8_to_iso_8859_5,utf8_to_iso_8859_6,utf8_to_iso_8859_7,utf8_to_iso_8859_8,utf8_to_johab,utf8_to_koi8_r,utf8_to_koi8_u,utf8_to_shift_jis_2004,utf8_to_uhc,utf8_to_windows_1250,utf8_to_windows_1251,utf8_to_windows_1253,utf8_to_windows_1254,utf8_to_windows_1255,utf8_to_windows_1256,utf8_to_windows_1258,utf8_to_windows_866,utf8_to_windows_874,windows_1250_to_iso_8859_2,windows_1250_to_utf8,windows_1251_to_iso_8859_5,windows_1251_to_koi8_r,windows_1251_to_utf8,windows_1251_to_windows_866,windows_1252_to_utf8,windows_1253_to_utf8,windows_1255_to_utf8,windows_1256_to_utf8,windows_1257_to_utf8,windows_1258_to_utf8,windows_866_to_koi8_r,windows_866_to_mic,windows_866_to_utf8,windows_874_to_utf8} \N \N \N \N 2607 3 f 0 4 1 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {11} \N \N \N \N 2607 4 f 0 4 1 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {10} \N \N \N \N 2607 5 f 0 4 -0.3203125 1 2 3 0 0 96 97 97 0 0 0 0 0 0 0 {0.3046875,0.1171875,0.0390625,0.0390625,0.0390625,0.0390625,0.0234375,0.0234375,0.0234375,0.0234375,0.0234375,0.0234375,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625} \N {-0.092307955} \N \N {6,7,20,22,23,25,1,4,9,29,35,36,2,3,5,8,10,11,41} {12,13,14,15,16,17,18,19,21,24,26,27,28,30,31,32,33,34,37,38,39,40} \N \N \N 2607 6 f 0 4 -0.3203125 1 2 3 0 0 96 97 97 0 0 0 0 0 0 0 {0.3046875,0.1171875,0.0390625,0.0390625,0.0390625,0.0390625,0.0234375,0.0234375,0.0234375,0.0234375,0.0234375,0.0234375,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625,0.015625} \N {-0.10025064} \N \N {6,7,20,22,23,25,1,4,9,29,35,36,2,3,5,8,10,11,41} {12,13,14,15,16,17,18,19,21,24,26,27,28,30,31,32,33,34,37,38,39,40} \N \N \N 2607 7 f 0 4 -0.65625 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.1015625,0.1015625,0.0859375,0.0859375} \N {0.9940773} \N \N {utf8_to_iso8859,iso8859_to_utf8,utf8_to_win,win_to_utf8} {koi8r_to_mic,mic_to_koi8r,iso_to_mic,mic_to_iso,win1251_to_mic,mic_to_win1251,win866_to_mic,mic_to_win866,koi8r_to_win1251,win1251_to_koi8r,koi8r_to_win866,win866_to_koi8r,win866_to_win1251,win1251_to_win866,iso_to_koi8r,koi8r_to_iso,iso_to_win1251,win1251_to_iso,iso_to_win866,win866_to_iso,euc_cn_to_mic,mic_to_euc_cn,euc_jp_to_sjis,sjis_to_euc_jp,euc_jp_to_mic,sjis_to_mic,mic_to_euc_jp,mic_to_sjis,euc_kr_to_mic,mic_to_euc_kr,euc_tw_to_big5,big5_to_euc_tw,euc_tw_to_mic,big5_to_mic,mic_to_euc_tw,mic_to_big5,latin2_to_mic,mic_to_latin2,win1250_to_mic,mic_to_win1250,latin2_to_win1250,win1250_to_latin2,latin1_to_mic,mic_to_latin1,latin3_to_mic,mic_to_latin3,latin4_to_mic,mic_to_latin4,big5_to_utf8,utf8_to_big5,utf8_to_koi8r,koi8r_to_utf8,utf8_to_koi8u,koi8u_to_utf8,euc_cn_to_utf8,utf8_to_euc_cn,euc_jp_to_utf8,utf8_to_euc_jp,euc_kr_to_utf8,utf8_to_euc_kr,euc_tw_to_utf8,utf8_to_euc_tw,gb18030_to_utf8,utf8_to_gb18030,gbk_to_utf8,utf8_to_gbk,iso8859_1_to_utf8,utf8_to_iso8859_1,johab_to_utf8,utf8_to_johab,sjis_to_utf8,utf8_to_sjis,uhc_to_utf8,utf8_to_uhc,euc_jis_2004_to_utf8,utf8_to_euc_jis_2004,shift_jis_2004_to_utf8,utf8_to_shift_jis_2004,euc_jis_2004_to_shift_jis_2004,shift_jis_2004_to_euc_jis_2004} \N \N \N 2607 8 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {t} \N \N \N \N 2608 1 f 0 4 9 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.44704506,0.32709187,0.1778818,0.017554125,0.016383851,0.0093622,0.00234055,0.001170275,0.001170275} {0.23699711} \N \N \N {1259,2618,1247,3602,3600,1255,2612,2606,3764} \N \N \N \N 1261 5 f 0 1 -0.33333334 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {f} \N \N \N \N 1261 6 f 0 1 -0.33333334 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {t} \N \N \N \N 2608 2 f 0 4 -0.3510825 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.048566412,0.026331188,0.019309537,0.0187244,0.017554125,0.016968988,0.016383851,0.015798712,0.015798712,0.010532475,0.010532475,0.0081919255,0.0081919255,0.0076067876,0.0076067876,0.0076067876,0.0076067876,0.0076067876,0.00702165,0.00702165,0.00702165,0.006436513,0.006436513,0.006436513,0.006436513,0.006436513,0.006436513,0.006436513,0.006436513,0.005851375,0.005851375,0.005851375,0.005851375,0.005851375,0.005851375,0.005851375,0.0052662375,0.0052662375,0.0052662375,0.0052662375,0.0052662375,0.0052662375,0.0052662375,0.0052662375,0.0052662375,0.0052662375,0.0052662375,0.0052662375,0.0046811,0.0046811,0.0046811,0.0046811,0.0046811,0.0046811,0.0046811,0.0046811,0.0046811,0.0046811,0.0046811,0.0046811,0.0046811,0.0046811,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.003510825,0.0029256875,0.0029256875,0.0029256875,0.0029256875,0.0029256875,0.0029256875,0.0029256875,0.0029256875,0.0029256875} \N {0.99995357} \N \N {14038,13956,13995,13906,14124,14154,13981,12155,12164,14101,14152,13909,13959,12160,12169,14022,14047,14086,12178,12182,14072,13984,14008,14009,14014,14019,14085,14123,14144,12191,12195,13990,14000,14028,14033,14114,12017,13911,13946,13971,14005,14077,14082,14091,14115,14120,14157,14214,12204,12208,13941,13951,13961,14043,14052,14096,14106,14111,14129,14180,14189,14192,13916,13931,13966,13976,14023,14134,14139,14164,14167,14193,14201,12217,12221,13936,13998,14041,14050,14057,14062,14149,14175,14176,14179,14188,14198,14202,14205,14209,14211,13921,13926,13993,14067,14104,14127,14168,14172,14185} {12001,12011,12020,12030,12040,12050,12060,12070,12079,12087,12097,12106,12109,12116,12124,12132,12140,12149,12162,12173,12185,12197,12207,12219,12229,12238,12246,12255,12264,12269,12278,12288,12296,12304,12313,12323,12333,12343,12351,13815,13821,13827,13833,13838,13844,13850,13855,13861,13867,13873,13879,13885,13890,13895,13898,13902,13905,13913,13919,13927,13933,13939,13948,13953,13963,13969,13977,13986,13991,14003,14011,14017,14025,14031,14040,14048,14056,14063,14069,14075,14080,14087,14092,14098,14107,14112,14118,14130,14137,14145,14150,14161,14171,14178,14186,14196,14206,14208,14216,14219,14224} \N \N \N 2608 3 f 0 4 83 1 2 3 0 0 96 97 97 0 0 0 0 0 0 0 {0.6003511,0.038033936,0.0374488,0.036863662,0.036278527,0.033937976,0.029256875,0.024575775,0.016968988,0.01170275,0.008777062,0.006436513,0.005851375,0.0046811,0.0046811,0.0046811,0.0046811,0.0046811,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.0040959627,0.003510825,0.0029256875,0.00234055,0.00234055,0.0017554126,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275} \N {0.6536469} \N \N {0,1,3,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44} {45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82} \N \N \N 2608 4 f 0 4 7 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.5588063,0.33294323,0.04973669,0.022235226,0.017554125,0.016383851,0.00234055} {0.1260394} \N \N \N {1247,1259,2615,1255,3600,3764,3079} \N \N \N \N 2608 5 f 0 4 -0.20479813 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.29724985,0.080748975,0.051492102,0.04973669,0.03978935,0.031597424,0.016383851,0.015213575,0.0140433,0.01170275,0.0093622,0.0093622,0.00702165,0.00702165,0.006436513,0.006436513,0.005851375,0.005851375,0.005851375,0.005851375,0.0052662375,0.0052662375,0.0046811,0.0040959627,0.003510825,0.003510825,0.003510825,0.0029256875,0.0029256875,0.0029256875,0.0029256875,0.0029256875,0.0029256875,0.0029256875,0.00234055,0.00234055,0.00234055,0.00234055,0.0017554126,0.0017554126,0.0017554126,0.0017554126,0.0017554126,0.0017554126,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275} \N {0.77314335} \N \N {13887,13885,13882,13868,13895,12142,13811,12147,12170,12183,12196,14180,12209,14014,14193,14206,12005,13946,14077,14115,14106,14168,12104,13986,13893,14149,14159,13869,13897,13906,13956,13981,13995,14038,12257,13873,13876,14220,13824,13874,13877,13878,13879,13880,12000,12010,12014,12018,12023,12028,12033,12038,12043,12048,12053,12058,12063,12068,12073,12077,12081,12085,12090,12095,12099,12110,12114,12118,12122,12126,12130,12134,12138,12152,12157,12161,12166,12175,12179,12188,12192,12201,12205,12214,12218,12222,12227,12232,12236,12240,12244,12249,12253,12262,12266,12271,12275,12280,12285,12289} {12002,12016,12030,12045,12060,12075,12092,12106,12120,12132,12144,12163,12177,12190,12203,12216,12234,12246,12259,12273,12287,12293,12299,12303,12307,12312,12317,12325,12330,12335,12340,12344,12348,13810,13816,13822,13830,13838,13844,13850,13856,13862,13870,13872,13890,13902,13911,13916,13921,13926,13931,13936,13941,13951,13961,13966,13971,13976,13988,13992,14000,14005,14009,14019,14023,14028,14033,14043,14047,14052,14055,14059,14062,14065,14069,14072,14079,14084,14088,14096,14101,14108,14113,14120,14124,14131,14136,14141,14146,14154,14164,14172,14176,14182,14187,14195,14200,14204,14211,14216,14223} \N \N \N 2608 6 f 0 4 32 1 2 3 0 0 96 97 97 0 0 0 0 0 0 0 {0.8408426,0.020479813,0.020479813,0.019309537,0.016968988,0.014628437,0.012287888,0.010532475,0.0081919255,0.00702165,0.0040959627,0.003510825,0.00234055,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275,0.001170275} \N {0.5683684} \N \N {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26} {27,30,31,33,36} \N \N \N 2608 7 f 0 1 4 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {0.7296665,0.26097134,0.00702165,0.00234055} {0.76119673} \N \N \N {n,i,a,e} \N \N \N \N 1262 1 f 0 4 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1262 2 f 0 64 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1262 3 f 0 4 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1262 4 f 0 4 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1262 5 f 0 1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1262 6 f 0 1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1262 7 f 0 1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1262 8 f 0 1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1262 9 f 0 4 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1262 10 f 0 4 -1 1 0 0 0 0 352 0 0 0 0 0 0 0 0 0 {1} \N \N \N \N {0} \N \N \N \N 1262 11 f 0 4 -1 1 0 0 0 0 352 0 0 0 0 0 0 0 0 0 {1} \N \N \N \N {1} \N \N \N \N 1262 12 f 0 4 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1262 13 f 0 27 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1262 14 f 0 27 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1262 15 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1262 16 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1262 17 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1262 18 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1213 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {1} \N \N \N {1663,1664} \N \N \N \N 1213 2 f 0 64 -1 2 3 0 0 0 660 660 0 0 0 950 950 0 0 0 \N {1} \N \N \N {pg_default,pg_global} \N \N \N \N 1213 3 f 0 4 -0.5 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {10} \N \N \N \N 1213 4 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1213 5 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 1261 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {1} \N \N \N {10226,10227,10228} \N \N \N \N 1261 2 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {1} \N \N \N {3374,3375,3377} \N \N \N \N 1261 3 f 0 4 -0.33333334 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {3373} \N \N \N \N 1261 4 f 0 4 -0.33333334 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {10} \N \N \N \N 1261 7 f 0 1 -0.33333334 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {t} \N \N \N \N 2396 1 f 0 4 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 2396 2 f 0 4 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 2396 3 f 0 35 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 3602 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {1} \N \N \N {3748,13813,13815,13817,13819,13821,13823,13825,13827,13829,13831,13833,13835,13837,13839,13841,13843,13845,13847,13849,13851,13853,13855,13857,13859,13861,13863,13865,13867} \N \N \N \N 3602 2 f 0 64 -1 2 3 0 0 0 660 660 0 0 0 950 950 0 0 0 \N {0.8640394} \N \N \N {arabic,armenian,basque,catalan,danish,dutch,english,finnish,french,german,greek,hindi,hungarian,indonesian,irish,italian,lithuanian,nepali,norwegian,portuguese,romanian,russian,serbian,simple,spanish,swedish,tamil,turkish,yiddish} \N \N \N \N 3602 3 f 0 4 1 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {11} \N \N \N \N 3602 4 f 0 4 1 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {10} \N \N \N \N 3602 5 f 0 4 1 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {3722} \N \N \N \N 3603 1 f 0 4 29 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276,0.03448276} {1} \N \N \N {3748,13813,13815,13817,13819,13821,13823,13825,13827,13829,13831,13833,13835,13837,13839,13841,13843,13845,13847,13849,13851,13853,13855,13857,13859,13861,13863,13865,13867} \N \N \N \N 3603 2 f 0 4 19 1 3 0 0 0 96 97 0 0 0 0 0 0 0 0 {0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158,0.05263158} {0.05445392} \N \N \N {1,2,3,4,5,6,7,8,9,10,11,15,16,17,18,19,20,21,22} \N \N \N \N 3603 3 f 0 4 1 1 3 0 0 0 96 97 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {1} \N \N \N \N 3603 4 f 0 4 29 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.69509983,0.021778584,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.010889292,0.005444646,0.005444646} {0.6289704} \N \N \N {3765,13824,13812,13814,13816,13818,13820,13822,13826,13828,13830,13832,13836,13838,13840,13842,13844,13846,13848,13850,13852,13856,13858,13860,13862,13864,13866,13834,13854} \N \N \N \N 3600 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {1} \N \N \N {3765,13812,13814,13816,13818,13820,13822,13824,13826,13828,13830,13832,13834,13836,13838,13840,13842,13844,13846,13848,13850,13852,13854,13856,13858,13860,13862,13864,13866} \N \N \N \N 3600 2 f 0 64 -1 2 3 0 0 0 660 660 0 0 0 950 950 0 0 0 \N {0.8640394} \N \N \N {arabic_stem,armenian_stem,basque_stem,catalan_stem,danish_stem,dutch_stem,english_stem,finnish_stem,french_stem,german_stem,greek_stem,hindi_stem,hungarian_stem,indonesian_stem,irish_stem,italian_stem,lithuanian_stem,nepali_stem,norwegian_stem,portuguese_stem,romanian_stem,russian_stem,serbian_stem,simple,spanish_stem,swedish_stem,tamil_stem,turkish_stem,yiddish_stem} \N \N \N \N 3600 3 f 0 4 1 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {11} \N \N \N \N 3600 4 f 0 4 1 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {10} \N \N \N \N 3600 5 f 0 4 2 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.9655172} {1} \N \N \N {13811} \N \N \N \N 3456 5 f 0 1 4 1 2 3 0 0 92 631 631 0 0 0 0 0 0 0 {0.997948} \N {0.9918201} \N \N {c} {b,d,i} \N \N \N 3456 6 f 0 1 1 1 3 0 0 0 91 58 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {t} \N \N \N \N 3600 6 f 0.03448276 33 -0.9655172 2 3 0 0 0 664 664 0 0 0 950 950 0 0 0 \N {1} \N \N \N {"language = 'arabic'","language = 'armenian'","language = 'basque'","language = 'catalan'","language = 'danish', stopwords = 'danish'","language = 'dutch', stopwords = 'dutch'","language = 'english', stopwords = 'english'","language = 'finnish', stopwords = 'finnish'","language = 'french', stopwords = 'french'","language = 'german', stopwords = 'german'","language = 'greek'","language = 'hindi'","language = 'hungarian', stopwords = 'hungarian'","language = 'indonesian'","language = 'irish'","language = 'italian', stopwords = 'italian'","language = 'lithuanian'","language = 'nepali', stopwords = 'nepali'","language = 'norwegian', stopwords = 'norwegian'","language = 'portuguese', stopwords = 'portuguese'","language = 'romanian'","language = 'russian', stopwords = 'russian'","language = 'serbian'","language = 'spanish', stopwords = 'spanish'","language = 'swedish', stopwords = 'swedish'","language = 'tamil'","language = 'turkish', stopwords = 'turkish'","language = 'yiddish'"} \N \N \N \N 3601 1 f 0 4 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 3601 2 f 0 64 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 3601 3 f 0 4 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 3601 4 f 0 4 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 3601 5 f 0 4 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 3601 6 f 0 4 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 3601 7 f 0 4 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 3601 8 f 0 4 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 3764 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {1} \N \N \N {3727,3730,3733,3742,13811} \N \N \N \N 3764 2 f 0 64 -1 2 3 0 0 0 660 660 0 0 0 950 950 0 0 0 \N {0.3} \N \N \N {ispell,simple,snowball,synonym,thesaurus} \N \N \N \N 3764 3 f 0 4 -0.2 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {11} \N \N \N \N 3764 4 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {1} \N \N \N {dsimple_init,dsynonym_init,dispell_init,thesaurus_init,dsnowball_init} \N \N \N \N 3764 5 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {1} \N \N \N {dsimple_lexize,dsynonym_lexize,dispell_lexize,thesaurus_lexize,dsnowball_lexize} \N \N \N \N 3079 1 f 0 4 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 3079 2 f 0 64 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 3079 3 f 0 4 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 3079 4 f 0 4 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 3079 5 f 0 1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 3079 6 f 0 4 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 3079 7 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 3079 8 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 3394 1 f 0 4 -0.9237668 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.08071749} \N {0.05033048} \N \N {6100} {11,765,826,1214,1249,1259,1261,1417,2172,2224,2282,2328,2600,2602,2604,2606,2608,2610,2612,2615,2617,2619,2621,2623,2625,2848,2995,3072,3098,3256,3295,3307,3350,3354,3394,3401,3436,3466,3541,3592,3600,3602,3764,3776,3800,3826,3828,5029,5031,6000,6005,6007,6009,6011,6013,6102,6106,6208,6230,6237,6250,6271,6305,12005,12014,12023,12033,12043,12053,12063,12073,12081,12090,12099,12110,12122,12130,12138,12147,12157,12166,12175,12183,12192,12201,12209,12218,12227,12236,12244,12253,12262,12271,12280,12289,12297,12305,12315,12325,12335,12348} \N \N \N 3394 2 f 0 4 3 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {0.71300447,0.2780269,0.00896861} {-0.17876296} \N \N \N {1259,1255,2615} \N \N \N \N 3394 3 f 0 4 18 1 2 3 0 0 96 97 97 0 0 0 0 0 0 0 {0.9237668} \N {0.9523175} \N \N {0} {1,2,3,4,5,6,7,8,9,10,11,12,13,15,16,17,18} \N \N \N 3394 4 f 0 1 1 1 3 0 0 0 92 631 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {i} \N \N \N \N 3394 5 f 0 47 10 1 0 0 0 0 1070 0 0 0 0 0 0 0 0 0 {0.5695067,0.22421524,0.076233186,0.05381166,0.044843048,0.00896861,0.00896861,0.004484305,0.004484305,0.004484305} \N \N \N \N {"{SYSTEM=arwdDxtm/SYSTEM,=r/SYSTEM}","{SYSTEM=X/SYSTEM}","{=r/SYSTEM}","{SYSTEM=arwdDxtm/SYSTEM}","{SYSTEM=X/SYSTEM,pg_monitor=X/SYSTEM}","{SYSTEM=arwdDxtm/SYSTEM,pg_read_all_stats=r/SYSTEM}","{SYSTEM=X/SYSTEM,pg_read_all_stats=X/SYSTEM}","{pg_database_owner=UC/pg_database_owner,=U/pg_database_owner}","{SYSTEM=UC/SYSTEM,=U/SYSTEM}","{SYSTEM=arwdDxtm/SYSTEM,=rw/SYSTEM}"} \N \N \N \N 3456 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {1} \N \N \N {100,12361,12376,12390,12405,12420,12434,12449,12463,12478,12493,12507,12522,12536,12551,12566,12580,12595,12609,12624,12639,12653,12668,12683,12697,12712,12726,12741,12756,12770,12785,12799,12814,12829,12843,12858,12872,12887,12902,12916,12931,12946,12960,12975,12989,13004,13019,13033,13048,13062,13077,13092,13106,13121,13135,13150,13165,13179,13194,13208,13223,13238,13252,13267,13282,13296,13311,13325,13340,13355,13369,13384,13398,13413,13428,13442,13457,13471,13486,13501,13515,13530,13545,13559,13574,13588,13603,13618,13632,13647,13661,13676,13691,13705,13720,13734,13749,13764,13778,13793,13808} \N \N \N \N 3456 2 f 0 64 -1 2 3 0 0 0 660 660 0 0 0 950 950 0 0 0 \N {0.9909006} \N \N \N {C,agq,ar-EG,ar-SA,ar_IL,ar_SS,ast,bas,bg_BG,bo-CN,bs_Cyrl,ca_ES,ceb-Latn,co_FR,dav,de_DE,dua_CM,ee-TG,en-AI,en-CM,en-GI,en-KI,en-NA,en-SC,en-TV,en_150,en_CA,en_GB,en_JE,en_MT,en_PR,en_TC,en_ZM,es-DO,es-SV,es_ES,es_UY,ff-Latn,ff_Latn_CM,fil,fr-CA,fr-HT,fr-PM,fr_BI,fr_GF,fr_NC,fur,gl_ES,guz-KE,haw,hsb-DE,ibb_NG,it-CH,iu_Latn,jv_Java_ID,kde-TZ,kkj-CM,ko-KP,ks_Arab,ku-Arab,lag,ln-CF,lt,mas,mgh-MZ,mn,moh-CA,mt_MT,nb-SJ,ne_NP,nl_SR,nr,oc_FR,pa-Arab,prg-001,pt-CV,pt_LU,quz-PE,rof,ru_UA,saq-KE,se-FI,shi,sk_SK,smn-FI,so-SO,sr-Cyrl-ME,sr_Latn_ME,st_LS,sw_KE,ta_SG,th-TH,tn-ZA,tt,tzm_Arab_MA,ur,uz_Cyrl_UZ,vi,wal_ET,yi,zu_ZA} \N \N \N \N 3456 3 f 0 4 1 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {11} \N \N \N \N 3456 4 f 0 4 1 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {10} \N \N \N \N 3456 7 f 0 4 12 1 3 0 0 0 96 97 0 0 0 0 0 0 0 0 {0.4377565,0.38987687,0.06019152,0.04719562,0.03625171,0.010259918,0.006155951,0.0034199727,0.0027359782,0.0020519835,0.0020519835,0.0020519835} {0.19240099} \N \N \N {24,6,18,23,29,31,33,30,-1,19,21,32} \N \N \N \N 3456 8 f 0.0020519835 6 -0.58071136 1 2 3 0 0 98 664 664 0 0 950 950 950 0 0 {0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891} \N {1} \N \N {aa-DJ,aa-ER,aa-ET,af-NA,af-ZA,agq-CM,ak-GH,am-ET,ar-001,ar-AE,ar-BH,ar-DJ,ar-DZ,ar-EG,ar-ER,ar-IL,ar-IQ,ar-JO,ar-KM,ar-KW,ar-LB,ar-LY,ar-MA,ar-MR,ar-OM,ar-PS,ar-QA,ar-SA,ar-SD,ar-SO,ar-SS,ar-SY,ar-TD,ar-TN,ar-YE,arn-CL,as-IN,asa-TZ,ast-ES,az-Cyrl,az-Cyrl-AZ,az-Latn,az-Latn-AZ,ba-RU,bas-CM,be-BY,bem-ZM,bez-TZ,bg-BG,bin-NG,bm-Latn,bm-Latn-ML,bn-BD,bn-IN,bo-CN,bo-IN,br-FR,brx-IN,bs-Cyrl,bs-Cyrl-BA,bs-Latn,bs-Latn-BA,byn-ER,ca-AD,ca-ES,ca-ES-valencia,ca-FR,ca-IT,ccp-Cakm,ccp-Cakm-BD,ccp-Cakm-IN,ce-RU,ceb-Latn,ceb-Latn-PH,cgg-UG,chr-Cher,chr-Cher-US,co-FR,cs-CZ,cu-RU,cy-GB,da-DK,da-GL,dav-KE,de-AT,de-BE,de-CH,de-DE,de-DE_phoneb,de-IT,de-LI,de-LU,dje-NE,dsb-DE,dua-CM,dv-MV,dyo-SN,dz-BT,ebu-KE,ee-GH} {C,az,bs,da,el,en-AE,en-BB,en-CA,en-CY,en-FJ,en-GH,en-IE,en-JM,en-LR,en-MT,en-NG,en-PH,en-SB,en-SL,en-TO,en-US,en-ZM,es-BO,es-CU,es-GT,es-PR,et-EE,ff-Latn,ff-Latn-GW,ff-Latn-SN,fr-029,fr-CA,fr-CM,fr-GP,fr-MC,fr-MU,fr-RW,fr-VU,ga-IE,gsw-CH,gv-IM,haw-US,hsb,ia-001,ii-CN,iu,jmc,ka-GE,kde-TZ,kkj,kn-IN,ks,ksf-CM,kw,lb-LU,ln-CD,lt,lv-LV,mfe-MU,mk,mn-Mong,mr-IN,mua-CM,nb-NO,ne-IN,nl-NL,nnh-CM,nus,om-KE,pa-Arab-PK,prg-001,pt-BR,pt-MO,quc-Latn-GT,rn,ru-BY,rw-RW,saq-KE,se,ses-ML,si,sma-SE,sn,so-SO,sr-Cyrl-BA,sr-Latn-RS,st,sw-CD,ta-IN,teo-KE,ti-ER,tn-ZA,tt,tzm-Latn,uk-UA,uz-Cyrl,vai-Vaii,vun,x-IV_mathan,yi-001,zu-ZA} \N \N \N 3456 9 f 0.0020519835 6 -0.58071136 1 2 3 0 0 98 664 664 0 0 950 950 950 0 0 {0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891,0.0013679891} \N {1} \N \N {aa-DJ,aa-ER,aa-ET,af-NA,af-ZA,agq-CM,ak-GH,am-ET,ar-001,ar-AE,ar-BH,ar-DJ,ar-DZ,ar-EG,ar-ER,ar-IL,ar-IQ,ar-JO,ar-KM,ar-KW,ar-LB,ar-LY,ar-MA,ar-MR,ar-OM,ar-PS,ar-QA,ar-SA,ar-SD,ar-SO,ar-SS,ar-SY,ar-TD,ar-TN,ar-YE,arn-CL,as-IN,asa-TZ,ast-ES,az-Cyrl,az-Cyrl-AZ,az-Latn,az-Latn-AZ,ba-RU,bas-CM,be-BY,bem-ZM,bez-TZ,bg-BG,bin-NG,bm-Latn,bm-Latn-ML,bn-BD,bn-IN,bo-CN,bo-IN,br-FR,brx-IN,bs-Cyrl,bs-Cyrl-BA,bs-Latn,bs-Latn-BA,byn-ER,ca-AD,ca-ES,ca-ES-valencia,ca-FR,ca-IT,ccp-Cakm,ccp-Cakm-BD,ccp-Cakm-IN,ce-RU,ceb-Latn,ceb-Latn-PH,cgg-UG,chr-Cher,chr-Cher-US,co-FR,cs-CZ,cu-RU,cy-GB,da-DK,da-GL,dav-KE,de-AT,de-BE,de-CH,de-DE,de-DE_phoneb,de-IT,de-LI,de-LU,dje-NE,dsb-DE,dua-CM,dv-MV,dyo-SN,dz-BT,ebu-KE,ee-GH} {C,az,bs,da,el,en-AE,en-BB,en-CA,en-CY,en-FJ,en-GH,en-IE,en-JM,en-LR,en-MT,en-NG,en-PH,en-SB,en-SL,en-TO,en-US,en-ZM,es-BO,es-CU,es-GT,es-PR,et-EE,ff-Latn,ff-Latn-GW,ff-Latn-SN,fr-029,fr-CA,fr-CM,fr-GP,fr-MC,fr-MU,fr-RW,fr-VU,ga-IE,gsw-CH,gv-IM,haw-US,hsb,ia-001,ii-CN,iu,jmc,ka-GE,kde-TZ,kkj,kn-IN,ks,ksf-CM,kw,lb-LU,ln-CD,lt,lv-LV,mfe-MU,mk,mn-Mong,mr-IN,mua-CM,nb-NO,ne-IN,nl-NL,nnh-CM,nus,om-KE,pa-Arab-PK,prg-001,pt-BR,pt-MO,quc-Latn-GT,rn,ru-BY,rw-RW,saq-KE,se,ses-ML,si,sma-SE,sn,so-SO,sr-Cyrl-BA,sr-Latn-RS,st,sw-CD,ta-IN,teo-KE,ti-ER,tn-ZA,tt,tzm-Latn,uk-UA,uz-Cyrl,vai-Vaii,vun,x-IV_mathan,yi-001,zu-ZA} \N \N \N 3456 10 f 0.998632 3 -0.0013679862 2 3 0 0 0 664 664 0 0 0 950 950 0 0 0 \N {1} \N \N \N {C,und} \N \N \N \N 3456 11 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 3456 12 f 0.0034199727 14 1 1 3 0 0 0 98 664 0 0 0 950 950 0 0 0 {0.99658} {1} \N \N \N {"1540.3,1540.3"} \N \N \N \N 3541 1 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {1} \N \N \N {3904,3906,3908,3910,3912,3926} \N \N \N \N 3541 2 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {-0.37142858} \N \N \N {20,23,1082,1114,1184,1700} \N \N \N \N 3541 3 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {1} \N \N \N {4451,4532,4533,4534,4535,4536} \N \N \N \N 3541 4 f 0 4 -0.16666667 1 3 0 0 0 607 609 0 0 0 0 0 0 0 0 {1} {1} \N \N \N {0} \N \N \N \N 3541 5 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {0.08571429} \N \N \N {1978,3122,3124,3125,3127,3128} \N \N \N \N 3541 6 f 0 4 -0.6666667 1 2 3 0 0 607 609 609 0 0 0 0 0 0 0 {0.5} \N {0.6571429} \N \N {-} {int4range_canonical,daterange_canonical,int8range_canonical} \N \N \N 3541 7 f 0 4 -1 2 3 0 0 0 609 609 0 0 0 0 0 0 0 0 \N {0.25714287} \N \N \N {int4range_subdiff,int8range_subdiff,numrange_subdiff,daterange_subdiff,tsrange_subdiff,tstzrange_subdiff} \N \N \N \N 14062 1 f 0 2 -1 2 3 0 0 0 664 664 0 0 0 950 950 0 0 0 \N {-0.09090909} \N \N \N {1,10,11,13,14,15,16,2,3,4,9} \N \N \N \N 14062 2 f 0 37 -1 2 3 0 0 0 664 664 0 0 0 950 950 0 0 0 \N {0.7181818} \N \N \N {"Call-Level Interface (SQL/CLI)","Foundation (SQL/Foundation)","Framework (SQL/Framework)","Information and Definition Schema (SQL/Schemata)","Management of External Data (SQL/MED)","Multi-Dimensional Arrays (SQL/MDA)","Object Language Bindings (SQL/OLB)","Persistent Stored Modules (SQL/PSM)","Property Graph Queries (SQL/PGQ)","Routines and Types Using the Java Programming Language (SQL/JRT)","XML-Related Specifications (SQL/XML)"} \N \N \N \N 14062 3 f 0 3 1 1 3 0 0 0 98 664 0 0 0 950 950 0 0 0 {1} {1} \N \N \N {NO} \N \N \N \N 14062 4 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 14062 5 f 0 1 1 1 3 0 0 0 98 664 0 0 0 950 950 0 0 0 {1} {1} \N \N \N {""} \N \N \N \N 14052 1 f 0 5 -0.81456953 1 2 3 0 0 98 664 664 0 0 950 950 950 0 0 {0.018543046,0.017218543,0.014569537,0.013245033,0.011920529,0.011920529,0.011920529,0.010596027,0.010596027,0.010596027,0.010596027,0.009271523,0.009271523,0.00794702,0.00794702,0.00794702,0.0066225166,0.0052980133,0.0052980133,0.00397351,0.00397351,0.00397351,0.0026490067} \N {0.9773018} \N \N {E061,E021,E081,E121,E051,E141,F051,E091,F031,F041,T321,E011,F021,E071,F131,F311,F261,E031,E101,E151,E152,F501,S011} {B011,B016,B033,B111,B117,B126,B203,B209,E161,F035,F054,F120,F171,F221,F271,F303,F321,F384,F392,F404,F431,F437,F471,F521,F611,F673,F701,F761,F801,F833,F846,F856,F862,F868,M004,M011,M017,M023,R030,S028,S090,S096,S161,S211,S251,S275,S403,T024,T043,T049,T056,T101,T133,T173,T180,T212,T217,T262,T312,T331,T433,T491,T522,T571,T612,T618,T624,T641,T661,T811,T823,T829,T835,T851,T865,T871,T877,X010,X015,X032,X040,X046,X052,X058,X068,X074,X081,X090,X111,X121,X141,X152,X170,X192,X205,X232,X254,X263,X281,X301,X410} \N \N \N 14052 2 f 0 28 -0.81589407 1 2 3 0 0 98 664 664 0 0 950 950 950 0 0 {0.018543046,0.01589404,0.014569537,0.013245033,0.011920529,0.011920529,0.011920529,0.010596027,0.010596027,0.010596027,0.010596027,0.009271523,0.009271523,0.00794702,0.00794702,0.00794702,0.0066225166,0.0052980133,0.0052980133,0.00397351,0.00397351,0.00397351,0.0026490067} \N {0.3570447} \N \N {"Basic predicates and search conditions","Character string types","Basic Privileges","Basic cursor support","Basic date and time","Basic integrity constraints","Basic query specification","Basic SQL-invoked routines","Basic joined table","Basic schema manipulation","Set functions","Basic information schema","Numeric data types","Basic query expressions","Grouped operations","Schema definition statement","CASE expression","Basic data manipulation",Identifiers,"Basic SET TRANSACTION statement","Features and conformance views","Transaction support","Distinct data types"} {"ABS and MOD functions","ALTER domain","Additional translation documentation","Advanced table mapping: base64 encoding of binary strings","Advanced table mapping: table as element","Alter transform statement","Array locators","Arrays of user-defined types","BLOB data type","Basic SQL/JSON query operators","Basic reference types","Basic table mapping: hex encoding of binary strings","Basic table mapping: with target namespace","CLOB data type","Catalog name qualifiers","Colon in JSON_OBJECT or JSON_OBJECTAGG","Compound character literals","Create table of type","DISTINCT predicate with negation","Datalinks via Fortran","Default values for IN parameters of SQL-invoked procedures","Direct SQL","Drop identity property clause","Embedded Ada","Embedded Pascal","Enhanced cycle mark values","Enhanced execution rights","Enhanced structured types","Explicit security for external routines","Extended dynamic SQL","Extended set function support","FETCH FIRST in subqueries","FULL OUTER JOIN","Foreign-data wrapper interface routines in Ada","Foreign-data wrapper interface routines in Pascal","Functional dependencies","Get diagnostics statement","Host language support for XML: BLOB mapping","Host language support for XML: STRIP WHITESPACE option","INTERSECT ALL table operator","IS VALID predicate: NAMESPACE without ELEMENT clause","IS VALID predicate: with SEQUENCE option","Isolation level READ COMMITTED","JSON in grouping operations","JSON_TABLE: sibling NESTED COLUMNS clauses","LIKE_REGEX predicate","MERGE statement with DELETE branch","Module language COBOL","More than one copartition specification","Multiple server transactions","Multisets of XML type","NTH_VALUE function","Named column joins for LOBs, arrays, and multisets","Nested and concatenated GROUPING SETS","Null treatment option for LEAD and LAG functions","ORDER BY in subqueries","Optional normal form specification","POSITION_REGEX function","Partitioned join tables","Persistent XML values of XML(CONTENT(UNTYPED)) type","Polymorphic table functions","RETURNING CONTENT in XML publishing","Range variable for common column names","Referential MATCH types","Retrospective CHECK constraints","Routine language MUMPS","Row pattern recognition: WINDOW clause","SIMILAR predicate","SQL-invoked routines on arrays","SQL/JSON item method: bigint()","SQL/JSON item method: number()","SQL/JSON item method: timestamp()","SQL/JSON path language: starts with predicate","SQL/JSON simplified accessor: single-quoted string literal as member accessor","SQL/JSON: PASSING clause",Savepoints,"Self-referencing structured types","Set identity column generation clause","String-based JSON","Subtype treatment for references",TRIM_ARRAY,"Timestamp in Information Schema","Top-level ORDER BY in views","Trigonometric functions","UNIQUE null treatment","Untyped SQL-invoked function arguments","User authorization","WITH (excluding RECURSIVE) in subquery","XML namespace declarations in DDL","XML parameters in external routines","XML type: NO NAMESPACE with ELEMENT clause","XML(DOCUMENT(UNTYPED)) type","XMLBINARY clause in DML",XMLDocument,"XMLParse: binary string input and DOCUMENT option","XMLQuery: RETURNING CONTENT","XMLSerialize: VERSION","XMLSerialize: character string serialization and DOCUMENT option","XMLTable: initializing an XQuery variable","XMLValidate with SEQUENCE option","XMLValidate: schema location"} \N \N \N 14052 3 f 0 1 18 1 2 3 0 0 98 664 664 0 0 950 950 950 0 0 {0.81456953,0.030463576,0.027814569,0.023841059,0.022516556,0.017218543,0.01589404,0.013245033,0.010596027,0.0052980133,0.0052980133,0.0026490067,0.0026490067,0.0026490067} \N {0.2712287} \N \N {"",01,02,03,04,05,06,07,08,09,10,11,12,13} {14,16,17,19} \N \N \N 14052 4 f 0 6 -0.18543047 1 2 3 0 0 98 664 664 0 0 950 950 950 0 0 {0.81456953,0.0026490067} \N {0.27364656} \N \N {"","GRANT statement"} {"ALL quantifier","ALTER TABLE statement: ADD COLUMN clause",AVG,"Arithmetic operators","BETWEEN predicate","Basic FOREIGN KEY constraint with the NO ACTION default for both referential delete action and referential update action","CHARACTER VARYING data type","CHARACTER data type","CHARACTER_LENGTH function","CHECK_CONSTRAINTS view","CLOSE statement","COLUMNS view","COMMIT statement",COUNT,"CREATE TABLE for persistent base tables","CREATE TABLE statement to create persistent base tables","CREATE VIEW","CREATE VIEW: WITH CHECK OPTION",CURRENT_DATE,"Character concatenation","Character literals","Column defaults","Comparison predicate","Comparison predicate on DATE, TIME, and TIMESTAMP data types","Correlated subqueries","DATE data type (including support of DATE literal)","DECIMAL and NUMERIC data types","DECLARE CURSOR","DISTINCT quantifier","DROP TABLE statement: RESTRICT clause","Delimited identifiers","EXCEPT DISTINCT table operator","EXECUTE privilege","Explicit CAST between datetime types and character string types","FETCH statement implicit NEXT","Function invocation","GROUP BY clause","HAVING clause","INNER keyword","INSERT privilege at the table level","INSERT statement","Implicit casting among the character string types","Implicit casting among the numeric data types","Inner join (but not necessarily the INNER keyword)","LIKE predicate","LIKE predicate ESCAPE clause",LOCALTIMESTAMP,"Lower case identifiers",MAX,"Multiple tables supported in queries with grouped views","NOT NULL constraints","NOT NULL inferred on PRIMARY KEY",NULLIF,"Names in a foreign key can be specified in any order","Numeric comparison","OPEN statement","ORDER BY columns need not be in select list","PARAMETERS view","POSITION function","PRIMARY KEY constraints","Positioned UPDATE statement","Qualified * in select list","Quantified comparison predicate","REFERENCES privilege at the column level","REFERENCES privilege at the table level","RETURN statement","REVOKE statement: RESTRICT clause","RIGHT OUTER JOIN","ROUTINES view","Rename columns in the FROM clause","SELECT DISTINCT","SET TRANSACTION statement: ISOLATION LEVEL SERIALIZABLE clause","SET TRANSACTION statement: READ ONLY and READ WRITE clauses","SQL_SIZING view","SUBSTRING function",SUM,"Searched CASE","Searched DELETE statement","Searched UPDATE statement","Set functions supported in queries with grouped views","Simple CASE","Single row SELECT with GROUP BY and HAVING clauses and grouped views","Subqueries in comparison predicate","Subqueries in quantified comparison predicate","TABLES view","TABLE_CONSTRAINTS view","TIME data type (including support of TIME literal) with fractional seconds precision of at least 0","TRIM function","Table operators in subqueries","The inner table in a left or right outer join can also be used in an inner join","UNION ALL table operator","UNION DISTINCT table operator","UPDATE privilege at the column level","UPDATE privilege at the table level","UPPER and LOWER functions","USER_DEFINED_TYPES view","User-defined functions with no overloading","User-defined stored procedures with no overloading","Value expressions in ORDER BY clause","WHERE, GROUP BY, and HAVING clauses supported in queries with grouped views","WITH HOLD cursors"} \N \N \N 14052 5 f 0 3 2 1 3 0 0 0 98 664 0 0 0 950 950 0 0 0 {0.597351,0.40264902} {0.21642847} \N \N \N {YES,NO} \N \N \N \N 14052 6 f 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \N \N \N \N \N \N \N \N \N \N 14052 7 f 0 2 28 1 2 3 0 0 98 664 664 0 0 950 950 950 0 0 {0.95364237,0.0066225166,0.0026490067,0.0026490067,0.0026490067,0.0026490067} \N {0.9495292} \N \N {"","partially supported","XPath 1.0 only","different API","intentionally omitted","with jsonb"} {"consider regexp_instr()","consider regexp_like()","consider regexp_matches()","consider regexp_replace()","consider regexp_substr()","differences regarding literal interpretation","different null handling","different syntax","foreign and unique keys only","function exists, but some options missing","mostly supported","must be XML DOCUMENT","no partial match yet","only some syntax variants supported","parser accepts BY REF but ignores it; passing is always BY VALUE","see pg_typeof()","similar but not fully compatible","supported except DEFAULT key word in invocation","supported except for NEXT VALUE FOR","supported except for RETURNING","trims trailing spaces from CHARACTER values before counting","with jsonb, partially supported"} \N \N \N 14057 1 f 0 3 -1 2 3 0 0 0 664 664 0 0 0 950 950 0 0 0 \N {0.55244756} \N \N \N {10003,10004,13,17,18,2,23,26,28,46,85,94} \N \N \N \N 14057 2 f 0 17 -1 2 3 0 0 0 664 664 0 0 0 950 950 0 0 0 \N {0.85314685} \N \N \N {"CATALOG NAME","COLLATING SEQUENCE","CURSOR COMMIT BEHAVIOR","DATA SOURCE NAME","DBMS NAME","DBMS VERSION","DEFAULT TRANSACTION ISOLATION","IDENTIFIER CASE","NULL COLLATION","SERVER NAME","SPECIAL CHARACTERS","TRANSACTION CAPABLE"} \N \N \N \N 14057 3 f 0.5833333 4 -0.33333334 1 2 3 0 0 96 97 97 0 0 0 0 0 0 0 {0.16666667} \N {0.2} \N \N {2} {0,1,3} \N \N \N 14057 4 f 0.5 5 -0.33333334 1 2 3 0 0 98 664 664 0 0 950 950 950 0 0 {0.25} \N {-0.2} \N \N {""} {17.00.0000devel,PostgreSQL,Y} \N \N \N 14057 5 f 0.5 31 -0.5 2 3 0 0 0 664 664 0 0 0 950 950 0 0 0 \N {-0.08571429} \N \N \N {"READ COMMITTED; user-settable","all non-ASCII characters allowed","both DML and DDL","close cursors and retain prepared statements","nulls higher than non-nulls","stored in mixed case - case sensitive"} \N \N \N \N 14067 1 f 0 4 -1 2 3 0 0 0 97 97 0 0 0 0 0 0 0 0 \N {0.26581028} \N \N \N {0,1,30,31,32,34,35,97,99,100,101,106,107,10005,20000,20001,20002,25000,25001,25002,25003,25004,25005} \N \N \N \N 14067 2 f 0 28 -1 2 3 0 0 0 664 664 0 0 0 950 950 0 0 0 \N {0.479249} \N \N \N {"MAXIMUM CATALOG NAME LENGTH","MAXIMUM COLUMN NAME LENGTH","MAXIMUM COLUMNS IN GROUP BY","MAXIMUM COLUMNS IN ORDER BY","MAXIMUM COLUMNS IN SELECT","MAXIMUM COLUMNS IN TABLE","MAXIMUM CONCURRENT ACTIVITIES","MAXIMUM CURRENT DEFAULT TRANSFORM GROUP LENGTH","MAXIMUM CURRENT PATH LENGTH","MAXIMUM CURRENT ROLE LENGTH","MAXIMUM CURRENT TRANSFORM GROUP LENGTH","MAXIMUM CURSOR NAME LENGTH","MAXIMUM DRIVER CONNECTIONS","MAXIMUM IDENTIFIER LENGTH","MAXIMUM SCHEMA NAME LENGTH","MAXIMUM SESSION USER LENGTH","MAXIMUM STATEMENT OCTETS","MAXIMUM STATEMENT OCTETS DATA","MAXIMUM STATEMENT OCTETS SCHEMA","MAXIMUM SYSTEM USER LENGTH","MAXIMUM TABLE NAME LENGTH","MAXIMUM TABLES IN SELECT","MAXIMUM USER NAME LENGTH"} \N \N \N \N 14067 3 f 0.17391305 4 -0.17391305 1 2 3 0 0 96 97 97 0 0 0 0 0 0 0 {0.39130434,0.3478261} \N {0.5508772} \N \N {63,0} {1600,1664} \N \N \N 14067 4 f 0.6086956 43 1 1 3 0 0 0 98 664 0 0 0 950 950 0 0 0 {0.39130434} {1} \N \N \N {"Might be less, depending on character set."} \N \N \N \N \. -- -- Data for Name: pg_statistic_ext; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_statistic_ext (oid, stxrelid, stxname, stxnamespace, stxowner, stxstattarget, stxkeys, stxkind, stxexprs) FROM stdin; 16716 16402 test_ext_stats_no_options 16390 10 -1 1 2 {d,f,m} \N 16717 16586 test_ext_stats_opts 16390 10 1000 1 2 {d} \N 16722 16586 test_ext_stats_expr 16390 10 -1 {e} ({OPEXPR :opno 514 :opfuncid 141 :opresulttype 23 :opretset false :opcollid 0 :inputcollid 0 :args ({CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 59 :constvalue 4 [ 2 0 0 0 0 0 0 0 ]} {VAR :varno 1 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 1 :varattnosyn 1 :location 63}) :location 61}) \. -- -- Data for Name: pg_statistic_ext_data; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_statistic_ext_data (stxoid, stxdinherit, stxdndistinct, stxddependencies, stxdmcv, stxdexpr) FROM stdin; \. -- -- Data for Name: pg_subscription; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_subscription (oid, subdbid, subskiplsn, subname, subowner, subenabled, subbinary, substream, subtwophasestate, subdisableonerr, subpasswordrequired, subrunasowner, subfailover, subconninfo, subslotname, subsynccommit, subpublications, suborigin) FROM stdin; 16569 5 0/0 sub2 10 f f f d f t f f dbname=doesnotexist sub2 off {pub1} none 16571 5 0/0 sub1 10 f f f d f t f f dbname=doesnotexist sub1 off {pub1} any 16573 5 0/0 sub3 10 f f f d f t f f dbname=doesnotexist sub3 off {pub1} any \. -- -- Data for Name: pg_subscription_rel; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_subscription_rel (srsubid, srrelid, srsubstate, srsublsn) FROM stdin; \. -- -- Data for Name: pg_tablespace; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_tablespace (oid, spcname, spcowner, spcacl, spcoptions) FROM stdin; 1663 pg_default 10 \N \N 1664 pg_global 10 \N \N 16391 regress_dump_tablespace 16387 \N \N \. -- -- Data for Name: pg_transform; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_transform (oid, trftype, trflang, trffromsql, trftosql) FROM stdin; 16524 23 14 prsd_lextype int4recv \. -- -- Data for Name: pg_trigger; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_trigger (oid, tgrelid, tgparentid, tgname, tgfoid, tgtype, tgenabled, tgisinternal, tgconstrrelid, tgconstrindid, tgconstraint, tgdeferrable, tginitdeferred, tgnargs, tgattr, tgargs, tgqual, tgoldtable, tgnewtable) FROM stdin; 16432 16402 0 RI_ConstraintTrigger_a_16432 1654 9 O t 16428 16410 16431 f f 0 \\x \N \N \N 16433 16402 0 RI_ConstraintTrigger_a_16433 1655 17 O t 16428 16410 16431 f f 0 \\x \N \N \N 16434 16428 0 RI_ConstraintTrigger_c_16434 1644 5 O t 16402 16410 16431 f f 0 \\x \N \N \N 16435 16428 0 RI_ConstraintTrigger_c_16435 1645 17 O t 16402 16410 16431 f f 0 \\x \N \N \N 16440 16436 16434 RI_ConstraintTrigger_c_16440 1644 5 O t 16402 16410 16439 f f 0 \\x \N \N \N 16441 16436 16435 RI_ConstraintTrigger_c_16441 1645 17 O t 16402 16410 16439 f f 0 \\x \N \N \N 16506 16402 0 RI_ConstraintTrigger_a_16506 1654 9 O t 16500 16410 16505 f f 0 \\x \N \N \N 16507 16402 0 RI_ConstraintTrigger_a_16507 1655 17 O t 16500 16410 16505 f f 0 \\x \N \N \N 16508 16500 0 RI_ConstraintTrigger_c_16508 1644 5 O t 16402 16410 16505 f f 0 \\x \N \N \N 16509 16500 0 RI_ConstraintTrigger_c_16509 1645 17 O t 16402 16410 16505 f f 0 \\x \N \N \N 16521 16402 0 test_trigger 16520 7 O f 0 0 0 f f 0 \\x {OPEXPR :opno 521 :opfuncid 147 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ({VAR :varno 2 :varattno 1 :vartype 23 :vartypmod -1 :varcollid 0 :varnullingrels (b) :varlevelsup 0 :varnosyn 2 :varattnosyn 1 :location 101} {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 112 :constvalue 4 [ 10 0 0 0 0 0 0 0 ]}) :location 110} \N \N 16675 16653 0 test_trigger 16520 5 O f 0 0 0 f f 0 \\x \N \N \N 16676 16660 16675 test_trigger 16520 5 O f 0 0 0 f f 0 \\x \N \N \N 16691 16683 16675 test_trigger 16520 5 D f 0 0 0 f f 0 \\x \N \N \N 16702 16694 16675 test_trigger 16520 5 R f 0 0 0 f f 0 \\x \N \N \N 16713 16705 16675 test_trigger 16520 5 A f 0 0 0 f f 0 \\x \N \N \N \. -- -- Data for Name: pg_ts_config; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_ts_config (oid, cfgname, cfgnamespace, cfgowner, cfgparser) FROM stdin; 3748 simple 11 10 3722 13813 arabic 11 10 3722 13815 armenian 11 10 3722 13817 basque 11 10 3722 13819 catalan 11 10 3722 13821 danish 11 10 3722 13823 dutch 11 10 3722 13825 english 11 10 3722 13827 finnish 11 10 3722 13829 french 11 10 3722 13831 german 11 10 3722 13833 greek 11 10 3722 13835 hindi 11 10 3722 13837 hungarian 11 10 3722 13839 indonesian 11 10 3722 13841 irish 11 10 3722 13843 italian 11 10 3722 13845 lithuanian 11 10 3722 13847 nepali 11 10 3722 13849 norwegian 11 10 3722 13851 portuguese 11 10 3722 13853 romanian 11 10 3722 13855 russian 11 10 3722 13857 serbian 11 10 3722 13859 spanish 11 10 3722 13861 swedish 11 10 3722 13863 tamil 11 10 3722 13865 turkish 11 10 3722 13867 yiddish 11 10 3722 16638 alt_ts_conf1 16390 10 3722 \. -- -- Data for Name: pg_ts_config_map; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_ts_config_map (mapcfg, maptokentype, mapseqno, mapdict) FROM stdin; 3748 1 1 3765 3748 2 1 3765 3748 3 1 3765 3748 4 1 3765 3748 5 1 3765 3748 6 1 3765 3748 7 1 3765 3748 8 1 3765 3748 9 1 3765 3748 10 1 3765 3748 11 1 3765 3748 15 1 3765 3748 16 1 3765 3748 17 1 3765 3748 18 1 3765 3748 19 1 3765 3748 20 1 3765 3748 21 1 3765 3748 22 1 3765 13813 4 1 3765 13813 5 1 3765 13813 18 1 3765 13813 6 1 3765 13813 19 1 3765 13813 8 1 3765 13813 7 1 3765 13813 20 1 3765 13813 21 1 3765 13813 22 1 3765 13813 3 1 3765 13813 9 1 3765 13813 15 1 3765 13813 1 1 13812 13813 11 1 13812 13813 16 1 13812 13813 2 1 13812 13813 10 1 13812 13813 17 1 13812 13815 4 1 3765 13815 5 1 3765 13815 18 1 3765 13815 6 1 3765 13815 19 1 3765 13815 8 1 3765 13815 7 1 3765 13815 20 1 3765 13815 21 1 3765 13815 22 1 3765 13815 3 1 3765 13815 9 1 3765 13815 15 1 3765 13815 1 1 13814 13815 11 1 13814 13815 16 1 13814 13815 2 1 13814 13815 10 1 13814 13815 17 1 13814 13817 4 1 3765 13817 5 1 3765 13817 18 1 3765 13817 6 1 3765 13817 19 1 3765 13817 8 1 3765 13817 7 1 3765 13817 20 1 3765 13817 21 1 3765 13817 22 1 3765 13817 3 1 3765 13817 9 1 3765 13817 15 1 3765 13817 1 1 13816 13817 11 1 13816 13817 16 1 13816 13817 2 1 13816 13817 10 1 13816 13817 17 1 13816 13819 4 1 3765 13819 5 1 3765 13819 18 1 3765 13819 6 1 3765 13819 19 1 3765 13819 8 1 3765 13819 7 1 3765 13819 20 1 3765 13819 21 1 3765 13819 22 1 3765 13819 3 1 3765 13819 9 1 3765 13819 15 1 3765 13819 1 1 13818 13819 11 1 13818 13819 16 1 13818 13819 2 1 13818 13819 10 1 13818 13819 17 1 13818 13821 4 1 3765 13821 5 1 3765 13821 18 1 3765 13821 6 1 3765 13821 19 1 3765 13821 8 1 3765 13821 7 1 3765 13821 20 1 3765 13821 21 1 3765 13821 22 1 3765 13821 3 1 3765 13821 9 1 3765 13821 15 1 3765 13821 1 1 13820 13821 11 1 13820 13821 16 1 13820 13821 2 1 13820 13821 10 1 13820 13821 17 1 13820 13823 4 1 3765 13823 5 1 3765 13823 18 1 3765 13823 6 1 3765 13823 19 1 3765 13823 8 1 3765 13823 7 1 3765 13823 20 1 3765 13823 21 1 3765 13823 22 1 3765 13823 3 1 3765 13823 9 1 3765 13823 15 1 3765 13823 1 1 13822 13823 11 1 13822 13823 16 1 13822 13823 2 1 13822 13823 10 1 13822 13823 17 1 13822 13825 4 1 3765 13825 5 1 3765 13825 18 1 3765 13825 6 1 3765 13825 19 1 3765 13825 8 1 3765 13825 7 1 3765 13825 20 1 3765 13825 21 1 3765 13825 22 1 3765 13825 3 1 3765 13825 9 1 3765 13825 15 1 3765 13825 1 1 13824 13825 11 1 13824 13825 16 1 13824 13825 2 1 13824 13825 10 1 13824 13825 17 1 13824 13827 4 1 3765 13827 5 1 3765 13827 18 1 3765 13827 6 1 3765 13827 19 1 3765 13827 8 1 3765 13827 7 1 3765 13827 20 1 3765 13827 21 1 3765 13827 22 1 3765 13827 3 1 3765 13827 9 1 3765 13827 15 1 3765 13827 1 1 13826 13827 11 1 13826 13827 16 1 13826 13827 2 1 13826 13827 10 1 13826 13827 17 1 13826 13829 4 1 3765 13829 5 1 3765 13829 18 1 3765 13829 6 1 3765 13829 19 1 3765 13829 8 1 3765 13829 7 1 3765 13829 20 1 3765 13829 21 1 3765 13829 22 1 3765 13829 3 1 3765 13829 9 1 3765 13829 15 1 3765 13829 1 1 13828 13829 11 1 13828 13829 16 1 13828 13829 2 1 13828 13829 10 1 13828 13829 17 1 13828 13831 4 1 3765 13831 5 1 3765 13831 18 1 3765 13831 6 1 3765 13831 19 1 3765 13831 8 1 3765 13831 7 1 3765 13831 20 1 3765 13831 21 1 3765 13831 22 1 3765 13831 3 1 3765 13831 9 1 3765 13831 15 1 3765 13831 1 1 13830 13831 11 1 13830 13831 16 1 13830 13831 2 1 13830 13831 10 1 13830 13831 17 1 13830 13833 4 1 3765 13833 5 1 3765 13833 18 1 3765 13833 6 1 3765 13833 19 1 3765 13833 8 1 3765 13833 7 1 3765 13833 20 1 3765 13833 21 1 3765 13833 22 1 3765 13833 3 1 3765 13833 9 1 3765 13833 15 1 3765 13833 1 1 13832 13833 11 1 13832 13833 16 1 13832 13833 2 1 13832 13833 10 1 13832 13833 17 1 13832 13835 4 1 3765 13835 5 1 3765 13835 18 1 3765 13835 6 1 3765 13835 19 1 3765 13835 8 1 3765 13835 7 1 3765 13835 20 1 3765 13835 21 1 3765 13835 22 1 3765 13835 3 1 3765 13835 9 1 3765 13835 15 1 3765 13835 1 1 13824 13835 11 1 13824 13835 16 1 13824 13835 2 1 13834 13835 10 1 13834 13835 17 1 13834 13837 4 1 3765 13837 5 1 3765 13837 18 1 3765 13837 6 1 3765 13837 19 1 3765 13837 8 1 3765 13837 7 1 3765 13837 20 1 3765 13837 21 1 3765 13837 22 1 3765 13837 3 1 3765 13837 9 1 3765 13837 15 1 3765 13837 1 1 13836 13837 11 1 13836 13837 16 1 13836 13837 2 1 13836 13837 10 1 13836 13837 17 1 13836 13839 4 1 3765 13839 5 1 3765 13839 18 1 3765 13839 6 1 3765 13839 19 1 3765 13839 8 1 3765 13839 7 1 3765 13839 20 1 3765 13839 21 1 3765 13839 22 1 3765 13839 3 1 3765 13839 9 1 3765 13839 15 1 3765 13839 1 1 13838 13839 11 1 13838 13839 16 1 13838 13839 2 1 13838 13839 10 1 13838 13839 17 1 13838 13841 4 1 3765 13841 5 1 3765 13841 18 1 3765 13841 6 1 3765 13841 19 1 3765 13841 8 1 3765 13841 7 1 3765 13841 20 1 3765 13841 21 1 3765 13841 22 1 3765 13841 3 1 3765 13841 9 1 3765 13841 15 1 3765 13841 1 1 13840 13841 11 1 13840 13841 16 1 13840 13841 2 1 13840 13841 10 1 13840 13841 17 1 13840 13843 4 1 3765 13843 5 1 3765 13843 18 1 3765 13843 6 1 3765 13843 19 1 3765 13843 8 1 3765 13843 7 1 3765 13843 20 1 3765 13843 21 1 3765 13843 22 1 3765 13843 3 1 3765 13843 9 1 3765 13843 15 1 3765 13843 1 1 13842 13843 11 1 13842 13843 16 1 13842 13843 2 1 13842 13843 10 1 13842 13843 17 1 13842 13845 4 1 3765 13845 5 1 3765 13845 18 1 3765 13845 6 1 3765 13845 19 1 3765 13845 8 1 3765 13845 7 1 3765 13845 20 1 3765 13845 21 1 3765 13845 22 1 3765 13845 3 1 3765 13845 9 1 3765 13845 15 1 3765 13845 1 1 13844 13845 11 1 13844 13845 16 1 13844 13845 2 1 13844 13845 10 1 13844 13845 17 1 13844 13847 4 1 3765 13847 5 1 3765 13847 18 1 3765 13847 6 1 3765 13847 19 1 3765 13847 8 1 3765 13847 7 1 3765 13847 20 1 3765 13847 21 1 3765 13847 22 1 3765 13847 3 1 3765 13847 9 1 3765 13847 15 1 3765 13847 1 1 13846 13847 11 1 13846 13847 16 1 13846 13847 2 1 13846 13847 10 1 13846 13847 17 1 13846 13849 4 1 3765 13849 5 1 3765 13849 18 1 3765 13849 6 1 3765 13849 19 1 3765 13849 8 1 3765 13849 7 1 3765 13849 20 1 3765 13849 21 1 3765 13849 22 1 3765 13849 3 1 3765 13849 9 1 3765 13849 15 1 3765 13849 1 1 13848 13849 11 1 13848 13849 16 1 13848 13849 2 1 13848 13849 10 1 13848 13849 17 1 13848 13851 4 1 3765 13851 5 1 3765 13851 18 1 3765 13851 6 1 3765 13851 19 1 3765 13851 8 1 3765 13851 7 1 3765 13851 20 1 3765 13851 21 1 3765 13851 22 1 3765 13851 3 1 3765 13851 9 1 3765 13851 15 1 3765 13851 1 1 13850 13851 11 1 13850 13851 16 1 13850 13851 2 1 13850 13851 10 1 13850 13851 17 1 13850 13853 4 1 3765 13853 5 1 3765 13853 18 1 3765 13853 6 1 3765 13853 19 1 3765 13853 8 1 3765 13853 7 1 3765 13853 20 1 3765 13853 21 1 3765 13853 22 1 3765 13853 3 1 3765 13853 9 1 3765 13853 15 1 3765 13853 1 1 13852 13853 11 1 13852 13853 16 1 13852 13853 2 1 13852 13853 10 1 13852 13853 17 1 13852 13855 4 1 3765 13855 5 1 3765 13855 18 1 3765 13855 6 1 3765 13855 19 1 3765 13855 8 1 3765 13855 7 1 3765 13855 20 1 3765 13855 21 1 3765 13855 22 1 3765 13855 3 1 3765 13855 9 1 3765 13855 15 1 3765 13855 1 1 13824 13855 11 1 13824 13855 16 1 13824 13855 2 1 13854 13855 10 1 13854 13855 17 1 13854 13857 4 1 3765 13857 5 1 3765 13857 18 1 3765 13857 6 1 3765 13857 19 1 3765 13857 8 1 3765 13857 7 1 3765 13857 20 1 3765 13857 21 1 3765 13857 22 1 3765 13857 3 1 3765 13857 9 1 3765 13857 15 1 3765 13857 1 1 13856 13857 11 1 13856 13857 16 1 13856 13857 2 1 13856 13857 10 1 13856 13857 17 1 13856 13859 4 1 3765 13859 5 1 3765 13859 18 1 3765 13859 6 1 3765 13859 19 1 3765 13859 8 1 3765 13859 7 1 3765 13859 20 1 3765 13859 21 1 3765 13859 22 1 3765 13859 3 1 3765 13859 9 1 3765 13859 15 1 3765 13859 1 1 13858 13859 11 1 13858 13859 16 1 13858 13859 2 1 13858 13859 10 1 13858 13859 17 1 13858 13861 4 1 3765 13861 5 1 3765 13861 18 1 3765 13861 6 1 3765 13861 19 1 3765 13861 8 1 3765 13861 7 1 3765 13861 20 1 3765 13861 21 1 3765 13861 22 1 3765 13861 3 1 3765 13861 9 1 3765 13861 15 1 3765 13861 1 1 13860 13861 11 1 13860 13861 16 1 13860 13861 2 1 13860 13861 10 1 13860 13861 17 1 13860 13863 4 1 3765 13863 5 1 3765 13863 18 1 3765 13863 6 1 3765 13863 19 1 3765 13863 8 1 3765 13863 7 1 3765 13863 20 1 3765 13863 21 1 3765 13863 22 1 3765 13863 3 1 3765 13863 9 1 3765 13863 15 1 3765 13863 1 1 13862 13863 11 1 13862 13863 16 1 13862 13863 2 1 13862 13863 10 1 13862 13863 17 1 13862 13865 4 1 3765 13865 5 1 3765 13865 18 1 3765 13865 6 1 3765 13865 19 1 3765 13865 8 1 3765 13865 7 1 3765 13865 20 1 3765 13865 21 1 3765 13865 22 1 3765 13865 3 1 3765 13865 9 1 3765 13865 15 1 3765 13865 1 1 13864 13865 11 1 13864 13865 16 1 13864 13865 2 1 13864 13865 10 1 13864 13865 17 1 13864 13867 4 1 3765 13867 5 1 3765 13867 18 1 3765 13867 6 1 3765 13867 19 1 3765 13867 8 1 3765 13867 7 1 3765 13867 20 1 3765 13867 21 1 3765 13867 22 1 3765 13867 3 1 3765 13867 9 1 3765 13867 15 1 3765 13867 1 1 13866 13867 11 1 13866 13867 16 1 13866 13867 2 1 13866 13867 10 1 13866 13867 17 1 13866 16638 1 1 13824 16638 2 1 13824 16638 3 1 3765 16638 4 1 3765 16638 5 1 3765 16638 6 1 3765 16638 7 1 3765 16638 8 1 3765 16638 9 1 3765 16638 10 1 13824 16638 11 1 13824 16638 15 1 3765 16638 16 1 13824 16638 17 1 13824 16638 18 1 3765 16638 19 1 3765 16638 20 1 3765 16638 21 1 3765 16638 22 1 3765 \. -- -- Data for Name: pg_ts_dict; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_ts_dict (oid, dictname, dictnamespace, dictowner, dicttemplate, dictinitoption) FROM stdin; 3765 simple 11 10 3727 \N 13812 arabic_stem 11 10 13811 language = 'arabic' 13814 armenian_stem 11 10 13811 language = 'armenian' 13816 basque_stem 11 10 13811 language = 'basque' 13818 catalan_stem 11 10 13811 language = 'catalan' 13820 danish_stem 11 10 13811 language = 'danish', stopwords = 'danish' 13822 dutch_stem 11 10 13811 language = 'dutch', stopwords = 'dutch' 13824 english_stem 11 10 13811 language = 'english', stopwords = 'english' 13826 finnish_stem 11 10 13811 language = 'finnish', stopwords = 'finnish' 13828 french_stem 11 10 13811 language = 'french', stopwords = 'french' 13830 german_stem 11 10 13811 language = 'german', stopwords = 'german' 13832 greek_stem 11 10 13811 language = 'greek' 13834 hindi_stem 11 10 13811 language = 'hindi' 13836 hungarian_stem 11 10 13811 language = 'hungarian', stopwords = 'hungarian' 13838 indonesian_stem 11 10 13811 language = 'indonesian' 13840 irish_stem 11 10 13811 language = 'irish' 13842 italian_stem 11 10 13811 language = 'italian', stopwords = 'italian' 13844 lithuanian_stem 11 10 13811 language = 'lithuanian' 13846 nepali_stem 11 10 13811 language = 'nepali', stopwords = 'nepali' 13848 norwegian_stem 11 10 13811 language = 'norwegian', stopwords = 'norwegian' 13850 portuguese_stem 11 10 13811 language = 'portuguese', stopwords = 'portuguese' 13852 romanian_stem 11 10 13811 language = 'romanian' 13854 russian_stem 11 10 13811 language = 'russian', stopwords = 'russian' 13856 serbian_stem 11 10 13811 language = 'serbian' 13858 spanish_stem 11 10 13811 language = 'spanish', stopwords = 'spanish' 13860 swedish_stem 11 10 13811 language = 'swedish', stopwords = 'swedish' 13862 tamil_stem 11 10 13811 language = 'tamil' 13864 turkish_stem 11 10 13811 language = 'turkish', stopwords = 'turkish' 13866 yiddish_stem 11 10 13811 language = 'yiddish' 16641 alt_ts_dict1 16390 10 3727 \N \. -- -- Data for Name: pg_ts_parser; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_ts_parser (oid, prsname, prsnamespace, prsstart, prstoken, prsend, prsheadline, prslextype) FROM stdin; 3722 default 11 prsd_start prsd_nexttoken prsd_end prsd_headline prsd_lextype 16640 alt_ts_prs1 16390 prsd_start prsd_nexttoken prsd_end - prsd_lextype \. -- -- Data for Name: pg_ts_template; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_ts_template (oid, tmplname, tmplnamespace, tmplinit, tmpllexize) FROM stdin; 3727 simple 11 dsimple_init dsimple_lexize 3730 synonym 11 dsynonym_init dsynonym_lexize 3733 ispell 11 dispell_init dispell_lexize 3742 thesaurus 11 thesaurus_init thesaurus_lexize 13811 snowball 11 dsnowball_init dsnowball_lexize 16639 alt_ts_temp1 16390 - dsimple_lexize \. -- -- Data for Name: pg_type; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_type (oid, typname, typnamespace, typowner, typlen, typbyval, typtype, typcategory, typispreferred, typisdefined, typdelim, typrelid, typsubscript, typelem, typarray, typinput, typoutput, typreceive, typsend, typmodin, typmodout, typanalyze, typalign, typstorage, typnotnull, typbasetype, typtypmod, typndims, typcollation, typdefaultbin, typdefault, typacl) FROM stdin; 16 bool 11 10 1 t b B t t , 0 - 0 1000 boolin boolout boolrecv boolsend - - - c p f 0 -1 0 0 \N \N \N 17 bytea 11 10 -1 f b U f t , 0 - 0 1001 byteain byteaout bytearecv byteasend - - - i x f 0 -1 0 0 \N \N \N 18 char 11 10 1 t b Z f t , 0 - 0 1002 charin charout charrecv charsend - - - c p f 0 -1 0 0 \N \N \N 19 name 11 10 64 f b S f t , 0 raw_array_subscript_handler 18 1003 namein nameout namerecv namesend - - - c p f 0 -1 0 950 \N \N \N 20 int8 11 10 8 t b N f t , 0 - 0 1016 int8in int8out int8recv int8send - - - d p f 0 -1 0 0 \N \N \N 21 int2 11 10 2 t b N f t , 0 - 0 1005 int2in int2out int2recv int2send - - - s p f 0 -1 0 0 \N \N \N 22 int2vector 11 10 -1 f b A f t , 0 array_subscript_handler 21 1006 int2vectorin int2vectorout int2vectorrecv int2vectorsend - - - i p f 0 -1 0 0 \N \N \N 23 int4 11 10 4 t b N f t , 0 - 0 1007 int4in int4out int4recv int4send - - - i p f 0 -1 0 0 \N \N \N 24 regproc 11 10 4 t b N f t , 0 - 0 1008 regprocin regprocout regprocrecv regprocsend - - - i p f 0 -1 0 0 \N \N \N 25 text 11 10 -1 f b S t t , 0 - 0 1009 textin textout textrecv textsend - - - i x f 0 -1 0 100 \N \N \N 26 oid 11 10 4 t b N t t , 0 - 0 1028 oidin oidout oidrecv oidsend - - - i p f 0 -1 0 0 \N \N \N 27 tid 11 10 6 f b U f t , 0 - 0 1010 tidin tidout tidrecv tidsend - - - s p f 0 -1 0 0 \N \N \N 28 xid 11 10 4 t b U f t , 0 - 0 1011 xidin xidout xidrecv xidsend - - - i p f 0 -1 0 0 \N \N \N 29 cid 11 10 4 t b U f t , 0 - 0 1012 cidin cidout cidrecv cidsend - - - i p f 0 -1 0 0 \N \N \N 30 oidvector 11 10 -1 f b A f t , 0 array_subscript_handler 26 1013 oidvectorin oidvectorout oidvectorrecv oidvectorsend - - - i p f 0 -1 0 0 \N \N \N 71 pg_type 11 10 -1 f c C f t , 1247 - 0 210 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 75 pg_attribute 11 10 -1 f c C f t , 1249 - 0 270 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 81 pg_proc 11 10 -1 f c C f t , 1255 - 0 272 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 83 pg_class 11 10 -1 f c C f t , 1259 - 0 273 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 114 json 11 10 -1 f b U f t , 0 - 0 199 json_in json_out json_recv json_send - - - i x f 0 -1 0 0 \N \N \N 142 xml 11 10 -1 f b U f t , 0 - 0 143 xml_in xml_out xml_recv xml_send - - - i x f 0 -1 0 0 \N \N \N 194 pg_node_tree 11 10 -1 f b Z f t , 0 - 0 0 pg_node_tree_in pg_node_tree_out pg_node_tree_recv pg_node_tree_send - - - i x f 0 -1 0 100 \N \N \N 3361 pg_ndistinct 11 10 -1 f b Z f t , 0 - 0 0 pg_ndistinct_in pg_ndistinct_out pg_ndistinct_recv pg_ndistinct_send - - - i x f 0 -1 0 100 \N \N \N 3402 pg_dependencies 11 10 -1 f b Z f t , 0 - 0 0 pg_dependencies_in pg_dependencies_out pg_dependencies_recv pg_dependencies_send - - - i x f 0 -1 0 100 \N \N \N 5017 pg_mcv_list 11 10 -1 f b Z f t , 0 - 0 0 pg_mcv_list_in pg_mcv_list_out pg_mcv_list_recv pg_mcv_list_send - - - i x f 0 -1 0 100 \N \N \N 32 pg_ddl_command 11 10 8 t p P f t , 0 - 0 0 pg_ddl_command_in pg_ddl_command_out pg_ddl_command_recv pg_ddl_command_send - - - d p f 0 -1 0 0 \N \N \N 5069 xid8 11 10 8 t b U f t , 0 - 0 271 xid8in xid8out xid8recv xid8send - - - d p f 0 -1 0 0 \N \N \N 600 point 11 10 16 f b G f t , 0 raw_array_subscript_handler 701 1017 point_in point_out point_recv point_send - - - d p f 0 -1 0 0 \N \N \N 601 lseg 11 10 32 f b G f t , 0 raw_array_subscript_handler 600 1018 lseg_in lseg_out lseg_recv lseg_send - - - d p f 0 -1 0 0 \N \N \N 602 path 11 10 -1 f b G f t , 0 - 0 1019 path_in path_out path_recv path_send - - - d x f 0 -1 0 0 \N \N \N 603 box 11 10 32 f b G f t ; 0 raw_array_subscript_handler 600 1020 box_in box_out box_recv box_send - - - d p f 0 -1 0 0 \N \N \N 604 polygon 11 10 -1 f b G f t , 0 - 0 1027 poly_in poly_out poly_recv poly_send - - - d x f 0 -1 0 0 \N \N \N 628 line 11 10 24 f b G f t , 0 raw_array_subscript_handler 701 629 line_in line_out line_recv line_send - - - d p f 0 -1 0 0 \N \N \N 700 float4 11 10 4 t b N f t , 0 - 0 1021 float4in float4out float4recv float4send - - - i p f 0 -1 0 0 \N \N \N 701 float8 11 10 8 t b N t t , 0 - 0 1022 float8in float8out float8recv float8send - - - d p f 0 -1 0 0 \N \N \N 705 unknown 11 10 -2 f p X f t , 0 - 0 0 unknownin unknownout unknownrecv unknownsend - - - c p f 0 -1 0 0 \N \N \N 718 circle 11 10 24 f b G f t , 0 - 0 719 circle_in circle_out circle_recv circle_send - - - d p f 0 -1 0 0 \N \N \N 790 money 11 10 8 t b N f t , 0 - 0 791 cash_in cash_out cash_recv cash_send - - - d p f 0 -1 0 0 \N \N \N 829 macaddr 11 10 6 f b U f t , 0 - 0 1040 macaddr_in macaddr_out macaddr_recv macaddr_send - - - i p f 0 -1 0 0 \N \N \N 869 inet 11 10 -1 f b I t t , 0 - 0 1041 inet_in inet_out inet_recv inet_send - - - i m f 0 -1 0 0 \N \N \N 650 cidr 11 10 -1 f b I f t , 0 - 0 651 cidr_in cidr_out cidr_recv cidr_send - - - i m f 0 -1 0 0 \N \N \N 774 macaddr8 11 10 8 f b U f t , 0 - 0 775 macaddr8_in macaddr8_out macaddr8_recv macaddr8_send - - - i p f 0 -1 0 0 \N \N \N 1033 aclitem 11 10 16 f b U f t , 0 - 0 1034 aclitemin aclitemout - - - - - d p f 0 -1 0 0 \N \N \N 1042 bpchar 11 10 -1 f b S f t , 0 - 0 1014 bpcharin bpcharout bpcharrecv bpcharsend bpchartypmodin bpchartypmodout - i x f 0 -1 0 100 \N \N \N 1043 varchar 11 10 -1 f b S f t , 0 - 0 1015 varcharin varcharout varcharrecv varcharsend varchartypmodin varchartypmodout - i x f 0 -1 0 100 \N \N \N 1082 date 11 10 4 t b D f t , 0 - 0 1182 date_in date_out date_recv date_send - - - i p f 0 -1 0 0 \N \N \N 1083 time 11 10 8 t b D f t , 0 - 0 1183 time_in time_out time_recv time_send timetypmodin timetypmodout - d p f 0 -1 0 0 \N \N \N 1114 timestamp 11 10 8 t b D f t , 0 - 0 1115 timestamp_in timestamp_out timestamp_recv timestamp_send timestamptypmodin timestamptypmodout - d p f 0 -1 0 0 \N \N \N 1184 timestamptz 11 10 8 t b D t t , 0 - 0 1185 timestamptz_in timestamptz_out timestamptz_recv timestamptz_send timestamptztypmodin timestamptztypmodout - d p f 0 -1 0 0 \N \N \N 1186 interval 11 10 16 f b T t t , 0 - 0 1187 interval_in interval_out interval_recv interval_send intervaltypmodin intervaltypmodout - d p f 0 -1 0 0 \N \N \N 1266 timetz 11 10 12 f b D f t , 0 - 0 1270 timetz_in timetz_out timetz_recv timetz_send timetztypmodin timetztypmodout - d p f 0 -1 0 0 \N \N \N 1560 bit 11 10 -1 f b V f t , 0 - 0 1561 bit_in bit_out bit_recv bit_send bittypmodin bittypmodout - i x f 0 -1 0 0 \N \N \N 1562 varbit 11 10 -1 f b V t t , 0 - 0 1563 varbit_in varbit_out varbit_recv varbit_send varbittypmodin varbittypmodout - i x f 0 -1 0 0 \N \N \N 1700 numeric 11 10 -1 f b N f t , 0 - 0 1231 numeric_in numeric_out numeric_recv numeric_send numerictypmodin numerictypmodout - i m f 0 -1 0 0 \N \N \N 1790 refcursor 11 10 -1 f b U f t , 0 - 0 2201 textin textout textrecv textsend - - - i x f 0 -1 0 0 \N \N \N 2202 regprocedure 11 10 4 t b N f t , 0 - 0 2207 regprocedurein regprocedureout regprocedurerecv regproceduresend - - - i p f 0 -1 0 0 \N \N \N 2203 regoper 11 10 4 t b N f t , 0 - 0 2208 regoperin regoperout regoperrecv regopersend - - - i p f 0 -1 0 0 \N \N \N 2204 regoperator 11 10 4 t b N f t , 0 - 0 2209 regoperatorin regoperatorout regoperatorrecv regoperatorsend - - - i p f 0 -1 0 0 \N \N \N 2205 regclass 11 10 4 t b N f t , 0 - 0 2210 regclassin regclassout regclassrecv regclasssend - - - i p f 0 -1 0 0 \N \N \N 4191 regcollation 11 10 4 t b N f t , 0 - 0 4192 regcollationin regcollationout regcollationrecv regcollationsend - - - i p f 0 -1 0 0 \N \N \N 2206 regtype 11 10 4 t b N f t , 0 - 0 2211 regtypein regtypeout regtyperecv regtypesend - - - i p f 0 -1 0 0 \N \N \N 4096 regrole 11 10 4 t b N f t , 0 - 0 4097 regrolein regroleout regrolerecv regrolesend - - - i p f 0 -1 0 0 \N \N \N 4089 regnamespace 11 10 4 t b N f t , 0 - 0 4090 regnamespacein regnamespaceout regnamespacerecv regnamespacesend - - - i p f 0 -1 0 0 \N \N \N 2950 uuid 11 10 16 f b U f t , 0 - 0 2951 uuid_in uuid_out uuid_recv uuid_send - - - c p f 0 -1 0 0 \N \N \N 3220 pg_lsn 11 10 8 t b U f t , 0 - 0 3221 pg_lsn_in pg_lsn_out pg_lsn_recv pg_lsn_send - - - d p f 0 -1 0 0 \N \N \N 3614 tsvector 11 10 -1 f b U f t , 0 - 0 3643 tsvectorin tsvectorout tsvectorrecv tsvectorsend - - ts_typanalyze i x f 0 -1 0 0 \N \N \N 3642 gtsvector 11 10 -1 f b U f t , 0 - 0 3644 gtsvectorin gtsvectorout - - - - - i p f 0 -1 0 0 \N \N \N 3615 tsquery 11 10 -1 f b U f t , 0 - 0 3645 tsqueryin tsqueryout tsqueryrecv tsquerysend - - - i p f 0 -1 0 0 \N \N \N 3734 regconfig 11 10 4 t b N f t , 0 - 0 3735 regconfigin regconfigout regconfigrecv regconfigsend - - - i p f 0 -1 0 0 \N \N \N 3769 regdictionary 11 10 4 t b N f t , 0 - 0 3770 regdictionaryin regdictionaryout regdictionaryrecv regdictionarysend - - - i p f 0 -1 0 0 \N \N \N 3802 jsonb 11 10 -1 f b U f t , 0 jsonb_subscript_handler 0 3807 jsonb_in jsonb_out jsonb_recv jsonb_send - - - i x f 0 -1 0 0 \N \N \N 4072 jsonpath 11 10 -1 f b U f t , 0 - 0 4073 jsonpath_in jsonpath_out jsonpath_recv jsonpath_send - - - i x f 0 -1 0 0 \N \N \N 2970 txid_snapshot 11 10 -1 f b U f t , 0 - 0 2949 txid_snapshot_in txid_snapshot_out txid_snapshot_recv txid_snapshot_send - - - d x f 0 -1 0 0 \N \N \N 5038 pg_snapshot 11 10 -1 f b U f t , 0 - 0 5039 pg_snapshot_in pg_snapshot_out pg_snapshot_recv pg_snapshot_send - - - d x f 0 -1 0 0 \N \N \N 3904 int4range 11 10 -1 f r R f t , 0 - 0 3905 range_in range_out range_recv range_send - - range_typanalyze i x f 0 -1 0 0 \N \N \N 3906 numrange 11 10 -1 f r R f t , 0 - 0 3907 range_in range_out range_recv range_send - - range_typanalyze i x f 0 -1 0 0 \N \N \N 3908 tsrange 11 10 -1 f r R f t , 0 - 0 3909 range_in range_out range_recv range_send - - range_typanalyze d x f 0 -1 0 0 \N \N \N 3910 tstzrange 11 10 -1 f r R f t , 0 - 0 3911 range_in range_out range_recv range_send - - range_typanalyze d x f 0 -1 0 0 \N \N \N 3912 daterange 11 10 -1 f r R f t , 0 - 0 3913 range_in range_out range_recv range_send - - range_typanalyze i x f 0 -1 0 0 \N \N \N 3926 int8range 11 10 -1 f r R f t , 0 - 0 3927 range_in range_out range_recv range_send - - range_typanalyze d x f 0 -1 0 0 \N \N \N 4451 int4multirange 11 10 -1 f m R f t , 0 - 0 6150 multirange_in multirange_out multirange_recv multirange_send - - multirange_typanalyze i x f 0 -1 0 0 \N \N \N 4532 nummultirange 11 10 -1 f m R f t , 0 - 0 6151 multirange_in multirange_out multirange_recv multirange_send - - multirange_typanalyze i x f 0 -1 0 0 \N \N \N 4533 tsmultirange 11 10 -1 f m R f t , 0 - 0 6152 multirange_in multirange_out multirange_recv multirange_send - - multirange_typanalyze d x f 0 -1 0 0 \N \N \N 4534 tstzmultirange 11 10 -1 f m R f t , 0 - 0 6153 multirange_in multirange_out multirange_recv multirange_send - - multirange_typanalyze d x f 0 -1 0 0 \N \N \N 4535 datemultirange 11 10 -1 f m R f t , 0 - 0 6155 multirange_in multirange_out multirange_recv multirange_send - - multirange_typanalyze i x f 0 -1 0 0 \N \N \N 4536 int8multirange 11 10 -1 f m R f t , 0 - 0 6157 multirange_in multirange_out multirange_recv multirange_send - - multirange_typanalyze d x f 0 -1 0 0 \N \N \N 2249 record 11 10 -1 f p P f t , 0 - 0 2287 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 2287 _record 11 10 -1 f p P f t , 0 array_subscript_handler 2249 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 2275 cstring 11 10 -2 f p P f t , 0 - 0 1263 cstring_in cstring_out cstring_recv cstring_send - - - c p f 0 -1 0 0 \N \N \N 2276 any 11 10 4 t p P f t , 0 - 0 0 any_in any_out - - - - - i p f 0 -1 0 0 \N \N \N 2277 anyarray 11 10 -1 f p P f t , 0 - 0 0 anyarray_in anyarray_out anyarray_recv anyarray_send - - - d x f 0 -1 0 0 \N \N \N 2278 void 11 10 4 t p P f t , 0 - 0 0 void_in void_out void_recv void_send - - - i p f 0 -1 0 0 \N \N \N 2279 trigger 11 10 4 t p P f t , 0 - 0 0 trigger_in trigger_out - - - - - i p f 0 -1 0 0 \N \N \N 3838 event_trigger 11 10 4 t p P f t , 0 - 0 0 event_trigger_in event_trigger_out - - - - - i p f 0 -1 0 0 \N \N \N 2280 language_handler 11 10 4 t p P f t , 0 - 0 0 language_handler_in language_handler_out - - - - - i p f 0 -1 0 0 \N \N \N 2281 internal 11 10 8 t p P f t , 0 - 0 0 internal_in internal_out - - - - - d p f 0 -1 0 0 \N \N \N 2283 anyelement 11 10 4 t p P f t , 0 - 0 0 anyelement_in anyelement_out - - - - - i p f 0 -1 0 0 \N \N \N 2776 anynonarray 11 10 4 t p P f t , 0 - 0 0 anynonarray_in anynonarray_out - - - - - i p f 0 -1 0 0 \N \N \N 3500 anyenum 11 10 4 t p P f t , 0 - 0 0 anyenum_in anyenum_out - - - - - i p f 0 -1 0 0 \N \N \N 3115 fdw_handler 11 10 4 t p P f t , 0 - 0 0 fdw_handler_in fdw_handler_out - - - - - i p f 0 -1 0 0 \N \N \N 325 index_am_handler 11 10 4 t p P f t , 0 - 0 0 index_am_handler_in index_am_handler_out - - - - - i p f 0 -1 0 0 \N \N \N 3310 tsm_handler 11 10 4 t p P f t , 0 - 0 0 tsm_handler_in tsm_handler_out - - - - - i p f 0 -1 0 0 \N \N \N 269 table_am_handler 11 10 4 t p P f t , 0 - 0 0 table_am_handler_in table_am_handler_out - - - - - i p f 0 -1 0 0 \N \N \N 3831 anyrange 11 10 -1 f p P f t , 0 - 0 0 anyrange_in anyrange_out - - - - - d x f 0 -1 0 0 \N \N \N 5077 anycompatible 11 10 4 t p P f t , 0 - 0 0 anycompatible_in anycompatible_out - - - - - i p f 0 -1 0 0 \N \N \N 5078 anycompatiblearray 11 10 -1 f p P f t , 0 - 0 0 anycompatiblearray_in anycompatiblearray_out anycompatiblearray_recv anycompatiblearray_send - - - d x f 0 -1 0 0 \N \N \N 5079 anycompatiblenonarray 11 10 4 t p P f t , 0 - 0 0 anycompatiblenonarray_in anycompatiblenonarray_out - - - - - i p f 0 -1 0 0 \N \N \N 5080 anycompatiblerange 11 10 -1 f p P f t , 0 - 0 0 anycompatiblerange_in anycompatiblerange_out - - - - - d x f 0 -1 0 0 \N \N \N 4537 anymultirange 11 10 -1 f p P f t , 0 - 0 0 anymultirange_in anymultirange_out - - - - - d x f 0 -1 0 0 \N \N \N 4538 anycompatiblemultirange 11 10 -1 f p P f t , 0 - 0 0 anycompatiblemultirange_in anycompatiblemultirange_out - - - - - d x f 0 -1 0 0 \N \N \N 4600 pg_brin_bloom_summary 11 10 -1 f b Z f t , 0 - 0 0 brin_bloom_summary_in brin_bloom_summary_out brin_bloom_summary_recv brin_bloom_summary_send - - - i x f 0 -1 0 100 \N \N \N 4601 pg_brin_minmax_multi_summary 11 10 -1 f b Z f t , 0 - 0 0 brin_minmax_multi_summary_in brin_minmax_multi_summary_out brin_minmax_multi_summary_recv brin_minmax_multi_summary_send - - - i x f 0 -1 0 100 \N \N \N 1000 _bool 11 10 -1 f b A f t , 0 array_subscript_handler 16 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 1001 _bytea 11 10 -1 f b A f t , 0 array_subscript_handler 17 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 1002 _char 11 10 -1 f b A f t , 0 array_subscript_handler 18 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 1003 _name 11 10 -1 f b A f t , 0 array_subscript_handler 19 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 950 \N \N \N 1016 _int8 11 10 -1 f b A f t , 0 array_subscript_handler 20 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 1005 _int2 11 10 -1 f b A f t , 0 array_subscript_handler 21 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 1006 _int2vector 11 10 -1 f b A f t , 0 array_subscript_handler 22 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 1007 _int4 11 10 -1 f b A f t , 0 array_subscript_handler 23 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 1008 _regproc 11 10 -1 f b A f t , 0 array_subscript_handler 24 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 1009 _text 11 10 -1 f b A f t , 0 array_subscript_handler 25 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 100 \N \N \N 1028 _oid 11 10 -1 f b A f t , 0 array_subscript_handler 26 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 1010 _tid 11 10 -1 f b A f t , 0 array_subscript_handler 27 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 1011 _xid 11 10 -1 f b A f t , 0 array_subscript_handler 28 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 1012 _cid 11 10 -1 f b A f t , 0 array_subscript_handler 29 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 1013 _oidvector 11 10 -1 f b A f t , 0 array_subscript_handler 30 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 210 _pg_type 11 10 -1 f b A f t , 0 array_subscript_handler 71 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 270 _pg_attribute 11 10 -1 f b A f t , 0 array_subscript_handler 75 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 272 _pg_proc 11 10 -1 f b A f t , 0 array_subscript_handler 81 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 273 _pg_class 11 10 -1 f b A f t , 0 array_subscript_handler 83 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 199 _json 11 10 -1 f b A f t , 0 array_subscript_handler 114 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 143 _xml 11 10 -1 f b A f t , 0 array_subscript_handler 142 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 271 _xid8 11 10 -1 f b A f t , 0 array_subscript_handler 5069 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 1017 _point 11 10 -1 f b A f t , 0 array_subscript_handler 600 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 1018 _lseg 11 10 -1 f b A f t , 0 array_subscript_handler 601 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 1019 _path 11 10 -1 f b A f t , 0 array_subscript_handler 602 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 1020 _box 11 10 -1 f b A f t ; 0 array_subscript_handler 603 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 1027 _polygon 11 10 -1 f b A f t , 0 array_subscript_handler 604 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 629 _line 11 10 -1 f b A f t , 0 array_subscript_handler 628 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 1021 _float4 11 10 -1 f b A f t , 0 array_subscript_handler 700 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 1022 _float8 11 10 -1 f b A f t , 0 array_subscript_handler 701 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 719 _circle 11 10 -1 f b A f t , 0 array_subscript_handler 718 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 791 _money 11 10 -1 f b A f t , 0 array_subscript_handler 790 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 1040 _macaddr 11 10 -1 f b A f t , 0 array_subscript_handler 829 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 1041 _inet 11 10 -1 f b A f t , 0 array_subscript_handler 869 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 651 _cidr 11 10 -1 f b A f t , 0 array_subscript_handler 650 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 775 _macaddr8 11 10 -1 f b A f t , 0 array_subscript_handler 774 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 1034 _aclitem 11 10 -1 f b A f t , 0 array_subscript_handler 1033 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 1014 _bpchar 11 10 -1 f b A f t , 0 array_subscript_handler 1042 0 array_in array_out array_recv array_send bpchartypmodin bpchartypmodout array_typanalyze i x f 0 -1 0 100 \N \N \N 1015 _varchar 11 10 -1 f b A f t , 0 array_subscript_handler 1043 0 array_in array_out array_recv array_send varchartypmodin varchartypmodout array_typanalyze i x f 0 -1 0 100 \N \N \N 1182 _date 11 10 -1 f b A f t , 0 array_subscript_handler 1082 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 1183 _time 11 10 -1 f b A f t , 0 array_subscript_handler 1083 0 array_in array_out array_recv array_send timetypmodin timetypmodout array_typanalyze d x f 0 -1 0 0 \N \N \N 1115 _timestamp 11 10 -1 f b A f t , 0 array_subscript_handler 1114 0 array_in array_out array_recv array_send timestamptypmodin timestamptypmodout array_typanalyze d x f 0 -1 0 0 \N \N \N 1185 _timestamptz 11 10 -1 f b A f t , 0 array_subscript_handler 1184 0 array_in array_out array_recv array_send timestamptztypmodin timestamptztypmodout array_typanalyze d x f 0 -1 0 0 \N \N \N 1187 _interval 11 10 -1 f b A f t , 0 array_subscript_handler 1186 0 array_in array_out array_recv array_send intervaltypmodin intervaltypmodout array_typanalyze d x f 0 -1 0 0 \N \N \N 1270 _timetz 11 10 -1 f b A f t , 0 array_subscript_handler 1266 0 array_in array_out array_recv array_send timetztypmodin timetztypmodout array_typanalyze d x f 0 -1 0 0 \N \N \N 1561 _bit 11 10 -1 f b A f t , 0 array_subscript_handler 1560 0 array_in array_out array_recv array_send bittypmodin bittypmodout array_typanalyze i x f 0 -1 0 0 \N \N \N 1563 _varbit 11 10 -1 f b A f t , 0 array_subscript_handler 1562 0 array_in array_out array_recv array_send varbittypmodin varbittypmodout array_typanalyze i x f 0 -1 0 0 \N \N \N 1231 _numeric 11 10 -1 f b A f t , 0 array_subscript_handler 1700 0 array_in array_out array_recv array_send numerictypmodin numerictypmodout array_typanalyze i x f 0 -1 0 0 \N \N \N 2201 _refcursor 11 10 -1 f b A f t , 0 array_subscript_handler 1790 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 2207 _regprocedure 11 10 -1 f b A f t , 0 array_subscript_handler 2202 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 2208 _regoper 11 10 -1 f b A f t , 0 array_subscript_handler 2203 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 2209 _regoperator 11 10 -1 f b A f t , 0 array_subscript_handler 2204 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 2210 _regclass 11 10 -1 f b A f t , 0 array_subscript_handler 2205 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 4192 _regcollation 11 10 -1 f b A f t , 0 array_subscript_handler 4191 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 2211 _regtype 11 10 -1 f b A f t , 0 array_subscript_handler 2206 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 4097 _regrole 11 10 -1 f b A f t , 0 array_subscript_handler 4096 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 4090 _regnamespace 11 10 -1 f b A f t , 0 array_subscript_handler 4089 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 2951 _uuid 11 10 -1 f b A f t , 0 array_subscript_handler 2950 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 3221 _pg_lsn 11 10 -1 f b A f t , 0 array_subscript_handler 3220 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 3643 _tsvector 11 10 -1 f b A f t , 0 array_subscript_handler 3614 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 3644 _gtsvector 11 10 -1 f b A f t , 0 array_subscript_handler 3642 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 3645 _tsquery 11 10 -1 f b A f t , 0 array_subscript_handler 3615 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 3735 _regconfig 11 10 -1 f b A f t , 0 array_subscript_handler 3734 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 3770 _regdictionary 11 10 -1 f b A f t , 0 array_subscript_handler 3769 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 3807 _jsonb 11 10 -1 f b A f t , 0 array_subscript_handler 3802 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 4073 _jsonpath 11 10 -1 f b A f t , 0 array_subscript_handler 4072 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 2949 _txid_snapshot 11 10 -1 f b A f t , 0 array_subscript_handler 2970 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 5039 _pg_snapshot 11 10 -1 f b A f t , 0 array_subscript_handler 5038 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 3905 _int4range 11 10 -1 f b A f t , 0 array_subscript_handler 3904 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 3907 _numrange 11 10 -1 f b A f t , 0 array_subscript_handler 3906 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 3909 _tsrange 11 10 -1 f b A f t , 0 array_subscript_handler 3908 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 3911 _tstzrange 11 10 -1 f b A f t , 0 array_subscript_handler 3910 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 3913 _daterange 11 10 -1 f b A f t , 0 array_subscript_handler 3912 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 3927 _int8range 11 10 -1 f b A f t , 0 array_subscript_handler 3926 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 6150 _int4multirange 11 10 -1 f b A f t , 0 array_subscript_handler 4451 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 6151 _nummultirange 11 10 -1 f b A f t , 0 array_subscript_handler 4532 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 6152 _tsmultirange 11 10 -1 f b A f t , 0 array_subscript_handler 4533 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 6153 _tstzmultirange 11 10 -1 f b A f t , 0 array_subscript_handler 4534 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 6155 _datemultirange 11 10 -1 f b A f t , 0 array_subscript_handler 4535 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 6157 _int8multirange 11 10 -1 f b A f t , 0 array_subscript_handler 4536 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 1263 _cstring 11 10 -1 f b A f t , 0 array_subscript_handler 2275 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 10001 pg_attrdef 11 10 -1 f c C f t , 2604 - 0 10000 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10000 _pg_attrdef 11 10 -1 f b A f t , 0 array_subscript_handler 10001 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10003 pg_constraint 11 10 -1 f c C f t , 2606 - 0 10002 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10002 _pg_constraint 11 10 -1 f b A f t , 0 array_subscript_handler 10003 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10005 pg_inherits 11 10 -1 f c C f t , 2611 - 0 10004 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10004 _pg_inherits 11 10 -1 f b A f t , 0 array_subscript_handler 10005 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10007 pg_index 11 10 -1 f c C f t , 2610 - 0 10006 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10006 _pg_index 11 10 -1 f b A f t , 0 array_subscript_handler 10007 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10009 pg_operator 11 10 -1 f c C f t , 2617 - 0 10008 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10008 _pg_operator 11 10 -1 f b A f t , 0 array_subscript_handler 10009 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10011 pg_opfamily 11 10 -1 f c C f t , 2753 - 0 10010 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10010 _pg_opfamily 11 10 -1 f b A f t , 0 array_subscript_handler 10011 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10013 pg_opclass 11 10 -1 f c C f t , 2616 - 0 10012 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10012 _pg_opclass 11 10 -1 f b A f t , 0 array_subscript_handler 10013 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10015 pg_am 11 10 -1 f c C f t , 2601 - 0 10014 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10014 _pg_am 11 10 -1 f b A f t , 0 array_subscript_handler 10015 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10017 pg_amop 11 10 -1 f c C f t , 2602 - 0 10016 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10016 _pg_amop 11 10 -1 f b A f t , 0 array_subscript_handler 10017 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10019 pg_amproc 11 10 -1 f c C f t , 2603 - 0 10018 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10018 _pg_amproc 11 10 -1 f b A f t , 0 array_subscript_handler 10019 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10021 pg_language 11 10 -1 f c C f t , 2612 - 0 10020 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10020 _pg_language 11 10 -1 f b A f t , 0 array_subscript_handler 10021 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10023 pg_largeobject_metadata 11 10 -1 f c C f t , 2995 - 0 10022 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10022 _pg_largeobject_metadata 11 10 -1 f b A f t , 0 array_subscript_handler 10023 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10025 pg_largeobject 11 10 -1 f c C f t , 2613 - 0 10024 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10024 _pg_largeobject 11 10 -1 f b A f t , 0 array_subscript_handler 10025 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10027 pg_aggregate 11 10 -1 f c C f t , 2600 - 0 10026 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10026 _pg_aggregate 11 10 -1 f b A f t , 0 array_subscript_handler 10027 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10029 pg_statistic 11 10 -1 f c C f t , 2619 - 0 10028 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10028 _pg_statistic 11 10 -1 f b A f t , 0 array_subscript_handler 10029 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10031 pg_statistic_ext 11 10 -1 f c C f t , 3381 - 0 10030 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10030 _pg_statistic_ext 11 10 -1 f b A f t , 0 array_subscript_handler 10031 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10033 pg_statistic_ext_data 11 10 -1 f c C f t , 3429 - 0 10032 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10032 _pg_statistic_ext_data 11 10 -1 f b A f t , 0 array_subscript_handler 10033 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10035 pg_rewrite 11 10 -1 f c C f t , 2618 - 0 10034 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10034 _pg_rewrite 11 10 -1 f b A f t , 0 array_subscript_handler 10035 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10037 pg_trigger 11 10 -1 f c C f t , 2620 - 0 10036 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10036 _pg_trigger 11 10 -1 f b A f t , 0 array_subscript_handler 10037 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10039 pg_event_trigger 11 10 -1 f c C f t , 3466 - 0 10038 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10038 _pg_event_trigger 11 10 -1 f b A f t , 0 array_subscript_handler 10039 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10041 pg_description 11 10 -1 f c C f t , 2609 - 0 10040 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10040 _pg_description 11 10 -1 f b A f t , 0 array_subscript_handler 10041 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10043 pg_cast 11 10 -1 f c C f t , 2605 - 0 10042 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10042 _pg_cast 11 10 -1 f b A f t , 0 array_subscript_handler 10043 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10045 pg_enum 11 10 -1 f c C f t , 3501 - 0 10044 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10044 _pg_enum 11 10 -1 f b A f t , 0 array_subscript_handler 10045 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10047 pg_namespace 11 10 -1 f c C f t , 2615 - 0 10046 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10046 _pg_namespace 11 10 -1 f b A f t , 0 array_subscript_handler 10047 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10049 pg_conversion 11 10 -1 f c C f t , 2607 - 0 10048 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10048 _pg_conversion 11 10 -1 f b A f t , 0 array_subscript_handler 10049 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10051 pg_depend 11 10 -1 f c C f t , 2608 - 0 10050 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10050 _pg_depend 11 10 -1 f b A f t , 0 array_subscript_handler 10051 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 1248 pg_database 11 10 -1 f c C f t , 1262 - 0 10052 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10052 _pg_database 11 10 -1 f b A f t , 0 array_subscript_handler 1248 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10054 pg_db_role_setting 11 10 -1 f c C f t , 2964 - 0 10053 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10053 _pg_db_role_setting 11 10 -1 f b A f t , 0 array_subscript_handler 10054 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10056 pg_tablespace 11 10 -1 f c C f t , 1213 - 0 10055 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10055 _pg_tablespace 11 10 -1 f b A f t , 0 array_subscript_handler 10056 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 2842 pg_authid 11 10 -1 f c C f t , 1260 - 0 10057 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10057 _pg_authid 11 10 -1 f b A f t , 0 array_subscript_handler 2842 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 2843 pg_auth_members 11 10 -1 f c C f t , 1261 - 0 10058 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10058 _pg_auth_members 11 10 -1 f b A f t , 0 array_subscript_handler 2843 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10060 pg_shdepend 11 10 -1 f c C f t , 1214 - 0 10059 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10059 _pg_shdepend 11 10 -1 f b A f t , 0 array_subscript_handler 10060 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10062 pg_shdescription 11 10 -1 f c C f t , 2396 - 0 10061 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10061 _pg_shdescription 11 10 -1 f b A f t , 0 array_subscript_handler 10062 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10064 pg_ts_config 11 10 -1 f c C f t , 3602 - 0 10063 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10063 _pg_ts_config 11 10 -1 f b A f t , 0 array_subscript_handler 10064 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10066 pg_ts_config_map 11 10 -1 f c C f t , 3603 - 0 10065 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10065 _pg_ts_config_map 11 10 -1 f b A f t , 0 array_subscript_handler 10066 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10068 pg_ts_dict 11 10 -1 f c C f t , 3600 - 0 10067 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10067 _pg_ts_dict 11 10 -1 f b A f t , 0 array_subscript_handler 10068 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10070 pg_ts_parser 11 10 -1 f c C f t , 3601 - 0 10069 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10069 _pg_ts_parser 11 10 -1 f b A f t , 0 array_subscript_handler 10070 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10072 pg_ts_template 11 10 -1 f c C f t , 3764 - 0 10071 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10071 _pg_ts_template 11 10 -1 f b A f t , 0 array_subscript_handler 10072 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10074 pg_extension 11 10 -1 f c C f t , 3079 - 0 10073 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10073 _pg_extension 11 10 -1 f b A f t , 0 array_subscript_handler 10074 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10076 pg_foreign_data_wrapper 11 10 -1 f c C f t , 2328 - 0 10075 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10075 _pg_foreign_data_wrapper 11 10 -1 f b A f t , 0 array_subscript_handler 10076 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10078 pg_foreign_server 11 10 -1 f c C f t , 1417 - 0 10077 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10077 _pg_foreign_server 11 10 -1 f b A f t , 0 array_subscript_handler 10078 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10080 pg_user_mapping 11 10 -1 f c C f t , 1418 - 0 10079 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10079 _pg_user_mapping 11 10 -1 f b A f t , 0 array_subscript_handler 10080 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10082 pg_foreign_table 11 10 -1 f c C f t , 3118 - 0 10081 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10081 _pg_foreign_table 11 10 -1 f b A f t , 0 array_subscript_handler 10082 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10084 pg_policy 11 10 -1 f c C f t , 3256 - 0 10083 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10083 _pg_policy 11 10 -1 f b A f t , 0 array_subscript_handler 10084 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10086 pg_replication_origin 11 10 -1 f c C f t , 6000 - 0 10085 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10085 _pg_replication_origin 11 10 -1 f b A f t , 0 array_subscript_handler 10086 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10088 pg_default_acl 11 10 -1 f c C f t , 826 - 0 10087 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10087 _pg_default_acl 11 10 -1 f b A f t , 0 array_subscript_handler 10088 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10090 pg_init_privs 11 10 -1 f c C f t , 3394 - 0 10089 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10089 _pg_init_privs 11 10 -1 f b A f t , 0 array_subscript_handler 10090 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10092 pg_seclabel 11 10 -1 f c C f t , 3596 - 0 10091 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10091 _pg_seclabel 11 10 -1 f b A f t , 0 array_subscript_handler 10092 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 4066 pg_shseclabel 11 10 -1 f c C f t , 3592 - 0 10093 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10093 _pg_shseclabel 11 10 -1 f b A f t , 0 array_subscript_handler 4066 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10095 pg_collation 11 10 -1 f c C f t , 3456 - 0 10094 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10094 _pg_collation 11 10 -1 f b A f t , 0 array_subscript_handler 10095 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10097 pg_parameter_acl 11 10 -1 f c C f t , 6243 - 0 10096 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10096 _pg_parameter_acl 11 10 -1 f b A f t , 0 array_subscript_handler 10097 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10099 pg_partitioned_table 11 10 -1 f c C f t , 3350 - 0 10098 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10098 _pg_partitioned_table 11 10 -1 f b A f t , 0 array_subscript_handler 10099 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10101 pg_range 11 10 -1 f c C f t , 3541 - 0 10100 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10100 _pg_range 11 10 -1 f b A f t , 0 array_subscript_handler 10101 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10103 pg_transform 11 10 -1 f c C f t , 3576 - 0 10102 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10102 _pg_transform 11 10 -1 f b A f t , 0 array_subscript_handler 10103 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10105 pg_sequence 11 10 -1 f c C f t , 2224 - 0 10104 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10104 _pg_sequence 11 10 -1 f b A f t , 0 array_subscript_handler 10105 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10107 pg_publication 11 10 -1 f c C f t , 6104 - 0 10106 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10106 _pg_publication 11 10 -1 f b A f t , 0 array_subscript_handler 10107 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10109 pg_publication_namespace 11 10 -1 f c C f t , 6237 - 0 10108 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10108 _pg_publication_namespace 11 10 -1 f b A f t , 0 array_subscript_handler 10109 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10111 pg_publication_rel 11 10 -1 f c C f t , 6106 - 0 10110 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10110 _pg_publication_rel 11 10 -1 f b A f t , 0 array_subscript_handler 10111 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 6101 pg_subscription 11 10 -1 f c C f t , 6100 - 0 10112 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10112 _pg_subscription 11 10 -1 f b A f t , 0 array_subscript_handler 6101 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 10114 pg_subscription_rel 11 10 -1 f c C f t , 6102 - 0 10113 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 10113 _pg_subscription_rel 11 10 -1 f b A f t , 0 array_subscript_handler 10114 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12002 pg_roles 11 10 -1 f c C f t , 12000 - 0 12001 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12001 _pg_roles 11 10 -1 f b A f t , 0 array_subscript_handler 12002 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12007 pg_shadow 11 10 -1 f c C f t , 12005 - 0 12006 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12006 _pg_shadow 11 10 -1 f b A f t , 0 array_subscript_handler 12007 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12012 pg_group 11 10 -1 f c C f t , 12010 - 0 12011 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12011 _pg_group 11 10 -1 f b A f t , 0 array_subscript_handler 12012 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12016 pg_user 11 10 -1 f c C f t , 12014 - 0 12015 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12015 _pg_user 11 10 -1 f b A f t , 0 array_subscript_handler 12016 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12020 pg_policies 11 10 -1 f c C f t , 12018 - 0 12019 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12019 _pg_policies 11 10 -1 f b A f t , 0 array_subscript_handler 12020 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12025 pg_rules 11 10 -1 f c C f t , 12023 - 0 12024 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12024 _pg_rules 11 10 -1 f b A f t , 0 array_subscript_handler 12025 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12030 pg_views 11 10 -1 f c C f t , 12028 - 0 12029 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12029 _pg_views 11 10 -1 f b A f t , 0 array_subscript_handler 12030 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12035 pg_tables 11 10 -1 f c C f t , 12033 - 0 12034 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12034 _pg_tables 11 10 -1 f b A f t , 0 array_subscript_handler 12035 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12040 pg_matviews 11 10 -1 f c C f t , 12038 - 0 12039 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12039 _pg_matviews 11 10 -1 f b A f t , 0 array_subscript_handler 12040 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12045 pg_indexes 11 10 -1 f c C f t , 12043 - 0 12044 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12044 _pg_indexes 11 10 -1 f b A f t , 0 array_subscript_handler 12045 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12050 pg_sequences 11 10 -1 f c C f t , 12048 - 0 12049 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12049 _pg_sequences 11 10 -1 f b A f t , 0 array_subscript_handler 12050 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12055 pg_stats 11 10 -1 f c C f t , 12053 - 0 12054 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12054 _pg_stats 11 10 -1 f b A f t , 0 array_subscript_handler 12055 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12060 pg_stats_ext 11 10 -1 f c C f t , 12058 - 0 12059 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12059 _pg_stats_ext 11 10 -1 f b A f t , 0 array_subscript_handler 12060 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12065 pg_stats_ext_exprs 11 10 -1 f c C f t , 12063 - 0 12064 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12064 _pg_stats_ext_exprs 11 10 -1 f b A f t , 0 array_subscript_handler 12065 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12070 pg_publication_tables 11 10 -1 f c C f t , 12068 - 0 12069 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12069 _pg_publication_tables 11 10 -1 f b A f t , 0 array_subscript_handler 12070 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12075 pg_locks 11 10 -1 f c C f t , 12073 - 0 12074 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12074 _pg_locks 11 10 -1 f b A f t , 0 array_subscript_handler 12075 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12079 pg_cursors 11 10 -1 f c C f t , 12077 - 0 12078 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12078 _pg_cursors 11 10 -1 f b A f t , 0 array_subscript_handler 12079 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12083 pg_available_extensions 11 10 -1 f c C f t , 12081 - 0 12082 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12082 _pg_available_extensions 11 10 -1 f b A f t , 0 array_subscript_handler 12083 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12087 pg_available_extension_versions 11 10 -1 f c C f t , 12085 - 0 12086 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12086 _pg_available_extension_versions 11 10 -1 f b A f t , 0 array_subscript_handler 12087 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12092 pg_prepared_xacts 11 10 -1 f c C f t , 12090 - 0 12091 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12091 _pg_prepared_xacts 11 10 -1 f b A f t , 0 array_subscript_handler 12092 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12097 pg_prepared_statements 11 10 -1 f c C f t , 12095 - 0 12096 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12096 _pg_prepared_statements 11 10 -1 f b A f t , 0 array_subscript_handler 12097 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12101 pg_seclabels 11 10 -1 f c C f t , 12099 - 0 12100 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12100 _pg_seclabels 11 10 -1 f b A f t , 0 array_subscript_handler 12101 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12106 pg_settings 11 10 -1 f c C f t , 12104 - 0 12105 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12105 _pg_settings 11 10 -1 f b A f t , 0 array_subscript_handler 12106 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12112 pg_file_settings 11 10 -1 f c C f t , 12110 - 0 12111 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12111 _pg_file_settings 11 10 -1 f b A f t , 0 array_subscript_handler 12112 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12116 pg_hba_file_rules 11 10 -1 f c C f t , 12114 - 0 12115 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12115 _pg_hba_file_rules 11 10 -1 f b A f t , 0 array_subscript_handler 12116 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12120 pg_ident_file_mappings 11 10 -1 f c C f t , 12118 - 0 12119 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12119 _pg_ident_file_mappings 11 10 -1 f b A f t , 0 array_subscript_handler 12120 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12124 pg_timezone_abbrevs 11 10 -1 f c C f t , 12122 - 0 12123 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12123 _pg_timezone_abbrevs 11 10 -1 f b A f t , 0 array_subscript_handler 12124 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12128 pg_timezone_names 11 10 -1 f c C f t , 12126 - 0 12127 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12127 _pg_timezone_names 11 10 -1 f b A f t , 0 array_subscript_handler 12128 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12132 pg_config 11 10 -1 f c C f t , 12130 - 0 12131 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12131 _pg_config 11 10 -1 f b A f t , 0 array_subscript_handler 12132 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12136 pg_shmem_allocations 11 10 -1 f c C f t , 12134 - 0 12135 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12135 _pg_shmem_allocations 11 10 -1 f b A f t , 0 array_subscript_handler 12136 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12140 pg_backend_memory_contexts 11 10 -1 f c C f t , 12138 - 0 12139 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12139 _pg_backend_memory_contexts 11 10 -1 f b A f t , 0 array_subscript_handler 12140 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12144 pg_stat_all_tables 11 10 -1 f c C f t , 12142 - 0 12143 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12143 _pg_stat_all_tables 11 10 -1 f b A f t , 0 array_subscript_handler 12144 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12149 pg_stat_xact_all_tables 11 10 -1 f c C f t , 12147 - 0 12148 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12148 _pg_stat_xact_all_tables 11 10 -1 f b A f t , 0 array_subscript_handler 12149 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12154 pg_stat_sys_tables 11 10 -1 f c C f t , 12152 - 0 12153 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12153 _pg_stat_sys_tables 11 10 -1 f b A f t , 0 array_subscript_handler 12154 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12159 pg_stat_xact_sys_tables 11 10 -1 f c C f t , 12157 - 0 12158 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12158 _pg_stat_xact_sys_tables 11 10 -1 f b A f t , 0 array_subscript_handler 12159 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12163 pg_stat_user_tables 11 10 -1 f c C f t , 12161 - 0 12162 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12162 _pg_stat_user_tables 11 10 -1 f b A f t , 0 array_subscript_handler 12163 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12168 pg_stat_xact_user_tables 11 10 -1 f c C f t , 12166 - 0 12167 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12167 _pg_stat_xact_user_tables 11 10 -1 f b A f t , 0 array_subscript_handler 12168 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12172 pg_statio_all_tables 11 10 -1 f c C f t , 12170 - 0 12171 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12171 _pg_statio_all_tables 11 10 -1 f b A f t , 0 array_subscript_handler 12172 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12177 pg_statio_sys_tables 11 10 -1 f c C f t , 12175 - 0 12176 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12176 _pg_statio_sys_tables 11 10 -1 f b A f t , 0 array_subscript_handler 12177 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12181 pg_statio_user_tables 11 10 -1 f c C f t , 12179 - 0 12180 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12180 _pg_statio_user_tables 11 10 -1 f b A f t , 0 array_subscript_handler 12181 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12185 pg_stat_all_indexes 11 10 -1 f c C f t , 12183 - 0 12184 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12184 _pg_stat_all_indexes 11 10 -1 f b A f t , 0 array_subscript_handler 12185 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12190 pg_stat_sys_indexes 11 10 -1 f c C f t , 12188 - 0 12189 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12189 _pg_stat_sys_indexes 11 10 -1 f b A f t , 0 array_subscript_handler 12190 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12194 pg_stat_user_indexes 11 10 -1 f c C f t , 12192 - 0 12193 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12193 _pg_stat_user_indexes 11 10 -1 f b A f t , 0 array_subscript_handler 12194 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12198 pg_statio_all_indexes 11 10 -1 f c C f t , 12196 - 0 12197 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12197 _pg_statio_all_indexes 11 10 -1 f b A f t , 0 array_subscript_handler 12198 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12203 pg_statio_sys_indexes 11 10 -1 f c C f t , 12201 - 0 12202 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12202 _pg_statio_sys_indexes 11 10 -1 f b A f t , 0 array_subscript_handler 12203 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12207 pg_statio_user_indexes 11 10 -1 f c C f t , 12205 - 0 12206 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12206 _pg_statio_user_indexes 11 10 -1 f b A f t , 0 array_subscript_handler 12207 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12211 pg_statio_all_sequences 11 10 -1 f c C f t , 12209 - 0 12210 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12210 _pg_statio_all_sequences 11 10 -1 f b A f t , 0 array_subscript_handler 12211 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12216 pg_statio_sys_sequences 11 10 -1 f c C f t , 12214 - 0 12215 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12215 _pg_statio_sys_sequences 11 10 -1 f b A f t , 0 array_subscript_handler 12216 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12220 pg_statio_user_sequences 11 10 -1 f c C f t , 12218 - 0 12219 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12219 _pg_statio_user_sequences 11 10 -1 f b A f t , 0 array_subscript_handler 12220 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12224 pg_stat_activity 11 10 -1 f c C f t , 12222 - 0 12223 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12223 _pg_stat_activity 11 10 -1 f b A f t , 0 array_subscript_handler 12224 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12229 pg_stat_replication 11 10 -1 f c C f t , 12227 - 0 12228 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12228 _pg_stat_replication 11 10 -1 f b A f t , 0 array_subscript_handler 12229 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12234 pg_stat_slru 11 10 -1 f c C f t , 12232 - 0 12233 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12233 _pg_stat_slru 11 10 -1 f b A f t , 0 array_subscript_handler 12234 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12238 pg_stat_wal_receiver 11 10 -1 f c C f t , 12236 - 0 12237 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12237 _pg_stat_wal_receiver 11 10 -1 f b A f t , 0 array_subscript_handler 12238 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12242 pg_stat_recovery_prefetch 11 10 -1 f c C f t , 12240 - 0 12241 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12241 _pg_stat_recovery_prefetch 11 10 -1 f b A f t , 0 array_subscript_handler 12242 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12246 pg_stat_subscription 11 10 -1 f c C f t , 12244 - 0 12245 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12245 _pg_stat_subscription 11 10 -1 f b A f t , 0 array_subscript_handler 12246 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12251 pg_stat_ssl 11 10 -1 f c C f t , 12249 - 0 12250 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12250 _pg_stat_ssl 11 10 -1 f b A f t , 0 array_subscript_handler 12251 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12255 pg_stat_gssapi 11 10 -1 f c C f t , 12253 - 0 12254 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12254 _pg_stat_gssapi 11 10 -1 f b A f t , 0 array_subscript_handler 12255 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12259 pg_replication_slots 11 10 -1 f c C f t , 12257 - 0 12258 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12258 _pg_replication_slots 11 10 -1 f b A f t , 0 array_subscript_handler 12259 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12264 pg_stat_replication_slots 11 10 -1 f c C f t , 12262 - 0 12263 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12263 _pg_stat_replication_slots 11 10 -1 f b A f t , 0 array_subscript_handler 12264 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12268 pg_stat_database 11 10 -1 f c C f t , 12266 - 0 12267 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12267 _pg_stat_database 11 10 -1 f b A f t , 0 array_subscript_handler 12268 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12273 pg_stat_database_conflicts 11 10 -1 f c C f t , 12271 - 0 12272 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12272 _pg_stat_database_conflicts 11 10 -1 f b A f t , 0 array_subscript_handler 12273 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12277 pg_stat_user_functions 11 10 -1 f c C f t , 12275 - 0 12276 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12276 _pg_stat_user_functions 11 10 -1 f b A f t , 0 array_subscript_handler 12277 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12282 pg_stat_xact_user_functions 11 10 -1 f c C f t , 12280 - 0 12281 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12281 _pg_stat_xact_user_functions 11 10 -1 f b A f t , 0 array_subscript_handler 12282 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12287 pg_stat_archiver 11 10 -1 f c C f t , 12285 - 0 12286 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12286 _pg_stat_archiver 11 10 -1 f b A f t , 0 array_subscript_handler 12287 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12291 pg_stat_bgwriter 11 10 -1 f c C f t , 12289 - 0 12290 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12290 _pg_stat_bgwriter 11 10 -1 f b A f t , 0 array_subscript_handler 12291 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12295 pg_stat_checkpointer 11 10 -1 f c C f t , 12293 - 0 12294 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12294 _pg_stat_checkpointer 11 10 -1 f b A f t , 0 array_subscript_handler 12295 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12299 pg_stat_io 11 10 -1 f c C f t , 12297 - 0 12298 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12298 _pg_stat_io 11 10 -1 f b A f t , 0 array_subscript_handler 12299 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12303 pg_stat_wal 11 10 -1 f c C f t , 12301 - 0 12302 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12302 _pg_stat_wal 11 10 -1 f b A f t , 0 array_subscript_handler 12303 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12307 pg_stat_progress_analyze 11 10 -1 f c C f t , 12305 - 0 12306 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12306 _pg_stat_progress_analyze 11 10 -1 f b A f t , 0 array_subscript_handler 12307 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12312 pg_stat_progress_vacuum 11 10 -1 f c C f t , 12310 - 0 12311 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12311 _pg_stat_progress_vacuum 11 10 -1 f b A f t , 0 array_subscript_handler 12312 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12317 pg_stat_progress_cluster 11 10 -1 f c C f t , 12315 - 0 12316 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12316 _pg_stat_progress_cluster 11 10 -1 f b A f t , 0 array_subscript_handler 12317 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12322 pg_stat_progress_create_index 11 10 -1 f c C f t , 12320 - 0 12321 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12321 _pg_stat_progress_create_index 11 10 -1 f b A f t , 0 array_subscript_handler 12322 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12327 pg_stat_progress_basebackup 11 10 -1 f c C f t , 12325 - 0 12326 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12326 _pg_stat_progress_basebackup 11 10 -1 f b A f t , 0 array_subscript_handler 12327 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12332 pg_stat_progress_copy 11 10 -1 f c C f t , 12330 - 0 12331 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12331 _pg_stat_progress_copy 11 10 -1 f b A f t , 0 array_subscript_handler 12332 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12337 pg_user_mappings 11 10 -1 f c C f t , 12335 - 0 12336 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12336 _pg_user_mappings 11 10 -1 f b A f t , 0 array_subscript_handler 12337 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12342 pg_replication_origin_status 11 10 -1 f c C f t , 12340 - 0 12341 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12341 _pg_replication_origin_status 11 10 -1 f b A f t , 0 array_subscript_handler 12342 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12346 pg_stat_subscription_stats 11 10 -1 f c C f t , 12344 - 0 12345 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12345 _pg_stat_subscription_stats 11 10 -1 f b A f t , 0 array_subscript_handler 12346 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 12350 pg_wait_events 11 10 -1 f c C f t , 12348 - 0 12349 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 12349 _pg_wait_events 11 10 -1 f b A f t , 0 array_subscript_handler 12350 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 13882 cardinal_number 13868 10 4 t d N f t , 0 - 0 13881 domain_in int4out domain_recv int4send - - - i p f 23 -1 0 0 \N \N \N 13881 _cardinal_number 13868 10 -1 f b A f t , 0 array_subscript_handler 13882 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 13885 character_data 13868 10 -1 f d S f t , 0 - 0 13884 domain_in varcharout domain_recv varcharsend - - - i x f 1043 -1 0 950 \N \N \N 13884 _character_data 13868 10 -1 f b A f t , 0 array_subscript_handler 13885 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 950 \N \N \N 13887 sql_identifier 13868 10 64 f d S f t , 0 - 0 13886 domain_in nameout domain_recv namesend - - - c p f 19 -1 0 950 \N \N \N 13886 _sql_identifier 13868 10 -1 f b A f t , 0 array_subscript_handler 13887 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 950 \N \N \N 13890 information_schema_catalog_name 13868 10 -1 f c C f t , 13888 - 0 13889 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 13889 _information_schema_catalog_name 13868 10 -1 f b A f t , 0 array_subscript_handler 13890 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 13893 time_stamp 13868 10 8 t d D f t , 0 - 0 13892 domain_in timestamptz_out domain_recv timestamptz_send - - - d p f 1184 2 0 0 {SQLVALUEFUNCTION :op 4 :type 1184 :typmod 2 :location 105} CURRENT_TIMESTAMP(2) \N 13892 _time_stamp 13868 10 -1 f b A f t , 0 array_subscript_handler 13893 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 13895 yes_or_no 13868 10 -1 f d S f t , 0 - 0 13894 domain_in varcharout domain_recv varcharsend - - - i x f 1043 7 0 950 \N \N \N 13894 _yes_or_no 13868 10 -1 f b A f t , 0 array_subscript_handler 13895 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 950 \N \N \N 13899 applicable_roles 13868 10 -1 f c C f t , 13897 - 0 13898 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 13898 _applicable_roles 13868 10 -1 f b A f t , 0 array_subscript_handler 13899 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 13904 administrable_role_authorizations 13868 10 -1 f c C f t , 13902 - 0 13903 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 13903 _administrable_role_authorizations 13868 10 -1 f b A f t , 0 array_subscript_handler 13904 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 13908 attributes 13868 10 -1 f c C f t , 13906 - 0 13907 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 13907 _attributes 13868 10 -1 f b A f t , 0 array_subscript_handler 13908 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 13913 character_sets 13868 10 -1 f c C f t , 13911 - 0 13912 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 13912 _character_sets 13868 10 -1 f b A f t , 0 array_subscript_handler 13913 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 13918 check_constraint_routine_usage 13868 10 -1 f c C f t , 13916 - 0 13917 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 13917 _check_constraint_routine_usage 13868 10 -1 f b A f t , 0 array_subscript_handler 13918 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 13923 check_constraints 13868 10 -1 f c C f t , 13921 - 0 13922 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 13922 _check_constraints 13868 10 -1 f b A f t , 0 array_subscript_handler 13923 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 13928 collations 13868 10 -1 f c C f t , 13926 - 0 13927 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 13927 _collations 13868 10 -1 f b A f t , 0 array_subscript_handler 13928 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 13933 collation_character_set_applicability 13868 10 -1 f c C f t , 13931 - 0 13932 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 13932 _collation_character_set_applicability 13868 10 -1 f b A f t , 0 array_subscript_handler 13933 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 13938 column_column_usage 13868 10 -1 f c C f t , 13936 - 0 13937 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 13937 _column_column_usage 13868 10 -1 f b A f t , 0 array_subscript_handler 13938 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 13943 column_domain_usage 13868 10 -1 f c C f t , 13941 - 0 13942 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 13942 _column_domain_usage 13868 10 -1 f b A f t , 0 array_subscript_handler 13943 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 13948 column_privileges 13868 10 -1 f c C f t , 13946 - 0 13947 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 13947 _column_privileges 13868 10 -1 f b A f t , 0 array_subscript_handler 13948 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 13953 column_udt_usage 13868 10 -1 f c C f t , 13951 - 0 13952 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 13952 _column_udt_usage 13868 10 -1 f b A f t , 0 array_subscript_handler 13953 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 13958 columns 13868 10 -1 f c C f t , 13956 - 0 13957 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 13957 _columns 13868 10 -1 f b A f t , 0 array_subscript_handler 13958 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 13963 constraint_column_usage 13868 10 -1 f c C f t , 13961 - 0 13962 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 13962 _constraint_column_usage 13868 10 -1 f b A f t , 0 array_subscript_handler 13963 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 13968 constraint_table_usage 13868 10 -1 f c C f t , 13966 - 0 13967 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 13967 _constraint_table_usage 13868 10 -1 f b A f t , 0 array_subscript_handler 13968 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 13973 domain_constraints 13868 10 -1 f c C f t , 13971 - 0 13972 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 13972 _domain_constraints 13868 10 -1 f b A f t , 0 array_subscript_handler 13973 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 13978 domain_udt_usage 13868 10 -1 f c C f t , 13976 - 0 13977 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 13977 _domain_udt_usage 13868 10 -1 f b A f t , 0 array_subscript_handler 13978 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 13983 domains 13868 10 -1 f c C f t , 13981 - 0 13982 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 13982 _domains 13868 10 -1 f b A f t , 0 array_subscript_handler 13983 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 13988 enabled_roles 13868 10 -1 f c C f t , 13986 - 0 13987 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 13987 _enabled_roles 13868 10 -1 f b A f t , 0 array_subscript_handler 13988 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 13992 key_column_usage 13868 10 -1 f c C f t , 13990 - 0 13991 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 13991 _key_column_usage 13868 10 -1 f b A f t , 0 array_subscript_handler 13992 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 13997 parameters 13868 10 -1 f c C f t , 13995 - 0 13996 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 13996 _parameters 13868 10 -1 f b A f t , 0 array_subscript_handler 13997 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14002 referential_constraints 13868 10 -1 f c C f t , 14000 - 0 14001 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14001 _referential_constraints 13868 10 -1 f b A f t , 0 array_subscript_handler 14002 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14007 role_column_grants 13868 10 -1 f c C f t , 14005 - 0 14006 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14006 _role_column_grants 13868 10 -1 f b A f t , 0 array_subscript_handler 14007 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14011 routine_column_usage 13868 10 -1 f c C f t , 14009 - 0 14010 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14010 _routine_column_usage 13868 10 -1 f b A f t , 0 array_subscript_handler 14011 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14016 routine_privileges 13868 10 -1 f c C f t , 14014 - 0 14015 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14015 _routine_privileges 13868 10 -1 f b A f t , 0 array_subscript_handler 14016 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14021 role_routine_grants 13868 10 -1 f c C f t , 14019 - 0 14020 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14020 _role_routine_grants 13868 10 -1 f b A f t , 0 array_subscript_handler 14021 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14025 routine_routine_usage 13868 10 -1 f c C f t , 14023 - 0 14024 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14024 _routine_routine_usage 13868 10 -1 f b A f t , 0 array_subscript_handler 14025 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14030 routine_sequence_usage 13868 10 -1 f c C f t , 14028 - 0 14029 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14029 _routine_sequence_usage 13868 10 -1 f b A f t , 0 array_subscript_handler 14030 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14035 routine_table_usage 13868 10 -1 f c C f t , 14033 - 0 14034 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14034 _routine_table_usage 13868 10 -1 f b A f t , 0 array_subscript_handler 14035 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14040 routines 13868 10 -1 f c C f t , 14038 - 0 14039 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14039 _routines 13868 10 -1 f b A f t , 0 array_subscript_handler 14040 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14045 schemata 13868 10 -1 f c C f t , 14043 - 0 14044 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14044 _schemata 13868 10 -1 f b A f t , 0 array_subscript_handler 14045 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14049 sequences 13868 10 -1 f c C f t , 14047 - 0 14048 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14048 _sequences 13868 10 -1 f b A f t , 0 array_subscript_handler 14049 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14054 sql_features 13868 10 -1 f c C f t , 14052 - 0 14053 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14053 _sql_features 13868 10 -1 f b A f t , 0 array_subscript_handler 14054 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14059 sql_implementation_info 13868 10 -1 f c C f t , 14057 - 0 14058 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14058 _sql_implementation_info 13868 10 -1 f b A f t , 0 array_subscript_handler 14059 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14064 sql_parts 13868 10 -1 f c C f t , 14062 - 0 14063 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14063 _sql_parts 13868 10 -1 f b A f t , 0 array_subscript_handler 14064 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14069 sql_sizing 13868 10 -1 f c C f t , 14067 - 0 14068 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14068 _sql_sizing 13868 10 -1 f b A f t , 0 array_subscript_handler 14069 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14074 table_constraints 13868 10 -1 f c C f t , 14072 - 0 14073 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14073 _table_constraints 13868 10 -1 f b A f t , 0 array_subscript_handler 14074 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14079 table_privileges 13868 10 -1 f c C f t , 14077 - 0 14078 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14078 _table_privileges 13868 10 -1 f b A f t , 0 array_subscript_handler 14079 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14084 role_table_grants 13868 10 -1 f c C f t , 14082 - 0 14083 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14083 _role_table_grants 13868 10 -1 f b A f t , 0 array_subscript_handler 14084 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14088 tables 13868 10 -1 f c C f t , 14086 - 0 14087 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14087 _tables 13868 10 -1 f b A f t , 0 array_subscript_handler 14088 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14093 transforms 13868 10 -1 f c C f t , 14091 - 0 14092 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14092 _transforms 13868 10 -1 f b A f t , 0 array_subscript_handler 14093 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14098 triggered_update_columns 13868 10 -1 f c C f t , 14096 - 0 14097 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14097 _triggered_update_columns 13868 10 -1 f b A f t , 0 array_subscript_handler 14098 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14103 triggers 13868 10 -1 f c C f t , 14101 - 0 14102 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14102 _triggers 13868 10 -1 f b A f t , 0 array_subscript_handler 14103 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14108 udt_privileges 13868 10 -1 f c C f t , 14106 - 0 14107 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14107 _udt_privileges 13868 10 -1 f b A f t , 0 array_subscript_handler 14108 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14113 role_udt_grants 13868 10 -1 f c C f t , 14111 - 0 14112 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14112 _role_udt_grants 13868 10 -1 f b A f t , 0 array_subscript_handler 14113 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14117 usage_privileges 13868 10 -1 f c C f t , 14115 - 0 14116 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14116 _usage_privileges 13868 10 -1 f b A f t , 0 array_subscript_handler 14117 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14122 role_usage_grants 13868 10 -1 f c C f t , 14120 - 0 14121 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14121 _role_usage_grants 13868 10 -1 f b A f t , 0 array_subscript_handler 14122 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14126 user_defined_types 13868 10 -1 f c C f t , 14124 - 0 14125 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14125 _user_defined_types 13868 10 -1 f b A f t , 0 array_subscript_handler 14126 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14131 view_column_usage 13868 10 -1 f c C f t , 14129 - 0 14130 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14130 _view_column_usage 13868 10 -1 f b A f t , 0 array_subscript_handler 14131 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14136 view_routine_usage 13868 10 -1 f c C f t , 14134 - 0 14135 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14135 _view_routine_usage 13868 10 -1 f b A f t , 0 array_subscript_handler 14136 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14141 view_table_usage 13868 10 -1 f c C f t , 14139 - 0 14140 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14140 _view_table_usage 13868 10 -1 f b A f t , 0 array_subscript_handler 14141 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14146 views 13868 10 -1 f c C f t , 14144 - 0 14145 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14145 _views 13868 10 -1 f b A f t , 0 array_subscript_handler 14146 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14151 data_type_privileges 13868 10 -1 f c C f t , 14149 - 0 14150 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14150 _data_type_privileges 13868 10 -1 f b A f t , 0 array_subscript_handler 14151 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14156 element_types 13868 10 -1 f c C f t , 14154 - 0 14155 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14155 _element_types 13868 10 -1 f b A f t , 0 array_subscript_handler 14156 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14161 _pg_foreign_table_columns 13868 10 -1 f c C f t , 14159 - 0 14160 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14160 __pg_foreign_table_columns 13868 10 -1 f b A f t , 0 array_subscript_handler 14161 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14166 column_options 13868 10 -1 f c C f t , 14164 - 0 14165 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14165 _column_options 13868 10 -1 f b A f t , 0 array_subscript_handler 14166 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14170 _pg_foreign_data_wrappers 13868 10 -1 f c C f t , 14168 - 0 14169 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14169 __pg_foreign_data_wrappers 13868 10 -1 f b A f t , 0 array_subscript_handler 14170 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14174 foreign_data_wrapper_options 13868 10 -1 f c C f t , 14172 - 0 14173 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14173 _foreign_data_wrapper_options 13868 10 -1 f b A f t , 0 array_subscript_handler 14174 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14178 foreign_data_wrappers 13868 10 -1 f c C f t , 14176 - 0 14177 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14177 _foreign_data_wrappers 13868 10 -1 f b A f t , 0 array_subscript_handler 14178 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14182 _pg_foreign_servers 13868 10 -1 f c C f t , 14180 - 0 14181 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14181 __pg_foreign_servers 13868 10 -1 f b A f t , 0 array_subscript_handler 14182 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14187 foreign_server_options 13868 10 -1 f c C f t , 14185 - 0 14186 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14186 _foreign_server_options 13868 10 -1 f b A f t , 0 array_subscript_handler 14187 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14191 foreign_servers 13868 10 -1 f c C f t , 14189 - 0 14190 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14190 _foreign_servers 13868 10 -1 f b A f t , 0 array_subscript_handler 14191 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14195 _pg_foreign_tables 13868 10 -1 f c C f t , 14193 - 0 14194 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14194 __pg_foreign_tables 13868 10 -1 f b A f t , 0 array_subscript_handler 14195 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14200 foreign_table_options 13868 10 -1 f c C f t , 14198 - 0 14199 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14199 _foreign_table_options 13868 10 -1 f b A f t , 0 array_subscript_handler 14200 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14204 foreign_tables 13868 10 -1 f c C f t , 14202 - 0 14203 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14203 _foreign_tables 13868 10 -1 f b A f t , 0 array_subscript_handler 14204 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14208 _pg_user_mappings 13868 10 -1 f c C f t , 14206 - 0 14207 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14207 __pg_user_mappings 13868 10 -1 f b A f t , 0 array_subscript_handler 14208 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14213 user_mapping_options 13868 10 -1 f c C f t , 14211 - 0 14212 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14212 _user_mapping_options 13868 10 -1 f b A f t , 0 array_subscript_handler 14213 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 14218 user_mappings 13868 10 -1 f c C f t , 14216 - 0 14217 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 14217 _user_mappings 13868 10 -1 f b A f t , 0 array_subscript_handler 14218 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16395 test_table_identity 16390 10 -1 f c C f t , 16393 - 0 16394 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16394 _test_table_identity 16390 10 -1 f b A f t , 0 array_subscript_handler 16395 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16404 test_table 16390 10 -1 f c C f t , 16402 - 0 16403 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16403 _test_table 16390 10 -1 f b A f t , 0 array_subscript_handler 16404 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16414 test_table_generated 16390 10 -1 f c C f t , 16412 - 0 16413 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16413 _test_table_generated 16390 10 -1 f b A f t , 0 array_subscript_handler 16414 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16420 test_table_generated_child2 16390 10 -1 f c C f t , 16418 - 0 16419 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16419 _test_table_generated_child2 16390 10 -1 f b A f t , 0 array_subscript_handler 16420 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16425 test_table_generated_child1 16390 10 -1 f c C f t , 16423 - 0 16424 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16424 _test_table_generated_child1 16390 10 -1 f b A f t , 0 array_subscript_handler 16425 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16430 test_table_fk 16390 10 -1 f c C f t , 16428 - 0 16429 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16429 _test_table_fk 16390 10 -1 f b A f t , 0 array_subscript_handler 16430 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16438 test_table_fk_1 16390 10 -1 f c C f t , 16436 - 0 16437 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16437 _test_table_fk_1 16390 10 -1 f b A f t , 0 array_subscript_handler 16438 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16444 test_fourth_table 16390 10 -1 f c C f t , 16442 - 0 16443 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16443 _test_fourth_table 16390 10 -1 f b A f t , 0 array_subscript_handler 16444 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16447 test_third_table 16390 10 -1 f c C f t , 16445 - 0 16446 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16446 _test_third_table 16390 10 -1 f b A f t , 0 array_subscript_handler 16447 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16452 test_sixth_table 16390 10 -1 f c C f t , 16450 - 0 16451 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16451 _test_sixth_table 16390 10 -1 f b A f t , 0 array_subscript_handler 16452 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16457 test_seventh_table 16390 10 -1 f c C f t , 16455 - 0 16456 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16456 _test_seventh_table 16390 10 -1 f b A f t , 0 array_subscript_handler 16457 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16462 test_second_table 16390 10 -1 f c C f t , 16460 - 0 16461 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16461 _test_second_table 16390 10 -1 f b A f t , 0 array_subscript_handler 16462 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16469 regress_pg_dump_table_am_0 16390 10 -1 f c C f t , 16467 - 0 16468 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16468 _regress_pg_dump_table_am_0 16390 10 -1 f b A f t , 0 array_subscript_handler 16469 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16472 regress_pg_dump_table_am_1 16390 10 -1 f c C f t , 16470 - 0 16471 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16471 _regress_pg_dump_table_am_1 16390 10 -1 f b A f t , 0 array_subscript_handler 16472 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16475 regress_pg_dump_table_am_2 16390 10 -1 f c C f t , 16473 - 0 16474 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16474 _regress_pg_dump_table_am_2 16390 10 -1 f b A f t , 0 array_subscript_handler 16475 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16478 regress_pg_dump_matview_am_0 16390 10 -1 f c C f t , 16476 - 0 16477 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16477 _regress_pg_dump_matview_am_0 16390 10 -1 f b A f t , 0 array_subscript_handler 16478 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16482 regress_pg_dump_matview_am_1 16390 10 -1 f c C f t , 16480 - 0 16481 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16481 _regress_pg_dump_matview_am_1 16390 10 -1 f b A f t , 0 array_subscript_handler 16482 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16486 regress_pg_dump_matview_am_2 16390 10 -1 f c C f t , 16484 - 0 16485 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16485 _regress_pg_dump_matview_am_2 16390 10 -1 f b A f t , 0 array_subscript_handler 16486 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16494 matview 16390 10 -1 f c C f t , 16492 - 0 16493 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16493 _matview 16390 10 -1 f b A f t , 0 array_subscript_handler 16494 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16498 matview_second 16390 10 -1 f c C f t , 16496 - 0 16497 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16497 _matview_second 16390 10 -1 f b A f t , 0 array_subscript_handler 16498 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16502 fk_reference_test_table 16390 10 -1 f c C f t , 16500 - 0 16501 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16501 _fk_reference_test_table 16390 10 -1 f b A f t , 0 array_subscript_handler 16502 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16517 _us_postal_code 16390 10 -1 f b A f t , 0 array_subscript_handler 16518 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 950 \N \N \N 16527 _planets 16390 10 -1 f b A f t , 0 array_subscript_handler 16528 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 16536 textmultirange 16390 10 -1 f m R f t , 0 - 0 16537 multirange_in multirange_out multirange_recv multirange_send - - multirange_typanalyze i x f 0 -1 0 0 \N \N \N 16535 _textrange 16390 10 -1 f b A f t , 0 array_subscript_handler 16538 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 16537 _textmultirange 16390 10 -1 f b A f t , 0 array_subscript_handler 16536 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 16545 undefined 16390 10 4 t p P f f , 0 - 0 0 shell_in shell_out - - - - - i p f 0 -1 0 0 \N \N \N 16551 ordering_table 16390 10 -1 f c C f t , 16549 - 0 16550 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16550 _ordering_table 16390 10 -1 f b A f t , 0 array_subscript_handler 16551 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16557 _int42 16390 10 -1 f b A f t , 0 array_subscript_handler 16546 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 16560 ordering_view 16390 10 -1 f c C f t , 16558 - 0 16559 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16559 _ordering_view 16390 10 -1 f b A f t , 0 array_subscript_handler 16560 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16564 composite 16390 10 -1 f c C f t , 16562 - 0 16563 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16563 _composite 16390 10 -1 f b A f t , 0 array_subscript_handler 16564 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16588 test_fifth_table 16390 10 -1 f c C f t , 16586 - 0 16587 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16587 _test_fifth_table 16390 10 -1 f b A f t , 0 array_subscript_handler 16588 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16593 matview_third 16390 10 -1 f c C f t , 16591 - 0 16592 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16592 _matview_third 16390 10 -1 f b A f t , 0 array_subscript_handler 16593 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16597 matview_fourth 16390 10 -1 f c C f t , 16595 - 0 16596 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16596 _matview_fourth 16390 10 -1 f b A f t , 0 array_subscript_handler 16597 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16601 test_view 16390 10 -1 f c C f t , 16599 - 0 16600 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16600 _test_view 16390 10 -1 f b A f t , 0 array_subscript_handler 16601 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16528 planets 16390 10 4 t e E f t , 0 - 0 16527 enum_in enum_out enum_recv enum_send - - - i p f 0 -1 0 0 \N \N {=U/SYSTEM,SYSTEM=U/SYSTEM,regress_dump_test_role=U/SYSTEM} 16538 textrange 16390 10 -1 f r R f t , 0 - 0 16535 range_in range_out range_recv range_send - - range_typanalyze i x f 0 -1 0 0 \N \N {=U/SYSTEM,SYSTEM=U/SYSTEM,regress_dump_test_role=U/SYSTEM} 16518 us_postal_code 16390 10 -1 f d S f t , 0 - 0 16517 domain_in textout domain_recv textsend - - - i x f 25 -1 0 950 {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 92 :constvalue 9 [ 36 0 0 0 49 48 48 49 52 ]} '10014'::text {=U/SYSTEM,SYSTEM=U/SYSTEM,regress_dump_test_role=U/SYSTEM} 16621 range_type_custom 16390 10 -1 f r R f t , 0 - 0 16618 range_in range_out range_recv range_send - - range_typanalyze i x f 0 -1 0 0 \N \N \N 16619 multirange_type_custom 16390 10 -1 f m R f t , 0 - 0 16620 multirange_in multirange_out multirange_recv multirange_send - - multirange_typanalyze i x f 0 -1 0 0 \N \N \N 16618 _range_type_custom 16390 10 -1 f b A f t , 0 array_subscript_handler 16621 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 16620 _multirange_type_custom 16390 10 -1 f b A f t , 0 array_subscript_handler 16619 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 \N \N \N 16546 int42 16390 10 4 t b U f t , 0 - 0 16557 dump_test.int42_in dump_test.int42_out - - - - - i p f 0 -1 0 0 \N 42 {=U/SYSTEM,SYSTEM=U/SYSTEM,regress_dump_test_role=U/SYSTEM} 16645 foreign_table 16390 10 -1 f c C f t , 16643 - 0 16644 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16644 _foreign_table 16390 10 -1 f b A f t , 0 array_subscript_handler 16645 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16649 test_inheritance_parent 16390 10 -1 f c C f t , 16647 - 0 16648 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16648 _test_inheritance_parent 16390 10 -1 f b A f t , 0 array_subscript_handler 16649 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16655 measurement 16390 10 -1 f c C f t , 16653 - 0 16654 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16654 _measurement 16390 10 -1 f b A f t , 0 array_subscript_handler 16655 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16662 measurement_y2006m2 16465 10 -1 f c C f t , 16660 - 0 16661 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16661 _measurement_y2006m2 16465 10 -1 f b A f t , 0 array_subscript_handler 16662 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16671 test_inheritance_child 16390 10 -1 f c C f t , 16669 - 0 16670 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16670 _test_inheritance_child 16390 10 -1 f b A f t , 0 array_subscript_handler 16671 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16685 measurement_y2006m3 16465 10 -1 f c C f t , 16683 - 0 16684 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16684 _measurement_y2006m3 16465 10 -1 f b A f t , 0 array_subscript_handler 16685 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16696 measurement_y2006m4 16465 10 -1 f c C f t , 16694 - 0 16695 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16695 _measurement_y2006m4 16465 10 -1 f b A f t , 0 array_subscript_handler 16696 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16707 measurement_y2006m5 16465 10 -1 f c C f t , 16705 - 0 16706 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16706 _measurement_y2006m5 16465 10 -1 f b A f t , 0 array_subscript_handler 16707 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16720 table_index_stats 16390 10 -1 f c C f t , 16718 - 0 16719 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16719 _table_index_stats 16390 10 -1 f b A f t , 0 array_subscript_handler 16720 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16725 test_compression_method 16390 10 -1 f c C f t , 16723 - 0 16724 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16724 _test_compression_method 16390 10 -1 f b A f t , 0 array_subscript_handler 16725 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16731 test_table_tuq 16390 10 -1 f c C f t , 16729 - 0 16730 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16730 _test_table_tuq 16390 10 -1 f b A f t , 0 array_subscript_handler 16731 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N 16738 test_table_tpk 16390 10 -1 f c C f t , 16736 - 0 16737 record_in record_out record_recv record_send - - - d x f 0 -1 0 0 \N \N \N 16737 _test_table_tpk 16390 10 -1 f b A f t , 0 array_subscript_handler 16738 0 array_in array_out array_recv array_send - - array_typanalyze d x f 0 -1 0 0 \N \N \N \. -- -- Data for Name: pg_user_mapping; Type: TABLE DATA; Schema: pg_catalog; Owner: SYSTEM -- COPY pg_catalog.pg_user_mapping (oid, umuser, umserver, umoptions) FROM stdin; 16642 16387 16526 \N \. -- -- Name: pg_aggregate pg_aggregate_fnoid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_aggregate ADD CONSTRAINT pg_aggregate_fnoid_index PRIMARY KEY (aggfnoid); ALTER TABLE ONLY pg_catalog.pg_aggregate DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_am pg_am_name_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_am ADD CONSTRAINT pg_am_name_index UNIQUE (amname); -- -- Name: pg_am pg_am_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_am ADD CONSTRAINT pg_am_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_am DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_amop pg_amop_fam_strat_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_amop ADD CONSTRAINT pg_amop_fam_strat_index UNIQUE (amopfamily, amoplefttype, amoprighttype, amopstrategy); -- -- Name: pg_amop pg_amop_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_amop ADD CONSTRAINT pg_amop_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_amop DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_amop pg_amop_opr_fam_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_amop ADD CONSTRAINT pg_amop_opr_fam_index UNIQUE (amopopr, amoppurpose, amopfamily); -- -- Name: pg_amproc pg_amproc_fam_proc_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_amproc ADD CONSTRAINT pg_amproc_fam_proc_index UNIQUE (amprocfamily, amproclefttype, amprocrighttype, amprocnum); -- -- Name: pg_amproc pg_amproc_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_amproc ADD CONSTRAINT pg_amproc_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_amproc DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_attrdef pg_attrdef_adrelid_adnum_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_attrdef ADD CONSTRAINT pg_attrdef_adrelid_adnum_index UNIQUE (adrelid, adnum); -- -- Name: pg_attrdef pg_attrdef_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_attrdef ADD CONSTRAINT pg_attrdef_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_attrdef DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_attribute pg_attribute_relid_attnam_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_attribute ADD CONSTRAINT pg_attribute_relid_attnam_index UNIQUE (attrelid, attname); -- -- Name: pg_attribute pg_attribute_relid_attnum_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_attribute ADD CONSTRAINT pg_attribute_relid_attnum_index PRIMARY KEY (attrelid, attnum); ALTER TABLE ONLY pg_catalog.pg_attribute DROP CONSTRAINT pgdump_throwaway_notnull_0; ALTER TABLE ONLY pg_catalog.pg_attribute DROP CONSTRAINT pgdump_throwaway_notnull_1; SET default_tablespace = pg_global; -- -- Name: pg_auth_members pg_auth_members_member_role_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- ALTER TABLE ONLY pg_catalog.pg_auth_members ADD CONSTRAINT pg_auth_members_member_role_index UNIQUE (member, roleid, grantor); -- -- Name: pg_auth_members pg_auth_members_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- ALTER TABLE ONLY pg_catalog.pg_auth_members ADD CONSTRAINT pg_auth_members_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_auth_members DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_auth_members pg_auth_members_role_member_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- ALTER TABLE ONLY pg_catalog.pg_auth_members ADD CONSTRAINT pg_auth_members_role_member_index UNIQUE (roleid, member, grantor); -- -- Name: pg_authid pg_authid_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- ALTER TABLE ONLY pg_catalog.pg_authid ADD CONSTRAINT pg_authid_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_authid DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_authid pg_authid_rolname_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- ALTER TABLE ONLY pg_catalog.pg_authid ADD CONSTRAINT pg_authid_rolname_index UNIQUE (rolname); SET default_tablespace = ''; -- -- Name: pg_cast pg_cast_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_cast ADD CONSTRAINT pg_cast_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_cast DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_cast pg_cast_source_target_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_cast ADD CONSTRAINT pg_cast_source_target_index UNIQUE (castsource, casttarget); -- -- Name: pg_class pg_class_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_class ADD CONSTRAINT pg_class_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_class DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_class pg_class_relname_nsp_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_class ADD CONSTRAINT pg_class_relname_nsp_index UNIQUE (relname, relnamespace); -- -- Name: pg_collation pg_collation_name_enc_nsp_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_collation ADD CONSTRAINT pg_collation_name_enc_nsp_index UNIQUE (collname, collencoding, collnamespace); -- -- Name: pg_collation pg_collation_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_collation ADD CONSTRAINT pg_collation_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_collation DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_constraint pg_constraint_conrelid_contypid_conname_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_constraint ADD CONSTRAINT pg_constraint_conrelid_contypid_conname_index UNIQUE (conrelid, contypid, conname); -- -- Name: pg_constraint pg_constraint_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_constraint ADD CONSTRAINT pg_constraint_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_constraint DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_conversion pg_conversion_default_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_conversion ADD CONSTRAINT pg_conversion_default_index UNIQUE (connamespace, conforencoding, contoencoding, oid); -- -- Name: pg_conversion pg_conversion_name_nsp_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_conversion ADD CONSTRAINT pg_conversion_name_nsp_index UNIQUE (conname, connamespace); -- -- Name: pg_conversion pg_conversion_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_conversion ADD CONSTRAINT pg_conversion_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_conversion DROP CONSTRAINT pgdump_throwaway_notnull_0; SET default_tablespace = pg_global; -- -- Name: pg_database pg_database_datname_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- ALTER TABLE ONLY pg_catalog.pg_database ADD CONSTRAINT pg_database_datname_index UNIQUE (datname); -- -- Name: pg_database pg_database_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- ALTER TABLE ONLY pg_catalog.pg_database ADD CONSTRAINT pg_database_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_database DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_db_role_setting pg_db_role_setting_databaseid_rol_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- ALTER TABLE ONLY pg_catalog.pg_db_role_setting ADD CONSTRAINT pg_db_role_setting_databaseid_rol_index PRIMARY KEY (setdatabase, setrole); ALTER TABLE ONLY pg_catalog.pg_db_role_setting DROP CONSTRAINT pgdump_throwaway_notnull_0; ALTER TABLE ONLY pg_catalog.pg_db_role_setting DROP CONSTRAINT pgdump_throwaway_notnull_1; SET default_tablespace = ''; -- -- Name: pg_default_acl pg_default_acl_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_default_acl ADD CONSTRAINT pg_default_acl_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_default_acl DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_default_acl pg_default_acl_role_nsp_obj_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_default_acl ADD CONSTRAINT pg_default_acl_role_nsp_obj_index UNIQUE (defaclrole, defaclnamespace, defaclobjtype); -- -- Name: pg_description pg_description_o_c_o_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_description ADD CONSTRAINT pg_description_o_c_o_index PRIMARY KEY (objoid, classoid, objsubid); ALTER TABLE ONLY pg_catalog.pg_description DROP CONSTRAINT pgdump_throwaway_notnull_0; ALTER TABLE ONLY pg_catalog.pg_description DROP CONSTRAINT pgdump_throwaway_notnull_1; ALTER TABLE ONLY pg_catalog.pg_description DROP CONSTRAINT pgdump_throwaway_notnull_2; -- -- Name: pg_enum pg_enum_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_enum ADD CONSTRAINT pg_enum_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_enum DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_enum pg_enum_typid_label_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_enum ADD CONSTRAINT pg_enum_typid_label_index UNIQUE (enumtypid, enumlabel); -- -- Name: pg_enum pg_enum_typid_sortorder_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_enum ADD CONSTRAINT pg_enum_typid_sortorder_index UNIQUE (enumtypid, enumsortorder); -- -- Name: pg_event_trigger pg_event_trigger_evtname_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_event_trigger ADD CONSTRAINT pg_event_trigger_evtname_index UNIQUE (evtname); -- -- Name: pg_event_trigger pg_event_trigger_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_event_trigger ADD CONSTRAINT pg_event_trigger_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_event_trigger DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_extension pg_extension_name_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_extension ADD CONSTRAINT pg_extension_name_index UNIQUE (extname); -- -- Name: pg_extension pg_extension_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_extension ADD CONSTRAINT pg_extension_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_extension DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_foreign_data_wrapper pg_foreign_data_wrapper_name_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_foreign_data_wrapper ADD CONSTRAINT pg_foreign_data_wrapper_name_index UNIQUE (fdwname); -- -- Name: pg_foreign_data_wrapper pg_foreign_data_wrapper_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_foreign_data_wrapper ADD CONSTRAINT pg_foreign_data_wrapper_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_foreign_data_wrapper DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_foreign_server pg_foreign_server_name_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_foreign_server ADD CONSTRAINT pg_foreign_server_name_index UNIQUE (srvname); -- -- Name: pg_foreign_server pg_foreign_server_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_foreign_server ADD CONSTRAINT pg_foreign_server_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_foreign_server DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_foreign_table pg_foreign_table_relid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_foreign_table ADD CONSTRAINT pg_foreign_table_relid_index PRIMARY KEY (ftrelid); ALTER TABLE ONLY pg_catalog.pg_foreign_table DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_index pg_index_indexrelid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_index ADD CONSTRAINT pg_index_indexrelid_index PRIMARY KEY (indexrelid); ALTER TABLE ONLY pg_catalog.pg_index DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_inherits pg_inherits_relid_seqno_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_inherits ADD CONSTRAINT pg_inherits_relid_seqno_index PRIMARY KEY (inhrelid, inhseqno); ALTER TABLE ONLY pg_catalog.pg_inherits DROP CONSTRAINT pgdump_throwaway_notnull_0; ALTER TABLE ONLY pg_catalog.pg_inherits DROP CONSTRAINT pgdump_throwaway_notnull_1; -- -- Name: pg_init_privs pg_init_privs_o_c_o_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_init_privs ADD CONSTRAINT pg_init_privs_o_c_o_index PRIMARY KEY (objoid, classoid, objsubid); ALTER TABLE ONLY pg_catalog.pg_init_privs DROP CONSTRAINT pgdump_throwaway_notnull_0; ALTER TABLE ONLY pg_catalog.pg_init_privs DROP CONSTRAINT pgdump_throwaway_notnull_1; ALTER TABLE ONLY pg_catalog.pg_init_privs DROP CONSTRAINT pgdump_throwaway_notnull_2; -- -- Name: pg_language pg_language_name_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_language ADD CONSTRAINT pg_language_name_index UNIQUE (lanname); -- -- Name: pg_language pg_language_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_language ADD CONSTRAINT pg_language_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_language DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_largeobject pg_largeobject_loid_pn_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_largeobject ADD CONSTRAINT pg_largeobject_loid_pn_index PRIMARY KEY (loid, pageno); ALTER TABLE ONLY pg_catalog.pg_largeobject DROP CONSTRAINT pgdump_throwaway_notnull_0; ALTER TABLE ONLY pg_catalog.pg_largeobject DROP CONSTRAINT pgdump_throwaway_notnull_1; -- -- Name: pg_largeobject_metadata pg_largeobject_metadata_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_largeobject_metadata ADD CONSTRAINT pg_largeobject_metadata_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_largeobject_metadata DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_namespace pg_namespace_nspname_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_namespace ADD CONSTRAINT pg_namespace_nspname_index UNIQUE (nspname); -- -- Name: pg_namespace pg_namespace_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_namespace ADD CONSTRAINT pg_namespace_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_namespace DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_opclass pg_opclass_am_name_nsp_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_opclass ADD CONSTRAINT pg_opclass_am_name_nsp_index UNIQUE (opcmethod, opcname, opcnamespace); -- -- Name: pg_opclass pg_opclass_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_opclass ADD CONSTRAINT pg_opclass_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_opclass DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_operator pg_operator_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_operator ADD CONSTRAINT pg_operator_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_operator DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_operator pg_operator_oprname_l_r_n_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_operator ADD CONSTRAINT pg_operator_oprname_l_r_n_index UNIQUE (oprname, oprleft, oprright, oprnamespace); -- -- Name: pg_opfamily pg_opfamily_am_name_nsp_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_opfamily ADD CONSTRAINT pg_opfamily_am_name_nsp_index UNIQUE (opfmethod, opfname, opfnamespace); -- -- Name: pg_opfamily pg_opfamily_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_opfamily ADD CONSTRAINT pg_opfamily_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_opfamily DROP CONSTRAINT pgdump_throwaway_notnull_0; SET default_tablespace = pg_global; -- -- Name: pg_parameter_acl pg_parameter_acl_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- ALTER TABLE ONLY pg_catalog.pg_parameter_acl ADD CONSTRAINT pg_parameter_acl_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_parameter_acl DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_parameter_acl pg_parameter_acl_parname_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- ALTER TABLE ONLY pg_catalog.pg_parameter_acl ADD CONSTRAINT pg_parameter_acl_parname_index UNIQUE (parname); SET default_tablespace = ''; -- -- Name: pg_partitioned_table pg_partitioned_table_partrelid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_partitioned_table ADD CONSTRAINT pg_partitioned_table_partrelid_index PRIMARY KEY (partrelid); ALTER TABLE ONLY pg_catalog.pg_partitioned_table DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_policy pg_policy_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_policy ADD CONSTRAINT pg_policy_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_policy DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_policy pg_policy_polrelid_polname_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_policy ADD CONSTRAINT pg_policy_polrelid_polname_index UNIQUE (polrelid, polname); -- -- Name: pg_proc pg_proc_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_proc ADD CONSTRAINT pg_proc_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_proc DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_proc pg_proc_proname_args_nsp_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_proc ADD CONSTRAINT pg_proc_proname_args_nsp_index UNIQUE (proname, proargtypes, pronamespace); -- -- Name: pg_publication_namespace pg_publication_namespace_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_publication_namespace ADD CONSTRAINT pg_publication_namespace_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_publication_namespace DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_publication_namespace pg_publication_namespace_pnnspid_pnpubid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_publication_namespace ADD CONSTRAINT pg_publication_namespace_pnnspid_pnpubid_index UNIQUE (pnnspid, pnpubid); -- -- Name: pg_publication pg_publication_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_publication ADD CONSTRAINT pg_publication_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_publication DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_publication pg_publication_pubname_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_publication ADD CONSTRAINT pg_publication_pubname_index UNIQUE (pubname); -- -- Name: pg_publication_rel pg_publication_rel_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_publication_rel ADD CONSTRAINT pg_publication_rel_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_publication_rel DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_publication_rel pg_publication_rel_prrelid_prpubid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_publication_rel ADD CONSTRAINT pg_publication_rel_prrelid_prpubid_index UNIQUE (prrelid, prpubid); -- -- Name: pg_range pg_range_rngmultitypid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_range ADD CONSTRAINT pg_range_rngmultitypid_index UNIQUE (rngmultitypid); -- -- Name: pg_range pg_range_rngtypid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_range ADD CONSTRAINT pg_range_rngtypid_index PRIMARY KEY (rngtypid); ALTER TABLE ONLY pg_catalog.pg_range DROP CONSTRAINT pgdump_throwaway_notnull_0; SET default_tablespace = pg_global; -- -- Name: pg_replication_origin pg_replication_origin_roiident_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- ALTER TABLE ONLY pg_catalog.pg_replication_origin ADD CONSTRAINT pg_replication_origin_roiident_index PRIMARY KEY (roident); ALTER TABLE ONLY pg_catalog.pg_replication_origin DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_replication_origin pg_replication_origin_roname_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- ALTER TABLE ONLY pg_catalog.pg_replication_origin ADD CONSTRAINT pg_replication_origin_roname_index UNIQUE (roname); SET default_tablespace = ''; -- -- Name: pg_rewrite pg_rewrite_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_rewrite ADD CONSTRAINT pg_rewrite_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_rewrite DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_rewrite pg_rewrite_rel_rulename_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_rewrite ADD CONSTRAINT pg_rewrite_rel_rulename_index UNIQUE (ev_class, rulename); -- -- Name: pg_seclabel pg_seclabel_object_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_seclabel ADD CONSTRAINT pg_seclabel_object_index PRIMARY KEY (objoid, classoid, objsubid, provider); ALTER TABLE ONLY pg_catalog.pg_seclabel DROP CONSTRAINT pgdump_throwaway_notnull_0; ALTER TABLE ONLY pg_catalog.pg_seclabel DROP CONSTRAINT pgdump_throwaway_notnull_1; ALTER TABLE ONLY pg_catalog.pg_seclabel DROP CONSTRAINT pgdump_throwaway_notnull_2; ALTER TABLE ONLY pg_catalog.pg_seclabel DROP CONSTRAINT pgdump_throwaway_notnull_3; -- -- Name: pg_sequence pg_sequence_seqrelid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_sequence ADD CONSTRAINT pg_sequence_seqrelid_index PRIMARY KEY (seqrelid); ALTER TABLE ONLY pg_catalog.pg_sequence DROP CONSTRAINT pgdump_throwaway_notnull_0; SET default_tablespace = pg_global; -- -- Name: pg_shdescription pg_shdescription_o_c_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- ALTER TABLE ONLY pg_catalog.pg_shdescription ADD CONSTRAINT pg_shdescription_o_c_index PRIMARY KEY (objoid, classoid); ALTER TABLE ONLY pg_catalog.pg_shdescription DROP CONSTRAINT pgdump_throwaway_notnull_0; ALTER TABLE ONLY pg_catalog.pg_shdescription DROP CONSTRAINT pgdump_throwaway_notnull_1; -- -- Name: pg_shseclabel pg_shseclabel_object_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- ALTER TABLE ONLY pg_catalog.pg_shseclabel ADD CONSTRAINT pg_shseclabel_object_index PRIMARY KEY (objoid, classoid, provider); ALTER TABLE ONLY pg_catalog.pg_shseclabel DROP CONSTRAINT pgdump_throwaway_notnull_0; ALTER TABLE ONLY pg_catalog.pg_shseclabel DROP CONSTRAINT pgdump_throwaway_notnull_1; ALTER TABLE ONLY pg_catalog.pg_shseclabel DROP CONSTRAINT pgdump_throwaway_notnull_2; SET default_tablespace = ''; -- -- Name: pg_statistic_ext_data pg_statistic_ext_data_stxoid_inh_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_statistic_ext_data ADD CONSTRAINT pg_statistic_ext_data_stxoid_inh_index PRIMARY KEY (stxoid, stxdinherit); ALTER TABLE ONLY pg_catalog.pg_statistic_ext_data DROP CONSTRAINT pgdump_throwaway_notnull_0; ALTER TABLE ONLY pg_catalog.pg_statistic_ext_data DROP CONSTRAINT pgdump_throwaway_notnull_1; -- -- Name: pg_statistic_ext pg_statistic_ext_name_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_statistic_ext ADD CONSTRAINT pg_statistic_ext_name_index UNIQUE (stxname, stxnamespace); -- -- Name: pg_statistic_ext pg_statistic_ext_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_statistic_ext ADD CONSTRAINT pg_statistic_ext_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_statistic_ext DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_statistic pg_statistic_relid_att_inh_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_statistic ADD CONSTRAINT pg_statistic_relid_att_inh_index PRIMARY KEY (starelid, staattnum, stainherit); ALTER TABLE ONLY pg_catalog.pg_statistic DROP CONSTRAINT pgdump_throwaway_notnull_0; ALTER TABLE ONLY pg_catalog.pg_statistic DROP CONSTRAINT pgdump_throwaway_notnull_1; ALTER TABLE ONLY pg_catalog.pg_statistic DROP CONSTRAINT pgdump_throwaway_notnull_2; SET default_tablespace = pg_global; -- -- Name: pg_subscription pg_subscription_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- ALTER TABLE ONLY pg_catalog.pg_subscription ADD CONSTRAINT pg_subscription_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_subscription DROP CONSTRAINT pgdump_throwaway_notnull_0; SET default_tablespace = ''; -- -- Name: pg_subscription_rel pg_subscription_rel_srrelid_srsubid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_subscription_rel ADD CONSTRAINT pg_subscription_rel_srrelid_srsubid_index PRIMARY KEY (srrelid, srsubid); ALTER TABLE ONLY pg_catalog.pg_subscription_rel DROP CONSTRAINT pgdump_throwaway_notnull_0; ALTER TABLE ONLY pg_catalog.pg_subscription_rel DROP CONSTRAINT pgdump_throwaway_notnull_1; SET default_tablespace = pg_global; -- -- Name: pg_subscription pg_subscription_subname_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- ALTER TABLE ONLY pg_catalog.pg_subscription ADD CONSTRAINT pg_subscription_subname_index UNIQUE (subdbid, subname); -- -- Name: pg_tablespace pg_tablespace_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- ALTER TABLE ONLY pg_catalog.pg_tablespace ADD CONSTRAINT pg_tablespace_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_tablespace DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_tablespace pg_tablespace_spcname_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- ALTER TABLE ONLY pg_catalog.pg_tablespace ADD CONSTRAINT pg_tablespace_spcname_index UNIQUE (spcname); SET default_tablespace = ''; -- -- Name: pg_transform pg_transform_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_transform ADD CONSTRAINT pg_transform_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_transform DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_transform pg_transform_type_lang_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_transform ADD CONSTRAINT pg_transform_type_lang_index UNIQUE (trftype, trflang); -- -- Name: pg_trigger pg_trigger_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_trigger ADD CONSTRAINT pg_trigger_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_trigger DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_trigger pg_trigger_tgrelid_tgname_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_trigger ADD CONSTRAINT pg_trigger_tgrelid_tgname_index UNIQUE (tgrelid, tgname); -- -- Name: pg_ts_config pg_ts_config_cfgname_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_ts_config ADD CONSTRAINT pg_ts_config_cfgname_index UNIQUE (cfgname, cfgnamespace); -- -- Name: pg_ts_config_map pg_ts_config_map_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_ts_config_map ADD CONSTRAINT pg_ts_config_map_index PRIMARY KEY (mapcfg, maptokentype, mapseqno); ALTER TABLE ONLY pg_catalog.pg_ts_config_map DROP CONSTRAINT pgdump_throwaway_notnull_0; ALTER TABLE ONLY pg_catalog.pg_ts_config_map DROP CONSTRAINT pgdump_throwaway_notnull_1; ALTER TABLE ONLY pg_catalog.pg_ts_config_map DROP CONSTRAINT pgdump_throwaway_notnull_2; -- -- Name: pg_ts_config pg_ts_config_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_ts_config ADD CONSTRAINT pg_ts_config_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_ts_config DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_ts_dict pg_ts_dict_dictname_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_ts_dict ADD CONSTRAINT pg_ts_dict_dictname_index UNIQUE (dictname, dictnamespace); -- -- Name: pg_ts_dict pg_ts_dict_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_ts_dict ADD CONSTRAINT pg_ts_dict_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_ts_dict DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_ts_parser pg_ts_parser_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_ts_parser ADD CONSTRAINT pg_ts_parser_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_ts_parser DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_ts_parser pg_ts_parser_prsname_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_ts_parser ADD CONSTRAINT pg_ts_parser_prsname_index UNIQUE (prsname, prsnamespace); -- -- Name: pg_ts_template pg_ts_template_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_ts_template ADD CONSTRAINT pg_ts_template_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_ts_template DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_ts_template pg_ts_template_tmplname_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_ts_template ADD CONSTRAINT pg_ts_template_tmplname_index UNIQUE (tmplname, tmplnamespace); -- -- Name: pg_type pg_type_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_type ADD CONSTRAINT pg_type_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_type DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_type pg_type_typname_nsp_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_type ADD CONSTRAINT pg_type_typname_nsp_index UNIQUE (typname, typnamespace); -- -- Name: pg_user_mapping pg_user_mapping_oid_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_user_mapping ADD CONSTRAINT pg_user_mapping_oid_index PRIMARY KEY (oid); ALTER TABLE ONLY pg_catalog.pg_user_mapping DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: pg_user_mapping pg_user_mapping_user_server_index; Type: CONSTRAINT; Schema: pg_catalog; Owner: SYSTEM -- ALTER TABLE ONLY pg_catalog.pg_user_mapping ADD CONSTRAINT pg_user_mapping_user_server_index UNIQUE (umuser, umserver); -- -- Name: INDEX pg_aggregate_fnoid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_aggregate_fnoid_index'::regclass, 157::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_am_name_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_am_name_index'::regclass, 7::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_am_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_am_oid_index'::regclass, 7::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_amop_fam_strat_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_amop_fam_strat_index'::regclass, 945::float4, 6::integer, 0::integer); -- -- Name: INDEX pg_amop_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_amop_oid_index'::regclass, 945::float4, 5::integer, 0::integer); -- -- Name: INDEX pg_amop_opr_fam_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_amop_opr_fam_index'::regclass, 945::float4, 6::integer, 0::integer); -- -- Name: INDEX pg_amproc_fam_proc_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_amproc_fam_proc_index'::regclass, 702::float4, 5::integer, 0::integer); -- -- Name: INDEX pg_amproc_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_amproc_oid_index'::regclass, 702::float4, 4::integer, 0::integer); -- -- Name: INDEX pg_attrdef_adrelid_adnum_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_attrdef_adrelid_adnum_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_attrdef_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_attrdef_oid_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_attribute_relid_attnam_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_attribute_relid_attnam_index'::regclass, 3124::float4, 15::integer, 0::integer); -- -- Name: INDEX pg_attribute_relid_attnum_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_attribute_relid_attnum_index'::regclass, 3124::float4, 11::integer, 0::integer); SET default_tablespace = pg_global; -- -- Name: pg_auth_members_grantor_index; Type: INDEX; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- CREATE INDEX pg_auth_members_grantor_index ON pg_catalog.pg_auth_members USING btree (grantor); -- -- Name: INDEX pg_auth_members_grantor_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_auth_members_grantor_index'::regclass, 3::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_auth_members_member_role_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_auth_members_member_role_index'::regclass, 3::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_auth_members_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_auth_members_oid_index'::regclass, 3::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_auth_members_role_member_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_auth_members_role_member_index'::regclass, 3::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_authid_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_authid_oid_index'::regclass, 16::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_authid_rolname_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_authid_rolname_index'::regclass, 16::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_cast_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_cast_oid_index'::regclass, 229::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_cast_source_target_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_cast_source_target_index'::regclass, 229::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_class_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_class_oid_index'::regclass, 415::float4, 4::integer, 0::integer); -- -- Name: INDEX pg_class_relname_nsp_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_class_relname_nsp_index'::regclass, 415::float4, 5::integer, 0::integer); SET default_tablespace = ''; -- -- Name: pg_class_tblspc_relfilenode_index; Type: INDEX; Schema: pg_catalog; Owner: SYSTEM -- CREATE INDEX pg_class_tblspc_relfilenode_index ON pg_catalog.pg_class USING btree (reltablespace, relfilenode); -- -- Name: INDEX pg_class_tblspc_relfilenode_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_class_tblspc_relfilenode_index'::regclass, 415::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_collation_name_enc_nsp_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_collation_name_enc_nsp_index'::regclass, 1462::float4, 8::integer, 0::integer); -- -- Name: INDEX pg_collation_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_collation_oid_index'::regclass, 1462::float4, 6::integer, 0::integer); -- -- Name: pg_constraint_conname_nsp_index; Type: INDEX; Schema: pg_catalog; Owner: SYSTEM -- CREATE INDEX pg_constraint_conname_nsp_index ON pg_catalog.pg_constraint USING btree (conname, connamespace); -- -- Name: INDEX pg_constraint_conname_nsp_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_constraint_conname_nsp_index'::regclass, 112::float4, 2::integer, 0::integer); -- -- Name: pg_constraint_conparentid_index; Type: INDEX; Schema: pg_catalog; Owner: SYSTEM -- CREATE INDEX pg_constraint_conparentid_index ON pg_catalog.pg_constraint USING btree (conparentid); -- -- Name: INDEX pg_constraint_conparentid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_constraint_conparentid_index'::regclass, 112::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_constraint_conrelid_contypid_conname_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_constraint_conrelid_contypid_conname_index'::regclass, 112::float4, 2::integer, 0::integer); -- -- Name: pg_constraint_contypid_index; Type: INDEX; Schema: pg_catalog; Owner: SYSTEM -- CREATE INDEX pg_constraint_contypid_index ON pg_catalog.pg_constraint USING btree (contypid); -- -- Name: INDEX pg_constraint_contypid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_constraint_contypid_index'::regclass, 112::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_constraint_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_constraint_oid_index'::regclass, 112::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_conversion_default_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_conversion_default_index'::regclass, 128::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_conversion_name_nsp_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_conversion_name_nsp_index'::regclass, 128::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_conversion_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_conversion_oid_index'::regclass, 128::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_database_datname_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_database_datname_index'::regclass, 1::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_database_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_database_oid_index'::regclass, 1::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_db_role_setting_databaseid_rol_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_db_role_setting_databaseid_rol_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_default_acl_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_default_acl_oid_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_default_acl_role_nsp_obj_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_default_acl_role_nsp_obj_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: pg_depend_depender_index; Type: INDEX; Schema: pg_catalog; Owner: SYSTEM -- CREATE INDEX pg_depend_depender_index ON pg_catalog.pg_depend USING btree (classid, objid, objsubid); -- -- Name: INDEX pg_depend_depender_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_depend_depender_index'::regclass, 1709::float4, 10::integer, 0::integer); -- -- Name: pg_depend_reference_index; Type: INDEX; Schema: pg_catalog; Owner: SYSTEM -- CREATE INDEX pg_depend_reference_index ON pg_catalog.pg_depend USING btree (refclassid, refobjid, refobjsubid); -- -- Name: INDEX pg_depend_reference_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_depend_reference_index'::regclass, 1709::float4, 8::integer, 0::integer); -- -- Name: INDEX pg_description_o_c_o_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_description_o_c_o_index'::regclass, 4428::float4, 24::integer, 0::integer); -- -- Name: INDEX pg_enum_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_enum_oid_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_enum_typid_label_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_enum_typid_label_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_enum_typid_sortorder_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_enum_typid_sortorder_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_event_trigger_evtname_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_event_trigger_evtname_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_event_trigger_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_event_trigger_oid_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_extension_name_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_extension_name_index'::regclass, 1::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_extension_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_extension_oid_index'::regclass, 1::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_foreign_data_wrapper_name_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_foreign_data_wrapper_name_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_foreign_data_wrapper_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_foreign_data_wrapper_oid_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_foreign_server_name_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_foreign_server_name_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_foreign_server_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_foreign_server_oid_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_foreign_table_relid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_foreign_table_relid_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_index_indexrelid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_index_indexrelid_index'::regclass, 164::float4, 2::integer, 0::integer); -- -- Name: pg_index_indrelid_index; Type: INDEX; Schema: pg_catalog; Owner: SYSTEM -- CREATE INDEX pg_index_indrelid_index ON pg_catalog.pg_index USING btree (indrelid); -- -- Name: INDEX pg_index_indrelid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_index_indrelid_index'::regclass, 164::float4, 2::integer, 0::integer); -- -- Name: pg_inherits_parent_index; Type: INDEX; Schema: pg_catalog; Owner: SYSTEM -- CREATE INDEX pg_inherits_parent_index ON pg_catalog.pg_inherits USING btree (inhparent); -- -- Name: INDEX pg_inherits_parent_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_inherits_parent_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_inherits_relid_seqno_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_inherits_relid_seqno_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_init_privs_o_c_o_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_init_privs_o_c_o_index'::regclass, 223::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_language_name_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_language_name_index'::regclass, 4::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_language_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_language_oid_index'::regclass, 4::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_largeobject_loid_pn_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_largeobject_loid_pn_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_largeobject_metadata_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_largeobject_metadata_oid_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_namespace_nspname_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_namespace_nspname_index'::regclass, 4::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_namespace_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_namespace_oid_index'::regclass, 4::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_opclass_am_name_nsp_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_opclass_am_name_nsp_index'::regclass, 177::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_opclass_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_opclass_oid_index'::regclass, 177::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_operator_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_operator_oid_index'::regclass, 799::float4, 5::integer, 0::integer); -- -- Name: INDEX pg_operator_oprname_l_r_n_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_operator_oprname_l_r_n_index'::regclass, 799::float4, 6::integer, 0::integer); -- -- Name: INDEX pg_opfamily_am_name_nsp_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_opfamily_am_name_nsp_index'::regclass, 146::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_opfamily_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_opfamily_oid_index'::regclass, 146::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_parameter_acl_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_parameter_acl_oid_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_parameter_acl_parname_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_parameter_acl_parname_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_partitioned_table_partrelid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_partitioned_table_partrelid_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_policy_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_policy_oid_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_policy_polrelid_polname_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_policy_polrelid_polname_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_proc_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_proc_oid_index'::regclass, 3326::float4, 12::integer, 0::integer); -- -- Name: INDEX pg_proc_proname_args_nsp_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_proc_proname_args_nsp_index'::regclass, 3326::float4, 32::integer, 0::integer); -- -- Name: INDEX pg_publication_namespace_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_publication_namespace_oid_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_publication_namespace_pnnspid_pnpubid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_publication_namespace_pnnspid_pnpubid_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_publication_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_publication_oid_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_publication_pubname_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_publication_pubname_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_publication_rel_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_publication_rel_oid_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: pg_publication_rel_prpubid_index; Type: INDEX; Schema: pg_catalog; Owner: SYSTEM -- CREATE INDEX pg_publication_rel_prpubid_index ON pg_catalog.pg_publication_rel USING btree (prpubid); -- -- Name: INDEX pg_publication_rel_prpubid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_publication_rel_prpubid_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_publication_rel_prrelid_prpubid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_publication_rel_prrelid_prpubid_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_range_rngmultitypid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_range_rngmultitypid_index'::regclass, 6::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_range_rngtypid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_range_rngtypid_index'::regclass, 6::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_replication_origin_roiident_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_replication_origin_roiident_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_replication_origin_roname_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_replication_origin_roname_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_rewrite_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_rewrite_oid_index'::regclass, 145::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_rewrite_rel_rulename_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_rewrite_rel_rulename_index'::regclass, 145::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_seclabel_object_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_seclabel_object_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_sequence_seqrelid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_sequence_seqrelid_index'::regclass, 0::float4, 1::integer, 0::integer); SET default_tablespace = pg_global; -- -- Name: pg_shdepend_depender_index; Type: INDEX; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- CREATE INDEX pg_shdepend_depender_index ON pg_catalog.pg_shdepend USING btree (dbid, classid, objid, objsubid); -- -- Name: INDEX pg_shdepend_depender_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_shdepend_depender_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: pg_shdepend_reference_index; Type: INDEX; Schema: pg_catalog; Owner: SYSTEM; Tablespace: pg_global -- CREATE INDEX pg_shdepend_reference_index ON pg_catalog.pg_shdepend USING btree (refclassid, refobjid); -- -- Name: INDEX pg_shdepend_reference_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_shdepend_reference_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_shdescription_o_c_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_shdescription_o_c_index'::regclass, 1::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_shseclabel_object_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_shseclabel_object_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_statistic_ext_data_stxoid_inh_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_statistic_ext_data_stxoid_inh_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_statistic_ext_name_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_statistic_ext_name_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_statistic_ext_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_statistic_ext_oid_index'::regclass, 0::float4, 1::integer, 0::integer); SET default_tablespace = ''; -- -- Name: pg_statistic_ext_relid_index; Type: INDEX; Schema: pg_catalog; Owner: SYSTEM -- CREATE INDEX pg_statistic_ext_relid_index ON pg_catalog.pg_statistic_ext USING btree (stxrelid); -- -- Name: INDEX pg_statistic_ext_relid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_statistic_ext_relid_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_statistic_relid_att_inh_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_statistic_relid_att_inh_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_subscription_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_subscription_oid_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_subscription_rel_srrelid_srsubid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_subscription_rel_srrelid_srsubid_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_subscription_subname_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_subscription_subname_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_tablespace_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_tablespace_oid_index'::regclass, 2::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_tablespace_spcname_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_tablespace_spcname_index'::regclass, 2::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_transform_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_transform_oid_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_transform_type_lang_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_transform_type_lang_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_trigger_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_trigger_oid_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: pg_trigger_tgconstraint_index; Type: INDEX; Schema: pg_catalog; Owner: SYSTEM -- CREATE INDEX pg_trigger_tgconstraint_index ON pg_catalog.pg_trigger USING btree (tgconstraint); -- -- Name: INDEX pg_trigger_tgconstraint_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_trigger_tgconstraint_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_trigger_tgrelid_tgname_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_trigger_tgrelid_tgname_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_ts_config_cfgname_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_ts_config_cfgname_index'::regclass, 29::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_ts_config_map_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_ts_config_map_index'::regclass, 551::float4, 4::integer, 0::integer); -- -- Name: INDEX pg_ts_config_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_ts_config_oid_index'::regclass, 29::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_ts_dict_dictname_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_ts_dict_dictname_index'::regclass, 29::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_ts_dict_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_ts_dict_oid_index'::regclass, 29::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_ts_parser_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_ts_parser_oid_index'::regclass, 1::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_ts_parser_prsname_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_ts_parser_prsname_index'::regclass, 1::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_ts_template_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_ts_template_oid_index'::regclass, 5::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_ts_template_tmplname_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_ts_template_tmplname_index'::regclass, 5::float4, 2::integer, 0::integer); -- -- Name: INDEX pg_type_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_type_oid_index'::regclass, 617::float4, 4::integer, 0::integer); -- -- Name: INDEX pg_type_typname_nsp_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_type_typname_nsp_index'::regclass, 617::float4, 5::integer, 0::integer); -- -- Name: INDEX pg_user_mapping_oid_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_user_mapping_oid_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX pg_user_mapping_user_server_index; Type: STATS IMPORT; Schema: pg_catalog; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('pg_catalog.pg_user_mapping_user_server_index'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: pg_settings pg_settings_n; Type: RULE; Schema: pg_catalog; Owner: SYSTEM -- CREATE RULE pg_settings_n AS ON UPDATE TO pg_catalog.pg_settings DO INSTEAD NOTHING; -- -- Name: pg_settings pg_settings_u; Type: RULE; Schema: pg_catalog; Owner: SYSTEM -- CREATE RULE pg_settings_u AS ON UPDATE TO pg_catalog.pg_settings WHERE (new.name = old.name) DO SELECT set_config(old.name, new.setting, false) AS set_config; -- -- Name: LANGUAGE plpgsql; Type: ACL; Schema: -; Owner: SYSTEM -- REVOKE ALL ON LANGUAGE plpgsql FROM PUBLIC; -- -- Name: FUNCTION pg_sleep(double precision); Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- REVOKE ALL ON FUNCTION pg_catalog.pg_sleep(double precision) FROM PUBLIC; GRANT ALL ON FUNCTION pg_catalog.pg_sleep(double precision) TO regress_dump_test_role; -- -- Name: FUNCTION pg_stat_reset(); Type: ACL; Schema: pg_catalog; Owner: regress_dump_test_role -- REVOKE ALL ON FUNCTION pg_catalog.pg_stat_reset() FROM "SYSTEM"; -- -- Name: TABLE pg_proc; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- REVOKE SELECT ON TABLE pg_catalog.pg_proc FROM PUBLIC; -- -- Name: COLUMN pg_proc.tableoid; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(tableoid) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.oid; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(oid) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proname; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proname) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.pronamespace; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(pronamespace) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proowner; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proowner) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.prolang; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(prolang) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.procost; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(procost) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.prorows; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(prorows) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.provariadic; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(provariadic) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.prosupport; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(prosupport) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.prokind; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(prokind) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.prosecdef; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(prosecdef) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proleakproof; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proleakproof) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proisstrict; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proisstrict) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proretset; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proretset) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.provolatile; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(provolatile) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proparallel; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proparallel) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.pronargs; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(pronargs) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.pronargdefaults; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(pronargdefaults) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.prorettype; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(prorettype) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proargtypes; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proargtypes) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proallargtypes; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proallargtypes) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proargmodes; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proargmodes) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proargnames; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proargnames) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proargdefaults; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proargdefaults) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.protrftypes; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(protrftypes) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.prosrc; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(prosrc) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.probin; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(probin) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proconfig; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proconfig) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proacl; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proacl) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- PostgreSQL database dump complete -- [07:25:11.029](3.907s) ok 19 - pg_dump: option -n pg_catalog # Running: pg_dumpall -p 50592 --exclude-database "myhost.mydb" -- -- PostgreSQL database cluster dump -- SET default_transaction_read_only = off; SET client_encoding = 'WIN1252'; SET standard_conforming_strings = on; -- -- Roles -- CREATE ROLE "SYSTEM"; ALTER ROLE "SYSTEM" WITH SUPERUSER INHERIT CREATEROLE CREATEDB LOGIN REPLICATION BYPASSRLS; CREATE ROLE regress_dump_test_role; ALTER ROLE regress_dump_test_role WITH NOSUPERUSER INHERIT NOCREATEROLE NOCREATEDB NOLOGIN NOREPLICATION NOBYPASSRLS; CREATE ROLE "regress_quoted \"" role"; ALTER ROLE "regress_quoted \"" role" WITH NOSUPERUSER INHERIT NOCREATEROLE NOCREATEDB NOLOGIN NOREPLICATION NOBYPASSRLS; -- -- User Configurations -- -- -- Tablespaces -- CREATE TABLESPACE regress_dump_tablespace OWNER regress_dump_test_role LOCATION ''; -- -- Databases -- -- -- Database "template1" dump -- \connect template1 -- -- PostgreSQL database dump -- -- Dumped from database version 17devel -- Dumped by pg_dump version 17devel SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET transaction_timeout = 0; SET client_encoding = 'WIN1252'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; SET row_security = off; -- -- PostgreSQL database dump complete -- -- -- Database "dump_test" dump -- -- -- PostgreSQL database dump -- -- Dumped from database version 17devel -- Dumped by pg_dump version 17devel SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET transaction_timeout = 0; SET client_encoding = 'WIN1252'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; SET row_security = off; -- -- Name: dump_test; Type: DATABASE; Schema: -; Owner: SYSTEM -- CREATE DATABASE dump_test WITH TEMPLATE = template0 ENCODING = 'WIN1252' LOCALE_PROVIDER = libc LOCALE = 'English_United States.1252'; ALTER DATABASE dump_test OWNER TO "SYSTEM"; \connect dump_test SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET transaction_timeout = 0; SET client_encoding = 'WIN1252'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; SET row_security = off; -- -- Name: DATABASE dump_test; Type: ACL; Schema: -; Owner: SYSTEM -- REVOKE CONNECT,TEMPORARY ON DATABASE dump_test FROM PUBLIC; GRANT TEMPORARY ON DATABASE dump_test TO PUBLIC; GRANT CREATE ON DATABASE dump_test TO regress_dump_test_role; -- -- PostgreSQL database dump complete -- -- -- Database "dump_test2" dump -- -- -- PostgreSQL database dump -- -- Dumped from database version 17devel -- Dumped by pg_dump version 17devel SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET transaction_timeout = 0; SET client_encoding = 'WIN1252'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; SET row_security = off; -- -- Name: dump_test2; Type: DATABASE; Schema: -; Owner: SYSTEM -- CREATE DATABASE dump_test2 WITH TEMPLATE = template0 ENCODING = 'WIN1252' LOCALE_PROVIDER = libc LOCALE = 'C'; ALTER DATABASE dump_test2 OWNER TO "SYSTEM"; \connect dump_test2 SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET transaction_timeout = 0; SET client_encoding = 'WIN1252'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; SET row_security = off; -- -- PostgreSQL database dump complete -- -- -- Database "postgres" dump -- \connect postgres pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order -- -- PostgreSQL database dump -- -- Dumped from database version 17devel -- Dumped by pg_dump version 17devel SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET transaction_timeout = 0; SET client_encoding = 'WIN1252'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; SET row_security = off; -- -- Name: dump_test; Type: SCHEMA; Schema: -; Owner: SYSTEM -- CREATE SCHEMA dump_test; ALTER SCHEMA dump_test OWNER TO "SYSTEM"; -- -- Name: dump_test_second_schema; Type: SCHEMA; Schema: -; Owner: SYSTEM -- CREATE SCHEMA dump_test_second_schema; ALTER SCHEMA dump_test_second_schema OWNER TO "SYSTEM"; -- -- Name: public; Type: SCHEMA; Schema: -; Owner: regress_quoted \" role -- -- *not* creating schema, since initdb creates it ALTER SCHEMA public OWNER TO "regress_quoted \"" role"; -- -- Name: pltestlang_call_handler(); Type: FUNCTION; Schema: dump_test; Owner: SYSTEM -- CREATE FUNCTION dump_test.pltestlang_call_handler() RETURNS language_handler LANGUAGE c AS '$libdir/plpgsql', 'plpgsql_call_handler'; ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO "SYSTEM"; -- -- Name: pltestlang; Type: PROCEDURAL LANGUAGE; Schema: -; Owner: SYSTEM -- CREATE PROCEDURAL LANGUAGE pltestlang HANDLER dump_test.pltestlang_call_handler; ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO "SYSTEM"; -- -- Name: test0; Type: COLLATION; Schema: public; Owner: SYSTEM -- CREATE COLLATION public.test0 (provider = libc, locale = 'C'); ALTER COLLATION public.test0 OWNER TO "SYSTEM"; -- -- Name: COLLATION test0; Type: COMMENT; Schema: public; Owner: SYSTEM -- COMMENT ON COLLATION public.test0 IS 'comment on test0 collation'; -- -- Name: TRANSFORM FOR integer LANGUAGE sql; Type: TRANSFORM; Schema: -; Owner: - -- CREATE TRANSFORM FOR integer LANGUAGE sql (FROM SQL WITH FUNCTION pg_catalog.prsd_lextype(internal), TO SQL WITH FUNCTION pg_catalog.int4recv(internal)); -- -- Name: int42; Type: SHELL TYPE; Schema: dump_test; Owner: SYSTEM -- CREATE TYPE dump_test.int42; -- -- Name: int42_in(cstring); Type: FUNCTION; Schema: dump_test; Owner: SYSTEM -- CREATE FUNCTION dump_test.int42_in(cstring) RETURNS dump_test.int42 LANGUAGE internal IMMUTABLE STRICT AS $$int4in$$; ALTER FUNCTION dump_test.int42_in(cstring) OWNER TO "SYSTEM"; -- -- Name: int42_out(dump_test.int42); Type: FUNCTION; Schema: dump_test; Owner: SYSTEM -- CREATE FUNCTION dump_test.int42_out(dump_test.int42) RETURNS cstring LANGUAGE internal IMMUTABLE STRICT AS $$int4out$$; ALTER FUNCTION dump_test.int42_out(dump_test.int42) OWNER TO "SYSTEM"; -- -- Name: int42; Type: TYPE; Schema: dump_test; Owner: SYSTEM -- CREATE TYPE dump_test.int42 ( INTERNALLENGTH = 4, INPUT = dump_test.int42_in, OUTPUT = dump_test.int42_out, DEFAULT = '42', ALIGNMENT = int4, STORAGE = plain, PASSEDBYVALUE ); ALTER TYPE dump_test.int42 OWNER TO "SYSTEM"; -- -- Name: TYPE int42; Type: COMMENT; Schema: dump_test; Owner: SYSTEM -- COMMENT ON TYPE dump_test.int42 IS 'comment on regular type'; -- -- Name: composite; Type: TYPE; Schema: dump_test; Owner: SYSTEM -- CREATE TYPE dump_test.composite AS ( f1 integer, f2 dump_test.int42 ); ALTER TYPE dump_test.composite OWNER TO "SYSTEM"; -- -- Name: COLUMN composite.f1; Type: COMMENT; Schema: dump_test; Owner: SYSTEM -- COMMENT ON COLUMN dump_test.composite.f1 IS 'comment on column of type'; -- -- Name: planets; Type: TYPE; Schema: dump_test; Owner: SYSTEM -- CREATE TYPE dump_test.planets AS ENUM ( 'venus', 'earth', 'mars' ); ALTER TYPE dump_test.planets OWNER TO "SYSTEM"; -- -- Name: TYPE planets; Type: COMMENT; Schema: dump_test; Owner: SYSTEM -- COMMENT ON TYPE dump_test.planets IS 'comment on enum type'; -- -- Name: ~~; Type: OPERATOR; Schema: dump_test; Owner: SYSTEM -- CREATE OPERATOR dump_test.~~ ( FUNCTION = int4eq, LEFTARG = integer, RIGHTARG = integer ); ALTER OPERATOR dump_test.~~ (integer, integer) OWNER TO "SYSTEM"; -- -- Name: op_class_custom; Type: OPERATOR FAMILY; Schema: dump_test; Owner: SYSTEM -- CREATE OPERATOR FAMILY dump_test.op_class_custom USING btree; ALTER OPERATOR FAMILY dump_test.op_class_custom USING btree OWNER TO "SYSTEM"; -- -- Name: op_class_custom; Type: OPERATOR CLASS; Schema: dump_test; Owner: SYSTEM -- CREATE OPERATOR CLASS dump_test.op_class_custom FOR TYPE integer USING btree FAMILY dump_test.op_class_custom AS OPERATOR 3 dump_test.~~(integer,integer); ALTER OPERATOR CLASS dump_test.op_class_custom USING btree OWNER TO "SYSTEM"; -- -- Name: range_type_custom; Type: TYPE; Schema: dump_test; Owner: SYSTEM -- CREATE TYPE dump_test.range_type_custom AS RANGE ( subtype = integer, multirange_type_name = dump_test.multirange_type_custom, subtype_opclass = dump_test.op_class_custom ); ALTER TYPE dump_test.range_type_custom OWNER TO "SYSTEM"; -- -- Name: textrange; Type: TYPE; Schema: dump_test; Owner: SYSTEM -- CREATE TYPE dump_test.textrange AS RANGE ( subtype = text, multirange_type_name = dump_test.textmultirange, collation = pg_catalog."C" ); ALTER TYPE dump_test.textrange OWNER TO "SYSTEM"; -- -- Name: TYPE textrange; Type: COMMENT; Schema: dump_test; Owner: SYSTEM -- COMMENT ON TYPE dump_test.textrange IS 'comment on range type'; -- -- Name: undefined; Type: TYPE; Schema: dump_test; Owner: SYSTEM -- CREATE TYPE dump_test.undefined; ALTER TYPE dump_test.undefined OWNER TO "SYSTEM"; -- -- Name: TYPE undefined; Type: COMMENT; Schema: dump_test; Owner: SYSTEM -- COMMENT ON TYPE dump_test.undefined IS 'comment on undefined type'; -- -- Name: us_postal_code; Type: DOMAIN; Schema: dump_test; Owner: SYSTEM -- CREATE DOMAIN dump_test.us_postal_code AS text COLLATE pg_catalog."C" DEFAULT '10014'::text CONSTRAINT us_postal_code_check CHECK (((VALUE ~ '^\d{5}$'::text) OR (VALUE ~ '^\d{5}-\d{4}$'::text))); ALTER DOMAIN dump_test.us_postal_code OWNER TO "SYSTEM"; -- -- Name: CONSTRAINT us_postal_code_check ON DOMAIN us_postal_code; Type: COMMENT; Schema: dump_test; Owner: SYSTEM -- COMMENT ON CONSTRAINT us_postal_code_check ON DOMAIN dump_test.us_postal_code IS 'check it'; -- -- Name: CAST (timestamp with time zone AS interval); Type: CAST; Schema: -; Owner: - -- CREATE CAST (timestamp with time zone AS interval) WITH FUNCTION pg_catalog.age(timestamp with time zone) AS ASSIGNMENT; -- -- Name: event_trigger_func(); Type: FUNCTION; Schema: dump_test; Owner: SYSTEM -- CREATE FUNCTION dump_test.event_trigger_func() RETURNS event_trigger LANGUAGE plpgsql AS $$ BEGIN RETURN; END;$$; ALTER FUNCTION dump_test.event_trigger_func() OWNER TO "SYSTEM"; -- -- Name: func_with_support(); Type: FUNCTION; Schema: dump_test; Owner: SYSTEM -- CREATE FUNCTION dump_test.func_with_support() RETURNS integer LANGUAGE sql SUPPORT varchar_support AS $$ SELECT 1 $$; ALTER FUNCTION dump_test.func_with_support() OWNER TO "SYSTEM"; -- -- Name: ptest1(integer); Type: PROCEDURE; Schema: dump_test; Owner: SYSTEM -- CREATE PROCEDURE dump_test.ptest1(IN a integer) LANGUAGE sql AS $$ INSERT INTO dump_test.test_table (col1) VALUES (a) $$; ALTER PROCEDURE dump_test.ptest1(IN a integer) OWNER TO "SYSTEM"; -- -- Name: trigger_func(); Type: FUNCTION; Schema: dump_test; Owner: SYSTEM -- CREATE FUNCTION dump_test.trigger_func() RETURNS trigger LANGUAGE plpgsql AS $$ BEGIN RETURN NULL; END;$$; ALTER FUNCTION dump_test.trigger_func() OWNER TO "SYSTEM"; -- -- Name: newavg(integer); Type: AGGREGATE; Schema: dump_test; Owner: SYSTEM -- CREATE AGGREGATE dump_test.newavg(integer) ( SFUNC = int4_avg_accum, STYPE = bigint[], INITCOND = '{0,0}', FINALFUNC = int8_avg, FINALFUNC_MODIFY = SHAREABLE ); ALTER AGGREGATE dump_test.newavg(integer) OWNER TO "SYSTEM"; -- -- Name: gist2; Type: ACCESS METHOD; Schema: -; Owner: - -- CREATE ACCESS METHOD gist2 TYPE INDEX HANDLER gisthandler; -- -- Name: regress_table_am; Type: ACCESS METHOD; Schema: -; Owner: - -- CREATE ACCESS METHOD regress_table_am TYPE TABLE HANDLER heap_tableam_handler; -- -- Name: op_family; Type: OPERATOR FAMILY; Schema: dump_test; Owner: SYSTEM -- CREATE OPERATOR FAMILY dump_test.op_family USING btree; ALTER OPERATOR FAMILY dump_test.op_family USING btree ADD OPERATOR 1 <(bigint,integer) , OPERATOR 2 <=(bigint,integer) , OPERATOR 3 =(bigint,integer) , OPERATOR 4 >=(bigint,integer) , OPERATOR 5 >(bigint,integer) , FUNCTION 1 (integer, integer) btint4cmp(integer,integer) , FUNCTION 2 (bigint, bigint) btint8sortsupport(internal) , FUNCTION 2 (integer, integer) btint4sortsupport(internal) , FUNCTION 4 (bigint, bigint) btequalimage(oid) , FUNCTION 4 (integer, integer) btequalimage(oid); ALTER OPERATOR FAMILY dump_test.op_family USING btree OWNER TO "SYSTEM"; -- -- Name: op_class; Type: OPERATOR CLASS; Schema: dump_test; Owner: SYSTEM -- CREATE OPERATOR CLASS dump_test.op_class FOR TYPE bigint USING btree FAMILY dump_test.op_family AS OPERATOR 1 <(bigint,bigint) , OPERATOR 2 <=(bigint,bigint) , OPERATOR 3 =(bigint,bigint) , OPERATOR 4 >=(bigint,bigint) , OPERATOR 5 >(bigint,bigint) , FUNCTION 1 (bigint, bigint) btint8cmp(bigint,bigint); ALTER OPERATOR CLASS dump_test.op_class USING btree OWNER TO "SYSTEM"; -- -- Name: op_class_empty; Type: OPERATOR CLASS; Schema: dump_test; Owner: SYSTEM -- CREATE OPERATOR CLASS dump_test.op_class_empty FOR TYPE bigint USING btree FAMILY dump_test.op_family AS STORAGE bigint; ALTER OPERATOR CLASS dump_test.op_class_empty USING btree OWNER TO "SYSTEM"; -- -- Name: test_conversion; Type: CONVERSION; Schema: dump_test; Owner: SYSTEM -- CREATE DEFAULT CONVERSION dump_test.test_conversion FOR 'LATIN1' TO 'UTF8' FROM iso8859_1_to_utf8; ALTER CONVERSION dump_test.test_conversion OWNER TO "SYSTEM"; -- -- Name: CONVERSION test_conversion; Type: COMMENT; Schema: dump_test; Owner: SYSTEM -- COMMENT ON CONVERSION dump_test.test_conversion IS 'comment on test conversion'; -- -- Name: alt_ts_prs1; Type: TEXT SEARCH PARSER; Schema: dump_test; Owner: - -- CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 ( START = prsd_start, GETTOKEN = prsd_nexttoken, END = prsd_end, LEXTYPES = prsd_lextype ); -- -- Name: TEXT SEARCH PARSER alt_ts_prs1; Type: COMMENT; Schema: dump_test; Owner: -- COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 IS 'comment on text search parser'; -- -- Name: alt_ts_temp1; Type: TEXT SEARCH TEMPLATE; Schema: dump_test; Owner: - -- CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 ( LEXIZE = dsimple_lexize ); -- -- Name: TEXT SEARCH TEMPLATE alt_ts_temp1; Type: COMMENT; Schema: dump_test; Owner: -- COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 IS 'comment on text search template'; -- -- Name: alt_ts_dict1; Type: TEXT SEARCH DICTIONARY; Schema: dump_test; Owner: SYSTEM -- CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 ( TEMPLATE = pg_catalog.simple ); ALTER TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH DICTIONARY alt_ts_dict1; Type: COMMENT; Schema: dump_test; Owner: SYSTEM -- COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 IS 'comment on text search dictionary'; -- -- Name: alt_ts_conf1; Type: TEXT SEARCH CONFIGURATION; Schema: dump_test; Owner: SYSTEM -- CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ( PARSER = pg_catalog."default" ); ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ADD MAPPING FOR asciiword WITH english_stem; ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ADD MAPPING FOR word WITH english_stem; ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ADD MAPPING FOR numword WITH simple; ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ADD MAPPING FOR email WITH simple; ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ADD MAPPING FOR url WITH simple; ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ADD MAPPING FOR host WITH simple; ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ADD MAPPING FOR sfloat WITH simple; ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ADD MAPPING FOR version WITH simple; ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ADD MAPPING FOR hword_numpart WITH simple; ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ADD MAPPING FOR hword_part WITH english_stem; ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ADD MAPPING FOR hword_asciipart WITH english_stem; ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ADD MAPPING FOR numhword WITH simple; ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ADD MAPPING FOR asciihword WITH english_stem; ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ADD MAPPING FOR hword WITH english_stem; ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ADD MAPPING FOR url_path WITH simple; ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ADD MAPPING FOR file WITH simple; ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ADD MAPPING FOR "float" WITH simple; ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ADD MAPPING FOR "int" WITH simple; ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ADD MAPPING FOR uint WITH simple; ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 OWNER TO "SYSTEM"; -- -- Name: TEXT SEARCH CONFIGURATION alt_ts_conf1; Type: COMMENT; Schema: dump_test; Owner: SYSTEM -- COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 IS 'comment on text search configuration'; -- -- Name: dummy; Type: FOREIGN DATA WRAPPER; Schema: -; Owner: SYSTEM -- CREATE FOREIGN DATA WRAPPER dummy; ALTER FOREIGN DATA WRAPPER dummy OWNER TO "SYSTEM"; -- -- Name: s1; Type: SERVER; Schema: -; Owner: SYSTEM -- CREATE SERVER s1 FOREIGN DATA WRAPPER dummy; ALTER SERVER s1 OWNER TO "SYSTEM"; -- -- Name: USER MAPPING regress_dump_test_role SERVER s1; Type: USER MAPPING; Schema: -; Owner: SYSTEM -- CREATE USER MAPPING FOR regress_dump_test_role SERVER s1; SET default_tablespace = ''; SET default_table_access_method = heap; -- -- Name: fk_reference_test_table; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.fk_reference_test_table ( col1 integer CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT ); ALTER TABLE dump_test.fk_reference_test_table OWNER TO "SYSTEM"; -- -- Name: TABLE fk_reference_test_table; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.fk_reference_test_table'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: foreign_table; Type: FOREIGN TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE FOREIGN TABLE dump_test.foreign_table ( c1 integer ) SERVER s1 OPTIONS ( schema_name 'x1' ); ALTER FOREIGN TABLE dump_test.foreign_table ALTER COLUMN c1 OPTIONS ( column_name 'col1' ); ALTER FOREIGN TABLE dump_test.foreign_table OWNER TO "SYSTEM"; -- -- Name: FOREIGN TABLE foreign_table; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.foreign_table'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: test_table; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.test_table ( col1 integer NOT NULL, col2 text, col3 text, col4 text, CONSTRAINT test_table_col1_check CHECK ((col1 <= 1000)) ) WITH (autovacuum_enabled='false', fillfactor='80'); ALTER TABLE ONLY dump_test.test_table ALTER COLUMN col1 SET STATISTICS 90; ALTER TABLE ONLY dump_test.test_table ALTER COLUMN col2 SET STORAGE EXTERNAL; ALTER TABLE ONLY dump_test.test_table ALTER COLUMN col2 SET COMPRESSION pglz; ALTER TABLE ONLY dump_test.test_table ALTER COLUMN col3 SET STORAGE MAIN; ALTER TABLE ONLY dump_test.test_table ALTER COLUMN col4 SET (n_distinct=10); ALTER TABLE dump_test.test_table OWNER TO "SYSTEM"; -- -- Name: TABLE test_table; Type: COMMENT; Schema: dump_test; Owner: SYSTEM -- COMMENT ON TABLE dump_test.test_table IS 'comment on table'; -- -- Name: COLUMN test_table.col1; Type: COMMENT; Schema: dump_test; Owner: SYSTEM -- COMMENT ON COLUMN dump_test.test_table.col1 IS 'comment on column'; -- -- Name: TABLE test_table; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_table'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: CONSTRAINT test_table_col1_check ON test_table; Type: COMMENT; Schema: dump_test; Owner: SYSTEM -- COMMENT ON CONSTRAINT test_table_col1_check ON dump_test.test_table IS 'bounds check'; -- -- Name: matview; Type: MATERIALIZED VIEW; Schema: dump_test; Owner: SYSTEM -- CREATE MATERIALIZED VIEW dump_test.matview AS SELECT col1 FROM dump_test.test_table WITH NO DATA; ALTER MATERIALIZED VIEW dump_test.matview OWNER TO "SYSTEM"; -- -- Name: MATERIALIZED VIEW matview; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.matview'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: matview_second; Type: MATERIALIZED VIEW; Schema: dump_test; Owner: SYSTEM -- CREATE MATERIALIZED VIEW dump_test.matview_second AS SELECT col1 FROM dump_test.matview WITH NO DATA; ALTER MATERIALIZED VIEW dump_test.matview_second OWNER TO "SYSTEM"; -- -- Name: MATERIALIZED VIEW matview_second; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.matview_second'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: matview_third; Type: MATERIALIZED VIEW; Schema: dump_test; Owner: SYSTEM -- CREATE MATERIALIZED VIEW dump_test.matview_third AS SELECT col1 FROM dump_test.matview_second WITH NO DATA; ALTER MATERIALIZED VIEW dump_test.matview_third OWNER TO "SYSTEM"; -- -- Name: MATERIALIZED VIEW matview_third; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.matview_third'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: matview_fourth; Type: MATERIALIZED VIEW; Schema: dump_test; Owner: SYSTEM -- CREATE MATERIALIZED VIEW dump_test.matview_fourth AS SELECT col1 FROM dump_test.matview_third WITH NO DATA; ALTER MATERIALIZED VIEW dump_test.matview_fourth OWNER TO "SYSTEM"; -- -- Name: MATERIALIZED VIEW matview_fourth; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.matview_fourth'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: measurement; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.measurement ( city_id integer NOT NULL, logdate date NOT NULL, peaktemp integer, unitsales integer, CONSTRAINT measurement_peaktemp_check CHECK ((peaktemp >= '-460'::integer)) ) PARTITION BY RANGE (logdate); ALTER TABLE dump_test.measurement OWNER TO "SYSTEM"; -- -- Name: TABLE measurement; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.measurement'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: measurement_city_id_seq; Type: SEQUENCE; Schema: dump_test; Owner: SYSTEM -- CREATE SEQUENCE dump_test.measurement_city_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER SEQUENCE dump_test.measurement_city_id_seq OWNER TO "SYSTEM"; -- -- Name: measurement_city_id_seq; Type: SEQUENCE OWNED BY; Schema: dump_test; Owner: SYSTEM -- ALTER SEQUENCE dump_test.measurement_city_id_seq OWNED BY dump_test.measurement.city_id; -- -- Name: ordering_table; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.ordering_table ( id integer CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, data integer ); ALTER TABLE dump_test.ordering_table OWNER TO "SYSTEM"; -- -- Name: TABLE ordering_table; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.ordering_table'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: regress_pg_dump_matview_am_0; Type: MATERIALIZED VIEW; Schema: dump_test; Owner: SYSTEM -- CREATE MATERIALIZED VIEW dump_test.regress_pg_dump_matview_am_0 AS SELECT 1 AS "?column?" WITH NO DATA; ALTER MATERIALIZED VIEW dump_test.regress_pg_dump_matview_am_0 OWNER TO "SYSTEM"; -- -- Name: MATERIALIZED VIEW regress_pg_dump_matview_am_0; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.regress_pg_dump_matview_am_0'::regclass, -1::float4, 0::integer, 0::integer); SET default_table_access_method = regress_table_am; -- -- Name: regress_pg_dump_matview_am_1; Type: MATERIALIZED VIEW; Schema: dump_test; Owner: SYSTEM -- CREATE MATERIALIZED VIEW dump_test.regress_pg_dump_matview_am_1 AS SELECT count(*) AS count FROM pg_class WITH NO DATA; ALTER MATERIALIZED VIEW dump_test.regress_pg_dump_matview_am_1 OWNER TO "SYSTEM"; -- -- Name: MATERIALIZED VIEW regress_pg_dump_matview_am_1; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.regress_pg_dump_matview_am_1'::regclass, -1::float4, 0::integer, 0::integer); SET default_table_access_method = heap; -- -- Name: regress_pg_dump_matview_am_2; Type: MATERIALIZED VIEW; Schema: dump_test; Owner: SYSTEM -- CREATE MATERIALIZED VIEW dump_test.regress_pg_dump_matview_am_2 AS SELECT 1 AS "?column?" WITH NO DATA; ALTER MATERIALIZED VIEW dump_test.regress_pg_dump_matview_am_2 OWNER TO "SYSTEM"; -- -- Name: MATERIALIZED VIEW regress_pg_dump_matview_am_2; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.regress_pg_dump_matview_am_2'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: regress_pg_dump_table_am_0; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.regress_pg_dump_table_am_0 ( ); ALTER TABLE dump_test.regress_pg_dump_table_am_0 OWNER TO "SYSTEM"; -- -- Name: TABLE regress_pg_dump_table_am_0; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.regress_pg_dump_table_am_0'::regclass, -1::float4, 0::integer, 0::integer); SET default_table_access_method = regress_table_am; -- -- Name: regress_pg_dump_table_am_1; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.regress_pg_dump_table_am_1 ( col1 integer ); ALTER TABLE dump_test.regress_pg_dump_table_am_1 OWNER TO "SYSTEM"; -- -- Name: TABLE regress_pg_dump_table_am_1; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.regress_pg_dump_table_am_1'::regclass, -1::float4, 0::integer, 0::integer); SET default_table_access_method = heap; -- -- Name: regress_pg_dump_table_am_2; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.regress_pg_dump_table_am_2 ( ); ALTER TABLE dump_test.regress_pg_dump_table_am_2 OWNER TO "SYSTEM"; -- -- Name: TABLE regress_pg_dump_table_am_2; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.regress_pg_dump_table_am_2'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: table_index_stats; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.table_index_stats ( col1 integer, col2 integer, col3 integer ); ALTER TABLE dump_test.table_index_stats OWNER TO "SYSTEM"; -- -- Name: TABLE table_index_stats; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.table_index_stats'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: test_compression_method; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.test_compression_method ( col1 text ); ALTER TABLE dump_test.test_compression_method OWNER TO "SYSTEM"; -- -- Name: TABLE test_compression_method; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_compression_method'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: test_fifth_table; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.test_fifth_table ( col1 integer, col2 boolean, col3 boolean, col4 bit(5), col5 double precision ); ALTER TABLE dump_test.test_fifth_table OWNER TO "SYSTEM"; -- -- Name: TABLE test_fifth_table; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_fifth_table'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: test_fourth_table; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.test_fourth_table ( ); ALTER TABLE dump_test.test_fourth_table OWNER TO "SYSTEM"; -- -- Name: TABLE test_fourth_table; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_fourth_table'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: test_inheritance_parent; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.test_inheritance_parent ( col1 integer NOT NULL, col2 integer, CONSTRAINT test_inheritance_parent_col2_check CHECK ((col2 >= 42)) ); ALTER TABLE dump_test.test_inheritance_parent OWNER TO "SYSTEM"; -- -- Name: TABLE test_inheritance_parent; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_inheritance_parent'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: test_inheritance_child; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.test_inheritance_child ( col1 integer NOT NULL, CONSTRAINT test_inheritance_child CHECK ((col2 >= 142857)) ) INHERITS (dump_test.test_inheritance_parent); ALTER TABLE dump_test.test_inheritance_child OWNER TO "SYSTEM"; -- -- Name: TABLE test_inheritance_child; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_inheritance_child'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: test_second_table; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.test_second_table ( col1 integer, col2 text ); ALTER TABLE dump_test.test_second_table OWNER TO "SYSTEM"; -- -- Name: COLUMN test_second_table.col1; Type: COMMENT; Schema: dump_test; Owner: SYSTEM -- COMMENT ON COLUMN dump_test.test_second_table.col1 IS 'comment on column col1'; -- -- Name: COLUMN test_second_table.col2; Type: COMMENT; Schema: dump_test; Owner: SYSTEM -- COMMENT ON COLUMN dump_test.test_second_table.col2 IS 'comment on column col2'; -- -- Name: TABLE test_second_table; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_second_table'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: test_seventh_table; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.test_seventh_table ( col1 integer, col2 text, col3 bytea ); ALTER TABLE dump_test.test_seventh_table OWNER TO "SYSTEM"; -- -- Name: TABLE test_seventh_table; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_seventh_table'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: test_sixth_table; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.test_sixth_table ( col1 integer, col2 text, col3 bytea ); ALTER TABLE dump_test.test_sixth_table OWNER TO "SYSTEM"; -- -- Name: TABLE test_sixth_table; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_sixth_table'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: test_table_col1_seq; Type: SEQUENCE; Schema: dump_test; Owner: SYSTEM -- CREATE SEQUENCE dump_test.test_table_col1_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER SEQUENCE dump_test.test_table_col1_seq OWNER TO "SYSTEM"; -- -- Name: test_table_col1_seq; Type: SEQUENCE OWNED BY; Schema: dump_test; Owner: SYSTEM -- ALTER SEQUENCE dump_test.test_table_col1_seq OWNED BY dump_test.test_table.col1; -- -- Name: test_table_fk; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.test_table_fk ( col1 integer ) PARTITION BY RANGE (col1); ALTER TABLE dump_test.test_table_fk OWNER TO "SYSTEM"; -- -- Name: TABLE test_table_fk; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_table_fk'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: test_table_fk_1; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.test_table_fk_1 ( col1 integer ); ALTER TABLE dump_test.test_table_fk_1 OWNER TO "SYSTEM"; -- -- Name: TABLE test_table_fk_1; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_table_fk_1'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: test_table_generated; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.test_table_generated ( col1 integer CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, col2 integer GENERATED ALWAYS AS ((col1 * 2)) STORED ); ALTER TABLE dump_test.test_table_generated OWNER TO "SYSTEM"; -- -- Name: TABLE test_table_generated; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_table_generated'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: test_table_generated_child1; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.test_table_generated_child1 ( ) INHERITS (dump_test.test_table_generated); ALTER TABLE dump_test.test_table_generated_child1 OWNER TO "SYSTEM"; -- -- Name: TABLE test_table_generated_child1; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_table_generated_child1'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: test_table_generated_child2; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.test_table_generated_child2 ( col1 integer, col2 integer ) INHERITS (dump_test.test_table_generated); ALTER TABLE dump_test.test_table_generated_child2 OWNER TO "SYSTEM"; -- -- Name: TABLE test_table_generated_child2; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_table_generated_child2'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: test_table_identity; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.test_table_identity ( col1 integer NOT NULL, col2 text ); ALTER TABLE dump_test.test_table_identity OWNER TO "SYSTEM"; -- -- Name: TABLE test_table_identity; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_table_identity'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: test_table_identity_col1_seq; Type: SEQUENCE; Schema: dump_test; Owner: SYSTEM -- ALTER TABLE dump_test.test_table_identity ALTER COLUMN col1 ADD GENERATED ALWAYS AS IDENTITY ( SEQUENCE NAME dump_test.test_table_identity_col1_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1 ); -- -- Name: test_table_tpk; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.test_table_tpk ( col1 int4range CONSTRAINT pgdump_throwaway_notnull_0 NOT NULL NO INHERIT, col2 tstzrange CONSTRAINT pgdump_throwaway_notnull_1 NOT NULL NO INHERIT ); ALTER TABLE dump_test.test_table_tpk OWNER TO "SYSTEM"; -- -- Name: TABLE test_table_tpk; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_table_tpk'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: test_table_tuq; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.test_table_tuq ( col1 int4range, col2 tstzrange ); ALTER TABLE dump_test.test_table_tuq OWNER TO "SYSTEM"; -- -- Name: TABLE test_table_tuq; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_table_tuq'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: test_third_table; Type: TABLE; Schema: dump_test; Owner: SYSTEM -- CREATE TABLE dump_test.test_third_table ( f1 integer, g1 integer GENERATED ALWAYS AS ((f1 * 2)) STORED, "F3" integer, g2 integer GENERATED ALWAYS AS (("F3" * 3)) STORED ); ALTER TABLE dump_test.test_third_table OWNER TO "SYSTEM"; -- -- Name: TABLE test_third_table; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_third_table'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: test_view; Type: VIEW; Schema: dump_test; Owner: SYSTEM -- CREATE VIEW dump_test.test_view WITH (security_barrier='true') AS SELECT col1 FROM dump_test.test_table WITH LOCAL CHECK OPTION; ALTER VIEW dump_test.test_view OWNER TO "SYSTEM"; -- -- Name: VIEW test_view; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_view'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: measurement_y2006m2; Type: TABLE; Schema: dump_test_second_schema; Owner: SYSTEM -- CREATE TABLE dump_test_second_schema.measurement_y2006m2 ( city_id integer DEFAULT nextval('dump_test.measurement_city_id_seq'::regclass) CONSTRAINT measurement_city_id_not_null NOT NULL, logdate date CONSTRAINT measurement_logdate_not_null NOT NULL, peaktemp integer, unitsales integer DEFAULT 0, CONSTRAINT measurement_peaktemp_check CHECK ((peaktemp >= '-460'::integer)), CONSTRAINT measurement_y2006m2_unitsales_check CHECK ((unitsales >= 0)) ); ALTER TABLE dump_test_second_schema.measurement_y2006m2 OWNER TO "SYSTEM"; -- -- Name: TABLE measurement_y2006m2; Type: STATS IMPORT; Schema: dump_test_second_schema; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test_second_schema.measurement_y2006m2'::regclass, 1::float4, 1::integer, 0::integer); -- -- Name: measurement_y2006m3; Type: TABLE; Schema: dump_test_second_schema; Owner: SYSTEM -- CREATE TABLE dump_test_second_schema.measurement_y2006m3 ( city_id integer DEFAULT nextval('dump_test.measurement_city_id_seq'::regclass) CONSTRAINT measurement_city_id_not_null NOT NULL, logdate date CONSTRAINT measurement_logdate_not_null NOT NULL, peaktemp integer, unitsales integer, CONSTRAINT measurement_peaktemp_check CHECK ((peaktemp >= '-460'::integer)) ); ALTER TABLE dump_test_second_schema.measurement_y2006m3 OWNER TO "SYSTEM"; -- -- Name: TABLE measurement_y2006m3; Type: STATS IMPORT; Schema: dump_test_second_schema; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test_second_schema.measurement_y2006m3'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: measurement_y2006m4; Type: TABLE; Schema: dump_test_second_schema; Owner: SYSTEM -- CREATE TABLE dump_test_second_schema.measurement_y2006m4 ( city_id integer DEFAULT nextval('dump_test.measurement_city_id_seq'::regclass) CONSTRAINT measurement_city_id_not_null NOT NULL, logdate date CONSTRAINT measurement_logdate_not_null NOT NULL, peaktemp integer, unitsales integer, CONSTRAINT measurement_peaktemp_check CHECK ((peaktemp >= '-460'::integer)) ); ALTER TABLE dump_test_second_schema.measurement_y2006m4 OWNER TO "SYSTEM"; -- -- Name: TABLE measurement_y2006m4; Type: STATS IMPORT; Schema: dump_test_second_schema; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test_second_schema.measurement_y2006m4'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: measurement_y2006m5; Type: TABLE; Schema: dump_test_second_schema; Owner: SYSTEM -- CREATE TABLE dump_test_second_schema.measurement_y2006m5 ( city_id integer DEFAULT nextval('dump_test.measurement_city_id_seq'::regclass) CONSTRAINT measurement_city_id_not_null NOT NULL, logdate date CONSTRAINT measurement_logdate_not_null NOT NULL, peaktemp integer, unitsales integer, CONSTRAINT measurement_peaktemp_check CHECK ((peaktemp >= '-460'::integer)) ); ALTER TABLE dump_test_second_schema.measurement_y2006m5 OWNER TO "SYSTEM"; -- -- Name: TABLE measurement_y2006m5; Type: STATS IMPORT; Schema: dump_test_second_schema; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test_second_schema.measurement_y2006m5'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: test_table_fk_1; Type: TABLE ATTACH; Schema: dump_test; Owner: SYSTEM -- ALTER TABLE ONLY dump_test.test_table_fk ATTACH PARTITION dump_test.test_table_fk_1 FOR VALUES FROM (0) TO (10); -- -- Name: measurement_y2006m2; Type: TABLE ATTACH; Schema: dump_test_second_schema; Owner: SYSTEM -- ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION dump_test_second_schema.measurement_y2006m2 FOR VALUES FROM ('2006-02-01') TO ('2006-03-01'); -- -- Name: measurement_y2006m3; Type: TABLE ATTACH; Schema: dump_test_second_schema; Owner: SYSTEM -- ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION dump_test_second_schema.measurement_y2006m3 FOR VALUES FROM ('2006-03-01') TO ('2006-04-01'); -- -- Name: measurement_y2006m4; Type: TABLE ATTACH; Schema: dump_test_second_schema; Owner: SYSTEM -- ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION dump_test_second_schema.measurement_y2006m4 FOR VALUES FROM ('2006-04-01') TO ('2006-05-01'); -- -- Name: measurement_y2006m5; Type: TABLE ATTACH; Schema: dump_test_second_schema; Owner: SYSTEM -- ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION dump_test_second_schema.measurement_y2006m5 FOR VALUES FROM ('2006-05-01') TO ('2006-06-01'); -- -- Name: measurement city_id; Type: DEFAULT; Schema: dump_test; Owner: SYSTEM -- ALTER TABLE ONLY dump_test.measurement ALTER COLUMN city_id SET DEFAULT nextval('dump_test.measurement_city_id_seq'::regclass); -- -- Name: test_table col1; Type: DEFAULT; Schema: dump_test; Owner: SYSTEM -- ALTER TABLE ONLY dump_test.test_table ALTER COLUMN col1 SET DEFAULT nextval('dump_test.test_table_col1_seq'::regclass); -- -- Name: test_view col1; Type: DEFAULT; Schema: dump_test; Owner: SYSTEM -- ALTER TABLE ONLY dump_test.test_view ALTER COLUMN col1 SET DEFAULT 1; -- -- Name: 16567; Type: BLOB; Schema: -; Owner: SYSTEM -- SELECT pg_catalog.lo_create('16567'); ALTER LARGE OBJECT 16567 OWNER TO "SYSTEM"; -- -- Name: LARGE OBJECT 16567; Type: COMMENT; Schema: -; Owner: SYSTEM -- COMMENT ON LARGE OBJECT 16567 IS 'comment on large object'; -- -- Name: 16743; Type: BLOB; Schema: -; Owner: SYSTEM -- SELECT pg_catalog.lo_create('16743'); ALTER LARGE OBJECT 16743 OWNER TO "SYSTEM"; -- -- Data for Name: fk_reference_test_table; Type: TABLE DATA; Schema: dump_test; Owner: SYSTEM -- COPY dump_test.fk_reference_test_table (col1) FROM stdin; 1 2 3 4 5 \. -- -- Data for Name: ordering_table; Type: TABLE DATA; Schema: dump_test; Owner: SYSTEM -- COPY dump_test.ordering_table (id, data) FROM stdin; \. -- -- Data for Name: regress_pg_dump_table_am_0; Type: TABLE DATA; Schema: dump_test; Owner: SYSTEM -- COPY dump_test.regress_pg_dump_table_am_0 FROM stdin; \. -- -- Data for Name: regress_pg_dump_table_am_1; Type: TABLE DATA; Schema: dump_test; Owner: SYSTEM -- COPY dump_test.regress_pg_dump_table_am_1 (col1) FROM stdin; \. -- -- Data for Name: regress_pg_dump_table_am_2; Type: TABLE DATA; Schema: dump_test; Owner: SYSTEM -- COPY dump_test.regress_pg_dump_table_am_2 FROM stdin; \. -- -- Data for Name: table_index_stats; Type: TABLE DATA; Schema: dump_test; Owner: SYSTEM -- COPY dump_test.table_index_stats (col1, col2, col3) FROM stdin; \. -- -- Data for Name: test_compression_method; Type: TABLE DATA; Schema: dump_test; Owner: SYSTEM -- COPY dump_test.test_compression_method (col1) FROM stdin; 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096 \. -- -- Data for Name: test_fifth_table; Type: TABLE DATA; Schema: dump_test; Owner: SYSTEM -- COPY dump_test.test_fifth_table (col1, col2, col3, col4, col5) FROM stdin; \N t f 11001 NaN \. -- -- Data for Name: test_fourth_table; Type: TABLE DATA; Schema: dump_test; Owner: SYSTEM -- COPY dump_test.test_fourth_table FROM stdin; \. -- -- Data for Name: test_inheritance_child; Type: TABLE DATA; Schema: dump_test; Owner: SYSTEM -- COPY dump_test.test_inheritance_child (col1, col2) FROM stdin; \. -- -- Data for Name: test_inheritance_parent; Type: TABLE DATA; Schema: dump_test; Owner: SYSTEM -- COPY dump_test.test_inheritance_parent (col1, col2) FROM stdin; \. -- -- Data for Name: test_second_table; Type: TABLE DATA; Schema: dump_test; Owner: SYSTEM -- COPY dump_test.test_second_table (col1, col2) FROM stdin; 1 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 \. -- -- Data for Name: test_seventh_table; Type: TABLE DATA; Schema: dump_test; Owner: SYSTEM -- COPY dump_test.test_seventh_table (col1, col2, col3) FROM stdin; \. -- -- Data for Name: test_sixth_table; Type: TABLE DATA; Schema: dump_test; Owner: SYSTEM -- COPY dump_test.test_sixth_table (col1, col2, col3) FROM stdin; \. -- -- Data for Name: test_table; Type: TABLE DATA; Schema: dump_test; Owner: SYSTEM -- COPY dump_test.test_table (col1, col2, col3, col4) FROM stdin; 1 \N \N \N 2 \N \N \N 3 \N \N \N 4 \N \N \N 5 \N \N \N 6 \N \N \N 7 \N \N \N 8 \N \N \N 9 \N \N \N \. -- -- Data for Name: test_table_fk_1; Type: TABLE DATA; Schema: dump_test; Owner: SYSTEM -- COPY dump_test.test_table_fk_1 (col1) FROM stdin; \. -- -- Data for Name: test_table_generated; Type: TABLE DATA; Schema: dump_test; Owner: SYSTEM -- COPY dump_test.test_table_generated (col1) FROM stdin; \. -- -- Data for Name: test_table_generated_child1; Type: TABLE DATA; Schema: dump_test; Owner: SYSTEM -- COPY dump_test.test_table_generated_child1 (col1) FROM stdin; \. -- -- Data for Name: test_table_generated_child2; Type: TABLE DATA; Schema: dump_test; Owner: SYSTEM -- COPY dump_test.test_table_generated_child2 (col1) FROM stdin; \. -- -- Data for Name: test_table_identity; Type: TABLE DATA; Schema: dump_test; Owner: SYSTEM -- COPY dump_test.test_table_identity (col1, col2) FROM stdin; 1 test \. -- -- Data for Name: test_table_tpk; Type: TABLE DATA; Schema: dump_test; Owner: SYSTEM -- COPY dump_test.test_table_tpk (col1, col2) FROM stdin; \. -- -- Data for Name: test_table_tuq; Type: TABLE DATA; Schema: dump_test; Owner: SYSTEM -- COPY dump_test.test_table_tuq (col1, col2) FROM stdin; \. -- -- Data for Name: test_third_table; Type: TABLE DATA; Schema: dump_test; Owner: SYSTEM -- COPY dump_test.test_third_table (f1, "F3") FROM stdin; 123 456 \. -- -- Data for Name: measurement_y2006m2; Type: TABLE DATA; Schema: dump_test_second_schema; Owner: SYSTEM -- COPY dump_test_second_schema.measurement_y2006m2 (city_id, logdate, peaktemp, unitsales) FROM stdin; 1 2006-02-12 35 1 \. -- -- Data for Name: measurement_y2006m3; Type: TABLE DATA; Schema: dump_test_second_schema; Owner: SYSTEM -- COPY dump_test_second_schema.measurement_y2006m3 (city_id, logdate, peaktemp, unitsales) FROM stdin; \. -- -- Data for Name: measurement_y2006m4; Type: TABLE DATA; Schema: dump_test_second_schema; Owner: SYSTEM -- COPY dump_test_second_schema.measurement_y2006m4 (city_id, logdate, peaktemp, unitsales) FROM stdin; \. -- -- Data for Name: measurement_y2006m5; Type: TABLE DATA; Schema: dump_test_second_schema; Owner: SYSTEM -- COPY dump_test_second_schema.measurement_y2006m5 (city_id, logdate, peaktemp, unitsales) FROM stdin; \. -- -- Name: measurement_city_id_seq; Type: SEQUENCE SET; Schema: dump_test; Owner: SYSTEM -- SELECT pg_catalog.setval('dump_test.measurement_city_id_seq', 1, false); -- -- Name: test_table_col1_seq; Type: SEQUENCE SET; Schema: dump_test; Owner: SYSTEM -- SELECT pg_catalog.setval('dump_test.test_table_col1_seq', 1, false); -- -- Name: test_table_identity_col1_seq; Type: SEQUENCE SET; Schema: dump_test; Owner: SYSTEM -- SELECT pg_catalog.setval('dump_test.test_table_identity_col1_seq', 1, true); -- -- Data for Name: BLOBS; Type: BLOBS; Schema: -; Owner: - -- BEGIN; SELECT pg_catalog.lo_open('16567', 131072); SELECT pg_catalog.lowrite(0, '\x310a320a330a340a350a360a370a380a390a'); SELECT pg_catalog.lo_close(0); SELECT pg_catalog.lo_open('16743', 131072); SELECT pg_catalog.lo_close(0); COMMIT; -- -- Name: ordering_table ordering_table_pkey; Type: CONSTRAINT; Schema: dump_test; Owner: SYSTEM -- ALTER TABLE ONLY dump_test.ordering_table ADD CONSTRAINT ordering_table_pkey PRIMARY KEY (id); ALTER TABLE ONLY dump_test.ordering_table DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: ordering_func(); Type: FUNCTION; Schema: dump_test; Owner: SYSTEM -- CREATE FUNCTION dump_test.ordering_func() RETURNS SETOF dump_test.ordering_table LANGUAGE sql BEGIN ATOMIC SELECT ordering_table.id, ordering_table.data FROM dump_test.ordering_table GROUP BY ordering_table.id; END; ALTER FUNCTION dump_test.ordering_func() OWNER TO "SYSTEM"; -- -- Name: ordering_view; Type: MATERIALIZED VIEW; Schema: dump_test; Owner: SYSTEM -- CREATE MATERIALIZED VIEW dump_test.ordering_view AS SELECT id, data FROM dump_test.ordering_table GROUP BY id WITH NO DATA; ALTER MATERIALIZED VIEW dump_test.ordering_view OWNER TO "SYSTEM"; -- -- Name: MATERIALIZED VIEW ordering_view; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.ordering_view'::regclass, -1::float4, 0::integer, 0::integer); -- -- Name: fk_reference_test_table fk_reference_test_table_pkey; Type: CONSTRAINT; Schema: dump_test; Owner: SYSTEM -- ALTER TABLE ONLY dump_test.fk_reference_test_table ADD CONSTRAINT fk_reference_test_table_pkey PRIMARY KEY (col1); ALTER TABLE ONLY dump_test.fk_reference_test_table DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: measurement measurement_pkey; Type: CONSTRAINT; Schema: dump_test; Owner: SYSTEM -- ALTER TABLE ONLY dump_test.measurement ADD CONSTRAINT measurement_pkey PRIMARY KEY (city_id, logdate); -- -- Name: test_table_generated test_table_generated_pkey; Type: CONSTRAINT; Schema: dump_test; Owner: SYSTEM -- ALTER TABLE ONLY dump_test.test_table_generated ADD CONSTRAINT test_table_generated_pkey PRIMARY KEY (col1); ALTER TABLE ONLY dump_test.test_table_generated DROP CONSTRAINT pgdump_throwaway_notnull_0; -- -- Name: test_table_identity test_table_identity_pkey; Type: CONSTRAINT; Schema: dump_test; Owner: SYSTEM -- ALTER TABLE ONLY dump_test.test_table_identity ADD CONSTRAINT test_table_identity_pkey PRIMARY KEY (col1); -- -- Name: test_table test_table_pkey; Type: CONSTRAINT; Schema: dump_test; Owner: SYSTEM -- ALTER TABLE ONLY dump_test.test_table ADD CONSTRAINT test_table_pkey PRIMARY KEY (col1); ALTER TABLE dump_test.test_table CLUSTER ON test_table_pkey; -- -- Name: test_table_tpk test_table_tpk_pkey; Type: CONSTRAINT; Schema: dump_test; Owner: SYSTEM -- ALTER TABLE ONLY dump_test.test_table_tpk ADD CONSTRAINT test_table_tpk_pkey PRIMARY KEY (col1, col2 WITHOUT OVERLAPS); ALTER TABLE ONLY dump_test.test_table_tpk DROP CONSTRAINT pgdump_throwaway_notnull_0; ALTER TABLE ONLY dump_test.test_table_tpk DROP CONSTRAINT pgdump_throwaway_notnull_1; -- -- Name: test_table_tuq test_table_tuq_uq; Type: CONSTRAINT; Schema: dump_test; Owner: SYSTEM -- ALTER TABLE ONLY dump_test.test_table_tuq ADD CONSTRAINT test_table_tuq_uq UNIQUE (col1, col2 WITHOUT OVERLAPS); -- -- Name: measurement_y2006m2 measurement_y2006m2_pkey; Type: CONSTRAINT; Schema: dump_test_second_schema; Owner: SYSTEM -- ALTER TABLE ONLY dump_test_second_schema.measurement_y2006m2 ADD CONSTRAINT measurement_y2006m2_pkey PRIMARY KEY (city_id, logdate); -- -- Name: measurement_y2006m3 measurement_y2006m3_pkey; Type: CONSTRAINT; Schema: dump_test_second_schema; Owner: SYSTEM -- ALTER TABLE ONLY dump_test_second_schema.measurement_y2006m3 ADD CONSTRAINT measurement_y2006m3_pkey PRIMARY KEY (city_id, logdate); -- -- Name: measurement_y2006m4 measurement_y2006m4_pkey; Type: CONSTRAINT; Schema: dump_test_second_schema; Owner: SYSTEM -- ALTER TABLE ONLY dump_test_second_schema.measurement_y2006m4 ADD CONSTRAINT measurement_y2006m4_pkey PRIMARY KEY (city_id, logdate); -- -- Name: measurement_y2006m5 measurement_y2006m5_pkey; Type: CONSTRAINT; Schema: dump_test_second_schema; Owner: SYSTEM -- ALTER TABLE ONLY dump_test_second_schema.measurement_y2006m5 ADD CONSTRAINT measurement_y2006m5_pkey PRIMARY KEY (city_id, logdate); -- -- Name: INDEX fk_reference_test_table_pkey; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.fk_reference_test_table_pkey'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: index_with_stats; Type: INDEX; Schema: dump_test; Owner: SYSTEM -- CREATE INDEX index_with_stats ON dump_test.table_index_stats USING btree (((col1 + 1)), col1, ((col2 + 1)), ((col3 + 1))); ALTER INDEX dump_test.index_with_stats ALTER COLUMN 1 SET STATISTICS 400; ALTER INDEX dump_test.index_with_stats ALTER COLUMN 3 SET STATISTICS 500; -- -- Name: INDEX index_with_stats; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.index_with_stats'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: measurement_city_id_logdate_idx; Type: INDEX; Schema: dump_test; Owner: SYSTEM -- CREATE INDEX measurement_city_id_logdate_idx ON ONLY dump_test.measurement USING btree (city_id, logdate); -- -- Name: INDEX measurement_city_id_logdate_idx; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.measurement_city_id_logdate_idx'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: INDEX measurement_pkey; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.measurement_pkey'::regclass, 0::float4, 0::integer, 0::integer); -- -- Name: INDEX ordering_table_pkey; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.ordering_table_pkey'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX test_table_generated_pkey; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_table_generated_pkey'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX test_table_identity_pkey; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_table_identity_pkey'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX test_table_pkey; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_table_pkey'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX test_table_tpk_pkey; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_table_tpk_pkey'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX test_table_tuq_uq; Type: STATS IMPORT; Schema: dump_test; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test.test_table_tuq_uq'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: measurement_y2006m2_city_id_logdate_idx; Type: INDEX; Schema: dump_test_second_schema; Owner: SYSTEM -- CREATE INDEX measurement_y2006m2_city_id_logdate_idx ON dump_test_second_schema.measurement_y2006m2 USING btree (city_id, logdate); -- -- Name: INDEX measurement_y2006m2_city_id_logdate_idx; Type: STATS IMPORT; Schema: dump_test_second_schema; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test_second_schema.measurement_y2006m2_city_id_logdate_idx'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX measurement_y2006m2_pkey; Type: STATS IMPORT; Schema: dump_test_second_schema; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test_second_schema.measurement_y2006m2_pkey'::regclass, 1::float4, 2::integer, 0::integer); -- -- Name: measurement_y2006m3_city_id_logdate_idx; Type: INDEX; Schema: dump_test_second_schema; Owner: SYSTEM -- CREATE INDEX measurement_y2006m3_city_id_logdate_idx ON dump_test_second_schema.measurement_y2006m3 USING btree (city_id, logdate); -- -- Name: INDEX measurement_y2006m3_city_id_logdate_idx; Type: STATS IMPORT; Schema: dump_test_second_schema; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test_second_schema.measurement_y2006m3_city_id_logdate_idx'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX measurement_y2006m3_pkey; Type: STATS IMPORT; Schema: dump_test_second_schema; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test_second_schema.measurement_y2006m3_pkey'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: measurement_y2006m4_city_id_logdate_idx; Type: INDEX; Schema: dump_test_second_schema; Owner: SYSTEM -- CREATE INDEX measurement_y2006m4_city_id_logdate_idx ON dump_test_second_schema.measurement_y2006m4 USING btree (city_id, logdate); -- -- Name: INDEX measurement_y2006m4_city_id_logdate_idx; Type: STATS IMPORT; Schema: dump_test_second_schema; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test_second_schema.measurement_y2006m4_city_id_logdate_idx'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX measurement_y2006m4_pkey; Type: STATS IMPORT; Schema: dump_test_second_schema; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test_second_schema.measurement_y2006m4_pkey'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: measurement_y2006m5_city_id_logdate_idx; Type: INDEX; Schema: dump_test_second_schema; Owner: SYSTEM -- CREATE INDEX measurement_y2006m5_city_id_logdate_idx ON dump_test_second_schema.measurement_y2006m5 USING btree (city_id, logdate); -- -- Name: INDEX measurement_y2006m5_city_id_logdate_idx; Type: STATS IMPORT; Schema: dump_test_second_schema; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test_second_schema.measurement_y2006m5_city_id_logdate_idx'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: INDEX measurement_y2006m5_pkey; Type: STATS IMPORT; Schema: dump_test_second_schema; Owner: - -- SELECT pg_catalog.pg_set_relation_stats('dump_test_second_schema.measurement_y2006m5_pkey'::regclass, 0::float4, 1::integer, 0::integer); -- -- Name: measurement_y2006m2_city_id_logdate_idx; Type: INDEX ATTACH; Schema: dump_test_second_schema; Owner: SYSTEM -- ALTER INDEX dump_test.measurement_city_id_logdate_idx ATTACH PARTITION dump_test_second_schema.measurement_y2006m2_city_id_logdate_idx; -- -- Name: measurement_y2006m2_pkey; Type: INDEX ATTACH; Schema: dump_test_second_schema; Owner: SYSTEM -- ALTER INDEX dump_test.measurement_pkey ATTACH PARTITION dump_test_second_schema.measurement_y2006m2_pkey; -- -- Name: measurement_y2006m3_city_id_logdate_idx; Type: INDEX ATTACH; Schema: dump_test_second_schema; Owner: SYSTEM -- ALTER INDEX dump_test.measurement_city_id_logdate_idx ATTACH PARTITION dump_test_second_schema.measurement_y2006m3_city_id_logdate_idx; -- -- Name: measurement_y2006m3_pkey; Type: INDEX ATTACH; Schema: dump_test_second_schema; Owner: SYSTEM -- ALTER INDEX dump_test.measurement_pkey ATTACH PARTITION dump_test_second_schema.measurement_y2006m3_pkey; -- -- Name: measurement_y2006m4_city_id_logdate_idx; Type: INDEX ATTACH; Schema: dump_test_second_schema; Owner: SYSTEM -- ALTER INDEX dump_test.measurement_city_id_logdate_idx ATTACH PARTITION dump_test_second_schema.measurement_y2006m4_city_id_logdate_idx; -- -- Name: measurement_y2006m4_pkey; Type: INDEX ATTACH; Schema: dump_test_second_schema; Owner: SYSTEM -- ALTER INDEX dump_test.measurement_pkey ATTACH PARTITION dump_test_second_schema.measurement_y2006m4_pkey; -- -- Name: measurement_y2006m5_city_id_logdate_idx; Type: INDEX ATTACH; Schema: dump_test_second_schema; Owner: SYSTEM -- ALTER INDEX dump_test.measurement_city_id_logdate_idx ATTACH PARTITION dump_test_second_schema.measurement_y2006m5_city_id_logdate_idx; -- -- Name: measurement_y2006m5_pkey; Type: INDEX ATTACH; Schema: dump_test_second_schema; Owner: SYSTEM -- ALTER INDEX dump_test.measurement_pkey ATTACH PARTITION dump_test_second_schema.measurement_y2006m5_pkey; -- -- Name: test_ext_stats_expr; Type: STATISTICS; Schema: dump_test; Owner: SYSTEM -- CREATE STATISTICS dump_test.test_ext_stats_expr ON (2 * col1) FROM dump_test.test_fifth_table; ALTER STATISTICS dump_test.test_ext_stats_expr OWNER TO "SYSTEM"; -- -- Name: test_ext_stats_no_options; Type: STATISTICS; Schema: dump_test; Owner: SYSTEM -- CREATE STATISTICS dump_test.test_ext_stats_no_options ON col1, col2 FROM dump_test.test_table; ALTER STATISTICS dump_test.test_ext_stats_no_options OWNER TO "SYSTEM"; -- -- Name: test_ext_stats_opts; Type: STATISTICS; Schema: dump_test; Owner: SYSTEM -- CREATE STATISTICS dump_test.test_ext_stats_opts (ndistinct) ON col1, col2 FROM dump_test.test_fifth_table; ALTER STATISTICS dump_test.test_ext_stats_opts SET STATISTICS 1000; ALTER STATISTICS dump_test.test_ext_stats_opts OWNER TO "SYSTEM"; -- -- Name: measurement test_trigger; Type: TRIGGER; Schema: dump_test; Owner: SYSTEM -- CREATE TRIGGER test_trigger AFTER INSERT ON dump_test.measurement FOR EACH ROW EXECUTE FUNCTION dump_test.trigger_func(); -- -- Name: test_table test_trigger; Type: TRIGGER; Schema: dump_test; Owner: SYSTEM -- CREATE TRIGGER test_trigger BEFORE INSERT ON dump_test.test_table FOR EACH ROW WHEN ((new.col1 > 10)) EXECUTE FUNCTION dump_test.trigger_func(); -- -- Name: measurement_y2006m3 test_trigger; Type: TRIGGER; Schema: dump_test_second_schema; Owner: SYSTEM -- ALTER TABLE dump_test_second_schema.measurement_y2006m3 DISABLE TRIGGER test_trigger; -- -- Name: measurement_y2006m4 test_trigger; Type: TRIGGER; Schema: dump_test_second_schema; Owner: SYSTEM -- ALTER TABLE dump_test_second_schema.measurement_y2006m4 ENABLE REPLICA TRIGGER test_trigger; -- -- Name: measurement_y2006m5 test_trigger; Type: TRIGGER; Schema: dump_test_second_schema; Owner: SYSTEM -- ALTER TABLE dump_test_second_schema.measurement_y2006m5 ENABLE ALWAYS TRIGGER test_trigger; -- -- Name: fk_reference_test_table fk_reference_test_table_col1_fkey; Type: FK CONSTRAINT; Schema: dump_test; Owner: SYSTEM -- ALTER TABLE ONLY dump_test.fk_reference_test_table ADD CONSTRAINT fk_reference_test_table_col1_fkey FOREIGN KEY (col1) REFERENCES dump_test.test_table(col1); -- -- Name: test_table_fk test_table_fk_col1_fkey; Type: FK CONSTRAINT; Schema: dump_test; Owner: SYSTEM -- ALTER TABLE dump_test.test_table_fk ADD CONSTRAINT test_table_fk_col1_fkey FOREIGN KEY (col1) REFERENCES dump_test.test_table(col1); -- -- Name: test_table p1; Type: POLICY; Schema: dump_test; Owner: SYSTEM -- CREATE POLICY p1 ON dump_test.test_table USING (true) WITH CHECK (true); -- -- Name: test_table p2; Type: POLICY; Schema: dump_test; Owner: SYSTEM -- CREATE POLICY p2 ON dump_test.test_table FOR SELECT TO regress_dump_test_role USING (true); -- -- Name: test_table p3; Type: POLICY; Schema: dump_test; Owner: SYSTEM -- CREATE POLICY p3 ON dump_test.test_table FOR INSERT TO regress_dump_test_role WITH CHECK (true); -- -- Name: test_table p4; Type: POLICY; Schema: dump_test; Owner: SYSTEM -- CREATE POLICY p4 ON dump_test.test_table FOR UPDATE TO regress_dump_test_role USING (true) WITH CHECK (true); -- -- Name: test_table p5; Type: POLICY; Schema: dump_test; Owner: SYSTEM -- CREATE POLICY p5 ON dump_test.test_table FOR DELETE TO regress_dump_test_role USING (true); -- -- Name: test_table p6; Type: POLICY; Schema: dump_test; Owner: SYSTEM -- CREATE POLICY p6 ON dump_test.test_table AS RESTRICTIVE USING (false); -- -- Name: test_table; Type: ROW SECURITY; Schema: dump_test; Owner: SYSTEM -- ALTER TABLE dump_test.test_table ENABLE ROW LEVEL SECURITY; -- -- Name: pub1; Type: PUBLICATION; Schema: -; Owner: SYSTEM -- CREATE PUBLICATION pub1 WITH (publish = 'insert, update, delete, truncate'); ALTER PUBLICATION pub1 OWNER TO "SYSTEM"; -- -- Name: PUBLICATION pub1; Type: COMMENT; Schema: -; Owner: SYSTEM -- COMMENT ON PUBLICATION pub1 IS 'comment on publication'; -- -- Name: pub2; Type: PUBLICATION; Schema: -; Owner: SYSTEM -- CREATE PUBLICATION pub2 FOR ALL TABLES WITH (publish = ''); ALTER PUBLICATION pub2 OWNER TO "SYSTEM"; -- -- Name: pub3; Type: PUBLICATION; Schema: -; Owner: SYSTEM -- CREATE PUBLICATION pub3 WITH (publish = 'insert, update, delete, truncate'); ALTER PUBLICATION pub3 OWNER TO "SYSTEM"; -- -- Name: pub4; Type: PUBLICATION; Schema: -; Owner: SYSTEM -- CREATE PUBLICATION pub4 WITH (publish = 'insert, update, delete, truncate'); ALTER PUBLICATION pub4 OWNER TO "SYSTEM"; -- -- Name: pub4 test_second_table; Type: PUBLICATION TABLE; Schema: dump_test; Owner: SYSTEM -- ALTER PUBLICATION pub4 ADD TABLE ONLY dump_test.test_second_table WHERE ((col2 = 'test'::text)); -- -- Name: pub1 test_second_table; Type: PUBLICATION TABLE; Schema: dump_test; Owner: SYSTEM -- ALTER PUBLICATION pub1 ADD TABLE ONLY dump_test.test_second_table; -- -- Name: pub1 test_seventh_table; Type: PUBLICATION TABLE; Schema: dump_test; Owner: SYSTEM -- ALTER PUBLICATION pub1 ADD TABLE ONLY dump_test.test_seventh_table (col2, col3) WHERE ((col1 = 1)); -- -- Name: pub1 test_sixth_table; Type: PUBLICATION TABLE; Schema: dump_test; Owner: SYSTEM -- ALTER PUBLICATION pub1 ADD TABLE ONLY dump_test.test_sixth_table (col2, col3); -- -- Name: pub4 test_table; Type: PUBLICATION TABLE; Schema: dump_test; Owner: SYSTEM -- ALTER PUBLICATION pub4 ADD TABLE ONLY dump_test.test_table WHERE ((col1 > 0)); -- -- Name: pub1 test_table; Type: PUBLICATION TABLE; Schema: dump_test; Owner: SYSTEM -- ALTER PUBLICATION pub1 ADD TABLE ONLY dump_test.test_table; -- -- Name: pub3 test_table; Type: PUBLICATION TABLE; Schema: dump_test; Owner: SYSTEM -- ALTER PUBLICATION pub3 ADD TABLE ONLY dump_test.test_table; -- -- Name: pub3 dump_test; Type: PUBLICATION TABLES IN SCHEMA; Schema: dump_test; Owner: SYSTEM -- ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test; -- -- Name: pub3 public; Type: PUBLICATION TABLES IN SCHEMA; Schema: public; Owner: SYSTEM -- ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public; -- -- Name: sub1; Type: SUBSCRIPTION; Schema: -; Owner: SYSTEM -- CREATE SUBSCRIPTION sub1 CONNECTION 'dbname=doesnotexist' PUBLICATION pub1 WITH (connect = false, slot_name = 'sub1'); ALTER SUBSCRIPTION sub1 OWNER TO "SYSTEM"; -- -- Name: SUBSCRIPTION sub1; Type: COMMENT; Schema: -; Owner: SYSTEM -- COMMENT ON SUBSCRIPTION sub1 IS 'comment on subscription'; -- -- Name: sub2; Type: SUBSCRIPTION; Schema: -; Owner: SYSTEM -- CREATE SUBSCRIPTION sub2 CONNECTION 'dbname=doesnotexist' PUBLICATION pub1 WITH (connect = false, slot_name = 'sub2', origin = none); ALTER SUBSCRIPTION sub2 OWNER TO "SYSTEM"; -- -- Name: sub3; Type: SUBSCRIPTION; Schema: -; Owner: SYSTEM -- CREATE SUBSCRIPTION sub3 CONNECTION 'dbname=doesnotexist' PUBLICATION pub1 WITH (connect = false, slot_name = 'sub3'); ALTER SUBSCRIPTION sub3 OWNER TO "SYSTEM"; -- -- Name: SCHEMA dump_test_second_schema; Type: ACL; Schema: -; Owner: SYSTEM -- GRANT USAGE ON SCHEMA dump_test_second_schema TO regress_dump_test_role; -- -- Name: SCHEMA public; Type: ACL; Schema: -; Owner: regress_quoted \" role -- REVOKE ALL ON SCHEMA public FROM "regress_quoted \"" role"; -- -- Name: LANGUAGE plpgsql; Type: ACL; Schema: -; Owner: SYSTEM -- REVOKE ALL ON LANGUAGE plpgsql FROM PUBLIC; -- -- Name: TYPE int42; Type: ACL; Schema: dump_test; Owner: SYSTEM -- GRANT ALL ON TYPE dump_test.int42 TO regress_dump_test_role; -- -- Name: TYPE planets; Type: ACL; Schema: dump_test; Owner: SYSTEM -- GRANT ALL ON TYPE dump_test.planets TO regress_dump_test_role; -- -- Name: TYPE textrange; Type: ACL; Schema: dump_test; Owner: SYSTEM -- GRANT ALL ON TYPE dump_test.textrange TO regress_dump_test_role; -- -- Name: TYPE us_postal_code; Type: ACL; Schema: dump_test; Owner: SYSTEM -- GRANT ALL ON TYPE dump_test.us_postal_code TO regress_dump_test_role; -- -- Name: FUNCTION pg_sleep(double precision); Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- REVOKE ALL ON FUNCTION pg_catalog.pg_sleep(double precision) FROM PUBLIC; GRANT ALL ON FUNCTION pg_catalog.pg_sleep(double precision) TO regress_dump_test_role; -- -- Name: FUNCTION pg_stat_reset(); Type: ACL; Schema: pg_catalog; Owner: regress_dump_test_role -- REVOKE ALL ON FUNCTION pg_catalog.pg_stat_reset() FROM "SYSTEM"; -- -- Name: FOREIGN DATA WRAPPER dummy; Type: ACL; Schema: -; Owner: SYSTEM -- GRANT ALL ON FOREIGN DATA WRAPPER dummy TO regress_dump_test_role; -- -- Name: FOREIGN SERVER s1; Type: ACL; Schema: -; Owner: SYSTEM -- GRANT ALL ON FOREIGN SERVER s1 TO regress_dump_test_role; -- -- Name: TABLE test_table; Type: ACL; Schema: dump_test; Owner: SYSTEM -- GRANT SELECT ON TABLE dump_test.test_table TO regress_dump_test_role; -- -- Name: TABLE measurement; Type: ACL; Schema: dump_test; Owner: SYSTEM -- GRANT SELECT ON TABLE dump_test.measurement TO regress_dump_test_role; -- -- Name: COLUMN measurement.city_id; Type: ACL; Schema: dump_test; Owner: SYSTEM -- GRANT SELECT(city_id) ON TABLE dump_test.measurement TO "regress_quoted \"" role"; -- -- Name: COLUMN test_second_table.col1; Type: ACL; Schema: dump_test; Owner: SYSTEM -- GRANT INSERT(col1) ON TABLE dump_test.test_second_table TO regress_dump_test_role; -- -- Name: TABLE measurement_y2006m2; Type: ACL; Schema: dump_test_second_schema; Owner: SYSTEM -- GRANT SELECT ON TABLE dump_test_second_schema.measurement_y2006m2 TO regress_dump_test_role; -- -- Name: TABLE measurement_y2006m3; Type: ACL; Schema: dump_test_second_schema; Owner: SYSTEM -- GRANT SELECT ON TABLE dump_test_second_schema.measurement_y2006m3 TO regress_dump_test_role; -- -- Name: TABLE measurement_y2006m4; Type: ACL; Schema: dump_test_second_schema; Owner: SYSTEM -- GRANT SELECT ON TABLE dump_test_second_schema.measurement_y2006m4 TO regress_dump_test_role; -- -- Name: TABLE measurement_y2006m5; Type: ACL; Schema: dump_test_second_schema; Owner: SYSTEM -- GRANT SELECT ON TABLE dump_test_second_schema.measurement_y2006m5 TO regress_dump_test_role; -- -- Name: TABLE pg_proc; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- REVOKE SELECT ON TABLE pg_catalog.pg_proc FROM PUBLIC; -- -- Name: COLUMN pg_proc.tableoid; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(tableoid) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.oid; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(oid) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proname; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proname) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.pronamespace; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(pronamespace) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proowner; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proowner) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.prolang; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(prolang) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.procost; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(procost) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.prorows; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(prorows) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.provariadic; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(provariadic) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.prosupport; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(prosupport) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.prokind; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(prokind) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.prosecdef; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(prosecdef) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proleakproof; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proleakproof) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proisstrict; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proisstrict) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proretset; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proretset) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.provolatile; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(provolatile) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proparallel; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proparallel) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.pronargs; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(pronargs) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.pronargdefaults; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(pronargdefaults) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.prorettype; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(prorettype) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proargtypes; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proargtypes) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proallargtypes; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proallargtypes) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proargmodes; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proargmodes) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proargnames; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proargnames) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proargdefaults; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proargdefaults) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.protrftypes; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(protrftypes) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.prosrc; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(prosrc) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.probin; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(probin) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proconfig; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proconfig) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: COLUMN pg_proc.proacl; Type: ACL; Schema: pg_catalog; Owner: SYSTEM -- GRANT SELECT(proacl) ON TABLE pg_catalog.pg_proc TO PUBLIC; -- -- Name: LARGE OBJECT 16567; Type: ACL; Schema: -; Owner: SYSTEM -- GRANT ALL ON LARGE OBJECT 16567 TO regress_dump_test_role; -- -- Name: DEFAULT PRIVILEGES FOR FUNCTIONS; Type: DEFAULT ACL; Schema: dump_test; Owner: regress_dump_test_role -- ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role IN SCHEMA dump_test GRANT ALL ON FUNCTIONS TO regress_dump_test_role; -- -- Name: DEFAULT PRIVILEGES FOR TABLES; Type: DEFAULT ACL; Schema: dump_test; Owner: regress_dump_test_role -- ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role IN SCHEMA dump_test GRANT SELECT ON TABLES TO regress_dump_test_role; -- -- Name: DEFAULT PRIVILEGES FOR FUNCTIONS; Type: DEFAULT ACL; Schema: -; Owner: regress_dump_test_role -- ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE ALL ON FUNCTIONS FROM PUBLIC; -- -- Name: DEFAULT PRIVILEGES FOR TABLES; Type: DEFAULT ACL; Schema: -; Owner: regress_dump_test_role -- ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE ALL ON TABLES FROM regress_dump_test_role; ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT INSERT,REFERENCES,DELETE,TRIGGER,TRUNCATE,MAINTAIN,UPDATE ON TABLES TO regress_dump_test_role; -- -- Name: test_event_trigger; Type: EVENT TRIGGER; Schema: -; Owner: SYSTEM -- CREATE EVENT TRIGGER test_event_trigger ON ddl_command_start EXECUTE FUNCTION dump_test.event_trigger_func(); ALTER EVENT TRIGGER test_event_trigger OWNER TO "SYSTEM"; -- -- Name: matview; Type: MATERIALIZED VIEW DATA; Schema: dump_test; Owner: SYSTEM -- REFRESH MATERIALIZED VIEW dump_test.matview; -- -- Name: matview_second; Type: MATERIALIZED VIEW DATA; Schema: dump_test; Owner: SYSTEM -- REFRESH MATERIALIZED VIEW dump_test.matview_second; -- -- Name: ordering_view; Type: MATERIALIZED VIEW DATA; Schema: dump_test; Owner: SYSTEM -- REFRESH MATERIALIZED VIEW dump_test.ordering_view; -- -- Name: regress_pg_dump_matview_am_0; Type: MATERIALIZED VIEW DATA; Schema: dump_test; Owner: SYSTEM -- REFRESH MATERIALIZED VIEW dump_test.regress_pg_dump_matview_am_0; -- -- Name: regress_pg_dump_matview_am_1; Type: MATERIALIZED VIEW DATA; Schema: dump_test; Owner: SYSTEM -- REFRESH MATERIALIZED VIEW dump_test.regress_pg_dump_matview_am_1; -- -- Name: regress_pg_dump_matview_am_2; Type: MATERIALIZED VIEW DATA; Schema: dump_test; Owner: SYSTEM -- REFRESH MATERIALIZED VIEW dump_test.regress_pg_dump_matview_am_2; -- -- PostgreSQL database dump complete -- -- -- Database "regress_pg_dump_test" dump -- -- -- PostgreSQL database dump -- -- Dumped from database version 17devel -- Dumped by pg_dump version 17devel SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET transaction_timeout = 0; SET client_encoding = 'WIN1252'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; SET row_security = off; -- -- Name: regress_pg_dump_test; Type: DATABASE; Schema: -; Owner: SYSTEM -- CREATE DATABASE regress_pg_dump_test WITH TEMPLATE = template0 ENCODING = 'WIN1252' LOCALE_PROVIDER = libc LOCALE = 'English_United States.1252'; ALTER DATABASE regress_pg_dump_test OWNER TO "SYSTEM"; \connect regress_pg_dump_test SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET transaction_timeout = 0; SET client_encoding = 'WIN1252'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; SET row_security = off; -- -- PostgreSQL database dump complete -- -- -- Database "regress_public_owner" dump -- -- -- PostgreSQL database dump -- -- Dumped from database version 17devel -- Dumped by pg_dump version 17devel SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET transaction_timeout = 0; SET client_encoding = 'WIN1252'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; SET row_security = off; -- -- Name: regress_public_owner; Type: DATABASE; Schema: -; Owner: SYSTEM -- CREATE DATABASE regress_public_owner WITH TEMPLATE = template0 ENCODING = 'WIN1252' LOCALE_PROVIDER = libc LOCALE = 'English_United States.1252'; ALTER DATABASE regress_public_owner OWNER TO "SYSTEM"; \connect regress_public_owner SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET transaction_timeout = 0; SET client_encoding = 'WIN1252'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET xmloption = content; SET client_min_messages = warning; SET row_security = off; -- -- Name: public; Type: SCHEMA; Schema: -; Owner: regress_quoted \" role -- -- *not* creating schema, since initdb creates it ALTER SCHEMA public OWNER TO "regress_quoted \"" role"; -- -- Name: SCHEMA public; Type: COMMENT; Schema: -; Owner: regress_quoted \" role -- COMMENT ON SCHEMA public IS ''; -- -- PostgreSQL database dump complete -- -- -- PostgreSQL database cluster dump complete -- [07:25:13.516](2.486s) ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots # Running: pg_dump --schema myhost.mydb.myschema [07:25:13.657](0.141s) ok 21 - pg_dump: option --schema rejects three-part schema names: exit code not 0 [07:25:13.657](0.001s) ok 22 - pg_dump: option --schema rejects three-part schema names: matches # Running: pg_dump --schema otherdb.myschema [07:25:13.862](0.205s) ok 23 - pg_dump: option --schema rejects cross-database multipart schema names: exit code not 0 [07:25:13.863](0.001s) ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches # Running: pg_dump --schema . [07:25:14.032](0.169s) ok 25 - pg_dump: option --schema rejects degenerate two-part schema name: ".": exit code not 0 [07:25:14.033](0.001s) ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches # Running: pg_dump --schema "some.other.db".myschema [07:25:14.164](0.131s) ok 27 - pg_dump: option --schema rejects cross-database multipart schema names with embedded dots: exit code not 0 [07:25:14.165](0.001s) ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded dots: matches # Running: pg_dump --schema .. [07:25:14.435](0.270s) ok 29 - pg_dump: option --schema rejects degenerate three-part schema name: "..": exit code not 0 [07:25:14.437](0.002s) ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches # Running: pg_dump --table myhost.mydb.myschema.mytable [07:25:14.690](0.253s) ok 31 - pg_dump: option --table rejects four-part table names: exit code not 0 [07:25:14.690](0.000s) ok 32 - pg_dump: option --table rejects four-part table names: matches # Running: pg_dump --table otherdb.pg_catalog.pg_class [07:25:14.868](0.177s) ok 33 - pg_dump: option --table rejects cross-database three part table names: exit code not 0 [07:25:14.868](0.000s) ok 34 - pg_dump: option --table rejects cross-database three part table names: matches # Running: pg_dump -p 50592 --table "some.other.db".pg_catalog.pg_class [07:25:14.966](0.099s) ok 35 - pg_dump: option --table rejects cross-database three part table names with embedded dots: exit code not 0 [07:25:14.967](0.000s) ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded dots: matches # Running: pg_dump --no-sync --format=custom --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/binary_upgrade.dump -w --schema-only --binary-upgrade -d postgres pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order [07:25:15.439](0.473s) ok 37 - binary_upgrade: pg_dump runs # Running: pg_restore -Fc --verbose --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/binary_upgrade.sql C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/binary_upgrade.dump pg_restore: creating pg_largeobject "pg_largeobject" pg_restore: creating SCHEMA "dump_test" pg_restore: creating SCHEMA "dump_test_second_schema" pg_restore: creating SCHEMA "public" pg_restore: creating FUNCTION "dump_test.pltestlang_call_handler()" pg_restore: creating PROCEDURAL LANGUAGE "pltestlang" pg_restore: creating COLLATION "public.test0" pg_restore: creating COMMENT "public.COLLATION test0" pg_restore: creating TRANSFORM "TRANSFORM FOR integer LANGUAGE sql" pg_restore: creating SHELL TYPE "dump_test.int42" pg_restore: creating FUNCTION "dump_test.int42_in(cstring)" pg_restore: creating FUNCTION "dump_test.int42_out(dump_test.int42)" pg_restore: creating TYPE "dump_test.int42" pg_restore: creating COMMENT "dump_test.TYPE int42" pg_restore: creating TYPE "dump_test.composite" pg_restore: creating COMMENT "dump_test.COLUMN composite.f1" pg_restore: creating TYPE "dump_test.planets" pg_restore: creating COMMENT "dump_test.TYPE planets" pg_restore: creating OPERATOR "dump_test.~~" pg_restore: creating OPERATOR FAMILY "dump_test.op_class_custom" pg_restore: creating OPERATOR CLASS "dump_test.op_class_custom" pg_restore: creating TYPE "dump_test.range_type_custom" pg_restore: creating TYPE "dump_test.textrange" pg_restore: creating COMMENT "dump_test.TYPE textrange" pg_restore: creating TYPE "dump_test.undefined" pg_restore: creating COMMENT "dump_test.TYPE undefined" pg_restore: creating DOMAIN "dump_test.us_postal_code" pg_restore: creating COMMENT "dump_test.CONSTRAINT us_postal_code_check ON DOMAIN us_postal_code" pg_restore: creating CAST "CAST (timestamp with time zone AS interval)" pg_restore: creating FUNCTION "dump_test.event_trigger_func()" pg_restore: creating FUNCTION "dump_test.func_with_support()" pg_restore: creating PROCEDURE "dump_test.ptest1(integer)" pg_restore: creating FUNCTION "dump_test.trigger_func()" pg_restore: creating AGGREGATE "dump_test.newavg(integer)" pg_restore: creating ACCESS METHOD "gist2" pg_restore: creating ACCESS METHOD "regress_table_am" pg_restore: creating OPERATOR FAMILY "dump_test.op_family" pg_restore: creating OPERATOR CLASS "dump_test.op_class" pg_restore: creating OPERATOR CLASS "dump_test.op_class_empty" pg_restore: creating CONVERSION "dump_test.test_conversion" pg_restore: creating COMMENT "dump_test.CONVERSION test_conversion" pg_restore: creating TEXT SEARCH PARSER "dump_test.alt_ts_prs1" pg_restore: creating COMMENT "dump_test.TEXT SEARCH PARSER alt_ts_prs1" pg_restore: creating TEXT SEARCH TEMPLATE "dump_test.alt_ts_temp1" pg_restore: creating COMMENT "dump_test.TEXT SEARCH TEMPLATE alt_ts_temp1" pg_restore: creating TEXT SEARCH DICTIONARY "dump_test.alt_ts_dict1" pg_restore: creating COMMENT "dump_test.TEXT SEARCH DICTIONARY alt_ts_dict1" pg_restore: creating TEXT SEARCH CONFIGURATION "dump_test.alt_ts_conf1" pg_restore: creating COMMENT "dump_test.TEXT SEARCH CONFIGURATION alt_ts_conf1" pg_restore: creating FOREIGN DATA WRAPPER "dummy" pg_restore: creating SERVER "s1" pg_restore: creating USER MAPPING "USER MAPPING regress_dump_test_role SERVER s1" pg_restore: creating TABLE "dump_test.fk_reference_test_table" pg_restore: creating STATS IMPORT "dump_test.TABLE fk_reference_test_table" pg_restore: creating FOREIGN TABLE "dump_test.foreign_table" pg_restore: creating STATS IMPORT "dump_test.FOREIGN TABLE foreign_table" pg_restore: creating TABLE "dump_test.test_table" pg_restore: creating COMMENT "dump_test.TABLE test_table" pg_restore: creating COMMENT "dump_test.COLUMN test_table.col1" pg_restore: creating STATS IMPORT "dump_test.TABLE test_table" pg_restore: creating COMMENT "dump_test.CONSTRAINT test_table_col1_check ON test_table" pg_restore: creating MATERIALIZED VIEW "dump_test.matview" pg_restore: creating STATS IMPORT "dump_test.MATERIALIZED VIEW matview" pg_restore: creating MATERIALIZED VIEW "dump_test.matview_second" pg_restore: creating STATS IMPORT "dump_test.MATERIALIZED VIEW matview_second" pg_restore: creating MATERIALIZED VIEW "dump_test.matview_third" pg_restore: creating STATS IMPORT "dump_test.MATERIALIZED VIEW matview_third" pg_restore: creating MATERIALIZED VIEW "dump_test.matview_fourth" pg_restore: creating STATS IMPORT "dump_test.MATERIALIZED VIEW matview_fourth" pg_restore: creating TABLE "dump_test.measurement" pg_restore: creating STATS IMPORT "dump_test.TABLE measurement" pg_restore: creating SEQUENCE "dump_test.measurement_city_id_seq" pg_restore: creating SEQUENCE OWNED BY "dump_test.measurement_city_id_seq" pg_restore: creating TABLE "dump_test.ordering_table" pg_restore: creating STATS IMPORT "dump_test.TABLE ordering_table" pg_restore: creating MATERIALIZED VIEW "dump_test.regress_pg_dump_matview_am_0" pg_restore: creating STATS IMPORT "dump_test.MATERIALIZED VIEW regress_pg_dump_matview_am_0" pg_restore: creating MATERIALIZED VIEW "dump_test.regress_pg_dump_matview_am_1" pg_restore: creating STATS IMPORT "dump_test.MATERIALIZED VIEW regress_pg_dump_matview_am_1" pg_restore: creating MATERIALIZED VIEW "dump_test.regress_pg_dump_matview_am_2" pg_restore: creating STATS IMPORT "dump_test.MATERIALIZED VIEW regress_pg_dump_matview_am_2" pg_restore: creating TABLE "dump_test.regress_pg_dump_table_am_0" pg_restore: creating STATS IMPORT "dump_test.TABLE regress_pg_dump_table_am_0" pg_restore: creating TABLE "dump_test.regress_pg_dump_table_am_1" pg_restore: creating STATS IMPORT "dump_test.TABLE regress_pg_dump_table_am_1" pg_restore: creating TABLE "dump_test.regress_pg_dump_table_am_2" pg_restore: creating STATS IMPORT "dump_test.TABLE regress_pg_dump_table_am_2" pg_restore: creating TABLE "dump_test.table_index_stats" pg_restore: creating STATS IMPORT "dump_test.TABLE table_index_stats" pg_restore: creating TABLE "dump_test.test_compression_method" pg_restore: creating STATS IMPORT "dump_test.TABLE test_compression_method" pg_restore: creating TABLE "dump_test.test_fifth_table" pg_restore: creating STATS IMPORT "dump_test.TABLE test_fifth_table" pg_restore: creating TABLE "dump_test.test_fourth_table" pg_restore: creating STATS IMPORT "dump_test.TABLE test_fourth_table" pg_restore: creating TABLE "dump_test.test_inheritance_parent" pg_restore: creating STATS IMPORT "dump_test.TABLE test_inheritance_parent" pg_restore: creating TABLE "dump_test.test_inheritance_child" pg_restore: creating STATS IMPORT "dump_test.TABLE test_inheritance_child" pg_restore: creating TABLE "dump_test.test_second_table" pg_restore: creating COMMENT "dump_test.COLUMN test_second_table.col1" pg_restore: creating COMMENT "dump_test.COLUMN test_second_table.col2" pg_restore: creating STATS IMPORT "dump_test.TABLE test_second_table" pg_restore: creating TABLE "dump_test.test_seventh_table" pg_restore: creating STATS IMPORT "dump_test.TABLE test_seventh_table" pg_restore: creating TABLE "dump_test.test_sixth_table" pg_restore: creating STATS IMPORT "dump_test.TABLE test_sixth_table" pg_restore: creating SEQUENCE "dump_test.test_table_col1_seq" pg_restore: creating SEQUENCE OWNED BY "dump_test.test_table_col1_seq" pg_restore: creating TABLE "dump_test.test_table_fk" pg_restore: creating STATS IMPORT "dump_test.TABLE test_table_fk" pg_restore: creating TABLE "dump_test.test_table_fk_1" pg_restore: creating STATS IMPORT "dump_test.TABLE test_table_fk_1" pg_restore: creating TABLE "dump_test.test_table_generated" pg_restore: creating STATS IMPORT "dump_test.TABLE test_table_generated" pg_restore: creating TABLE "dump_test.test_table_generated_child1" pg_restore: creating STATS IMPORT "dump_test.TABLE test_table_generated_child1" pg_restore: creating TABLE "dump_test.test_table_generated_child2" pg_restore: creating STATS IMPORT "dump_test.TABLE test_table_generated_child2" pg_restore: creating TABLE "dump_test.test_table_identity" pg_restore: creating STATS IMPORT "dump_test.TABLE test_table_identity" pg_restore: creating SEQUENCE "dump_test.test_table_identity_col1_seq" pg_restore: creating TABLE "dump_test.test_table_tpk" pg_restore: creating STATS IMPORT "dump_test.TABLE test_table_tpk" pg_restore: creating TABLE "dump_test.test_table_tuq" pg_restore: creating STATS IMPORT "dump_test.TABLE test_table_tuq" pg_restore: creating TABLE "dump_test.test_third_table" pg_restore: creating STATS IMPORT "dump_test.TABLE test_third_table" pg_restore: creating VIEW "dump_test.test_view" pg_restore: creating STATS IMPORT "dump_test.VIEW test_view" pg_restore: creating TABLE "dump_test_second_schema.measurement_y2006m2" pg_restore: creating STATS IMPORT "dump_test_second_schema.TABLE measurement_y2006m2" pg_restore: creating TABLE "dump_test_second_schema.measurement_y2006m3" pg_restore: creating STATS IMPORT "dump_test_second_schema.TABLE measurement_y2006m3" pg_restore: creating TABLE "dump_test_second_schema.measurement_y2006m4" pg_restore: creating STATS IMPORT "dump_test_second_schema.TABLE measurement_y2006m4" pg_restore: creating TABLE "dump_test_second_schema.measurement_y2006m5" pg_restore: creating STATS IMPORT "dump_test_second_schema.TABLE measurement_y2006m5" pg_restore: creating TABLE ATTACH "dump_test.test_table_fk_1" pg_restore: creating TABLE ATTACH "dump_test_second_schema.measurement_y2006m2" pg_restore: creating TABLE ATTACH "dump_test_second_schema.measurement_y2006m3" pg_restore: creating TABLE ATTACH "dump_test_second_schema.measurement_y2006m4" pg_restore: creating TABLE ATTACH "dump_test_second_schema.measurement_y2006m5" pg_restore: creating DEFAULT "dump_test.measurement city_id" pg_restore: creating DEFAULT "dump_test.test_table col1" pg_restore: creating DEFAULT "dump_test.test_view col1" pg_restore: executing BLOB 16567 pg_restore: executing COMMENT LARGE OBJECT 16567 pg_restore: executing BLOB 16743 pg_restore: executing SEQUENCE SET measurement_city_id_seq pg_restore: executing SEQUENCE SET test_table_col1_seq pg_restore: executing SEQUENCE SET test_table_identity_col1_seq pg_restore: creating CONSTRAINT "dump_test.ordering_table ordering_table_pkey" pg_restore: creating FUNCTION "dump_test.ordering_func()" pg_restore: creating MATERIALIZED VIEW "dump_test.ordering_view" pg_restore: creating STATS IMPORT "dump_test.MATERIALIZED VIEW ordering_view" pg_restore: creating CONSTRAINT "dump_test.fk_reference_test_table fk_reference_test_table_pkey" pg_restore: creating CONSTRAINT "dump_test.measurement measurement_pkey" pg_restore: creating CONSTRAINT "dump_test.test_table_generated test_table_generated_pkey" pg_restore: creating CONSTRAINT "dump_test.test_table_identity test_table_identity_pkey" pg_restore: creating CONSTRAINT "dump_test.test_table test_table_pkey" pg_restore: creating CONSTRAINT "dump_test.test_table_tpk test_table_tpk_pkey" pg_restore: creating CONSTRAINT "dump_test.test_table_tuq test_table_tuq_uq" pg_restore: creating CONSTRAINT "dump_test_second_schema.measurement_y2006m2 measurement_y2006m2_pkey" pg_restore: creating CONSTRAINT "dump_test_second_schema.measurement_y2006m3 measurement_y2006m3_pkey" pg_restore: creating CONSTRAINT "dump_test_second_schema.measurement_y2006m4 measurement_y2006m4_pkey" pg_restore: creating CONSTRAINT "dump_test_second_schema.measurement_y2006m5 measurement_y2006m5_pkey" pg_restore: creating STATS IMPORT "dump_test.INDEX fk_reference_test_table_pkey" pg_restore: creating INDEX "dump_test.index_with_stats" pg_restore: creating STATS IMPORT "dump_test.INDEX index_with_stats" pg_restore: creating INDEX "dump_test.measurement_city_id_logdate_idx" pg_restore: creating STATS IMPORT "dump_test.INDEX measurement_city_id_logdate_idx" pg_restore: creating STATS IMPORT "dump_test.INDEX measurement_pkey" pg_restore: creating STATS IMPORT "dump_test.INDEX ordering_table_pkey" pg_restore: creating STATS IMPORT "dump_test.INDEX test_table_generated_pkey" pg_restore: creating STATS IMPORT "dump_test.INDEX test_table_identity_pkey" pg_restore: creating STATS IMPORT "dump_test.INDEX test_table_pkey" pg_restore: creating STATS IMPORT "dump_test.INDEX test_table_tpk_pkey" pg_restore: creating STATS IMPORT "dump_test.INDEX test_table_tuq_uq" pg_restore: creating INDEX "dump_test_second_schema.measurement_y2006m2_city_id_logdate_idx" pg_restore: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m2_city_id_logdate_idx" pg_restore: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m2_pkey" pg_restore: creating INDEX "dump_test_second_schema.measurement_y2006m3_city_id_logdate_idx" pg_restore: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m3_city_id_logdate_idx" pg_restore: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m3_pkey" pg_restore: creating INDEX "dump_test_second_schema.measurement_y2006m4_city_id_logdate_idx" pg_restore: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m4_city_id_logdate_idx" pg_restore: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m4_pkey" pg_restore: creating INDEX "dump_test_second_schema.measurement_y2006m5_city_id_logdate_idx" pg_restore: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m5_city_id_logdate_idx" pg_restore: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m5_pkey" pg_restore: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m2_city_id_logdate_idx" pg_restore: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m2_pkey" pg_restore: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m3_city_id_logdate_idx" pg_restore: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m3_pkey" pg_restore: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m4_city_id_logdate_idx" pg_restore: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m4_pkey" pg_restore: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m5_city_id_logdate_idx" pg_restore: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m5_pkey" pg_restore: creating STATISTICS "dump_test.test_ext_stats_expr" pg_restore: creating STATISTICS "dump_test.test_ext_stats_no_options" pg_restore: creating STATISTICS "dump_test.test_ext_stats_opts" pg_restore: creating TRIGGER "dump_test.measurement test_trigger" pg_restore: creating TRIGGER "dump_test.test_table test_trigger" pg_restore: creating TRIGGER "dump_test_second_schema.measurement_y2006m3 test_trigger" pg_restore: creating TRIGGER "dump_test_second_schema.measurement_y2006m4 test_trigger" pg_restore: creating TRIGGER "dump_test_second_schema.measurement_y2006m5 test_trigger" pg_restore: creating FK CONSTRAINT "dump_test.fk_reference_test_table fk_reference_test_table_col1_fkey" pg_restore: creating FK CONSTRAINT "dump_test.test_table_fk test_table_fk_col1_fkey" pg_restore: creating POLICY "dump_test.test_table p1" pg_restore: creating POLICY "dump_test.test_table p2" pg_restore: creating POLICY "dump_test.test_table p3" pg_restore: creating POLICY "dump_test.test_table p4" pg_restore: creating POLICY "dump_test.test_table p5" pg_restore: creating POLICY "dump_test.test_table p6" pg_restore: creating ROW SECURITY "dump_test.test_table" pg_restore: creating PUBLICATION "pub1" pg_restore: creating COMMENT "PUBLICATION pub1" pg_restore: creating PUBLICATION "pub2" pg_restore: creating PUBLICATION "pub3" pg_restore: creating PUBLICATION "pub4" pg_restore: creating PUBLICATION TABLE "dump_test.pub4 test_second_table" pg_restore: creating PUBLICATION TABLE "dump_test.pub1 test_second_table" pg_restore: creating PUBLICATION TABLE "dump_test.pub1 test_seventh_table" pg_restore: creating PUBLICATION TABLE "dump_test.pub1 test_sixth_table" pg_restore: creating PUBLICATION TABLE "dump_test.pub4 test_table" pg_restore: creating PUBLICATION TABLE "dump_test.pub1 test_table" pg_restore: creating PUBLICATION TABLE "dump_test.pub3 test_table" pg_restore: creating PUBLICATION TABLES IN SCHEMA "dump_test.pub3 dump_test" pg_restore: creating PUBLICATION TABLES IN SCHEMA "public.pub3 public" pg_restore: creating SUBSCRIPTION "sub1" pg_restore: creating COMMENT "SUBSCRIPTION sub1" pg_restore: creating SUBSCRIPTION "sub2" pg_restore: creating SUBSCRIPTION "sub3" pg_restore: creating ACL "SCHEMA dump_test_second_schema" pg_restore: creating ACL "SCHEMA public" pg_restore: creating ACL "LANGUAGE plpgsql" pg_restore: creating ACL "dump_test.TYPE int42" pg_restore: creating ACL "dump_test.TYPE planets" pg_restore: creating ACL "dump_test.TYPE textrange" pg_restore: creating ACL "dump_test.TYPE us_postal_code" pg_restore: creating ACL "pg_catalog.FUNCTION pg_sleep(double precision)" pg_restore: creating ACL "pg_catalog.FUNCTION pg_stat_reset()" pg_restore: creating ACL "FOREIGN DATA WRAPPER dummy" pg_restore: creating ACL "FOREIGN SERVER s1" pg_restore: creating ACL "dump_test.TABLE test_table" pg_restore: creating ACL "dump_test.TABLE measurement" pg_restore: creating ACL "dump_test.COLUMN measurement.city_id" pg_restore: creating ACL "dump_test.COLUMN test_second_table.col1" pg_restore: creating ACL "dump_test_second_schema.TABLE measurement_y2006m2" pg_restore: creating ACL "dump_test_second_schema.TABLE measurement_y2006m3" pg_restore: creating ACL "dump_test_second_schema.TABLE measurement_y2006m4" pg_restore: creating ACL "dump_test_second_schema.TABLE measurement_y2006m5" pg_restore: creating ACL "pg_catalog.TABLE pg_proc" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.tableoid" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.oid" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.proname" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.pronamespace" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.proowner" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.prolang" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.procost" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.prorows" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.provariadic" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.prosupport" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.prokind" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.prosecdef" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.proleakproof" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.proisstrict" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.proretset" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.provolatile" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.proparallel" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.pronargs" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.pronargdefaults" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.prorettype" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.proargtypes" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.proallargtypes" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.proargmodes" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.proargnames" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.proargdefaults" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.protrftypes" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.prosrc" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.probin" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.proconfig" pg_restore: creating ACL "pg_catalog.COLUMN pg_proc.proacl" pg_restore: executing ACL LARGE OBJECT 16567 pg_restore: creating DEFAULT ACL "dump_test.DEFAULT PRIVILEGES FOR FUNCTIONS" pg_restore: creating DEFAULT ACL "dump_test.DEFAULT PRIVILEGES FOR TABLES" pg_restore: creating DEFAULT ACL "DEFAULT PRIVILEGES FOR FUNCTIONS" pg_restore: creating DEFAULT ACL "DEFAULT PRIVILEGES FOR TABLES" pg_restore: creating EVENT TRIGGER "test_event_trigger" [07:25:15.472](0.033s) ok 38 - binary_upgrade: pg_restore runs [07:25:15.478](0.006s) ok 39 - binary_upgrade: should dump ALTER COLLATION test0 OWNER TO [07:25:15.478](0.001s) ok 40 - binary_upgrade: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:15.479](0.000s) ok 41 - binary_upgrade: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:15.479](0.000s) ok 42 - binary_upgrade: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:15.479](0.000s) ok 43 - binary_upgrade: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:15.480](0.000s) ok 44 - binary_upgrade: should dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:15.480](0.000s) ok 45 - binary_upgrade: should dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:15.480](0.000s) ok 46 - binary_upgrade: should dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:15.480](0.000s) ok 47 - binary_upgrade: should dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:15.480](0.000s) ok 48 - binary_upgrade: should dump ALTER INDEX ... ATTACH PARTITION [07:25:15.481](0.000s) ok 49 - binary_upgrade: should dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:15.481](0.000s) ok 50 - binary_upgrade: should dump ALTER LARGE OBJECT ... OWNER TO [07:25:15.481](0.000s) ok 51 - binary_upgrade: should dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:15.481](0.000s) ok 52 - binary_upgrade: should dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:15.482](0.000s) ok 53 - binary_upgrade: should dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:15.482](0.000s) ok 54 - binary_upgrade: should dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:15.482](0.000s) ok 55 - binary_upgrade: should dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:15.483](0.001s) ok 56 - binary_upgrade: should dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:15.483](0.000s) ok 57 - binary_upgrade: should dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:15.484](0.000s) ok 58 - binary_upgrade: should dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:15.484](0.000s) ok 59 - binary_upgrade: should dump ALTER PUBLICATION pub1 OWNER TO [07:25:15.484](0.000s) ok 60 - binary_upgrade: should dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:15.484](0.000s) ok 61 - binary_upgrade: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:15.484](0.000s) ok 62 - binary_upgrade: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:15.484](0.000s) ok 63 - binary_upgrade: should dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:15.484](0.000s) ok 64 - binary_upgrade: should dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:15.485](0.000s) ok 65 - binary_upgrade: should not dump ALTER ROLE regress_dump_test_role [07:25:15.485](0.000s) ok 66 - binary_upgrade: should dump ALTER SCHEMA dump_test OWNER TO [07:25:15.485](0.000s) ok 67 - binary_upgrade: should dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:15.485](0.000s) ok 68 - binary_upgrade: should dump ALTER SCHEMA public OWNER TO [07:25:15.485](0.000s) ok 69 - binary_upgrade: should dump ALTER SEQUENCE test_table_col1_seq [07:25:15.485](0.000s) ok 70 - binary_upgrade: should dump ALTER SERVER s1 OWNER TO [07:25:15.485](0.000s) ok 71 - binary_upgrade: should dump ALTER STATISTICS extended_stats_options [07:25:15.486](0.000s) ok 72 - binary_upgrade: should dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:15.486](0.000s) ok 73 - binary_upgrade: should dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:15.486](0.000s) ok 74 - binary_upgrade: should dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:15.487](0.000s) ok 75 - binary_upgrade: should dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:15.487](0.000s) ok 76 - binary_upgrade: should dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:15.487](0.000s) ok 77 - binary_upgrade: should dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:15.487](0.000s) ok 78 - binary_upgrade: should dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:15.488](0.000s) ok 79 - binary_upgrade: should dump ALTER TABLE measurement OWNER TO [07:25:15.488](0.000s) ok 80 - binary_upgrade: should dump ALTER TABLE measurement PRIMARY KEY [07:25:15.488](0.000s) ok 81 - binary_upgrade: should dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:15.488](0.000s) ok 82 - binary_upgrade: should dump ALTER TABLE test_second_table OWNER TO [07:25:15.488](0.000s) ok 83 - binary_upgrade: should dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:15.488](0.000s) ok 84 - binary_upgrade: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:15.488](0.000s) ok 85 - binary_upgrade: should dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:15.488](0.000s) ok 86 - binary_upgrade: should dump ALTER TABLE test_table OWNER TO [07:25:15.489](0.000s) ok 87 - binary_upgrade: should not dump ALTER TABLE test_table_generated_child1 [07:25:15.489](0.000s) ok 88 - binary_upgrade: should dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:15.489](0.000s) ok 89 - binary_upgrade: should dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:15.489](0.000s) ok 90 - binary_upgrade: should dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:15.489](0.000s) ok 91 - binary_upgrade: should dump ALTER VIEW test_view SET DEFAULT [07:25:15.490](0.000s) ok 92 - binary_upgrade: should dump Always trigger on partition is altered [07:25:15.490](0.000s) ok 93 - binary_upgrade: should dump COMMENT ON COLLATION test0 [07:25:15.490](0.000s) ok 94 - binary_upgrade: should dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:15.490](0.000s) ok 95 - binary_upgrade: should dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:15.490](0.000s) ok 96 - binary_upgrade: should dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:15.490](0.000s) ok 97 - binary_upgrade: should dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:15.490](0.000s) ok 98 - binary_upgrade: should dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:15.491](0.000s) ok 99 - binary_upgrade: should not dump COMMENT ON DATABASE postgres [07:25:15.491](0.000s) ok 100 - binary_upgrade: should not dump COMMENT ON EXTENSION plpgsql [07:25:15.491](0.000s) ok 101 - binary_upgrade: should dump COMMENT ON LARGE OBJECT ... [07:25:15.491](0.000s) ok 102 - binary_upgrade: should dump COMMENT ON PUBLICATION pub1 [07:25:15.492](0.000s) ok 103 - binary_upgrade: should not dump COMMENT ON SCHEMA public [07:25:15.492](0.000s) ok 104 - binary_upgrade: should dump COMMENT ON SUBSCRIPTION sub1 [07:25:15.492](0.000s) ok 105 - binary_upgrade: should dump COMMENT ON TABLE dump_test.test_table [07:25:15.492](0.000s) ok 106 - binary_upgrade: should dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:15.492](0.000s) ok 107 - binary_upgrade: should dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:15.492](0.000s) ok 108 - binary_upgrade: should dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:15.493](0.000s) ok 109 - binary_upgrade: should dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:15.493](0.000s) ok 110 - binary_upgrade: should dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:15.493](0.000s) ok 111 - binary_upgrade: should dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:15.493](0.000s) ok 112 - binary_upgrade: should dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:15.493](0.000s) ok 113 - binary_upgrade: should dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:15.493](0.000s) ok 114 - binary_upgrade: should dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:15.494](0.000s) ok 115 - binary_upgrade: should dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:15.494](0.000s) ok 116 - binary_upgrade: should not dump COPY fk_reference_test_table [07:25:15.494](0.000s) ok 117 - binary_upgrade: should not dump COPY fk_reference_test_table second [07:25:15.495](0.000s) ok 118 - binary_upgrade: should not dump COPY measurement [07:25:15.495](0.000s) ok 119 - binary_upgrade: should not dump COPY test_compression_method [07:25:15.495](0.000s) ok 120 - binary_upgrade: should not dump COPY test_fifth_table [07:25:15.495](0.000s) ok 121 - binary_upgrade: should not dump COPY test_fourth_table [07:25:15.496](0.000s) ok 122 - binary_upgrade: should not dump COPY test_second_table [07:25:15.496](0.000s) ok 123 - binary_upgrade: should not dump COPY test_table [07:25:15.496](0.000s) ok 124 - binary_upgrade: should not dump COPY test_table_identity [07:25:15.496](0.000s) ok 125 - binary_upgrade: should not dump COPY test_third_table [07:25:15.496](0.000s) ok 126 - binary_upgrade: should dump CREATE ACCESS METHOD gist2 [07:25:15.496](0.000s) ok 127 - binary_upgrade: should dump CREATE ACCESS METHOD regress_test_table_am [07:25:15.497](0.000s) ok 128 - binary_upgrade: should dump CREATE AGGREGATE dump_test.newavg [07:25:15.497](0.000s) ok 129 - binary_upgrade: should dump CREATE CAST FOR timestamptz [07:25:15.497](0.000s) ok 130 - binary_upgrade: should dump CREATE COLLATION test0 FROM "C" [07:25:15.497](0.000s) ok 131 - binary_upgrade: should dump CREATE CONVERSION dump_test.test_conversion [07:25:15.497](0.000s) ok 132 - binary_upgrade: should not dump CREATE DATABASE dump_test [07:25:15.497](0.000s) ok 133 - binary_upgrade: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:15.497](0.000s) ok 134 - binary_upgrade: should not dump CREATE DATABASE postgres [07:25:15.497](0.000s) ok 135 - binary_upgrade: should not dump CREATE DATABASE regression_invalid... [07:25:15.500](0.003s) ok 136 - binary_upgrade: should dump CREATE DOMAIN dump_test.us_postal_code [07:25:15.500](0.000s) ok 137 - binary_upgrade: should dump CREATE EVENT TRIGGER test_event_trigger [07:25:15.501](0.000s) ok 138 - binary_upgrade: should not dump CREATE EXTENSION ... plpgsql [07:25:15.501](0.000s) ok 139 - binary_upgrade: should dump CREATE FOREIGN DATA WRAPPER dummy [07:25:15.501](0.000s) ok 140 - binary_upgrade: should dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:15.501](0.000s) ok 141 - binary_upgrade: should dump CREATE FUNCTION ... SUPPORT [07:25:15.501](0.000s) ok 142 - binary_upgrade: should dump CREATE FUNCTION dump_test.event_trigger_func [07:25:15.501](0.000s) ok 143 - binary_upgrade: should dump CREATE FUNCTION dump_test.int42_in [07:25:15.501](0.000s) ok 144 - binary_upgrade: should dump CREATE FUNCTION dump_test.int42_out [07:25:15.501](0.000s) ok 145 - binary_upgrade: should dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:15.501](0.000s) ok 146 - binary_upgrade: should dump CREATE FUNCTION dump_test.trigger_func [07:25:15.502](0.000s) ok 147 - binary_upgrade: should dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:15.502](0.000s) ok 148 - binary_upgrade: should dump CREATE INDEX ON ONLY measurement [07:25:15.502](0.000s) ok 149 - binary_upgrade: should dump CREATE LANGUAGE pltestlang [07:25:15.502](0.000s) ok 150 - binary_upgrade: should dump CREATE MATERIALIZED VIEW matview [07:25:15.503](0.000s) ok 151 - binary_upgrade: should dump CREATE MATERIALIZED VIEW matview_fourth [07:25:15.503](0.000s) ok 152 - binary_upgrade: should dump CREATE MATERIALIZED VIEW matview_second [07:25:15.503](0.000s) ok 153 - binary_upgrade: should dump CREATE MATERIALIZED VIEW matview_third [07:25:15.503](0.000s) ok 154 - binary_upgrade: should dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:15.503](0.000s) ok 155 - binary_upgrade: should dump CREATE OPERATOR CLASS dump_test.op_class [07:25:15.504](0.001s) ok 156 - binary_upgrade: should dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:15.504](0.000s) ok 157 - binary_upgrade: should dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:15.504](0.000s) ok 158 - binary_upgrade: should dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:15.504](0.000s) ok 159 - binary_upgrade: should dump CREATE POLICY p1 ON test_table [07:25:15.505](0.000s) ok 160 - binary_upgrade: should dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:15.505](0.000s) ok 161 - binary_upgrade: should dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:15.505](0.000s) ok 162 - binary_upgrade: should dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:15.505](0.000s) ok 163 - binary_upgrade: should dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:15.505](0.000s) ok 164 - binary_upgrade: should dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:15.505](0.000s) ok 165 - binary_upgrade: should dump CREATE PROCEDURE dump_test.ptest1 [07:25:15.505](0.000s) ok 166 - binary_upgrade: should dump CREATE PUBLICATION pub1 [07:25:15.506](0.000s) ok 167 - binary_upgrade: should dump CREATE PUBLICATION pub2 [07:25:15.506](0.000s) ok 168 - binary_upgrade: should dump CREATE PUBLICATION pub3 [07:25:15.506](0.000s) ok 169 - binary_upgrade: should dump CREATE PUBLICATION pub4 [07:25:15.506](0.000s) ok 170 - binary_upgrade: should not dump CREATE ROLE regress_dump_test_role [07:25:15.506](0.000s) ok 171 - binary_upgrade: should not dump CREATE ROLE regress_quoted... [07:25:15.506](0.000s) ok 172 - binary_upgrade: should dump CREATE SCHEMA dump_test [07:25:15.506](0.000s) ok 173 - binary_upgrade: should dump CREATE SCHEMA dump_test_second_schema [07:25:15.506](0.000s) ok 174 - binary_upgrade: should not dump CREATE SCHEMA public [07:25:15.507](0.000s) ok 175 - binary_upgrade: should dump CREATE SEQUENCE test_table_col1_seq [07:25:15.507](0.000s) ok 176 - binary_upgrade: should dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:15.507](0.000s) ok 177 - binary_upgrade: should dump CREATE STATISTICS extended_stats_expression [07:25:15.507](0.000s) ok 178 - binary_upgrade: should dump CREATE STATISTICS extended_stats_no_options [07:25:15.507](0.000s) ok 179 - binary_upgrade: should dump CREATE STATISTICS extended_stats_options [07:25:15.507](0.000s) ok 180 - binary_upgrade: should dump CREATE SUBSCRIPTION sub1 [07:25:15.507](0.000s) ok 181 - binary_upgrade: should dump CREATE SUBSCRIPTION sub2 [07:25:15.508](0.000s) ok 182 - binary_upgrade: should dump CREATE SUBSCRIPTION sub3 [07:25:15.508](0.000s) ok 183 - binary_upgrade: should dump CREATE TABLE fk_reference_test_table [07:25:15.508](0.000s) ok 184 - binary_upgrade: should not dump CREATE TABLE measurement PARTITIONED BY [07:25:15.508](0.000s) ok 185 - binary_upgrade: should dump CREATE TABLE regress_pg_dump_table_am [07:25:15.508](0.000s) ok 186 - binary_upgrade: should dump CREATE TABLE table_with_stats [07:25:15.509](0.000s) ok 187 - binary_upgrade: should dump CREATE TABLE test_compression_method [07:25:15.509](0.000s) ok 188 - binary_upgrade: should dump CREATE TABLE test_fifth_table [07:25:15.509](0.000s) ok 189 - binary_upgrade: should dump CREATE TABLE test_fourth_table_zero_col [07:25:15.509](0.000s) ok 190 - binary_upgrade: should not dump CREATE TABLE test_inheritance_child [07:25:15.509](0.000s) ok 191 - binary_upgrade: should dump CREATE TABLE test_inheritance_parent [07:25:15.509](0.000s) ok 192 - binary_upgrade: should dump CREATE TABLE test_second_table [07:25:15.510](0.000s) ok 193 - binary_upgrade: should dump CREATE TABLE test_seventh_table [07:25:15.510](0.000s) ok 194 - binary_upgrade: should dump CREATE TABLE test_sixth_table [07:25:15.512](0.002s) ok 195 - binary_upgrade: should dump CREATE TABLE test_table [07:25:15.512](0.000s) ok 196 - binary_upgrade: should dump CREATE TABLE test_table_generated [07:25:15.514](0.001s) ok 197 - binary_upgrade: should not dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:15.514](0.000s) ok 198 - binary_upgrade: should not dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:15.514](0.000s) ok 199 - binary_upgrade: should dump CREATE TABLE test_table_identity [07:25:15.515](0.001s) ok 200 - binary_upgrade: should not dump CREATE TABLE test_third_table_generated_cols [07:25:15.516](0.000s) ok 201 - binary_upgrade: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:15.516](0.000s) ok 202 - binary_upgrade: should dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:15.516](0.000s) ok 203 - binary_upgrade: should dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:15.516](0.000s) ok 204 - binary_upgrade: should dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:15.516](0.000s) ok 205 - binary_upgrade: should dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:15.516](0.000s) ok 206 - binary_upgrade: should dump CREATE TRANSFORM FOR int [07:25:15.516](0.000s) ok 207 - binary_upgrade: should dump CREATE TRIGGER test_trigger [07:25:15.516](0.000s) ok 208 - binary_upgrade: should dump CREATE TYPE dump_test.composite [07:25:15.516](0.000s) ok 209 - binary_upgrade: should dump CREATE TYPE dump_test.int42 [07:25:15.516](0.000s) ok 210 - binary_upgrade: should dump CREATE TYPE dump_test.int42 populated [07:25:15.517](0.000s) ok 211 - binary_upgrade: should not dump CREATE TYPE dump_test.planets AS ENUM [07:25:15.521](0.005s) ok 212 - binary_upgrade: should dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:15.522](0.000s) ok 213 - binary_upgrade: should dump CREATE TYPE dump_test.textrange AS RANGE [07:25:15.522](0.000s) ok 214 - binary_upgrade: should dump CREATE TYPE dump_test.undefined [07:25:15.522](0.000s) ok 215 - binary_upgrade: should dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:15.523](0.000s) ok 216 - binary_upgrade: should dump CREATE VIEW test_view [07:25:15.523](0.001s) ok 217 - binary_upgrade: should dump Check ordering of a function that depends on a primary key [07:25:15.524](0.001s) ok 218 - binary_upgrade: should dump Check ordering of a matview that depends on a primary key [07:25:15.524](0.000s) ok 219 - binary_upgrade: should dump Creation of row-level trigger in partitioned table [07:25:15.525](0.000s) ok 220 - binary_upgrade: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:15.525](0.000s) ok 221 - binary_upgrade: should not dump DROP EXTENSION plpgsql [07:25:15.525](0.000s) ok 222 - binary_upgrade: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:15.526](0.000s) ok 223 - binary_upgrade: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:15.526](0.000s) ok 224 - binary_upgrade: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:15.526](0.000s) ok 225 - binary_upgrade: should not dump DROP LANGUAGE pltestlang [07:25:15.527](0.000s) ok 226 - binary_upgrade: should not dump DROP ROLE pg_ [07:25:15.528](0.001s) ok 227 - binary_upgrade: should not dump DROP ROLE regress_dump_test_role [07:25:15.528](0.000s) ok 228 - binary_upgrade: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:15.528](0.000s) ok 229 - binary_upgrade: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:15.528](0.000s) ok 230 - binary_upgrade: should not dump DROP SCHEMA IF EXISTS public [07:25:15.529](0.000s) ok 231 - binary_upgrade: should not dump DROP SCHEMA dump_test [07:25:15.529](0.000s) ok 232 - binary_upgrade: should not dump DROP SCHEMA dump_test_second_schema [07:25:15.529](0.000s) ok 233 - binary_upgrade: should not dump DROP SCHEMA public [07:25:15.529](0.000s) ok 234 - binary_upgrade: should not dump DROP TABLE IF EXISTS test_second_table [07:25:15.529](0.000s) ok 235 - binary_upgrade: should not dump DROP TABLE IF EXISTS test_table [07:25:15.530](0.000s) ok 236 - binary_upgrade: should not dump DROP TABLE fk_reference_test_table [07:25:15.530](0.000s) ok 237 - binary_upgrade: should not dump DROP TABLE test_second_table [07:25:15.530](0.000s) ok 238 - binary_upgrade: should not dump DROP TABLE test_table [07:25:15.530](0.000s) ok 239 - binary_upgrade: should dump Disabled trigger on partition is altered [07:25:15.530](0.000s) ok 240 - binary_upgrade: should not dump Disabled trigger on partition is not created [07:25:15.530](0.000s) ok 241 - binary_upgrade: should dump GRANT ALL ON LARGE OBJECT ... [07:25:15.531](0.000s) ok 242 - binary_upgrade: should not dump GRANT CREATE ON DATABASE dump_test [07:25:15.531](0.000s) ok 243 - binary_upgrade: should dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:15.531](0.000s) ok 244 - binary_upgrade: should dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:15.531](0.001s) ok 245 - binary_upgrade: should dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:15.532](0.000s) ok 246 - binary_upgrade: should dump GRANT SELECT ON TABLE measurement [07:25:15.532](0.000s) ok 247 - binary_upgrade: should dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:15.532](0.000s) ok 248 - binary_upgrade: should dump GRANT SELECT ON TABLE test_table [07:25:15.532](0.000s) ok 249 - binary_upgrade: should dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:15.532](0.000s) ok 250 - binary_upgrade: should dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:15.532](0.000s) ok 251 - binary_upgrade: should dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:15.532](0.000s) ok 252 - binary_upgrade: should dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:15.533](0.000s) ok 253 - binary_upgrade: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:15.533](0.000s) ok 254 - binary_upgrade: should dump GRANT USAGE ON TYPE dump_test.int42 [07:25:15.533](0.000s) ok 255 - binary_upgrade: should dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:15.533](0.000s) ok 256 - binary_upgrade: should dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:15.534](0.000s) ok 257 - binary_upgrade: should not dump INSERT INTO test_fifth_table [07:25:15.534](0.000s) ok 258 - binary_upgrade: should not dump INSERT INTO test_fourth_table [07:25:15.534](0.000s) ok 259 - binary_upgrade: should not dump INSERT INTO test_second_table [07:25:15.534](0.000s) ok 260 - binary_upgrade: should not dump INSERT INTO test_table [07:25:15.535](0.000s) ok 261 - binary_upgrade: should not dump INSERT INTO test_table_identity [07:25:15.535](0.000s) ok 262 - binary_upgrade: should not dump INSERT INTO test_third_table [07:25:15.535](0.000s) ok 263 - binary_upgrade: should not dump INSERT INTO test_third_table (colnames) [07:25:15.536](0.000s) ok 264 - binary_upgrade: should dump LO create (using lo_from_bytea) [07:25:15.536](0.000s) ok 265 - binary_upgrade: should not dump LO create (with no data) [07:25:15.536](0.000s) ok 266 - binary_upgrade: should not dump LO load (using lo_from_bytea) [07:25:15.537](0.000s) ok 267 - binary_upgrade: should dump Partition measurement_y2006m2 creation [07:25:15.537](0.000s) ok 268 - binary_upgrade: should not dump REFRESH MATERIALIZED VIEW matview [07:25:15.537](0.000s) ok 269 - binary_upgrade: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:15.538](0.000s) ok 270 - binary_upgrade: should not dump REFRESH MATERIALIZED VIEW matview_second [07:25:15.538](0.000s) ok 271 - binary_upgrade: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:15.538](0.000s) ok 272 - binary_upgrade: should dump REVOKE ALL ON SCHEMA public [07:25:15.539](0.000s) ok 273 - binary_upgrade: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:15.539](0.000s) ok 274 - binary_upgrade: should dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:15.649](0.110s) ok 275 - binary_upgrade: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:15.649](0.000s) ok 276 - binary_upgrade: should dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:15.650](0.000s) ok 277 - binary_upgrade: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:15.651](0.001s) ok 278 - binary_upgrade: should dump Replica trigger on partition is altered [07:25:15.651](0.001s) ok 279 - binary_upgrade: should not dump Triggers on partitions are not dropped [07:25:15.653](0.002s) ok 280 - binary_upgrade: should not dump test_table with 4-row INSERTs # Running: pg_dump --no-sync --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/clean.sql -c -d postgres pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order [07:25:16.237](0.584s) ok 281 - clean: pg_dump runs [07:25:16.240](0.002s) ok 282 - clean: should dump ALTER COLLATION test0 OWNER TO [07:25:16.240](0.000s) ok 283 - clean: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:16.240](0.000s) ok 284 - clean: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:16.241](0.000s) ok 285 - clean: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:16.241](0.000s) ok 286 - clean: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:16.241](0.000s) ok 287 - clean: should dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:16.242](0.001s) ok 288 - clean: should dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:16.242](0.000s) ok 289 - clean: should dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:16.242](0.000s) ok 290 - clean: should dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:16.243](0.000s) ok 291 - clean: should dump ALTER INDEX ... ATTACH PARTITION [07:25:16.243](0.000s) ok 292 - clean: should dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:16.243](0.000s) ok 293 - clean: should dump ALTER LARGE OBJECT ... OWNER TO [07:25:16.243](0.000s) ok 294 - clean: should dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:16.244](0.000s) ok 295 - clean: should dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:16.244](0.000s) ok 296 - clean: should dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:16.245](0.000s) ok 297 - clean: should dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:16.245](0.000s) ok 298 - clean: should dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:16.245](0.000s) ok 299 - clean: should dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:16.245](0.000s) ok 300 - clean: should dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:16.246](0.000s) ok 301 - clean: should dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:16.246](0.000s) ok 302 - clean: should dump ALTER PUBLICATION pub1 OWNER TO [07:25:16.247](0.001s) ok 303 - clean: should dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:16.248](0.000s) ok 304 - clean: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:16.248](0.000s) ok 305 - clean: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:16.248](0.000s) ok 306 - clean: should dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:16.249](0.000s) ok 307 - clean: should dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:16.249](0.000s) ok 308 - clean: should not dump ALTER ROLE regress_dump_test_role [07:25:16.249](0.000s) ok 309 - clean: should dump ALTER SCHEMA dump_test OWNER TO [07:25:16.249](0.000s) ok 310 - clean: should dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:16.251](0.002s) ok 311 - clean: should dump ALTER SCHEMA public OWNER TO [07:25:16.251](0.000s) ok 312 - clean: should dump ALTER SEQUENCE test_table_col1_seq [07:25:16.251](0.000s) ok 313 - clean: should dump ALTER SERVER s1 OWNER TO [07:25:16.252](0.000s) ok 314 - clean: should dump ALTER STATISTICS extended_stats_options [07:25:16.252](0.000s) ok 315 - clean: should dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:16.252](0.000s) ok 316 - clean: should dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:16.252](0.000s) ok 317 - clean: should dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:16.254](0.002s) ok 318 - clean: should dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:16.255](0.000s) ok 319 - clean: should dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:16.255](0.000s) ok 320 - clean: should dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:16.255](0.000s) ok 321 - clean: should dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:16.255](0.000s) ok 322 - clean: should dump ALTER TABLE measurement OWNER TO [07:25:16.256](0.000s) ok 323 - clean: should dump ALTER TABLE measurement PRIMARY KEY [07:25:16.256](0.000s) ok 324 - clean: should dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:16.257](0.001s) ok 325 - clean: should dump ALTER TABLE test_second_table OWNER TO [07:25:16.257](0.000s) ok 326 - clean: should dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:16.258](0.001s) ok 327 - clean: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:16.259](0.001s) ok 328 - clean: should dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:16.259](0.000s) ok 329 - clean: should dump ALTER TABLE test_table OWNER TO [07:25:16.273](0.014s) ok 330 - clean: should not dump ALTER TABLE test_table_generated_child1 [07:25:16.273](0.000s) ok 331 - clean: should dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:16.273](0.000s) ok 332 - clean: should dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:16.274](0.000s) ok 333 - clean: should dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:16.274](0.000s) ok 334 - clean: should dump ALTER VIEW test_view SET DEFAULT [07:25:16.274](0.000s) ok 335 - clean: should dump Always trigger on partition is altered [07:25:16.274](0.000s) ok 336 - clean: should dump COMMENT ON COLLATION test0 [07:25:16.274](0.000s) ok 337 - clean: should dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:16.274](0.000s) ok 338 - clean: should dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:16.274](0.000s) ok 339 - clean: should dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:16.274](0.000s) ok 340 - clean: should dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:16.274](0.000s) ok 341 - clean: should dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:16.274](0.000s) ok 342 - clean: should not dump COMMENT ON DATABASE postgres [07:25:16.275](0.000s) ok 343 - clean: should not dump COMMENT ON EXTENSION plpgsql [07:25:16.275](0.000s) ok 344 - clean: should dump COMMENT ON LARGE OBJECT ... [07:25:16.275](0.000s) ok 345 - clean: should dump COMMENT ON PUBLICATION pub1 [07:25:16.275](0.000s) ok 346 - clean: should not dump COMMENT ON SCHEMA public [07:25:16.275](0.000s) ok 347 - clean: should dump COMMENT ON SUBSCRIPTION sub1 [07:25:16.275](0.000s) ok 348 - clean: should dump COMMENT ON TABLE dump_test.test_table [07:25:16.275](0.000s) ok 349 - clean: should dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:16.275](0.000s) ok 350 - clean: should dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:16.275](0.000s) ok 351 - clean: should dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:16.275](0.000s) ok 352 - clean: should dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:16.276](0.000s) ok 353 - clean: should dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:16.276](0.000s) ok 354 - clean: should dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:16.276](0.000s) ok 355 - clean: should dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:16.276](0.000s) ok 356 - clean: should dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:16.276](0.000s) ok 357 - clean: should dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:16.276](0.000s) ok 358 - clean: should dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:16.276](0.000s) ok 359 - clean: should dump COPY fk_reference_test_table [07:25:16.276](0.000s) ok 360 - clean: should not dump COPY fk_reference_test_table second [07:25:16.276](0.000s) ok 361 - clean: should dump COPY measurement [07:25:16.276](0.000s) ok 362 - clean: should dump COPY test_compression_method [07:25:16.277](0.000s) ok 363 - clean: should dump COPY test_fifth_table [07:25:16.277](0.000s) ok 364 - clean: should dump COPY test_fourth_table [07:25:16.277](0.000s) ok 365 - clean: should dump COPY test_second_table [07:25:16.277](0.000s) ok 366 - clean: should dump COPY test_table [07:25:16.277](0.000s) ok 367 - clean: should dump COPY test_table_identity [07:25:16.277](0.000s) ok 368 - clean: should dump COPY test_third_table [07:25:16.277](0.000s) ok 369 - clean: should dump CREATE ACCESS METHOD gist2 [07:25:16.277](0.000s) ok 370 - clean: should dump CREATE ACCESS METHOD regress_test_table_am [07:25:16.277](0.000s) ok 371 - clean: should dump CREATE AGGREGATE dump_test.newavg [07:25:16.277](0.000s) ok 372 - clean: should dump CREATE CAST FOR timestamptz [07:25:16.278](0.000s) ok 373 - clean: should dump CREATE COLLATION test0 FROM "C" [07:25:16.278](0.000s) ok 374 - clean: should dump CREATE CONVERSION dump_test.test_conversion [07:25:16.278](0.000s) ok 375 - clean: should not dump CREATE DATABASE dump_test [07:25:16.278](0.000s) ok 376 - clean: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:16.279](0.000s) ok 377 - clean: should not dump CREATE DATABASE postgres [07:25:16.279](0.000s) ok 378 - clean: should not dump CREATE DATABASE regression_invalid... [07:25:16.281](0.002s) ok 379 - clean: should dump CREATE DOMAIN dump_test.us_postal_code [07:25:16.281](0.000s) ok 380 - clean: should dump CREATE EVENT TRIGGER test_event_trigger [07:25:16.281](0.000s) ok 381 - clean: should not dump CREATE EXTENSION ... plpgsql [07:25:16.282](0.001s) ok 382 - clean: should dump CREATE FOREIGN DATA WRAPPER dummy [07:25:16.283](0.001s) ok 383 - clean: should dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:16.283](0.000s) ok 384 - clean: should dump CREATE FUNCTION ... SUPPORT [07:25:16.283](0.000s) ok 385 - clean: should dump CREATE FUNCTION dump_test.event_trigger_func [07:25:16.283](0.000s) ok 386 - clean: should dump CREATE FUNCTION dump_test.int42_in [07:25:16.284](0.000s) ok 387 - clean: should dump CREATE FUNCTION dump_test.int42_out [07:25:16.284](0.000s) ok 388 - clean: should dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:16.284](0.000s) ok 389 - clean: should dump CREATE FUNCTION dump_test.trigger_func [07:25:16.284](0.000s) ok 390 - clean: should dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:16.285](0.000s) ok 391 - clean: should dump CREATE INDEX ON ONLY measurement [07:25:16.285](0.000s) ok 392 - clean: should dump CREATE LANGUAGE pltestlang [07:25:16.285](0.000s) ok 393 - clean: should dump CREATE MATERIALIZED VIEW matview [07:25:16.285](0.000s) ok 394 - clean: should dump CREATE MATERIALIZED VIEW matview_fourth [07:25:16.286](0.000s) ok 395 - clean: should dump CREATE MATERIALIZED VIEW matview_second [07:25:16.286](0.000s) ok 396 - clean: should dump CREATE MATERIALIZED VIEW matview_third [07:25:16.286](0.000s) ok 397 - clean: should dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:16.286](0.000s) ok 398 - clean: should dump CREATE OPERATOR CLASS dump_test.op_class [07:25:16.287](0.001s) ok 399 - clean: should dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:16.287](0.000s) ok 400 - clean: should dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:16.287](0.000s) ok 401 - clean: should dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:16.288](0.000s) ok 402 - clean: should dump CREATE POLICY p1 ON test_table [07:25:16.288](0.000s) ok 403 - clean: should dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:16.288](0.000s) ok 404 - clean: should dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:16.289](0.000s) ok 405 - clean: should dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:16.289](0.000s) ok 406 - clean: should dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:16.289](0.000s) ok 407 - clean: should dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:16.290](0.001s) ok 408 - clean: should dump CREATE PROCEDURE dump_test.ptest1 [07:25:16.290](0.000s) ok 409 - clean: should dump CREATE PUBLICATION pub1 [07:25:16.291](0.000s) ok 410 - clean: should dump CREATE PUBLICATION pub2 [07:25:16.291](0.000s) ok 411 - clean: should dump CREATE PUBLICATION pub3 [07:25:16.291](0.000s) ok 412 - clean: should dump CREATE PUBLICATION pub4 [07:25:16.291](0.000s) ok 413 - clean: should not dump CREATE ROLE regress_dump_test_role [07:25:16.292](0.000s) ok 414 - clean: should not dump CREATE ROLE regress_quoted... [07:25:16.292](0.000s) ok 415 - clean: should dump CREATE SCHEMA dump_test [07:25:16.292](0.000s) ok 416 - clean: should dump CREATE SCHEMA dump_test_second_schema [07:25:16.292](0.000s) ok 417 - clean: should not dump CREATE SCHEMA public [07:25:16.293](0.000s) ok 418 - clean: should dump CREATE SEQUENCE test_table_col1_seq [07:25:16.293](0.000s) ok 419 - clean: should dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:16.293](0.000s) ok 420 - clean: should dump CREATE STATISTICS extended_stats_expression [07:25:16.294](0.000s) ok 421 - clean: should dump CREATE STATISTICS extended_stats_no_options [07:25:16.294](0.000s) ok 422 - clean: should dump CREATE STATISTICS extended_stats_options [07:25:16.294](0.000s) ok 423 - clean: should dump CREATE SUBSCRIPTION sub1 [07:25:16.295](0.000s) ok 424 - clean: should dump CREATE SUBSCRIPTION sub2 [07:25:16.295](0.000s) ok 425 - clean: should dump CREATE SUBSCRIPTION sub3 [07:25:16.295](0.000s) ok 426 - clean: should dump CREATE TABLE fk_reference_test_table [07:25:16.295](0.000s) ok 427 - clean: should dump CREATE TABLE measurement PARTITIONED BY [07:25:16.295](0.000s) ok 428 - clean: should dump CREATE TABLE regress_pg_dump_table_am [07:25:16.295](0.000s) ok 429 - clean: should dump CREATE TABLE table_with_stats [07:25:16.295](0.000s) ok 430 - clean: should dump CREATE TABLE test_compression_method [07:25:16.295](0.000s) ok 431 - clean: should dump CREATE TABLE test_fifth_table [07:25:16.295](0.000s) ok 432 - clean: should dump CREATE TABLE test_fourth_table_zero_col [07:25:16.296](0.000s) ok 433 - clean: should dump CREATE TABLE test_inheritance_child [07:25:16.296](0.000s) ok 434 - clean: should dump CREATE TABLE test_inheritance_parent [07:25:16.296](0.000s) ok 435 - clean: should dump CREATE TABLE test_second_table [07:25:16.296](0.000s) ok 436 - clean: should dump CREATE TABLE test_seventh_table [07:25:16.296](0.000s) ok 437 - clean: should dump CREATE TABLE test_sixth_table [07:25:16.298](0.002s) ok 438 - clean: should dump CREATE TABLE test_table [07:25:16.298](0.000s) ok 439 - clean: should dump CREATE TABLE test_table_generated [07:25:16.300](0.002s) ok 440 - clean: should dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:16.301](0.001s) ok 441 - clean: should dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:16.305](0.004s) ok 442 - clean: should dump CREATE TABLE test_table_identity [07:25:16.305](0.000s) ok 443 - clean: should dump CREATE TABLE test_third_table_generated_cols [07:25:16.306](0.000s) ok 444 - clean: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:16.306](0.000s) ok 445 - clean: should dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:16.306](0.000s) ok 446 - clean: should dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:16.307](0.000s) ok 447 - clean: should dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:16.307](0.000s) ok 448 - clean: should dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:16.307](0.000s) ok 449 - clean: should dump CREATE TRANSFORM FOR int [07:25:16.307](0.000s) ok 450 - clean: should dump CREATE TRIGGER test_trigger [07:25:16.308](0.000s) ok 451 - clean: should dump CREATE TYPE dump_test.composite [07:25:16.308](0.000s) ok 452 - clean: should dump CREATE TYPE dump_test.int42 [07:25:16.308](0.000s) ok 453 - clean: should dump CREATE TYPE dump_test.int42 populated [07:25:16.308](0.000s) ok 454 - clean: should dump CREATE TYPE dump_test.planets AS ENUM [07:25:16.308](0.000s) ok 455 - clean: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:16.308](0.000s) ok 456 - clean: should dump CREATE TYPE dump_test.textrange AS RANGE [07:25:16.308](0.000s) ok 457 - clean: should dump CREATE TYPE dump_test.undefined [07:25:16.309](0.000s) ok 458 - clean: should dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:16.309](0.000s) ok 459 - clean: should dump CREATE VIEW test_view [07:25:16.309](0.000s) ok 460 - clean: should dump Check ordering of a function that depends on a primary key [07:25:16.309](0.000s) ok 461 - clean: should dump Check ordering of a matview that depends on a primary key [07:25:16.310](0.000s) ok 462 - clean: should dump Creation of row-level trigger in partitioned table [07:25:16.310](0.000s) ok 463 - clean: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:16.310](0.000s) ok 464 - clean: should not dump DROP EXTENSION plpgsql [07:25:16.310](0.000s) ok 465 - clean: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:16.310](0.000s) ok 466 - clean: should dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:16.310](0.000s) ok 467 - clean: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:16.310](0.000s) ok 468 - clean: should dump DROP LANGUAGE pltestlang [07:25:16.310](0.000s) ok 469 - clean: should not dump DROP ROLE pg_ [07:25:16.311](0.000s) ok 470 - clean: should not dump DROP ROLE regress_dump_test_role [07:25:16.311](0.000s) ok 471 - clean: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:16.311](0.000s) ok 472 - clean: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:16.311](0.000s) ok 473 - clean: should not dump DROP SCHEMA IF EXISTS public [07:25:16.311](0.000s) ok 474 - clean: should dump DROP SCHEMA dump_test [07:25:16.311](0.000s) ok 475 - clean: should dump DROP SCHEMA dump_test_second_schema [07:25:16.311](0.000s) ok 476 - clean: should not dump DROP SCHEMA public [07:25:16.311](0.000s) ok 477 - clean: should not dump DROP TABLE IF EXISTS test_second_table [07:25:16.312](0.000s) ok 478 - clean: should not dump DROP TABLE IF EXISTS test_table [07:25:16.312](0.000s) ok 479 - clean: should dump DROP TABLE fk_reference_test_table [07:25:16.312](0.000s) ok 480 - clean: should dump DROP TABLE test_second_table [07:25:16.312](0.000s) ok 481 - clean: should dump DROP TABLE test_table [07:25:16.313](0.000s) ok 482 - clean: should dump Disabled trigger on partition is altered [07:25:16.313](0.001s) ok 483 - clean: should not dump Disabled trigger on partition is not created [07:25:16.314](0.000s) ok 484 - clean: should dump GRANT ALL ON LARGE OBJECT ... [07:25:16.314](0.001s) ok 485 - clean: should not dump GRANT CREATE ON DATABASE dump_test [07:25:16.315](0.001s) ok 486 - clean: should dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:16.316](0.000s) ok 487 - clean: should dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:16.316](0.001s) ok 488 - clean: should dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:16.317](0.000s) ok 489 - clean: should dump GRANT SELECT ON TABLE measurement [07:25:16.317](0.000s) ok 490 - clean: should dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:16.328](0.011s) ok 491 - clean: should dump GRANT SELECT ON TABLE test_table [07:25:16.328](0.000s) ok 492 - clean: should dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:16.329](0.000s) ok 493 - clean: should dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:16.329](0.000s) ok 494 - clean: should dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:16.329](0.000s) ok 495 - clean: should dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:16.330](0.000s) ok 496 - clean: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:16.330](0.000s) ok 497 - clean: should dump GRANT USAGE ON TYPE dump_test.int42 [07:25:16.330](0.000s) ok 498 - clean: should dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:16.330](0.000s) ok 499 - clean: should dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:16.331](0.000s) ok 500 - clean: should not dump INSERT INTO test_fifth_table [07:25:16.331](0.000s) ok 501 - clean: should not dump INSERT INTO test_fourth_table [07:25:16.331](0.000s) ok 502 - clean: should not dump INSERT INTO test_second_table [07:25:16.331](0.000s) ok 503 - clean: should not dump INSERT INTO test_table [07:25:16.332](0.000s) ok 504 - clean: should not dump INSERT INTO test_table_identity [07:25:16.332](0.000s) ok 505 - clean: should not dump INSERT INTO test_third_table [07:25:16.352](0.020s) ok 506 - clean: should not dump INSERT INTO test_third_table (colnames) [07:25:16.354](0.002s) ok 507 - clean: should dump LO create (using lo_from_bytea) [07:25:16.355](0.000s) ok 508 - clean: should dump LO create (with no data) [07:25:16.355](0.000s) ok 509 - clean: should dump LO load (using lo_from_bytea) [07:25:16.355](0.000s) ok 510 - clean: should dump Partition measurement_y2006m2 creation [07:25:16.355](0.000s) ok 511 - clean: should dump REFRESH MATERIALIZED VIEW matview [07:25:16.356](0.000s) ok 512 - clean: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:16.357](0.001s) ok 513 - clean: should dump REFRESH MATERIALIZED VIEW matview_second [07:25:16.357](0.000s) ok 514 - clean: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:16.358](0.000s) ok 515 - clean: should dump REVOKE ALL ON SCHEMA public [07:25:16.358](0.000s) ok 516 - clean: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:16.358](0.000s) ok 517 - clean: should dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:16.391](0.033s) ok 518 - clean: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:16.391](0.000s) ok 519 - clean: should dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:16.391](0.000s) ok 520 - clean: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:16.392](0.000s) ok 521 - clean: should dump Replica trigger on partition is altered [07:25:16.392](0.000s) ok 522 - clean: should not dump Triggers on partitions are not dropped [07:25:16.392](0.000s) ok 523 - clean: should not dump test_table with 4-row INSERTs # Running: pg_dump --no-sync --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/clean_if_exists.sql -c --if-exists --encoding=UTF8 postgres pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order [07:25:17.066](0.675s) ok 524 - clean_if_exists: pg_dump runs [07:25:17.073](0.006s) ok 525 - clean_if_exists: should dump ALTER COLLATION test0 OWNER TO [07:25:17.073](0.001s) ok 526 - clean_if_exists: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:17.076](0.003s) ok 527 - clean_if_exists: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:17.076](0.000s) ok 528 - clean_if_exists: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:17.077](0.000s) ok 529 - clean_if_exists: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:17.077](0.000s) ok 530 - clean_if_exists: should dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:17.077](0.000s) ok 531 - clean_if_exists: should dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:17.077](0.000s) ok 532 - clean_if_exists: should dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:17.077](0.000s) ok 533 - clean_if_exists: should dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:17.077](0.000s) ok 534 - clean_if_exists: should dump ALTER INDEX ... ATTACH PARTITION [07:25:17.077](0.000s) ok 535 - clean_if_exists: should dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:17.077](0.000s) ok 536 - clean_if_exists: should dump ALTER LARGE OBJECT ... OWNER TO [07:25:17.077](0.000s) ok 537 - clean_if_exists: should dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:17.078](0.000s) ok 538 - clean_if_exists: should dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:17.078](0.000s) ok 539 - clean_if_exists: should dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:17.078](0.000s) ok 540 - clean_if_exists: should dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:17.078](0.000s) ok 541 - clean_if_exists: should dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:17.078](0.000s) ok 542 - clean_if_exists: should dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:17.078](0.000s) ok 543 - clean_if_exists: should dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:17.078](0.000s) ok 544 - clean_if_exists: should dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:17.078](0.000s) ok 545 - clean_if_exists: should dump ALTER PUBLICATION pub1 OWNER TO [07:25:17.079](0.000s) ok 546 - clean_if_exists: should dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:17.079](0.000s) ok 547 - clean_if_exists: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:17.079](0.000s) ok 548 - clean_if_exists: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:17.080](0.000s) ok 549 - clean_if_exists: should dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:17.080](0.000s) ok 550 - clean_if_exists: should dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:17.080](0.000s) ok 551 - clean_if_exists: should not dump ALTER ROLE regress_dump_test_role [07:25:17.080](0.000s) ok 552 - clean_if_exists: should dump ALTER SCHEMA dump_test OWNER TO [07:25:17.080](0.000s) ok 553 - clean_if_exists: should dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:17.080](0.000s) ok 554 - clean_if_exists: should dump ALTER SCHEMA public OWNER TO [07:25:17.081](0.000s) ok 555 - clean_if_exists: should dump ALTER SEQUENCE test_table_col1_seq [07:25:17.081](0.000s) ok 556 - clean_if_exists: should dump ALTER SERVER s1 OWNER TO [07:25:17.081](0.000s) ok 557 - clean_if_exists: should dump ALTER STATISTICS extended_stats_options [07:25:17.081](0.000s) ok 558 - clean_if_exists: should dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:17.082](0.000s) ok 559 - clean_if_exists: should dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:17.082](0.000s) ok 560 - clean_if_exists: should dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:17.082](0.000s) ok 561 - clean_if_exists: should dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:17.082](0.000s) ok 562 - clean_if_exists: should dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:17.083](0.000s) ok 563 - clean_if_exists: should dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:17.083](0.000s) ok 564 - clean_if_exists: should dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:17.083](0.000s) ok 565 - clean_if_exists: should dump ALTER TABLE measurement OWNER TO [07:25:17.084](0.000s) ok 566 - clean_if_exists: should dump ALTER TABLE measurement PRIMARY KEY [07:25:17.084](0.000s) ok 567 - clean_if_exists: should dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:17.084](0.000s) ok 568 - clean_if_exists: should dump ALTER TABLE test_second_table OWNER TO [07:25:17.084](0.000s) ok 569 - clean_if_exists: should dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:17.084](0.000s) ok 570 - clean_if_exists: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:17.084](0.000s) ok 571 - clean_if_exists: should dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:17.084](0.000s) ok 572 - clean_if_exists: should dump ALTER TABLE test_table OWNER TO [07:25:17.084](0.000s) ok 573 - clean_if_exists: should not dump ALTER TABLE test_table_generated_child1 [07:25:17.084](0.000s) ok 574 - clean_if_exists: should dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:17.085](0.001s) ok 575 - clean_if_exists: should dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:17.094](0.009s) ok 576 - clean_if_exists: should dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:17.096](0.002s) ok 577 - clean_if_exists: should dump ALTER VIEW test_view SET DEFAULT [07:25:17.096](0.000s) ok 578 - clean_if_exists: should dump Always trigger on partition is altered [07:25:17.096](0.000s) ok 579 - clean_if_exists: should dump COMMENT ON COLLATION test0 [07:25:17.097](0.000s) ok 580 - clean_if_exists: should dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:17.097](0.000s) ok 581 - clean_if_exists: should dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:17.097](0.000s) ok 582 - clean_if_exists: should dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:17.097](0.000s) ok 583 - clean_if_exists: should dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:17.097](0.000s) ok 584 - clean_if_exists: should dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:17.097](0.000s) ok 585 - clean_if_exists: should not dump COMMENT ON DATABASE postgres [07:25:17.097](0.000s) ok 586 - clean_if_exists: should not dump COMMENT ON EXTENSION plpgsql [07:25:17.097](0.000s) ok 587 - clean_if_exists: should dump COMMENT ON LARGE OBJECT ... [07:25:17.097](0.000s) ok 588 - clean_if_exists: should dump COMMENT ON PUBLICATION pub1 [07:25:17.098](0.000s) ok 589 - clean_if_exists: should not dump COMMENT ON SCHEMA public [07:25:17.098](0.000s) ok 590 - clean_if_exists: should dump COMMENT ON SUBSCRIPTION sub1 [07:25:17.098](0.000s) ok 591 - clean_if_exists: should dump COMMENT ON TABLE dump_test.test_table [07:25:17.098](0.000s) ok 592 - clean_if_exists: should dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:17.098](0.000s) ok 593 - clean_if_exists: should dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:17.098](0.000s) ok 594 - clean_if_exists: should dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:17.098](0.000s) ok 595 - clean_if_exists: should dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:17.099](0.000s) ok 596 - clean_if_exists: should dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:17.099](0.000s) ok 597 - clean_if_exists: should dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:17.099](0.000s) ok 598 - clean_if_exists: should dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:17.099](0.000s) ok 599 - clean_if_exists: should dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:17.099](0.000s) ok 600 - clean_if_exists: should dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:17.099](0.000s) ok 601 - clean_if_exists: should dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:17.099](0.000s) ok 602 - clean_if_exists: should dump COPY fk_reference_test_table [07:25:17.100](0.000s) ok 603 - clean_if_exists: should not dump COPY fk_reference_test_table second [07:25:17.100](0.000s) ok 604 - clean_if_exists: should dump COPY measurement [07:25:17.100](0.000s) ok 605 - clean_if_exists: should dump COPY test_compression_method [07:25:17.100](0.000s) ok 606 - clean_if_exists: should dump COPY test_fifth_table [07:25:17.100](0.000s) ok 607 - clean_if_exists: should dump COPY test_fourth_table [07:25:17.100](0.000s) ok 608 - clean_if_exists: should dump COPY test_second_table [07:25:17.100](0.000s) ok 609 - clean_if_exists: should dump COPY test_table [07:25:17.101](0.000s) ok 610 - clean_if_exists: should dump COPY test_table_identity [07:25:17.101](0.000s) ok 611 - clean_if_exists: should dump COPY test_third_table [07:25:17.101](0.000s) ok 612 - clean_if_exists: should dump CREATE ACCESS METHOD gist2 [07:25:17.101](0.000s) ok 613 - clean_if_exists: should dump CREATE ACCESS METHOD regress_test_table_am [07:25:17.101](0.000s) ok 614 - clean_if_exists: should dump CREATE AGGREGATE dump_test.newavg [07:25:17.101](0.000s) ok 615 - clean_if_exists: should dump CREATE CAST FOR timestamptz [07:25:17.101](0.000s) ok 616 - clean_if_exists: should dump CREATE COLLATION test0 FROM "C" [07:25:17.101](0.000s) ok 617 - clean_if_exists: should dump CREATE CONVERSION dump_test.test_conversion [07:25:17.101](0.000s) ok 618 - clean_if_exists: should not dump CREATE DATABASE dump_test [07:25:17.102](0.000s) ok 619 - clean_if_exists: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:17.102](0.000s) ok 620 - clean_if_exists: should not dump CREATE DATABASE postgres [07:25:17.102](0.000s) ok 621 - clean_if_exists: should not dump CREATE DATABASE regression_invalid... [07:25:17.104](0.002s) ok 622 - clean_if_exists: should dump CREATE DOMAIN dump_test.us_postal_code [07:25:17.104](0.000s) ok 623 - clean_if_exists: should dump CREATE EVENT TRIGGER test_event_trigger [07:25:17.104](0.000s) ok 624 - clean_if_exists: should not dump CREATE EXTENSION ... plpgsql [07:25:17.104](0.000s) ok 625 - clean_if_exists: should dump CREATE FOREIGN DATA WRAPPER dummy [07:25:17.105](0.000s) ok 626 - clean_if_exists: should dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:17.105](0.000s) ok 627 - clean_if_exists: should dump CREATE FUNCTION ... SUPPORT [07:25:17.105](0.000s) ok 628 - clean_if_exists: should dump CREATE FUNCTION dump_test.event_trigger_func [07:25:17.105](0.000s) ok 629 - clean_if_exists: should dump CREATE FUNCTION dump_test.int42_in [07:25:17.105](0.000s) ok 630 - clean_if_exists: should dump CREATE FUNCTION dump_test.int42_out [07:25:17.105](0.000s) ok 631 - clean_if_exists: should dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:17.105](0.000s) ok 632 - clean_if_exists: should dump CREATE FUNCTION dump_test.trigger_func [07:25:17.105](0.000s) ok 633 - clean_if_exists: should dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:17.105](0.000s) ok 634 - clean_if_exists: should dump CREATE INDEX ON ONLY measurement [07:25:17.105](0.000s) ok 635 - clean_if_exists: should dump CREATE LANGUAGE pltestlang [07:25:17.105](0.000s) ok 636 - clean_if_exists: should dump CREATE MATERIALIZED VIEW matview [07:25:17.106](0.000s) ok 637 - clean_if_exists: should dump CREATE MATERIALIZED VIEW matview_fourth [07:25:17.106](0.000s) ok 638 - clean_if_exists: should dump CREATE MATERIALIZED VIEW matview_second [07:25:17.106](0.000s) ok 639 - clean_if_exists: should dump CREATE MATERIALIZED VIEW matview_third [07:25:17.106](0.000s) ok 640 - clean_if_exists: should dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:17.106](0.000s) ok 641 - clean_if_exists: should dump CREATE OPERATOR CLASS dump_test.op_class [07:25:17.108](0.002s) ok 642 - clean_if_exists: should dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:17.108](0.000s) ok 643 - clean_if_exists: should dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:17.109](0.001s) ok 644 - clean_if_exists: should dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:17.109](0.000s) ok 645 - clean_if_exists: should dump CREATE POLICY p1 ON test_table [07:25:17.109](0.000s) ok 646 - clean_if_exists: should dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:17.110](0.000s) ok 647 - clean_if_exists: should dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:17.110](0.000s) ok 648 - clean_if_exists: should dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:17.110](0.000s) ok 649 - clean_if_exists: should dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:17.113](0.003s) ok 650 - clean_if_exists: should dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:17.113](0.000s) ok 651 - clean_if_exists: should dump CREATE PROCEDURE dump_test.ptest1 [07:25:17.113](0.000s) ok 652 - clean_if_exists: should dump CREATE PUBLICATION pub1 [07:25:17.113](0.000s) ok 653 - clean_if_exists: should dump CREATE PUBLICATION pub2 [07:25:17.113](0.000s) ok 654 - clean_if_exists: should dump CREATE PUBLICATION pub3 [07:25:17.113](0.000s) ok 655 - clean_if_exists: should dump CREATE PUBLICATION pub4 [07:25:17.114](0.000s) ok 656 - clean_if_exists: should not dump CREATE ROLE regress_dump_test_role [07:25:17.114](0.000s) ok 657 - clean_if_exists: should not dump CREATE ROLE regress_quoted... [07:25:17.114](0.000s) ok 658 - clean_if_exists: should dump CREATE SCHEMA dump_test [07:25:17.115](0.000s) ok 659 - clean_if_exists: should dump CREATE SCHEMA dump_test_second_schema [07:25:17.115](0.000s) ok 660 - clean_if_exists: should not dump CREATE SCHEMA public [07:25:17.115](0.000s) ok 661 - clean_if_exists: should dump CREATE SEQUENCE test_table_col1_seq [07:25:17.115](0.000s) ok 662 - clean_if_exists: should dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:17.116](0.000s) ok 663 - clean_if_exists: should dump CREATE STATISTICS extended_stats_expression [07:25:17.116](0.000s) ok 664 - clean_if_exists: should dump CREATE STATISTICS extended_stats_no_options [07:25:17.116](0.000s) ok 665 - clean_if_exists: should dump CREATE STATISTICS extended_stats_options [07:25:17.116](0.000s) ok 666 - clean_if_exists: should dump CREATE SUBSCRIPTION sub1 [07:25:17.117](0.000s) ok 667 - clean_if_exists: should dump CREATE SUBSCRIPTION sub2 [07:25:17.117](0.000s) ok 668 - clean_if_exists: should dump CREATE SUBSCRIPTION sub3 [07:25:17.117](0.000s) ok 669 - clean_if_exists: should dump CREATE TABLE fk_reference_test_table [07:25:17.118](0.000s) ok 670 - clean_if_exists: should dump CREATE TABLE measurement PARTITIONED BY [07:25:17.118](0.000s) ok 671 - clean_if_exists: should dump CREATE TABLE regress_pg_dump_table_am [07:25:17.118](0.000s) ok 672 - clean_if_exists: should dump CREATE TABLE table_with_stats [07:25:17.118](0.000s) ok 673 - clean_if_exists: should dump CREATE TABLE test_compression_method [07:25:17.119](0.000s) ok 674 - clean_if_exists: should dump CREATE TABLE test_fifth_table [07:25:17.119](0.000s) ok 675 - clean_if_exists: should dump CREATE TABLE test_fourth_table_zero_col [07:25:17.119](0.000s) ok 676 - clean_if_exists: should dump CREATE TABLE test_inheritance_child [07:25:17.119](0.000s) ok 677 - clean_if_exists: should dump CREATE TABLE test_inheritance_parent [07:25:17.120](0.000s) ok 678 - clean_if_exists: should dump CREATE TABLE test_second_table [07:25:17.120](0.000s) ok 679 - clean_if_exists: should dump CREATE TABLE test_seventh_table [07:25:17.120](0.000s) ok 680 - clean_if_exists: should dump CREATE TABLE test_sixth_table [07:25:17.122](0.002s) ok 681 - clean_if_exists: should dump CREATE TABLE test_table [07:25:17.122](0.000s) ok 682 - clean_if_exists: should dump CREATE TABLE test_table_generated [07:25:17.122](0.000s) ok 683 - clean_if_exists: should dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:17.122](0.000s) ok 684 - clean_if_exists: should dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:17.122](0.000s) ok 685 - clean_if_exists: should dump CREATE TABLE test_table_identity [07:25:17.123](0.000s) ok 686 - clean_if_exists: should dump CREATE TABLE test_third_table_generated_cols [07:25:17.123](0.000s) ok 687 - clean_if_exists: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:17.123](0.000s) ok 688 - clean_if_exists: should dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:17.124](0.000s) ok 689 - clean_if_exists: should dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:17.124](0.000s) ok 690 - clean_if_exists: should dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:17.124](0.000s) ok 691 - clean_if_exists: should dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:17.124](0.000s) ok 692 - clean_if_exists: should dump CREATE TRANSFORM FOR int [07:25:17.124](0.000s) ok 693 - clean_if_exists: should dump CREATE TRIGGER test_trigger [07:25:17.124](0.000s) ok 694 - clean_if_exists: should dump CREATE TYPE dump_test.composite [07:25:17.124](0.000s) ok 695 - clean_if_exists: should dump CREATE TYPE dump_test.int42 [07:25:17.124](0.000s) ok 696 - clean_if_exists: should dump CREATE TYPE dump_test.int42 populated [07:25:17.124](0.000s) ok 697 - clean_if_exists: should dump CREATE TYPE dump_test.planets AS ENUM [07:25:17.124](0.000s) ok 698 - clean_if_exists: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:17.124](0.000s) ok 699 - clean_if_exists: should dump CREATE TYPE dump_test.textrange AS RANGE [07:25:17.125](0.000s) ok 700 - clean_if_exists: should dump CREATE TYPE dump_test.undefined [07:25:17.125](0.000s) ok 701 - clean_if_exists: should dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:17.125](0.000s) ok 702 - clean_if_exists: should dump CREATE VIEW test_view [07:25:17.125](0.000s) ok 703 - clean_if_exists: should dump Check ordering of a function that depends on a primary key [07:25:17.126](0.001s) ok 704 - clean_if_exists: should dump Check ordering of a matview that depends on a primary key [07:25:17.126](0.000s) ok 705 - clean_if_exists: should dump Creation of row-level trigger in partitioned table [07:25:17.126](0.000s) ok 706 - clean_if_exists: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:17.126](0.000s) ok 707 - clean_if_exists: should not dump DROP EXTENSION plpgsql [07:25:17.126](0.000s) ok 708 - clean_if_exists: should dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:17.126](0.000s) ok 709 - clean_if_exists: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:17.126](0.000s) ok 710 - clean_if_exists: should dump DROP LANGUAGE IF EXISTS pltestlang [07:25:17.126](0.000s) ok 711 - clean_if_exists: should not dump DROP LANGUAGE pltestlang [07:25:17.127](0.000s) ok 712 - clean_if_exists: should not dump DROP ROLE pg_ [07:25:17.127](0.000s) ok 713 - clean_if_exists: should not dump DROP ROLE regress_dump_test_role [07:25:17.127](0.000s) ok 714 - clean_if_exists: should dump DROP SCHEMA IF EXISTS dump_test [07:25:17.127](0.000s) ok 715 - clean_if_exists: should dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:17.127](0.000s) ok 716 - clean_if_exists: should not dump DROP SCHEMA IF EXISTS public [07:25:17.127](0.000s) ok 717 - clean_if_exists: should not dump DROP SCHEMA dump_test [07:25:17.127](0.000s) ok 718 - clean_if_exists: should not dump DROP SCHEMA dump_test_second_schema [07:25:17.127](0.000s) ok 719 - clean_if_exists: should not dump DROP SCHEMA public [07:25:17.128](0.000s) ok 720 - clean_if_exists: should dump DROP TABLE IF EXISTS test_second_table [07:25:17.128](0.000s) ok 721 - clean_if_exists: should dump DROP TABLE IF EXISTS test_table [07:25:17.128](0.000s) ok 722 - clean_if_exists: should not dump DROP TABLE fk_reference_test_table [07:25:17.129](0.000s) ok 723 - clean_if_exists: should not dump DROP TABLE test_second_table [07:25:17.130](0.001s) ok 724 - clean_if_exists: should not dump DROP TABLE test_table [07:25:17.130](0.000s) ok 725 - clean_if_exists: should dump Disabled trigger on partition is altered [07:25:17.130](0.000s) ok 726 - clean_if_exists: should not dump Disabled trigger on partition is not created [07:25:17.131](0.000s) ok 727 - clean_if_exists: should dump GRANT ALL ON LARGE OBJECT ... [07:25:17.131](0.000s) ok 728 - clean_if_exists: should not dump GRANT CREATE ON DATABASE dump_test [07:25:17.131](0.000s) ok 729 - clean_if_exists: should dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:17.132](0.000s) ok 730 - clean_if_exists: should dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:17.132](0.001s) ok 731 - clean_if_exists: should dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:17.133](0.000s) ok 732 - clean_if_exists: should dump GRANT SELECT ON TABLE measurement [07:25:17.133](0.000s) ok 733 - clean_if_exists: should dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:17.133](0.000s) ok 734 - clean_if_exists: should dump GRANT SELECT ON TABLE test_table [07:25:17.133](0.000s) ok 735 - clean_if_exists: should dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:17.134](0.000s) ok 736 - clean_if_exists: should dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:17.134](0.000s) ok 737 - clean_if_exists: should dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:17.134](0.000s) ok 738 - clean_if_exists: should dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:17.135](0.000s) ok 739 - clean_if_exists: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:17.135](0.000s) ok 740 - clean_if_exists: should dump GRANT USAGE ON TYPE dump_test.int42 [07:25:17.135](0.000s) ok 741 - clean_if_exists: should dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:17.136](0.000s) ok 742 - clean_if_exists: should dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:17.136](0.000s) ok 743 - clean_if_exists: should not dump INSERT INTO test_fifth_table [07:25:17.136](0.000s) ok 744 - clean_if_exists: should not dump INSERT INTO test_fourth_table [07:25:17.136](0.000s) ok 745 - clean_if_exists: should not dump INSERT INTO test_second_table [07:25:17.136](0.000s) ok 746 - clean_if_exists: should not dump INSERT INTO test_table [07:25:17.136](0.000s) ok 747 - clean_if_exists: should not dump INSERT INTO test_table_identity [07:25:17.136](0.000s) ok 748 - clean_if_exists: should not dump INSERT INTO test_third_table [07:25:17.137](0.000s) ok 749 - clean_if_exists: should not dump INSERT INTO test_third_table (colnames) [07:25:17.137](0.000s) ok 750 - clean_if_exists: should dump LO create (using lo_from_bytea) [07:25:17.137](0.000s) ok 751 - clean_if_exists: should dump LO create (with no data) [07:25:17.137](0.000s) ok 752 - clean_if_exists: should dump LO load (using lo_from_bytea) [07:25:17.137](0.000s) ok 753 - clean_if_exists: should dump Partition measurement_y2006m2 creation [07:25:17.137](0.000s) ok 754 - clean_if_exists: should dump REFRESH MATERIALIZED VIEW matview [07:25:17.137](0.000s) ok 755 - clean_if_exists: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:17.138](0.000s) ok 756 - clean_if_exists: should dump REFRESH MATERIALIZED VIEW matview_second [07:25:17.138](0.000s) ok 757 - clean_if_exists: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:17.138](0.000s) ok 758 - clean_if_exists: should dump REVOKE ALL ON SCHEMA public [07:25:17.138](0.000s) ok 759 - clean_if_exists: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:17.138](0.000s) ok 760 - clean_if_exists: should dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:17.164](0.026s) ok 761 - clean_if_exists: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:17.164](0.000s) ok 762 - clean_if_exists: should dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:17.164](0.000s) ok 763 - clean_if_exists: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:17.164](0.000s) ok 764 - clean_if_exists: should dump Replica trigger on partition is altered [07:25:17.164](0.000s) ok 765 - clean_if_exists: should not dump Triggers on partitions are not dropped [07:25:17.165](0.000s) ok 766 - clean_if_exists: should not dump test_table with 4-row INSERTs # Running: pg_dump --no-sync --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/column_inserts.sql -a --column-inserts postgres [07:25:17.582](0.417s) ok 767 - column_inserts: pg_dump runs [07:25:17.589](0.007s) ok 768 - column_inserts: should not dump ALTER COLLATION test0 OWNER TO [07:25:17.589](0.001s) ok 769 - column_inserts: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:17.590](0.000s) ok 770 - column_inserts: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:17.591](0.001s) ok 771 - column_inserts: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:17.591](0.000s) ok 772 - column_inserts: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:17.591](0.000s) ok 773 - column_inserts: should not dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:17.592](0.000s) ok 774 - column_inserts: should not dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:17.592](0.000s) ok 775 - column_inserts: should not dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:17.592](0.000s) ok 776 - column_inserts: should not dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:17.593](0.001s) ok 777 - column_inserts: should not dump ALTER INDEX ... ATTACH PARTITION [07:25:17.594](0.000s) ok 778 - column_inserts: should not dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:17.594](0.000s) ok 779 - column_inserts: should dump ALTER LARGE OBJECT ... OWNER TO [07:25:17.594](0.000s) ok 780 - column_inserts: should not dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:17.594](0.000s) ok 781 - column_inserts: should not dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:17.595](0.000s) ok 782 - column_inserts: should not dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:17.595](0.000s) ok 783 - column_inserts: should not dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:17.595](0.000s) ok 784 - column_inserts: should not dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:17.595](0.000s) ok 785 - column_inserts: should not dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:17.596](0.000s) ok 786 - column_inserts: should not dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:17.596](0.000s) ok 787 - column_inserts: should not dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:17.596](0.000s) ok 788 - column_inserts: should not dump ALTER PUBLICATION pub1 OWNER TO [07:25:17.596](0.000s) ok 789 - column_inserts: should not dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:17.596](0.000s) ok 790 - column_inserts: should not dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:17.598](0.001s) ok 791 - column_inserts: should not dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:17.598](0.000s) ok 792 - column_inserts: should not dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:17.598](0.001s) ok 793 - column_inserts: should not dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:17.599](0.000s) ok 794 - column_inserts: should not dump ALTER ROLE regress_dump_test_role [07:25:17.599](0.000s) ok 795 - column_inserts: should not dump ALTER SCHEMA dump_test OWNER TO [07:25:17.599](0.000s) ok 796 - column_inserts: should not dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:17.600](0.000s) ok 797 - column_inserts: should not dump ALTER SCHEMA public OWNER TO [07:25:17.600](0.000s) ok 798 - column_inserts: should not dump ALTER SEQUENCE test_table_col1_seq [07:25:17.600](0.000s) ok 799 - column_inserts: should not dump ALTER SERVER s1 OWNER TO [07:25:17.601](0.001s) ok 800 - column_inserts: should not dump ALTER STATISTICS extended_stats_options [07:25:17.601](0.000s) ok 801 - column_inserts: should not dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:17.602](0.000s) ok 802 - column_inserts: should not dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:17.602](0.000s) ok 803 - column_inserts: should not dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:17.602](0.000s) ok 804 - column_inserts: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:17.602](0.000s) ok 805 - column_inserts: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:17.602](0.000s) ok 806 - column_inserts: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:17.602](0.000s) ok 807 - column_inserts: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:17.602](0.000s) ok 808 - column_inserts: should not dump ALTER TABLE measurement OWNER TO [07:25:17.602](0.000s) ok 809 - column_inserts: should not dump ALTER TABLE measurement PRIMARY KEY [07:25:17.602](0.000s) ok 810 - column_inserts: should not dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:17.602](0.000s) ok 811 - column_inserts: should not dump ALTER TABLE test_second_table OWNER TO [07:25:17.602](0.000s) ok 812 - column_inserts: should not dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:17.603](0.000s) ok 813 - column_inserts: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:17.603](0.000s) ok 814 - column_inserts: should not dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:17.603](0.000s) ok 815 - column_inserts: should not dump ALTER TABLE test_table OWNER TO [07:25:17.603](0.000s) ok 816 - column_inserts: should not dump ALTER TABLE test_table_generated_child1 [07:25:17.603](0.000s) ok 817 - column_inserts: should not dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:17.603](0.000s) ok 818 - column_inserts: should not dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:17.603](0.000s) ok 819 - column_inserts: should not dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:17.603](0.000s) ok 820 - column_inserts: should not dump ALTER VIEW test_view SET DEFAULT [07:25:17.603](0.000s) ok 821 - column_inserts: should not dump Always trigger on partition is altered [07:25:17.603](0.000s) ok 822 - column_inserts: should not dump COMMENT ON COLLATION test0 [07:25:17.603](0.000s) ok 823 - column_inserts: should not dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:17.603](0.000s) ok 824 - column_inserts: should not dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:17.603](0.000s) ok 825 - column_inserts: should not dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:17.604](0.000s) ok 826 - column_inserts: should not dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:17.604](0.000s) ok 827 - column_inserts: should not dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:17.604](0.000s) ok 828 - column_inserts: should not dump COMMENT ON DATABASE postgres [07:25:17.604](0.000s) ok 829 - column_inserts: should not dump COMMENT ON EXTENSION plpgsql [07:25:17.604](0.000s) ok 830 - column_inserts: should dump COMMENT ON LARGE OBJECT ... [07:25:17.604](0.000s) ok 831 - column_inserts: should not dump COMMENT ON PUBLICATION pub1 [07:25:17.604](0.000s) ok 832 - column_inserts: should not dump COMMENT ON SCHEMA public [07:25:17.604](0.000s) ok 833 - column_inserts: should not dump COMMENT ON SUBSCRIPTION sub1 [07:25:17.604](0.000s) ok 834 - column_inserts: should not dump COMMENT ON TABLE dump_test.test_table [07:25:17.604](0.000s) ok 835 - column_inserts: should not dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:17.604](0.000s) ok 836 - column_inserts: should not dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:17.604](0.000s) ok 837 - column_inserts: should not dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:17.605](0.000s) ok 838 - column_inserts: should not dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:17.605](0.000s) ok 839 - column_inserts: should not dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:17.605](0.000s) ok 840 - column_inserts: should not dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:17.605](0.000s) ok 841 - column_inserts: should not dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:17.605](0.000s) ok 842 - column_inserts: should not dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:17.605](0.000s) ok 843 - column_inserts: should not dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:17.605](0.000s) ok 844 - column_inserts: should not dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:17.605](0.000s) ok 845 - column_inserts: should not dump COPY fk_reference_test_table [07:25:17.605](0.000s) ok 846 - column_inserts: should not dump COPY fk_reference_test_table second [07:25:17.605](0.000s) ok 847 - column_inserts: should not dump COPY measurement [07:25:17.605](0.000s) ok 848 - column_inserts: should not dump COPY test_compression_method [07:25:17.606](0.000s) ok 849 - column_inserts: should not dump COPY test_fifth_table [07:25:17.606](0.000s) ok 850 - column_inserts: should not dump COPY test_fourth_table [07:25:17.606](0.000s) ok 851 - column_inserts: should not dump COPY test_second_table [07:25:17.606](0.000s) ok 852 - column_inserts: should not dump COPY test_table [07:25:17.606](0.000s) ok 853 - column_inserts: should not dump COPY test_table_identity [07:25:17.606](0.000s) ok 854 - column_inserts: should not dump COPY test_third_table [07:25:17.606](0.000s) ok 855 - column_inserts: should not dump CREATE ACCESS METHOD gist2 [07:25:17.606](0.000s) ok 856 - column_inserts: should not dump CREATE ACCESS METHOD regress_test_table_am [07:25:17.606](0.000s) ok 857 - column_inserts: should not dump CREATE AGGREGATE dump_test.newavg [07:25:17.607](0.000s) ok 858 - column_inserts: should not dump CREATE CAST FOR timestamptz [07:25:17.607](0.000s) ok 859 - column_inserts: should not dump CREATE COLLATION test0 FROM "C" [07:25:17.607](0.000s) ok 860 - column_inserts: should not dump CREATE CONVERSION dump_test.test_conversion [07:25:17.607](0.000s) ok 861 - column_inserts: should not dump CREATE DATABASE dump_test [07:25:17.607](0.000s) ok 862 - column_inserts: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:17.607](0.000s) ok 863 - column_inserts: should not dump CREATE DATABASE postgres [07:25:17.607](0.000s) ok 864 - column_inserts: should not dump CREATE DATABASE regression_invalid... [07:25:17.607](0.000s) ok 865 - column_inserts: should not dump CREATE DOMAIN dump_test.us_postal_code [07:25:17.607](0.000s) ok 866 - column_inserts: should not dump CREATE EVENT TRIGGER test_event_trigger [07:25:17.607](0.000s) ok 867 - column_inserts: should not dump CREATE EXTENSION ... plpgsql [07:25:17.607](0.000s) ok 868 - column_inserts: should not dump CREATE FOREIGN DATA WRAPPER dummy [07:25:17.608](0.000s) ok 869 - column_inserts: should not dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:17.608](0.000s) ok 870 - column_inserts: should not dump CREATE FUNCTION ... SUPPORT [07:25:17.608](0.000s) ok 871 - column_inserts: should not dump CREATE FUNCTION dump_test.event_trigger_func [07:25:17.608](0.000s) ok 872 - column_inserts: should not dump CREATE FUNCTION dump_test.int42_in [07:25:17.608](0.000s) ok 873 - column_inserts: should not dump CREATE FUNCTION dump_test.int42_out [07:25:17.608](0.000s) ok 874 - column_inserts: should not dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:17.608](0.000s) ok 875 - column_inserts: should not dump CREATE FUNCTION dump_test.trigger_func [07:25:17.608](0.000s) ok 876 - column_inserts: should not dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:17.608](0.000s) ok 877 - column_inserts: should not dump CREATE INDEX ON ONLY measurement [07:25:17.609](0.000s) ok 878 - column_inserts: should not dump CREATE LANGUAGE pltestlang [07:25:17.609](0.000s) ok 879 - column_inserts: should not dump CREATE MATERIALIZED VIEW matview [07:25:17.609](0.000s) ok 880 - column_inserts: should not dump CREATE MATERIALIZED VIEW matview_fourth [07:25:17.609](0.000s) ok 881 - column_inserts: should not dump CREATE MATERIALIZED VIEW matview_second [07:25:17.609](0.000s) ok 882 - column_inserts: should not dump CREATE MATERIALIZED VIEW matview_third [07:25:17.609](0.000s) ok 883 - column_inserts: should not dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:17.610](0.000s) ok 884 - column_inserts: should not dump CREATE OPERATOR CLASS dump_test.op_class [07:25:17.610](0.000s) ok 885 - column_inserts: should not dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:17.610](0.000s) ok 886 - column_inserts: should not dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:17.610](0.000s) ok 887 - column_inserts: should not dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:17.611](0.000s) ok 888 - column_inserts: should not dump CREATE POLICY p1 ON test_table [07:25:17.611](0.000s) ok 889 - column_inserts: should not dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:17.611](0.000s) ok 890 - column_inserts: should not dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:17.611](0.000s) ok 891 - column_inserts: should not dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:17.611](0.000s) ok 892 - column_inserts: should not dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:17.612](0.000s) ok 893 - column_inserts: should not dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:17.612](0.000s) ok 894 - column_inserts: should not dump CREATE PROCEDURE dump_test.ptest1 [07:25:17.612](0.000s) ok 895 - column_inserts: should not dump CREATE PUBLICATION pub1 [07:25:17.612](0.000s) ok 896 - column_inserts: should not dump CREATE PUBLICATION pub2 [07:25:17.613](0.000s) ok 897 - column_inserts: should not dump CREATE PUBLICATION pub3 [07:25:17.613](0.000s) ok 898 - column_inserts: should not dump CREATE PUBLICATION pub4 [07:25:17.613](0.000s) ok 899 - column_inserts: should not dump CREATE ROLE regress_dump_test_role [07:25:17.613](0.000s) ok 900 - column_inserts: should not dump CREATE ROLE regress_quoted... [07:25:17.614](0.000s) ok 901 - column_inserts: should not dump CREATE SCHEMA dump_test [07:25:17.614](0.000s) ok 902 - column_inserts: should not dump CREATE SCHEMA dump_test_second_schema [07:25:17.614](0.000s) ok 903 - column_inserts: should not dump CREATE SCHEMA public [07:25:17.614](0.000s) ok 904 - column_inserts: should not dump CREATE SEQUENCE test_table_col1_seq [07:25:17.615](0.000s) ok 905 - column_inserts: should not dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:17.615](0.001s) ok 906 - column_inserts: should not dump CREATE STATISTICS extended_stats_expression [07:25:17.616](0.000s) ok 907 - column_inserts: should not dump CREATE STATISTICS extended_stats_no_options [07:25:17.616](0.000s) ok 908 - column_inserts: should not dump CREATE STATISTICS extended_stats_options [07:25:17.617](0.001s) ok 909 - column_inserts: should not dump CREATE SUBSCRIPTION sub1 [07:25:17.617](0.000s) ok 910 - column_inserts: should not dump CREATE SUBSCRIPTION sub2 [07:25:17.617](0.000s) ok 911 - column_inserts: should not dump CREATE SUBSCRIPTION sub3 [07:25:17.617](0.000s) ok 912 - column_inserts: should not dump CREATE TABLE fk_reference_test_table [07:25:17.618](0.000s) ok 913 - column_inserts: should not dump CREATE TABLE measurement PARTITIONED BY [07:25:17.619](0.002s) ok 914 - column_inserts: should not dump CREATE TABLE regress_pg_dump_table_am [07:25:17.620](0.000s) ok 915 - column_inserts: should not dump CREATE TABLE table_with_stats [07:25:17.620](0.000s) ok 916 - column_inserts: should not dump CREATE TABLE test_compression_method [07:25:17.620](0.000s) ok 917 - column_inserts: should not dump CREATE TABLE test_fifth_table [07:25:17.621](0.000s) ok 918 - column_inserts: should not dump CREATE TABLE test_fourth_table_zero_col [07:25:17.621](0.000s) ok 919 - column_inserts: should not dump CREATE TABLE test_inheritance_child [07:25:17.621](0.000s) ok 920 - column_inserts: should not dump CREATE TABLE test_inheritance_parent [07:25:17.621](0.000s) ok 921 - column_inserts: should not dump CREATE TABLE test_second_table [07:25:17.621](0.000s) ok 922 - column_inserts: should not dump CREATE TABLE test_seventh_table [07:25:17.621](0.000s) ok 923 - column_inserts: should not dump CREATE TABLE test_sixth_table [07:25:17.621](0.000s) ok 924 - column_inserts: should not dump CREATE TABLE test_table [07:25:17.622](0.000s) ok 925 - column_inserts: should not dump CREATE TABLE test_table_generated [07:25:17.622](0.000s) ok 926 - column_inserts: should not dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:17.622](0.000s) ok 927 - column_inserts: should not dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:17.622](0.000s) ok 928 - column_inserts: should not dump CREATE TABLE test_table_identity [07:25:17.622](0.000s) ok 929 - column_inserts: should not dump CREATE TABLE test_third_table_generated_cols [07:25:17.622](0.000s) ok 930 - column_inserts: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:17.622](0.000s) ok 931 - column_inserts: should not dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:17.622](0.000s) ok 932 - column_inserts: should not dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:17.622](0.000s) ok 933 - column_inserts: should not dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:17.623](0.000s) ok 934 - column_inserts: should not dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:17.623](0.000s) ok 935 - column_inserts: should not dump CREATE TRANSFORM FOR int [07:25:17.623](0.000s) ok 936 - column_inserts: should not dump CREATE TRIGGER test_trigger [07:25:17.623](0.000s) ok 937 - column_inserts: should not dump CREATE TYPE dump_test.composite [07:25:17.623](0.000s) ok 938 - column_inserts: should not dump CREATE TYPE dump_test.int42 [07:25:17.623](0.000s) ok 939 - column_inserts: should not dump CREATE TYPE dump_test.int42 populated [07:25:17.623](0.000s) ok 940 - column_inserts: should not dump CREATE TYPE dump_test.planets AS ENUM [07:25:17.623](0.000s) ok 941 - column_inserts: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:17.623](0.000s) ok 942 - column_inserts: should not dump CREATE TYPE dump_test.textrange AS RANGE [07:25:17.623](0.000s) ok 943 - column_inserts: should not dump CREATE TYPE dump_test.undefined [07:25:17.624](0.000s) ok 944 - column_inserts: should not dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:17.624](0.000s) ok 945 - column_inserts: should not dump CREATE VIEW test_view [07:25:17.624](0.000s) ok 946 - column_inserts: should not dump Check ordering of a function that depends on a primary key [07:25:17.624](0.000s) ok 947 - column_inserts: should not dump Check ordering of a matview that depends on a primary key [07:25:17.624](0.000s) ok 948 - column_inserts: should not dump Creation of row-level trigger in partitioned table [07:25:17.624](0.000s) ok 949 - column_inserts: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:17.624](0.000s) ok 950 - column_inserts: should not dump DROP EXTENSION plpgsql [07:25:17.625](0.000s) ok 951 - column_inserts: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:17.625](0.000s) ok 952 - column_inserts: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:17.625](0.000s) ok 953 - column_inserts: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:17.625](0.000s) ok 954 - column_inserts: should not dump DROP LANGUAGE pltestlang [07:25:17.625](0.000s) ok 955 - column_inserts: should not dump DROP ROLE pg_ [07:25:17.625](0.000s) ok 956 - column_inserts: should not dump DROP ROLE regress_dump_test_role [07:25:17.625](0.000s) ok 957 - column_inserts: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:17.625](0.000s) ok 958 - column_inserts: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:17.625](0.000s) ok 959 - column_inserts: should not dump DROP SCHEMA IF EXISTS public [07:25:17.626](0.000s) ok 960 - column_inserts: should not dump DROP SCHEMA dump_test [07:25:17.626](0.000s) ok 961 - column_inserts: should not dump DROP SCHEMA dump_test_second_schema [07:25:17.626](0.000s) ok 962 - column_inserts: should not dump DROP SCHEMA public [07:25:17.626](0.000s) ok 963 - column_inserts: should not dump DROP TABLE IF EXISTS test_second_table [07:25:17.626](0.000s) ok 964 - column_inserts: should not dump DROP TABLE IF EXISTS test_table [07:25:17.626](0.000s) ok 965 - column_inserts: should not dump DROP TABLE fk_reference_test_table [07:25:17.627](0.000s) ok 966 - column_inserts: should not dump DROP TABLE test_second_table [07:25:17.627](0.000s) ok 967 - column_inserts: should not dump DROP TABLE test_table [07:25:17.627](0.000s) ok 968 - column_inserts: should not dump Disabled trigger on partition is altered [07:25:17.627](0.000s) ok 969 - column_inserts: should not dump Disabled trigger on partition is not created [07:25:17.627](0.000s) ok 970 - column_inserts: should dump GRANT ALL ON LARGE OBJECT ... [07:25:17.627](0.000s) ok 971 - column_inserts: should not dump GRANT CREATE ON DATABASE dump_test [07:25:17.627](0.000s) ok 972 - column_inserts: should not dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:17.627](0.000s) ok 973 - column_inserts: should not dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:17.627](0.000s) ok 974 - column_inserts: should not dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:17.627](0.000s) ok 975 - column_inserts: should not dump GRANT SELECT ON TABLE measurement [07:25:17.628](0.000s) ok 976 - column_inserts: should not dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:17.628](0.000s) ok 977 - column_inserts: should not dump GRANT SELECT ON TABLE test_table [07:25:17.628](0.000s) ok 978 - column_inserts: should not dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:17.628](0.000s) ok 979 - column_inserts: should not dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:17.628](0.000s) ok 980 - column_inserts: should not dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:17.629](0.000s) ok 981 - column_inserts: should not dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:17.629](0.000s) ok 982 - column_inserts: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:17.629](0.000s) ok 983 - column_inserts: should not dump GRANT USAGE ON TYPE dump_test.int42 [07:25:17.629](0.000s) ok 984 - column_inserts: should not dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:17.629](0.000s) ok 985 - column_inserts: should not dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:17.629](0.000s) ok 986 - column_inserts: should dump INSERT INTO test_fifth_table [07:25:17.629](0.000s) ok 987 - column_inserts: should dump INSERT INTO test_fourth_table [07:25:17.629](0.000s) ok 988 - column_inserts: should dump INSERT INTO test_second_table [07:25:17.629](0.000s) ok 989 - column_inserts: should dump INSERT INTO test_table [07:25:17.629](0.000s) ok 990 - column_inserts: should dump INSERT INTO test_table_identity [07:25:17.629](0.000s) ok 991 - column_inserts: should not dump INSERT INTO test_third_table [07:25:17.629](0.000s) ok 992 - column_inserts: should dump INSERT INTO test_third_table (colnames) [07:25:17.629](0.000s) ok 993 - column_inserts: should dump LO create (using lo_from_bytea) [07:25:17.630](0.000s) ok 994 - column_inserts: should dump LO create (with no data) [07:25:17.630](0.000s) ok 995 - column_inserts: should dump LO load (using lo_from_bytea) [07:25:17.630](0.000s) ok 996 - column_inserts: should not dump Partition measurement_y2006m2 creation [07:25:17.630](0.000s) ok 997 - column_inserts: should not dump REFRESH MATERIALIZED VIEW matview [07:25:17.630](0.000s) ok 998 - column_inserts: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:17.630](0.000s) ok 999 - column_inserts: should not dump REFRESH MATERIALIZED VIEW matview_second [07:25:17.630](0.000s) ok 1000 - column_inserts: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:17.630](0.000s) ok 1001 - column_inserts: should not dump REVOKE ALL ON SCHEMA public [07:25:17.630](0.000s) ok 1002 - column_inserts: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:17.631](0.000s) ok 1003 - column_inserts: should not dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:17.632](0.001s) ok 1004 - column_inserts: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:17.632](0.000s) ok 1005 - column_inserts: should not dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:17.633](0.000s) ok 1006 - column_inserts: should not dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:17.633](0.000s) ok 1007 - column_inserts: should not dump Replica trigger on partition is altered [07:25:17.633](0.000s) ok 1008 - column_inserts: should not dump Triggers on partitions are not dropped [07:25:17.633](0.000s) ok 1009 - column_inserts: should not dump test_table with 4-row INSERTs [07:25:17.634](0.000s) # compression_gzip_custom: skipped due to no gzip support [07:25:17.634](0.000s) # compression_gzip_dir: skipped due to no gzip support [07:25:17.634](0.000s) # compression_gzip_plain: skipped due to no gzip support [07:25:17.635](0.000s) # compression_lz4_custom: skipped due to no lz4 support [07:25:17.635](0.000s) # compression_lz4_dir: skipped due to no lz4 support [07:25:17.635](0.000s) # compression_lz4_plain: skipped due to no lz4 support [07:25:17.635](0.000s) # compression_zstd_custom: skipped due to no zstd support [07:25:17.636](0.000s) # compression_zstd_dir: skipped due to no zstd support [07:25:17.636](0.000s) # compression_zstd_plain: skipped due to no zstd support # Running: pg_dump --no-sync --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/createdb.sql -C -R -v postgres pg_dump: last built-in OID is 16383 pg_dump: reading extensions pg_dump: identifying extension members pg_dump: reading schemas pg_dump: reading user-defined tables pg_dump: reading user-defined functions pg_dump: reading user-defined types pg_dump: reading procedural languages pg_dump: reading user-defined aggregate functions pg_dump: reading user-defined operators pg_dump: reading user-defined access methods pg_dump: reading user-defined operator classes pg_dump: reading user-defined operator families pg_dump: reading user-defined text search parsers pg_dump: reading user-defined text search templates pg_dump: reading user-defined text search dictionaries pg_dump: reading user-defined text search configurations pg_dump: reading user-defined foreign-data wrappers pg_dump: reading user-defined foreign servers pg_dump: reading default privileges pg_dump: reading user-defined collations pg_dump: reading user-defined conversions pg_dump: reading type casts pg_dump: reading transforms pg_dump: reading table inheritance information pg_dump: reading event triggers pg_dump: finding extension tables pg_dump: finding inheritance relationships pg_dump: reading column info for interesting tables pg_dump: finding table default expressions pg_dump: finding table check constraints pg_dump: flagging inherited columns in subtables pg_dump: reading partitioning data pg_dump: reading indexes pg_dump: flagging indexes in partitioned tables pg_dump: reading extended statistics pg_dump: reading constraints pg_dump: reading triggers pg_dump: reading rewrite rules pg_dump: reading policies pg_dump: reading row-level security policies pg_dump: reading publications pg_dump: reading publication membership of tables pg_dump: reading publication membership of schemas pg_dump: reading subscriptions pg_dump: reading subscription membership of tables pg_dump: reading large objects pg_dump: reading dependency data pg_dump: saving encoding = WIN1252 pg_dump: saving standard_conforming_strings = on pg_dump: saving search_path = pg_dump: saving database definition pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: creating DATABASE "postgres" pg_dump: connecting to new database "postgres" pg_dump: creating COMMENT "DATABASE postgres" pg_dump: creating SCHEMA "dump_test" pg_dump: creating SCHEMA "dump_test_second_schema" pg_dump: creating SCHEMA "public" pg_dump: creating FUNCTION "dump_test.pltestlang_call_handler()" pg_dump: creating PROCEDURAL LANGUAGE "pltestlang" pg_dump: creating COLLATION "public.test0" pg_dump: creating COMMENT "public.COLLATION test0" pg_dump: creating TRANSFORM "TRANSFORM FOR integer LANGUAGE sql" pg_dump: creating SHELL TYPE "dump_test.int42" pg_dump: creating FUNCTION "dump_test.int42_in(cstring)" pg_dump: creating FUNCTION "dump_test.int42_out(dump_test.int42)" pg_dump: creating TYPE "dump_test.int42" pg_dump: creating COMMENT "dump_test.TYPE int42" pg_dump: creating TYPE "dump_test.composite" pg_dump: creating COMMENT "dump_test.COLUMN composite.f1" pg_dump: creating TYPE "dump_test.planets" pg_dump: creating COMMENT "dump_test.TYPE planets" pg_dump: creating OPERATOR "dump_test.~~" pg_dump: creating OPERATOR FAMILY "dump_test.op_class_custom" pg_dump: creating OPERATOR CLASS "dump_test.op_class_custom" pg_dump: creating TYPE "dump_test.range_type_custom" pg_dump: creating TYPE "dump_test.textrange" pg_dump: creating COMMENT "dump_test.TYPE textrange" pg_dump: creating TYPE "dump_test.undefined" pg_dump: creating COMMENT "dump_test.TYPE undefined" pg_dump: creating DOMAIN "dump_test.us_postal_code" pg_dump: creating COMMENT "dump_test.CONSTRAINT us_postal_code_check ON DOMAIN us_postal_code" pg_dump: creating CAST "CAST (timestamp with time zone AS interval)" pg_dump: creating FUNCTION "dump_test.event_trigger_func()" pg_dump: creating FUNCTION "dump_test.func_with_support()" pg_dump: creating PROCEDURE "dump_test.ptest1(integer)" pg_dump: creating FUNCTION "dump_test.trigger_func()" pg_dump: creating AGGREGATE "dump_test.newavg(integer)" pg_dump: creating ACCESS METHOD "gist2" pg_dump: creating ACCESS METHOD "regress_table_am" pg_dump: creating OPERATOR FAMILY "dump_test.op_family" pg_dump: creating OPERATOR CLASS "dump_test.op_class" pg_dump: creating OPERATOR CLASS "dump_test.op_class_empty" pg_dump: creating CONVERSION "dump_test.test_conversion" pg_dump: creating COMMENT "dump_test.CONVERSION test_conversion" pg_dump: creating TEXT SEARCH PARSER "dump_test.alt_ts_prs1" pg_dump: creating COMMENT "dump_test.TEXT SEARCH PARSER alt_ts_prs1" pg_dump: creating TEXT SEARCH TEMPLATE "dump_test.alt_ts_temp1" pg_dump: creating COMMENT "dump_test.TEXT SEARCH TEMPLATE alt_ts_temp1" pg_dump: creating TEXT SEARCH DICTIONARY "dump_test.alt_ts_dict1" pg_dump: creating COMMENT "dump_test.TEXT SEARCH DICTIONARY alt_ts_dict1" pg_dump: creating TEXT SEARCH CONFIGURATION "dump_test.alt_ts_conf1" pg_dump: creating COMMENT "dump_test.TEXT SEARCH CONFIGURATION alt_ts_conf1" pg_dump: creating FOREIGN DATA WRAPPER "dummy" pg_dump: creating SERVER "s1" pg_dump: creating USER MAPPING "USER MAPPING regress_dump_test_role SERVER s1" pg_dump: creating TABLE "dump_test.fk_reference_test_table" pg_dump: creating STATS IMPORT "dump_test.TABLE fk_reference_test_table" pg_dump: creating FOREIGN TABLE "dump_test.foreign_table" pg_dump: creating STATS IMPORT "dump_test.FOREIGN TABLE foreign_table" pg_dump: creating TABLE "dump_test.test_table" pg_dump: creating COMMENT "dump_test.TABLE test_table" pg_dump: creating COMMENT "dump_test.COLUMN test_table.col1" pg_dump: creating STATS IMPORT "dump_test.TABLE test_table" pg_dump: creating COMMENT "dump_test.CONSTRAINT test_table_col1_check ON test_table" pg_dump: creating MATERIALIZED VIEW "dump_test.matview" pg_dump: creating STATS IMPORT "dump_test.MATERIALIZED VIEW matview" pg_dump: creating MATERIALIZED VIEW "dump_test.matview_second" pg_dump: creating STATS IMPORT "dump_test.MATERIALIZED VIEW matview_second" pg_dump: creating MATERIALIZED VIEW "dump_test.matview_third" pg_dump: creating STATS IMPORT "dump_test.MATERIALIZED VIEW matview_third" pg_dump: creating MATERIALIZED VIEW "dump_test.matview_fourth" pg_dump: creating STATS IMPORT "dump_test.MATERIALIZED VIEW matview_fourth" pg_dump: creating TABLE "dump_test.measurement" pg_dump: creating STATS IMPORT "dump_test.TABLE measurement" pg_dump: creating SEQUENCE "dump_test.measurement_city_id_seq" pg_dump: creating SEQUENCE OWNED BY "dump_test.measurement_city_id_seq" pg_dump: creating TABLE "dump_test.ordering_table" pg_dump: creating STATS IMPORT "dump_test.TABLE ordering_table" pg_dump: creating MATERIALIZED VIEW "dump_test.regress_pg_dump_matview_am_0" pg_dump: creating STATS IMPORT "dump_test.MATERIALIZED VIEW regress_pg_dump_matview_am_0" pg_dump: creating MATERIALIZED VIEW "dump_test.regress_pg_dump_matview_am_1" pg_dump: creating STATS IMPORT "dump_test.MATERIALIZED VIEW regress_pg_dump_matview_am_1" pg_dump: creating MATERIALIZED VIEW "dump_test.regress_pg_dump_matview_am_2" pg_dump: creating STATS IMPORT "dump_test.MATERIALIZED VIEW regress_pg_dump_matview_am_2" pg_dump: creating TABLE "dump_test.regress_pg_dump_table_am_0" pg_dump: creating STATS IMPORT "dump_test.TABLE regress_pg_dump_table_am_0" pg_dump: creating TABLE "dump_test.regress_pg_dump_table_am_1" pg_dump: creating STATS IMPORT "dump_test.TABLE regress_pg_dump_table_am_1" pg_dump: creating TABLE "dump_test.regress_pg_dump_table_am_2" pg_dump: creating STATS IMPORT "dump_test.TABLE regress_pg_dump_table_am_2" pg_dump: creating TABLE "dump_test.table_index_stats" pg_dump: creating STATS IMPORT "dump_test.TABLE table_index_stats" pg_dump: creating TABLE "dump_test.test_compression_method" pg_dump: creating STATS IMPORT "dump_test.TABLE test_compression_method" pg_dump: creating TABLE "dump_test.test_fifth_table" pg_dump: creating STATS IMPORT "dump_test.TABLE test_fifth_table" pg_dump: creating TABLE "dump_test.test_fourth_table" pg_dump: creating STATS IMPORT "dump_test.TABLE test_fourth_table" pg_dump: creating TABLE "dump_test.test_inheritance_parent" pg_dump: creating STATS IMPORT "dump_test.TABLE test_inheritance_parent" pg_dump: creating TABLE "dump_test.test_inheritance_child" pg_dump: creating STATS IMPORT "dump_test.TABLE test_inheritance_child" pg_dump: creating TABLE "dump_test.test_second_table" pg_dump: creating COMMENT "dump_test.COLUMN test_second_table.col1" pg_dump: creating COMMENT "dump_test.COLUMN test_second_table.col2" pg_dump: creating STATS IMPORT "dump_test.TABLE test_second_table" pg_dump: creating TABLE "dump_test.test_seventh_table" pg_dump: creating STATS IMPORT "dump_test.TABLE test_seventh_table" pg_dump: creating TABLE "dump_test.test_sixth_table" pg_dump: creating STATS IMPORT "dump_test.TABLE test_sixth_table" pg_dump: creating SEQUENCE "dump_test.test_table_col1_seq" pg_dump: creating SEQUENCE OWNED BY "dump_test.test_table_col1_seq" pg_dump: creating TABLE "dump_test.test_table_fk" pg_dump: creating STATS IMPORT "dump_test.TABLE test_table_fk" pg_dump: creating TABLE "dump_test.test_table_fk_1" pg_dump: creating STATS IMPORT "dump_test.TABLE test_table_fk_1" pg_dump: creating TABLE "dump_test.test_table_generated" pg_dump: creating STATS IMPORT "dump_test.TABLE test_table_generated" pg_dump: creating TABLE "dump_test.test_table_generated_child1" pg_dump: creating STATS IMPORT "dump_test.TABLE test_table_generated_child1" pg_dump: creating TABLE "dump_test.test_table_generated_child2" pg_dump: creating STATS IMPORT "dump_test.TABLE test_table_generated_child2" pg_dump: creating TABLE "dump_test.test_table_identity" pg_dump: creating STATS IMPORT "dump_test.TABLE test_table_identity" pg_dump: creating SEQUENCE "dump_test.test_table_identity_col1_seq" pg_dump: creating TABLE "dump_test.test_table_tpk" pg_dump: creating STATS IMPORT "dump_test.TABLE test_table_tpk" pg_dump: creating TABLE "dump_test.test_table_tuq" pg_dump: creating STATS IMPORT "dump_test.TABLE test_table_tuq" pg_dump: creating TABLE "dump_test.test_third_table" pg_dump: creating STATS IMPORT "dump_test.TABLE test_third_table" pg_dump: creating VIEW "dump_test.test_view" pg_dump: creating STATS IMPORT "dump_test.VIEW test_view" pg_dump: creating TABLE "dump_test_second_schema.measurement_y2006m2" pg_dump: creating STATS IMPORT "dump_test_second_schema.TABLE measurement_y2006m2" pg_dump: creating TABLE "dump_test_second_schema.measurement_y2006m3" pg_dump: creating STATS IMPORT "dump_test_second_schema.TABLE measurement_y2006m3" pg_dump: creating TABLE "dump_test_second_schema.measurement_y2006m4" pg_dump: creating STATS IMPORT "dump_test_second_schema.TABLE measurement_y2006m4" pg_dump: creating TABLE "dump_test_second_schema.measurement_y2006m5" pg_dump: creating STATS IMPORT "dump_test_second_schema.TABLE measurement_y2006m5" pg_dump: creating TABLE ATTACH "dump_test.test_table_fk_1" pg_dump: creating TABLE ATTACH "dump_test_second_schema.measurement_y2006m2" pg_dump: creating TABLE ATTACH "dump_test_second_schema.measurement_y2006m3" pg_dump: creating TABLE ATTACH "dump_test_second_schema.measurement_y2006m4" pg_dump: creating TABLE ATTACH "dump_test_second_schema.measurement_y2006m5" pg_dump: creating DEFAULT "dump_test.measurement city_id" pg_dump: creating DEFAULT "dump_test.test_table col1" pg_dump: creating DEFAULT "dump_test.test_view col1" pg_dump: executing BLOB 16567 pg_dump: executing COMMENT LARGE OBJECT 16567 pg_dump: executing BLOB 16743 pg_dump: processing data for table "dump_test.fk_reference_test_table" pg_dump: dumping contents of table "dump_test.fk_reference_test_table" pg_dump: processing data for table "dump_test.ordering_table" pg_dump: dumping contents of table "dump_test.ordering_table" pg_dump: processing data for table "dump_test.regress_pg_dump_table_am_0" pg_dump: dumping contents of table "dump_test.regress_pg_dump_table_am_0" pg_dump: processing data for table "dump_test.regress_pg_dump_table_am_1" pg_dump: dumping contents of table "dump_test.regress_pg_dump_table_am_1" pg_dump: processing data for table "dump_test.regress_pg_dump_table_am_2" pg_dump: dumping contents of table "dump_test.regress_pg_dump_table_am_2" pg_dump: processing data for table "dump_test.table_index_stats" pg_dump: dumping contents of table "dump_test.table_index_stats" pg_dump: processing data for table "dump_test.test_compression_method" pg_dump: dumping contents of table "dump_test.test_compression_method" pg_dump: processing data for table "dump_test.test_fifth_table" pg_dump: dumping contents of table "dump_test.test_fifth_table" pg_dump: processing data for table "dump_test.test_fourth_table" pg_dump: dumping contents of table "dump_test.test_fourth_table" pg_dump: processing data for table "dump_test.test_inheritance_child" pg_dump: dumping contents of table "dump_test.test_inheritance_child" pg_dump: processing data for table "dump_test.test_inheritance_parent" pg_dump: dumping contents of table "dump_test.test_inheritance_parent" pg_dump: processing data for table "dump_test.test_second_table" pg_dump: dumping contents of table "dump_test.test_second_table" pg_dump: processing data for table "dump_test.test_seventh_table" pg_dump: dumping contents of table "dump_test.test_seventh_table" pg_dump: processing data for table "dump_test.test_sixth_table" pg_dump: dumping contents of table "dump_test.test_sixth_table" pg_dump: processing data for table "dump_test.test_table" pg_dump: dumping contents of table "dump_test.test_table" pg_dump: processing data for table "dump_test.test_table_fk_1" pg_dump: dumping contents of table "dump_test.test_table_fk_1" pg_dump: processing data for table "dump_test.test_table_generated" pg_dump: dumping contents of table "dump_test.test_table_generated" pg_dump: processing data for table "dump_test.test_table_generated_child1" pg_dump: dumping contents of table "dump_test.test_table_generated_child1" pg_dump: processing data for table "dump_test.test_table_generated_child2" pg_dump: dumping contents of table "dump_test.test_table_generated_child2" pg_dump: processing data for table "dump_test.test_table_identity" pg_dump: dumping contents of table "dump_test.test_table_identity" pg_dump: processing data for table "dump_test.test_table_tpk" pg_dump: dumping contents of table "dump_test.test_table_tpk" pg_dump: processing data for table "dump_test.test_table_tuq" pg_dump: dumping contents of table "dump_test.test_table_tuq" pg_dump: processing data for table "dump_test.test_third_table" pg_dump: dumping contents of table "dump_test.test_third_table" pg_dump: processing data for table "dump_test_second_schema.measurement_y2006m2" pg_dump: dumping contents of table "dump_test_second_schema.measurement_y2006m2" pg_dump: processing data for table "dump_test_second_schema.measurement_y2006m3" pg_dump: dumping contents of table "dump_test_second_schema.measurement_y2006m3" pg_dump: processing data for table "dump_test_second_schema.measurement_y2006m4" pg_dump: dumping contents of table "dump_test_second_schema.measurement_y2006m4" pg_dump: processing data for table "dump_test_second_schema.measurement_y2006m5" pg_dump: dumping contents of table "dump_test_second_schema.measurement_y2006m5" pg_dump: executing SEQUENCE SET measurement_city_id_seq pg_dump: executing SEQUENCE SET test_table_col1_seq pg_dump: executing SEQUENCE SET test_table_identity_col1_seq pg_dump: processing BLOBS pg_dump: saving large objects pg_dump: creating CONSTRAINT "dump_test.ordering_table ordering_table_pkey" pg_dump: creating FUNCTION "dump_test.ordering_func()" pg_dump: creating MATERIALIZED VIEW "dump_test.ordering_view" pg_dump: creating STATS IMPORT "dump_test.MATERIALIZED VIEW ordering_view" pg_dump: creating CONSTRAINT "dump_test.fk_reference_test_table fk_reference_test_table_pkey" pg_dump: creating CONSTRAINT "dump_test.measurement measurement_pkey" pg_dump: creating CONSTRAINT "dump_test.test_table_generated test_table_generated_pkey" pg_dump: creating CONSTRAINT "dump_test.test_table_identity test_table_identity_pkey" pg_dump: creating CONSTRAINT "dump_test.test_table test_table_pkey" pg_dump: creating CONSTRAINT "dump_test.test_table_tpk test_table_tpk_pkey" pg_dump: creating CONSTRAINT "dump_test.test_table_tuq test_table_tuq_uq" pg_dump: creating CONSTRAINT "dump_test_second_schema.measurement_y2006m2 measurement_y2006m2_pkey" pg_dump: creating CONSTRAINT "dump_test_second_schema.measurement_y2006m3 measurement_y2006m3_pkey" pg_dump: creating CONSTRAINT "dump_test_second_schema.measurement_y2006m4 measurement_y2006m4_pkey" pg_dump: creating CONSTRAINT "dump_test_second_schema.measurement_y2006m5 measurement_y2006m5_pkey" pg_dump: creating STATS IMPORT "dump_test.INDEX fk_reference_test_table_pkey" pg_dump: creating INDEX "dump_test.index_with_stats" pg_dump: creating STATS IMPORT "dump_test.INDEX index_with_stats" pg_dump: creating INDEX "dump_test.measurement_city_id_logdate_idx" pg_dump: creating STATS IMPORT "dump_test.INDEX measurement_city_id_logdate_idx" pg_dump: creating STATS IMPORT "dump_test.INDEX measurement_pkey" pg_dump: creating STATS IMPORT "dump_test.INDEX ordering_table_pkey" pg_dump: creating STATS IMPORT "dump_test.INDEX test_table_generated_pkey" pg_dump: creating STATS IMPORT "dump_test.INDEX test_table_identity_pkey" pg_dump: creating STATS IMPORT "dump_test.INDEX test_table_pkey" pg_dump: creating STATS IMPORT "dump_test.INDEX test_table_tpk_pkey" pg_dump: creating STATS IMPORT "dump_test.INDEX test_table_tuq_uq" pg_dump: creating INDEX "dump_test_second_schema.measurement_y2006m2_city_id_logdate_idx" pg_dump: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m2_city_id_logdate_idx" pg_dump: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m2_pkey" pg_dump: creating INDEX "dump_test_second_schema.measurement_y2006m3_city_id_logdate_idx" pg_dump: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m3_city_id_logdate_idx" pg_dump: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m3_pkey" pg_dump: creating INDEX "dump_test_second_schema.measurement_y2006m4_city_id_logdate_idx" pg_dump: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m4_city_id_logdate_idx" pg_dump: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m4_pkey" pg_dump: creating INDEX "dump_test_second_schema.measurement_y2006m5_city_id_logdate_idx" pg_dump: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m5_city_id_logdate_idx" pg_dump: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m5_pkey" pg_dump: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m2_city_id_logdate_idx" pg_dump: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m2_pkey" pg_dump: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m3_city_id_logdate_idx" pg_dump: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m3_pkey" pg_dump: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m4_city_id_logdate_idx" pg_dump: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m4_pkey" pg_dump: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m5_city_id_logdate_idx" pg_dump: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m5_pkey" pg_dump: creating STATISTICS "dump_test.test_ext_stats_expr" pg_dump: creating STATISTICS "dump_test.test_ext_stats_no_options" pg_dump: creating STATISTICS "dump_test.test_ext_stats_opts" pg_dump: creating TRIGGER "dump_test.measurement test_trigger" pg_dump: creating TRIGGER "dump_test.test_table test_trigger" pg_dump: creating TRIGGER "dump_test_second_schema.measurement_y2006m3 test_trigger" pg_dump: creating TRIGGER "dump_test_second_schema.measurement_y2006m4 test_trigger" pg_dump: creating TRIGGER "dump_test_second_schema.measurement_y2006m5 test_trigger" pg_dump: creating FK CONSTRAINT "dump_test.fk_reference_test_table fk_reference_test_table_col1_fkey" pg_dump: creating FK CONSTRAINT "dump_test.test_table_fk test_table_fk_col1_fkey" pg_dump: creating POLICY "dump_test.test_table p1" pg_dump: creating POLICY "dump_test.test_table p2" pg_dump: creating POLICY "dump_test.test_table p3" pg_dump: creating POLICY "dump_test.test_table p4" pg_dump: creating POLICY "dump_test.test_table p5" pg_dump: creating POLICY "dump_test.test_table p6" pg_dump: creating ROW SECURITY "dump_test.test_table" pg_dump: creating PUBLICATION "pub1" pg_dump: creating COMMENT "PUBLICATION pub1" pg_dump: creating PUBLICATION "pub2" pg_dump: creating PUBLICATION "pub3" pg_dump: creating PUBLICATION "pub4" pg_dump: creating PUBLICATION TABLE "dump_test.pub4 test_second_table" pg_dump: creating PUBLICATION TABLE "dump_test.pub1 test_second_table" pg_dump: creating PUBLICATION TABLE "dump_test.pub1 test_seventh_table" pg_dump: creating PUBLICATION TABLE "dump_test.pub1 test_sixth_table" pg_dump: creating PUBLICATION TABLE "dump_test.pub4 test_table" pg_dump: creating PUBLICATION TABLE "dump_test.pub1 test_table" pg_dump: creating PUBLICATION TABLE "dump_test.pub3 test_table" pg_dump: creating PUBLICATION TABLES IN SCHEMA "dump_test.pub3 dump_test" pg_dump: creating PUBLICATION TABLES IN SCHEMA "public.pub3 public" pg_dump: creating SUBSCRIPTION "sub1" pg_dump: creating COMMENT "SUBSCRIPTION sub1" pg_dump: creating SUBSCRIPTION "sub2" pg_dump: creating SUBSCRIPTION "sub3" pg_dump: creating ACL "SCHEMA dump_test_second_schema" pg_dump: creating ACL "SCHEMA public" pg_dump: creating ACL "LANGUAGE plpgsql" pg_dump: creating ACL "dump_test.TYPE int42" pg_dump: creating ACL "dump_test.TYPE planets" pg_dump: creating ACL "dump_test.TYPE textrange" pg_dump: creating ACL "dump_test.TYPE us_postal_code" pg_dump: creating ACL "pg_catalog.FUNCTION pg_sleep(double precision)" pg_dump: creating ACL "pg_catalog.FUNCTION pg_stat_reset()" pg_dump: creating ACL "FOREIGN DATA WRAPPER dummy" pg_dump: creating ACL "FOREIGN SERVER s1" pg_dump: creating ACL "dump_test.TABLE test_table" pg_dump: creating ACL "dump_test.TABLE measurement" pg_dump: creating ACL "dump_test.COLUMN measurement.city_id" pg_dump: creating ACL "dump_test.COLUMN test_second_table.col1" pg_dump: creating ACL "dump_test_second_schema.TABLE measurement_y2006m2" pg_dump: creating ACL "dump_test_second_schema.TABLE measurement_y2006m3" pg_dump: creating ACL "dump_test_second_schema.TABLE measurement_y2006m4" pg_dump: creating ACL "dump_test_second_schema.TABLE measurement_y2006m5" pg_dump: creating ACL "pg_catalog.TABLE pg_proc" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.tableoid" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.oid" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proname" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.pronamespace" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proowner" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.prolang" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.procost" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.prorows" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.provariadic" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.prosupport" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.prokind" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.prosecdef" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proleakproof" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proisstrict" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proretset" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.provolatile" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proparallel" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.pronargs" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.pronargdefaults" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.prorettype" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proargtypes" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proallargtypes" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proargmodes" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proargnames" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proargdefaults" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.protrftypes" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.prosrc" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.probin" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proconfig" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proacl" pg_dump: executing ACL LARGE OBJECT 16567 pg_dump: creating DEFAULT ACL "dump_test.DEFAULT PRIVILEGES FOR FUNCTIONS" pg_dump: creating DEFAULT ACL "dump_test.DEFAULT PRIVILEGES FOR TABLES" pg_dump: creating DEFAULT ACL "DEFAULT PRIVILEGES FOR FUNCTIONS" pg_dump: creating DEFAULT ACL "DEFAULT PRIVILEGES FOR TABLES" pg_dump: creating EVENT TRIGGER "test_event_trigger" pg_dump: creating MATERIALIZED VIEW DATA "dump_test.matview" pg_dump: creating MATERIALIZED VIEW DATA "dump_test.matview_second" pg_dump: creating MATERIALIZED VIEW DATA "dump_test.ordering_view" pg_dump: creating MATERIALIZED VIEW DATA "dump_test.regress_pg_dump_matview_am_0" pg_dump: creating MATERIALIZED VIEW DATA "dump_test.regress_pg_dump_matview_am_1" pg_dump: creating MATERIALIZED VIEW DATA "dump_test.regress_pg_dump_matview_am_2" [07:25:18.098](0.462s) ok 1010 - createdb: pg_dump runs [07:25:18.100](0.003s) ok 1011 - createdb: should dump ALTER COLLATION test0 OWNER TO [07:25:18.101](0.000s) ok 1012 - createdb: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:18.101](0.000s) ok 1013 - createdb: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:18.101](0.000s) ok 1014 - createdb: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:18.102](0.000s) ok 1015 - createdb: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:18.102](0.000s) ok 1016 - createdb: should dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:18.102](0.000s) ok 1017 - createdb: should dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:18.102](0.000s) ok 1018 - createdb: should dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:18.102](0.000s) ok 1019 - createdb: should dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:18.102](0.000s) ok 1020 - createdb: should dump ALTER INDEX ... ATTACH PARTITION [07:25:18.103](0.000s) ok 1021 - createdb: should dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:18.110](0.008s) ok 1022 - createdb: should dump ALTER LARGE OBJECT ... OWNER TO [07:25:18.111](0.001s) ok 1023 - createdb: should dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:18.112](0.001s) ok 1024 - createdb: should dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:18.121](0.009s) ok 1025 - createdb: should dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:18.125](0.004s) ok 1026 - createdb: should dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:18.126](0.001s) ok 1027 - createdb: should dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:18.127](0.001s) ok 1028 - createdb: should dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:18.128](0.001s) ok 1029 - createdb: should dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:18.129](0.001s) ok 1030 - createdb: should dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:18.129](0.000s) ok 1031 - createdb: should dump ALTER PUBLICATION pub1 OWNER TO [07:25:18.130](0.001s) ok 1032 - createdb: should dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:18.131](0.001s) ok 1033 - createdb: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:18.132](0.001s) ok 1034 - createdb: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:18.132](0.000s) ok 1035 - createdb: should dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:18.133](0.001s) ok 1036 - createdb: should dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:18.134](0.001s) ok 1037 - createdb: should not dump ALTER ROLE regress_dump_test_role [07:25:18.134](0.000s) ok 1038 - createdb: should dump ALTER SCHEMA dump_test OWNER TO [07:25:18.134](0.000s) ok 1039 - createdb: should dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:18.135](0.001s) ok 1040 - createdb: should dump ALTER SCHEMA public OWNER TO [07:25:18.135](0.000s) ok 1041 - createdb: should dump ALTER SEQUENCE test_table_col1_seq [07:25:18.135](0.000s) ok 1042 - createdb: should dump ALTER SERVER s1 OWNER TO [07:25:18.136](0.000s) ok 1043 - createdb: should dump ALTER STATISTICS extended_stats_options [07:25:18.136](0.000s) ok 1044 - createdb: should dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:18.136](0.000s) ok 1045 - createdb: should dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:18.138](0.001s) ok 1046 - createdb: should dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:18.139](0.001s) ok 1047 - createdb: should dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:18.139](0.001s) ok 1048 - createdb: should dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:18.140](0.001s) ok 1049 - createdb: should dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:18.140](0.001s) ok 1050 - createdb: should dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:18.141](0.001s) ok 1051 - createdb: should dump ALTER TABLE measurement OWNER TO [07:25:18.141](0.000s) ok 1052 - createdb: should dump ALTER TABLE measurement PRIMARY KEY [07:25:18.142](0.001s) ok 1053 - createdb: should dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:18.143](0.001s) ok 1054 - createdb: should dump ALTER TABLE test_second_table OWNER TO [07:25:18.144](0.000s) ok 1055 - createdb: should dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:18.144](0.000s) ok 1056 - createdb: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:18.144](0.000s) ok 1057 - createdb: should dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:18.144](0.000s) ok 1058 - createdb: should dump ALTER TABLE test_table OWNER TO [07:25:18.144](0.000s) ok 1059 - createdb: should not dump ALTER TABLE test_table_generated_child1 [07:25:18.144](0.000s) ok 1060 - createdb: should dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:18.144](0.000s) ok 1061 - createdb: should dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:18.145](0.000s) ok 1062 - createdb: should dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:18.145](0.000s) ok 1063 - createdb: should dump ALTER VIEW test_view SET DEFAULT [07:25:18.145](0.000s) ok 1064 - createdb: should dump Always trigger on partition is altered [07:25:18.146](0.001s) ok 1065 - createdb: should dump COMMENT ON COLLATION test0 [07:25:18.146](0.000s) ok 1066 - createdb: should dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:18.146](0.000s) ok 1067 - createdb: should dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:18.146](0.000s) ok 1068 - createdb: should dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:18.146](0.000s) ok 1069 - createdb: should dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:18.146](0.000s) ok 1070 - createdb: should dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:18.147](0.000s) ok 1071 - createdb: should dump COMMENT ON DATABASE postgres [07:25:18.147](0.000s) ok 1072 - createdb: should not dump COMMENT ON EXTENSION plpgsql [07:25:18.147](0.000s) ok 1073 - createdb: should dump COMMENT ON LARGE OBJECT ... [07:25:18.147](0.000s) ok 1074 - createdb: should dump COMMENT ON PUBLICATION pub1 [07:25:18.148](0.000s) ok 1075 - createdb: should not dump COMMENT ON SCHEMA public [07:25:18.148](0.000s) ok 1076 - createdb: should dump COMMENT ON SUBSCRIPTION sub1 [07:25:18.148](0.000s) ok 1077 - createdb: should dump COMMENT ON TABLE dump_test.test_table [07:25:18.148](0.000s) ok 1078 - createdb: should dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:18.149](0.000s) ok 1079 - createdb: should dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:18.149](0.001s) ok 1080 - createdb: should dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:18.149](0.000s) ok 1081 - createdb: should dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:18.150](0.000s) ok 1082 - createdb: should dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:18.150](0.000s) ok 1083 - createdb: should dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:18.150](0.000s) ok 1084 - createdb: should dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:18.150](0.000s) ok 1085 - createdb: should dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:18.150](0.000s) ok 1086 - createdb: should dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:18.151](0.000s) ok 1087 - createdb: should dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:18.151](0.000s) ok 1088 - createdb: should dump COPY fk_reference_test_table [07:25:18.151](0.000s) ok 1089 - createdb: should not dump COPY fk_reference_test_table second [07:25:18.151](0.000s) ok 1090 - createdb: should dump COPY measurement [07:25:18.152](0.000s) ok 1091 - createdb: should dump COPY test_compression_method [07:25:18.152](0.000s) ok 1092 - createdb: should dump COPY test_fifth_table [07:25:18.152](0.000s) ok 1093 - createdb: should dump COPY test_fourth_table [07:25:18.152](0.000s) ok 1094 - createdb: should dump COPY test_second_table [07:25:18.152](0.000s) ok 1095 - createdb: should dump COPY test_table [07:25:18.153](0.000s) ok 1096 - createdb: should dump COPY test_table_identity [07:25:18.153](0.000s) ok 1097 - createdb: should dump COPY test_third_table [07:25:18.153](0.000s) ok 1098 - createdb: should dump CREATE ACCESS METHOD gist2 [07:25:18.153](0.000s) ok 1099 - createdb: should dump CREATE ACCESS METHOD regress_test_table_am [07:25:18.153](0.000s) ok 1100 - createdb: should dump CREATE AGGREGATE dump_test.newavg [07:25:18.154](0.000s) ok 1101 - createdb: should dump CREATE CAST FOR timestamptz [07:25:18.154](0.000s) ok 1102 - createdb: should dump CREATE COLLATION test0 FROM "C" [07:25:18.154](0.000s) ok 1103 - createdb: should dump CREATE CONVERSION dump_test.test_conversion [07:25:18.154](0.000s) ok 1104 - createdb: should not dump CREATE DATABASE dump_test [07:25:18.154](0.000s) ok 1105 - createdb: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:18.155](0.000s) ok 1106 - createdb: should dump CREATE DATABASE postgres [07:25:18.155](0.000s) ok 1107 - createdb: should not dump CREATE DATABASE regression_invalid... [07:25:18.157](0.003s) ok 1108 - createdb: should dump CREATE DOMAIN dump_test.us_postal_code [07:25:18.158](0.001s) ok 1109 - createdb: should dump CREATE EVENT TRIGGER test_event_trigger [07:25:18.159](0.001s) ok 1110 - createdb: should not dump CREATE EXTENSION ... plpgsql [07:25:18.159](0.000s) ok 1111 - createdb: should dump CREATE FOREIGN DATA WRAPPER dummy [07:25:18.160](0.000s) ok 1112 - createdb: should dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:18.160](0.001s) ok 1113 - createdb: should dump CREATE FUNCTION ... SUPPORT [07:25:18.161](0.000s) ok 1114 - createdb: should dump CREATE FUNCTION dump_test.event_trigger_func [07:25:18.161](0.000s) ok 1115 - createdb: should dump CREATE FUNCTION dump_test.int42_in [07:25:18.161](0.000s) ok 1116 - createdb: should dump CREATE FUNCTION dump_test.int42_out [07:25:18.161](0.000s) ok 1117 - createdb: should dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:18.161](0.000s) ok 1118 - createdb: should dump CREATE FUNCTION dump_test.trigger_func [07:25:18.161](0.000s) ok 1119 - createdb: should dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:18.162](0.000s) ok 1120 - createdb: should dump CREATE INDEX ON ONLY measurement [07:25:18.162](0.000s) ok 1121 - createdb: should dump CREATE LANGUAGE pltestlang [07:25:18.162](0.000s) ok 1122 - createdb: should dump CREATE MATERIALIZED VIEW matview [07:25:18.162](0.000s) ok 1123 - createdb: should dump CREATE MATERIALIZED VIEW matview_fourth [07:25:18.162](0.000s) ok 1124 - createdb: should dump CREATE MATERIALIZED VIEW matview_second [07:25:18.163](0.001s) ok 1125 - createdb: should dump CREATE MATERIALIZED VIEW matview_third [07:25:18.164](0.000s) ok 1126 - createdb: should dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:18.164](0.001s) ok 1127 - createdb: should dump CREATE OPERATOR CLASS dump_test.op_class [07:25:18.166](0.001s) ok 1128 - createdb: should dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:18.166](0.000s) ok 1129 - createdb: should dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:18.167](0.001s) ok 1130 - createdb: should dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:18.167](0.001s) ok 1131 - createdb: should dump CREATE POLICY p1 ON test_table [07:25:18.167](0.000s) ok 1132 - createdb: should dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:18.167](0.000s) ok 1133 - createdb: should dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:18.168](0.000s) ok 1134 - createdb: should dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:18.168](0.000s) ok 1135 - createdb: should dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:18.169](0.001s) ok 1136 - createdb: should dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:18.169](0.000s) ok 1137 - createdb: should dump CREATE PROCEDURE dump_test.ptest1 [07:25:18.169](0.000s) ok 1138 - createdb: should dump CREATE PUBLICATION pub1 [07:25:18.169](0.000s) ok 1139 - createdb: should dump CREATE PUBLICATION pub2 [07:25:18.169](0.000s) ok 1140 - createdb: should dump CREATE PUBLICATION pub3 [07:25:18.169](0.000s) ok 1141 - createdb: should dump CREATE PUBLICATION pub4 [07:25:18.169](0.000s) ok 1142 - createdb: should not dump CREATE ROLE regress_dump_test_role [07:25:18.170](0.000s) ok 1143 - createdb: should not dump CREATE ROLE regress_quoted... [07:25:18.170](0.000s) ok 1144 - createdb: should dump CREATE SCHEMA dump_test [07:25:18.170](0.000s) ok 1145 - createdb: should dump CREATE SCHEMA dump_test_second_schema [07:25:18.170](0.000s) ok 1146 - createdb: should not dump CREATE SCHEMA public [07:25:18.170](0.000s) ok 1147 - createdb: should dump CREATE SEQUENCE test_table_col1_seq [07:25:18.170](0.000s) ok 1148 - createdb: should dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:18.170](0.000s) ok 1149 - createdb: should dump CREATE STATISTICS extended_stats_expression [07:25:18.171](0.000s) ok 1150 - createdb: should dump CREATE STATISTICS extended_stats_no_options [07:25:18.171](0.000s) ok 1151 - createdb: should dump CREATE STATISTICS extended_stats_options [07:25:18.171](0.000s) ok 1152 - createdb: should dump CREATE SUBSCRIPTION sub1 [07:25:18.171](0.000s) ok 1153 - createdb: should dump CREATE SUBSCRIPTION sub2 [07:25:18.171](0.000s) ok 1154 - createdb: should dump CREATE SUBSCRIPTION sub3 [07:25:18.171](0.000s) ok 1155 - createdb: should dump CREATE TABLE fk_reference_test_table [07:25:18.171](0.000s) ok 1156 - createdb: should dump CREATE TABLE measurement PARTITIONED BY [07:25:18.172](0.000s) ok 1157 - createdb: should dump CREATE TABLE regress_pg_dump_table_am [07:25:18.172](0.000s) ok 1158 - createdb: should dump CREATE TABLE table_with_stats [07:25:18.172](0.000s) ok 1159 - createdb: should dump CREATE TABLE test_compression_method [07:25:18.172](0.000s) ok 1160 - createdb: should dump CREATE TABLE test_fifth_table [07:25:18.172](0.000s) ok 1161 - createdb: should dump CREATE TABLE test_fourth_table_zero_col [07:25:18.172](0.000s) ok 1162 - createdb: should dump CREATE TABLE test_inheritance_child [07:25:18.173](0.000s) ok 1163 - createdb: should dump CREATE TABLE test_inheritance_parent [07:25:18.173](0.000s) ok 1164 - createdb: should dump CREATE TABLE test_second_table [07:25:18.173](0.000s) ok 1165 - createdb: should dump CREATE TABLE test_seventh_table [07:25:18.173](0.000s) ok 1166 - createdb: should dump CREATE TABLE test_sixth_table [07:25:18.175](0.002s) ok 1167 - createdb: should dump CREATE TABLE test_table [07:25:18.176](0.001s) ok 1168 - createdb: should dump CREATE TABLE test_table_generated [07:25:18.176](0.001s) ok 1169 - createdb: should dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:18.177](0.000s) ok 1170 - createdb: should dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:18.178](0.001s) ok 1171 - createdb: should dump CREATE TABLE test_table_identity [07:25:18.178](0.000s) ok 1172 - createdb: should dump CREATE TABLE test_third_table_generated_cols [07:25:18.178](0.000s) ok 1173 - createdb: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:18.179](0.000s) ok 1174 - createdb: should dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:18.179](0.000s) ok 1175 - createdb: should dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:18.179](0.001s) ok 1176 - createdb: should dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:18.180](0.001s) ok 1177 - createdb: should dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:18.181](0.001s) ok 1178 - createdb: should dump CREATE TRANSFORM FOR int [07:25:18.181](0.000s) ok 1179 - createdb: should dump CREATE TRIGGER test_trigger [07:25:18.182](0.001s) ok 1180 - createdb: should dump CREATE TYPE dump_test.composite [07:25:18.182](0.000s) ok 1181 - createdb: should dump CREATE TYPE dump_test.int42 [07:25:18.182](0.000s) ok 1182 - createdb: should dump CREATE TYPE dump_test.int42 populated [07:25:18.182](0.000s) ok 1183 - createdb: should dump CREATE TYPE dump_test.planets AS ENUM [07:25:18.183](0.000s) ok 1184 - createdb: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:18.183](0.000s) ok 1185 - createdb: should dump CREATE TYPE dump_test.textrange AS RANGE [07:25:18.183](0.000s) ok 1186 - createdb: should dump CREATE TYPE dump_test.undefined [07:25:18.183](0.000s) ok 1187 - createdb: should dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:18.184](0.000s) ok 1188 - createdb: should dump CREATE VIEW test_view [07:25:18.185](0.002s) ok 1189 - createdb: should dump Check ordering of a function that depends on a primary key [07:25:18.186](0.001s) ok 1190 - createdb: should dump Check ordering of a matview that depends on a primary key [07:25:18.187](0.001s) ok 1191 - createdb: should dump Creation of row-level trigger in partitioned table [07:25:18.188](0.001s) ok 1192 - createdb: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:18.188](0.000s) ok 1193 - createdb: should not dump DROP EXTENSION plpgsql [07:25:18.191](0.002s) ok 1194 - createdb: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:18.192](0.001s) ok 1195 - createdb: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:18.192](0.000s) ok 1196 - createdb: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:18.193](0.000s) ok 1197 - createdb: should not dump DROP LANGUAGE pltestlang [07:25:18.193](0.000s) ok 1198 - createdb: should not dump DROP ROLE pg_ [07:25:18.194](0.001s) ok 1199 - createdb: should not dump DROP ROLE regress_dump_test_role [07:25:18.195](0.001s) ok 1200 - createdb: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:18.195](0.000s) ok 1201 - createdb: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:18.195](0.000s) ok 1202 - createdb: should not dump DROP SCHEMA IF EXISTS public [07:25:18.196](0.000s) ok 1203 - createdb: should not dump DROP SCHEMA dump_test [07:25:18.196](0.000s) ok 1204 - createdb: should not dump DROP SCHEMA dump_test_second_schema [07:25:18.196](0.000s) ok 1205 - createdb: should not dump DROP SCHEMA public [07:25:18.197](0.000s) ok 1206 - createdb: should not dump DROP TABLE IF EXISTS test_second_table [07:25:18.197](0.000s) ok 1207 - createdb: should not dump DROP TABLE IF EXISTS test_table [07:25:18.197](0.000s) ok 1208 - createdb: should not dump DROP TABLE fk_reference_test_table [07:25:18.198](0.001s) ok 1209 - createdb: should not dump DROP TABLE test_second_table [07:25:18.198](0.000s) ok 1210 - createdb: should not dump DROP TABLE test_table [07:25:18.199](0.000s) ok 1211 - createdb: should dump Disabled trigger on partition is altered [07:25:18.200](0.001s) ok 1212 - createdb: should not dump Disabled trigger on partition is not created [07:25:18.200](0.000s) ok 1213 - createdb: should dump GRANT ALL ON LARGE OBJECT ... [07:25:18.200](0.000s) ok 1214 - createdb: should not dump GRANT CREATE ON DATABASE dump_test [07:25:18.201](0.000s) ok 1215 - createdb: should dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:18.201](0.000s) ok 1216 - createdb: should dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:18.202](0.001s) ok 1217 - createdb: should dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:18.202](0.000s) ok 1218 - createdb: should dump GRANT SELECT ON TABLE measurement [07:25:18.203](0.000s) ok 1219 - createdb: should dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:18.203](0.000s) ok 1220 - createdb: should dump GRANT SELECT ON TABLE test_table [07:25:18.204](0.001s) ok 1221 - createdb: should dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:18.204](0.000s) ok 1222 - createdb: should dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:18.205](0.000s) ok 1223 - createdb: should dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:18.205](0.000s) ok 1224 - createdb: should dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:18.206](0.001s) ok 1225 - createdb: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:18.206](0.000s) ok 1226 - createdb: should dump GRANT USAGE ON TYPE dump_test.int42 [07:25:18.206](0.001s) ok 1227 - createdb: should dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:18.207](0.000s) ok 1228 - createdb: should dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:18.207](0.000s) ok 1229 - createdb: should not dump INSERT INTO test_fifth_table [07:25:18.207](0.000s) ok 1230 - createdb: should not dump INSERT INTO test_fourth_table [07:25:18.208](0.001s) ok 1231 - createdb: should not dump INSERT INTO test_second_table [07:25:18.209](0.001s) ok 1232 - createdb: should not dump INSERT INTO test_table [07:25:18.209](0.000s) ok 1233 - createdb: should not dump INSERT INTO test_table_identity [07:25:18.209](0.000s) ok 1234 - createdb: should not dump INSERT INTO test_third_table [07:25:18.209](0.000s) ok 1235 - createdb: should not dump INSERT INTO test_third_table (colnames) [07:25:18.210](0.000s) ok 1236 - createdb: should dump LO create (using lo_from_bytea) [07:25:18.210](0.000s) ok 1237 - createdb: should dump LO create (with no data) [07:25:18.210](0.000s) ok 1238 - createdb: should dump LO load (using lo_from_bytea) [07:25:18.211](0.000s) ok 1239 - createdb: should dump Partition measurement_y2006m2 creation [07:25:18.211](0.000s) ok 1240 - createdb: should dump REFRESH MATERIALIZED VIEW matview [07:25:18.211](0.000s) ok 1241 - createdb: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:18.211](0.000s) ok 1242 - createdb: should dump REFRESH MATERIALIZED VIEW matview_second [07:25:18.212](0.000s) ok 1243 - createdb: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:18.212](0.000s) ok 1244 - createdb: should dump REVOKE ALL ON SCHEMA public [07:25:18.212](0.000s) ok 1245 - createdb: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:18.213](0.000s) ok 1246 - createdb: should dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:18.254](0.042s) ok 1247 - createdb: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:18.256](0.002s) ok 1248 - createdb: should dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:18.257](0.001s) ok 1249 - createdb: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:18.257](0.000s) ok 1250 - createdb: should dump Replica trigger on partition is altered [07:25:18.258](0.001s) ok 1251 - createdb: should not dump Triggers on partitions are not dropped [07:25:18.259](0.001s) ok 1252 - createdb: should not dump test_table with 4-row INSERTs # Running: pg_dump --no-sync --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/data_only.sql -a --superuser=test_superuser --disable-triggers -v postgres pg_dump: last built-in OID is 16383 pg_dump: reading extensions pg_dump: identifying extension members pg_dump: reading schemas pg_dump: reading user-defined tables pg_dump: reading user-defined functions pg_dump: reading user-defined types pg_dump: reading procedural languages pg_dump: reading user-defined aggregate functions pg_dump: reading user-defined operators pg_dump: reading user-defined access methods pg_dump: reading user-defined operator classes pg_dump: reading user-defined operator families pg_dump: reading user-defined text search parsers pg_dump: reading user-defined text search templates pg_dump: reading user-defined text search dictionaries pg_dump: reading user-defined text search configurations pg_dump: reading user-defined foreign-data wrappers pg_dump: reading user-defined foreign servers pg_dump: reading default privileges pg_dump: reading user-defined collations pg_dump: reading user-defined conversions pg_dump: reading type casts pg_dump: reading transforms pg_dump: reading table inheritance information pg_dump: reading event triggers pg_dump: finding extension tables pg_dump: finding inheritance relationships pg_dump: reading column info for interesting tables pg_dump: flagging inherited columns in subtables pg_dump: reading partitioning data pg_dump: reading indexes pg_dump: flagging indexes in partitioned tables pg_dump: reading extended statistics pg_dump: reading constraints pg_dump: reading triggers pg_dump: reading rewrite rules pg_dump: reading policies pg_dump: reading row-level security policies pg_dump: reading publications pg_dump: reading publication membership of tables pg_dump: reading publication membership of schemas pg_dump: reading subscriptions pg_dump: reading subscription membership of tables pg_dump: reading large objects pg_dump: reading dependency data pg_dump: saving encoding = WIN1252 pg_dump: saving standard_conforming_strings = on pg_dump: saving search_path = pg_dump: executing BLOB 16567 pg_dump: executing COMMENT LARGE OBJECT 16567 pg_dump: executing BLOB 16743 pg_dump: disabling triggers for test_table pg_dump: processing data for table "dump_test.test_table" pg_dump: dumping contents of table "dump_test.test_table" pg_dump: enabling triggers for test_table pg_dump: disabling triggers for fk_reference_test_table pg_dump: processing data for table "dump_test.fk_reference_test_table" pg_dump: dumping contents of table "dump_test.fk_reference_test_table" pg_dump: enabling triggers for fk_reference_test_table pg_dump: disabling triggers for ordering_table pg_dump: processing data for table "dump_test.ordering_table" pg_dump: dumping contents of table "dump_test.ordering_table" pg_dump: enabling triggers for ordering_table pg_dump: disabling triggers for regress_pg_dump_table_am_0 pg_dump: processing data for table "dump_test.regress_pg_dump_table_am_0" pg_dump: dumping contents of table "dump_test.regress_pg_dump_table_am_0" pg_dump: enabling triggers for regress_pg_dump_table_am_0 pg_dump: disabling triggers for regress_pg_dump_table_am_1 pg_dump: processing data for table "dump_test.regress_pg_dump_table_am_1" pg_dump: dumping contents of table "dump_test.regress_pg_dump_table_am_1" pg_dump: enabling triggers for regress_pg_dump_table_am_1 pg_dump: disabling triggers for regress_pg_dump_table_am_2 pg_dump: processing data for table "dump_test.regress_pg_dump_table_am_2" pg_dump: dumping contents of table "dump_test.regress_pg_dump_table_am_2" pg_dump: enabling triggers for regress_pg_dump_table_am_2 pg_dump: disabling triggers for table_index_stats pg_dump: processing data for table "dump_test.table_index_stats" pg_dump: dumping contents of table "dump_test.table_index_stats" pg_dump: enabling triggers for table_index_stats pg_dump: disabling triggers for test_compression_method pg_dump: processing data for table "dump_test.test_compression_method" pg_dump: dumping contents of table "dump_test.test_compression_method" pg_dump: enabling triggers for test_compression_method pg_dump: disabling triggers for test_fifth_table pg_dump: processing data for table "dump_test.test_fifth_table" pg_dump: dumping contents of table "dump_test.test_fifth_table" pg_dump: enabling triggers for test_fifth_table pg_dump: disabling triggers for test_fourth_table pg_dump: processing data for table "dump_test.test_fourth_table" pg_dump: dumping contents of table "dump_test.test_fourth_table" pg_dump: enabling triggers for test_fourth_table pg_dump: disabling triggers for test_inheritance_child pg_dump: processing data for table "dump_test.test_inheritance_child" pg_dump: dumping contents of table "dump_test.test_inheritance_child" pg_dump: enabling triggers for test_inheritance_child pg_dump: disabling triggers for test_inheritance_parent pg_dump: processing data for table "dump_test.test_inheritance_parent" pg_dump: dumping contents of table "dump_test.test_inheritance_parent" pg_dump: enabling triggers for test_inheritance_parent pg_dump: disabling triggers for test_second_table pg_dump: processing data for table "dump_test.test_second_table" pg_dump: dumping contents of table "dump_test.test_second_table" pg_dump: enabling triggers for test_second_table pg_dump: disabling triggers for test_seventh_table pg_dump: processing data for table "dump_test.test_seventh_table" pg_dump: dumping contents of table "dump_test.test_seventh_table" pg_dump: enabling triggers for test_seventh_table pg_dump: disabling triggers for test_sixth_table pg_dump: processing data for table "dump_test.test_sixth_table" pg_dump: dumping contents of table "dump_test.test_sixth_table" pg_dump: enabling triggers for test_sixth_table pg_dump: disabling triggers for test_table_fk_1 pg_dump: processing data for table "dump_test.test_table_fk_1" pg_dump: dumping contents of table "dump_test.test_table_fk_1" pg_dump: enabling triggers for test_table_fk_1 pg_dump: disabling triggers for test_table_generated pg_dump: processing data for table "dump_test.test_table_generated" pg_dump: dumping contents of table "dump_test.test_table_generated" pg_dump: enabling triggers for test_table_generated pg_dump: disabling triggers for test_table_generated_child1 pg_dump: processing data for table "dump_test.test_table_generated_child1" pg_dump: dumping contents of table "dump_test.test_table_generated_child1" pg_dump: enabling triggers for test_table_generated_child1 pg_dump: disabling triggers for test_table_generated_child2 pg_dump: processing data for table "dump_test.test_table_generated_child2" pg_dump: dumping contents of table "dump_test.test_table_generated_child2" pg_dump: enabling triggers for test_table_generated_child2 pg_dump: disabling triggers for test_table_identity pg_dump: processing data for table "dump_test.test_table_identity" pg_dump: dumping contents of table "dump_test.test_table_identity" pg_dump: enabling triggers for test_table_identity pg_dump: disabling triggers for test_table_tpk pg_dump: processing data for table "dump_test.test_table_tpk" pg_dump: dumping contents of table "dump_test.test_table_tpk" pg_dump: enabling triggers for test_table_tpk pg_dump: disabling triggers for test_table_tuq pg_dump: processing data for table "dump_test.test_table_tuq" pg_dump: dumping contents of table "dump_test.test_table_tuq" pg_dump: enabling triggers for test_table_tuq pg_dump: disabling triggers for test_third_table pg_dump: processing data for table "dump_test.test_third_table" pg_dump: dumping contents of table "dump_test.test_third_table" pg_dump: enabling triggers for test_third_table pg_dump: disabling triggers for measurement_y2006m2 pg_dump: processing data for table "dump_test_second_schema.measurement_y2006m2" pg_dump: dumping contents of table "dump_test_second_schema.measurement_y2006m2" pg_dump: enabling triggers for measurement_y2006m2 pg_dump: disabling triggers for measurement_y2006m3 pg_dump: processing data for table "dump_test_second_schema.measurement_y2006m3" pg_dump: dumping contents of table "dump_test_second_schema.measurement_y2006m3" pg_dump: enabling triggers for measurement_y2006m3 pg_dump: disabling triggers for measurement_y2006m4 pg_dump: processing data for table "dump_test_second_schema.measurement_y2006m4" pg_dump: dumping contents of table "dump_test_second_schema.measurement_y2006m4" pg_dump: enabling triggers for measurement_y2006m4 pg_dump: disabling triggers for measurement_y2006m5 pg_dump: processing data for table "dump_test_second_schema.measurement_y2006m5" pg_dump: dumping contents of table "dump_test_second_schema.measurement_y2006m5" pg_dump: enabling triggers for measurement_y2006m5 pg_dump: executing SEQUENCE SET measurement_city_id_seq pg_dump: executing SEQUENCE SET test_table_col1_seq pg_dump: executing SEQUENCE SET test_table_identity_col1_seq pg_dump: processing BLOBS pg_dump: saving large objects pg_dump: executing ACL LARGE OBJECT 16567 [07:25:18.585](0.326s) ok 1253 - data_only: pg_dump runs [07:25:18.591](0.006s) ok 1254 - data_only: should not dump ALTER COLLATION test0 OWNER TO [07:25:18.592](0.001s) ok 1255 - data_only: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:18.592](0.000s) ok 1256 - data_only: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:18.592](0.000s) ok 1257 - data_only: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:18.593](0.001s) ok 1258 - data_only: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:18.593](0.000s) ok 1259 - data_only: should not dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:18.594](0.000s) ok 1260 - data_only: should not dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:18.594](0.000s) ok 1261 - data_only: should not dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:18.594](0.000s) ok 1262 - data_only: should not dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:18.594](0.000s) ok 1263 - data_only: should not dump ALTER INDEX ... ATTACH PARTITION [07:25:18.595](0.000s) ok 1264 - data_only: should not dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:18.595](0.000s) ok 1265 - data_only: should dump ALTER LARGE OBJECT ... OWNER TO [07:25:18.595](0.000s) ok 1266 - data_only: should not dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:18.596](0.000s) ok 1267 - data_only: should not dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:18.596](0.000s) ok 1268 - data_only: should not dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:18.596](0.000s) ok 1269 - data_only: should not dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:18.596](0.000s) ok 1270 - data_only: should not dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:18.597](0.000s) ok 1271 - data_only: should not dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:18.597](0.000s) ok 1272 - data_only: should not dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:18.597](0.000s) ok 1273 - data_only: should not dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:18.600](0.002s) ok 1274 - data_only: should not dump ALTER PUBLICATION pub1 OWNER TO [07:25:18.600](0.000s) ok 1275 - data_only: should not dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:18.600](0.000s) ok 1276 - data_only: should not dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:18.600](0.000s) ok 1277 - data_only: should not dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:18.601](0.000s) ok 1278 - data_only: should not dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:18.601](0.000s) ok 1279 - data_only: should not dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:18.601](0.000s) ok 1280 - data_only: should not dump ALTER ROLE regress_dump_test_role [07:25:18.602](0.000s) ok 1281 - data_only: should not dump ALTER SCHEMA dump_test OWNER TO [07:25:18.602](0.000s) ok 1282 - data_only: should not dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:18.602](0.000s) ok 1283 - data_only: should not dump ALTER SCHEMA public OWNER TO [07:25:18.602](0.000s) ok 1284 - data_only: should not dump ALTER SEQUENCE test_table_col1_seq [07:25:18.603](0.000s) ok 1285 - data_only: should not dump ALTER SERVER s1 OWNER TO [07:25:18.603](0.000s) ok 1286 - data_only: should not dump ALTER STATISTICS extended_stats_options [07:25:18.603](0.000s) ok 1287 - data_only: should not dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:18.603](0.000s) ok 1288 - data_only: should not dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:18.604](0.000s) ok 1289 - data_only: should not dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:18.604](0.000s) ok 1290 - data_only: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:18.604](0.000s) ok 1291 - data_only: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:18.605](0.000s) ok 1292 - data_only: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:18.605](0.000s) ok 1293 - data_only: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:18.605](0.000s) ok 1294 - data_only: should not dump ALTER TABLE measurement OWNER TO [07:25:18.605](0.000s) ok 1295 - data_only: should not dump ALTER TABLE measurement PRIMARY KEY [07:25:18.606](0.000s) ok 1296 - data_only: should not dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:18.606](0.000s) ok 1297 - data_only: should not dump ALTER TABLE test_second_table OWNER TO [07:25:18.606](0.000s) ok 1298 - data_only: should not dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:18.606](0.000s) ok 1299 - data_only: should dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:18.607](0.000s) ok 1300 - data_only: should not dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:18.607](0.000s) ok 1301 - data_only: should not dump ALTER TABLE test_table OWNER TO [07:25:18.607](0.000s) ok 1302 - data_only: should not dump ALTER TABLE test_table_generated_child1 [07:25:18.608](0.000s) ok 1303 - data_only: should not dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:18.608](0.000s) ok 1304 - data_only: should not dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:18.608](0.000s) ok 1305 - data_only: should not dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:18.609](0.000s) ok 1306 - data_only: should not dump ALTER VIEW test_view SET DEFAULT [07:25:18.609](0.001s) ok 1307 - data_only: should not dump Always trigger on partition is altered [07:25:18.610](0.001s) ok 1308 - data_only: should not dump COMMENT ON COLLATION test0 [07:25:18.610](0.000s) ok 1309 - data_only: should not dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:18.611](0.001s) ok 1310 - data_only: should not dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:18.612](0.000s) ok 1311 - data_only: should not dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:18.612](0.000s) ok 1312 - data_only: should not dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:18.612](0.000s) ok 1313 - data_only: should not dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:18.613](0.000s) ok 1314 - data_only: should not dump COMMENT ON DATABASE postgres [07:25:18.613](0.000s) ok 1315 - data_only: should not dump COMMENT ON EXTENSION plpgsql [07:25:18.613](0.000s) ok 1316 - data_only: should dump COMMENT ON LARGE OBJECT ... [07:25:18.613](0.000s) ok 1317 - data_only: should not dump COMMENT ON PUBLICATION pub1 [07:25:18.614](0.000s) ok 1318 - data_only: should not dump COMMENT ON SCHEMA public [07:25:18.614](0.000s) ok 1319 - data_only: should not dump COMMENT ON SUBSCRIPTION sub1 [07:25:18.614](0.000s) ok 1320 - data_only: should not dump COMMENT ON TABLE dump_test.test_table [07:25:18.615](0.000s) ok 1321 - data_only: should not dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:18.615](0.000s) ok 1322 - data_only: should not dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:18.615](0.000s) ok 1323 - data_only: should not dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:18.615](0.000s) ok 1324 - data_only: should not dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:18.616](0.000s) ok 1325 - data_only: should not dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:18.616](0.000s) ok 1326 - data_only: should not dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:18.616](0.000s) ok 1327 - data_only: should not dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:18.616](0.000s) ok 1328 - data_only: should not dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:18.616](0.000s) ok 1329 - data_only: should not dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:18.617](0.000s) ok 1330 - data_only: should not dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:18.617](0.000s) ok 1331 - data_only: should dump COPY fk_reference_test_table [07:25:18.617](0.000s) ok 1332 - data_only: should dump COPY fk_reference_test_table second [07:25:18.617](0.000s) ok 1333 - data_only: should dump COPY measurement [07:25:18.617](0.000s) ok 1334 - data_only: should dump COPY test_compression_method [07:25:18.617](0.000s) ok 1335 - data_only: should dump COPY test_fifth_table [07:25:18.618](0.000s) ok 1336 - data_only: should dump COPY test_fourth_table [07:25:18.618](0.000s) ok 1337 - data_only: should dump COPY test_second_table [07:25:18.618](0.000s) ok 1338 - data_only: should dump COPY test_table [07:25:18.618](0.000s) ok 1339 - data_only: should dump COPY test_table_identity [07:25:18.618](0.000s) ok 1340 - data_only: should dump COPY test_third_table [07:25:18.618](0.000s) ok 1341 - data_only: should not dump CREATE ACCESS METHOD gist2 [07:25:18.618](0.000s) ok 1342 - data_only: should not dump CREATE ACCESS METHOD regress_test_table_am [07:25:18.618](0.000s) ok 1343 - data_only: should not dump CREATE AGGREGATE dump_test.newavg [07:25:18.618](0.000s) ok 1344 - data_only: should not dump CREATE CAST FOR timestamptz [07:25:18.618](0.000s) ok 1345 - data_only: should not dump CREATE COLLATION test0 FROM "C" [07:25:18.618](0.000s) ok 1346 - data_only: should not dump CREATE CONVERSION dump_test.test_conversion [07:25:18.619](0.000s) ok 1347 - data_only: should not dump CREATE DATABASE dump_test [07:25:18.619](0.000s) ok 1348 - data_only: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:18.619](0.000s) ok 1349 - data_only: should not dump CREATE DATABASE postgres [07:25:18.619](0.000s) ok 1350 - data_only: should not dump CREATE DATABASE regression_invalid... [07:25:18.619](0.000s) ok 1351 - data_only: should not dump CREATE DOMAIN dump_test.us_postal_code [07:25:18.619](0.000s) ok 1352 - data_only: should not dump CREATE EVENT TRIGGER test_event_trigger [07:25:18.619](0.000s) ok 1353 - data_only: should not dump CREATE EXTENSION ... plpgsql [07:25:18.619](0.000s) ok 1354 - data_only: should not dump CREATE FOREIGN DATA WRAPPER dummy [07:25:18.619](0.000s) ok 1355 - data_only: should not dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:18.620](0.000s) ok 1356 - data_only: should not dump CREATE FUNCTION ... SUPPORT [07:25:18.620](0.000s) ok 1357 - data_only: should not dump CREATE FUNCTION dump_test.event_trigger_func [07:25:18.620](0.000s) ok 1358 - data_only: should not dump CREATE FUNCTION dump_test.int42_in [07:25:18.620](0.000s) ok 1359 - data_only: should not dump CREATE FUNCTION dump_test.int42_out [07:25:18.620](0.000s) ok 1360 - data_only: should not dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:18.620](0.000s) ok 1361 - data_only: should not dump CREATE FUNCTION dump_test.trigger_func [07:25:18.620](0.000s) ok 1362 - data_only: should not dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:18.620](0.000s) ok 1363 - data_only: should not dump CREATE INDEX ON ONLY measurement [07:25:18.620](0.000s) ok 1364 - data_only: should not dump CREATE LANGUAGE pltestlang [07:25:18.620](0.000s) ok 1365 - data_only: should not dump CREATE MATERIALIZED VIEW matview [07:25:18.621](0.000s) ok 1366 - data_only: should not dump CREATE MATERIALIZED VIEW matview_fourth [07:25:18.621](0.000s) ok 1367 - data_only: should not dump CREATE MATERIALIZED VIEW matview_second [07:25:18.621](0.000s) ok 1368 - data_only: should not dump CREATE MATERIALIZED VIEW matview_third [07:25:18.621](0.000s) ok 1369 - data_only: should not dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:18.621](0.000s) ok 1370 - data_only: should not dump CREATE OPERATOR CLASS dump_test.op_class [07:25:18.621](0.000s) ok 1371 - data_only: should not dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:18.621](0.000s) ok 1372 - data_only: should not dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:18.621](0.000s) ok 1373 - data_only: should not dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:18.622](0.000s) ok 1374 - data_only: should not dump CREATE POLICY p1 ON test_table [07:25:18.622](0.000s) ok 1375 - data_only: should not dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:18.622](0.000s) ok 1376 - data_only: should not dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:18.622](0.000s) ok 1377 - data_only: should not dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:18.622](0.000s) ok 1378 - data_only: should not dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:18.623](0.000s) ok 1379 - data_only: should not dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:18.623](0.000s) ok 1380 - data_only: should not dump CREATE PROCEDURE dump_test.ptest1 [07:25:18.623](0.000s) ok 1381 - data_only: should not dump CREATE PUBLICATION pub1 [07:25:18.623](0.000s) ok 1382 - data_only: should not dump CREATE PUBLICATION pub2 [07:25:18.623](0.000s) ok 1383 - data_only: should not dump CREATE PUBLICATION pub3 [07:25:18.623](0.000s) ok 1384 - data_only: should not dump CREATE PUBLICATION pub4 [07:25:18.623](0.000s) ok 1385 - data_only: should not dump CREATE ROLE regress_dump_test_role [07:25:18.624](0.000s) ok 1386 - data_only: should not dump CREATE ROLE regress_quoted... [07:25:18.624](0.000s) ok 1387 - data_only: should not dump CREATE SCHEMA dump_test [07:25:18.625](0.001s) ok 1388 - data_only: should not dump CREATE SCHEMA dump_test_second_schema [07:25:18.625](0.000s) ok 1389 - data_only: should not dump CREATE SCHEMA public [07:25:18.626](0.001s) ok 1390 - data_only: should not dump CREATE SEQUENCE test_table_col1_seq [07:25:18.627](0.001s) ok 1391 - data_only: should not dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:18.628](0.000s) ok 1392 - data_only: should not dump CREATE STATISTICS extended_stats_expression [07:25:18.629](0.001s) ok 1393 - data_only: should not dump CREATE STATISTICS extended_stats_no_options [07:25:18.629](0.000s) ok 1394 - data_only: should not dump CREATE STATISTICS extended_stats_options [07:25:18.630](0.001s) ok 1395 - data_only: should not dump CREATE SUBSCRIPTION sub1 [07:25:18.630](0.001s) ok 1396 - data_only: should not dump CREATE SUBSCRIPTION sub2 [07:25:18.631](0.000s) ok 1397 - data_only: should not dump CREATE SUBSCRIPTION sub3 [07:25:18.631](0.000s) ok 1398 - data_only: should not dump CREATE TABLE fk_reference_test_table [07:25:18.631](0.000s) ok 1399 - data_only: should not dump CREATE TABLE measurement PARTITIONED BY [07:25:18.631](0.000s) ok 1400 - data_only: should not dump CREATE TABLE regress_pg_dump_table_am [07:25:18.631](0.000s) ok 1401 - data_only: should not dump CREATE TABLE table_with_stats [07:25:18.632](0.000s) ok 1402 - data_only: should not dump CREATE TABLE test_compression_method [07:25:18.632](0.000s) ok 1403 - data_only: should not dump CREATE TABLE test_fifth_table [07:25:18.633](0.001s) ok 1404 - data_only: should not dump CREATE TABLE test_fourth_table_zero_col [07:25:18.633](0.000s) ok 1405 - data_only: should not dump CREATE TABLE test_inheritance_child [07:25:18.634](0.000s) ok 1406 - data_only: should not dump CREATE TABLE test_inheritance_parent [07:25:18.634](0.000s) ok 1407 - data_only: should not dump CREATE TABLE test_second_table [07:25:18.634](0.000s) ok 1408 - data_only: should not dump CREATE TABLE test_seventh_table [07:25:18.635](0.001s) ok 1409 - data_only: should not dump CREATE TABLE test_sixth_table [07:25:18.635](0.000s) ok 1410 - data_only: should not dump CREATE TABLE test_table [07:25:18.635](0.000s) ok 1411 - data_only: should not dump CREATE TABLE test_table_generated [07:25:18.635](0.000s) ok 1412 - data_only: should not dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:18.636](0.000s) ok 1413 - data_only: should not dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:18.636](0.000s) ok 1414 - data_only: should not dump CREATE TABLE test_table_identity [07:25:18.636](0.000s) ok 1415 - data_only: should not dump CREATE TABLE test_third_table_generated_cols [07:25:18.636](0.000s) ok 1416 - data_only: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:18.636](0.000s) ok 1417 - data_only: should not dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:18.637](0.000s) ok 1418 - data_only: should not dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:18.637](0.000s) ok 1419 - data_only: should not dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:18.637](0.000s) ok 1420 - data_only: should not dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:18.637](0.000s) ok 1421 - data_only: should not dump CREATE TRANSFORM FOR int [07:25:18.638](0.001s) ok 1422 - data_only: should not dump CREATE TRIGGER test_trigger [07:25:18.639](0.001s) ok 1423 - data_only: should not dump CREATE TYPE dump_test.composite [07:25:18.639](0.000s) ok 1424 - data_only: should not dump CREATE TYPE dump_test.int42 [07:25:18.641](0.002s) ok 1425 - data_only: should not dump CREATE TYPE dump_test.int42 populated [07:25:18.642](0.001s) ok 1426 - data_only: should not dump CREATE TYPE dump_test.planets AS ENUM [07:25:18.643](0.001s) ok 1427 - data_only: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:18.643](0.000s) ok 1428 - data_only: should not dump CREATE TYPE dump_test.textrange AS RANGE [07:25:18.643](0.000s) ok 1429 - data_only: should not dump CREATE TYPE dump_test.undefined [07:25:18.644](0.001s) ok 1430 - data_only: should not dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:18.646](0.002s) ok 1431 - data_only: should not dump CREATE VIEW test_view [07:25:18.647](0.000s) ok 1432 - data_only: should not dump Check ordering of a function that depends on a primary key [07:25:18.647](0.000s) ok 1433 - data_only: should not dump Check ordering of a matview that depends on a primary key [07:25:18.647](0.000s) ok 1434 - data_only: should not dump Creation of row-level trigger in partitioned table [07:25:18.647](0.000s) ok 1435 - data_only: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:18.647](0.000s) ok 1436 - data_only: should not dump DROP EXTENSION plpgsql [07:25:18.647](0.000s) ok 1437 - data_only: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:18.647](0.000s) ok 1438 - data_only: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:18.647](0.000s) ok 1439 - data_only: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:18.648](0.000s) ok 1440 - data_only: should not dump DROP LANGUAGE pltestlang [07:25:18.648](0.000s) ok 1441 - data_only: should not dump DROP ROLE pg_ [07:25:18.648](0.000s) ok 1442 - data_only: should not dump DROP ROLE regress_dump_test_role [07:25:18.648](0.000s) ok 1443 - data_only: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:18.648](0.000s) ok 1444 - data_only: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:18.648](0.000s) ok 1445 - data_only: should not dump DROP SCHEMA IF EXISTS public [07:25:18.648](0.000s) ok 1446 - data_only: should not dump DROP SCHEMA dump_test [07:25:18.648](0.000s) ok 1447 - data_only: should not dump DROP SCHEMA dump_test_second_schema [07:25:18.649](0.000s) ok 1448 - data_only: should not dump DROP SCHEMA public [07:25:18.649](0.000s) ok 1449 - data_only: should not dump DROP TABLE IF EXISTS test_second_table [07:25:18.650](0.000s) ok 1450 - data_only: should not dump DROP TABLE IF EXISTS test_table [07:25:18.650](0.000s) ok 1451 - data_only: should not dump DROP TABLE fk_reference_test_table [07:25:18.650](0.000s) ok 1452 - data_only: should not dump DROP TABLE test_second_table [07:25:18.650](0.000s) ok 1453 - data_only: should not dump DROP TABLE test_table [07:25:18.652](0.001s) ok 1454 - data_only: should not dump Disabled trigger on partition is altered [07:25:18.652](0.000s) ok 1455 - data_only: should not dump Disabled trigger on partition is not created [07:25:18.653](0.001s) ok 1456 - data_only: should dump GRANT ALL ON LARGE OBJECT ... [07:25:18.653](0.001s) ok 1457 - data_only: should not dump GRANT CREATE ON DATABASE dump_test [07:25:18.655](0.002s) ok 1458 - data_only: should not dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:18.656](0.001s) ok 1459 - data_only: should not dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:18.657](0.000s) ok 1460 - data_only: should not dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:18.657](0.000s) ok 1461 - data_only: should not dump GRANT SELECT ON TABLE measurement [07:25:18.657](0.000s) ok 1462 - data_only: should not dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:18.658](0.000s) ok 1463 - data_only: should not dump GRANT SELECT ON TABLE test_table [07:25:18.658](0.001s) ok 1464 - data_only: should not dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:18.659](0.000s) ok 1465 - data_only: should not dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:18.659](0.000s) ok 1466 - data_only: should not dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:18.659](0.000s) ok 1467 - data_only: should not dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:18.659](0.000s) ok 1468 - data_only: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:18.659](0.000s) ok 1469 - data_only: should not dump GRANT USAGE ON TYPE dump_test.int42 [07:25:18.660](0.000s) ok 1470 - data_only: should not dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:18.660](0.001s) ok 1471 - data_only: should not dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:18.661](0.000s) ok 1472 - data_only: should not dump INSERT INTO test_fifth_table [07:25:18.661](0.000s) ok 1473 - data_only: should not dump INSERT INTO test_fourth_table [07:25:18.661](0.000s) ok 1474 - data_only: should not dump INSERT INTO test_second_table [07:25:18.662](0.000s) ok 1475 - data_only: should not dump INSERT INTO test_table [07:25:18.663](0.001s) ok 1476 - data_only: should not dump INSERT INTO test_table_identity [07:25:18.663](0.000s) ok 1477 - data_only: should not dump INSERT INTO test_third_table [07:25:18.663](0.000s) ok 1478 - data_only: should not dump INSERT INTO test_third_table (colnames) [07:25:18.663](0.000s) ok 1479 - data_only: should dump LO create (using lo_from_bytea) [07:25:18.663](0.000s) ok 1480 - data_only: should dump LO create (with no data) [07:25:18.664](0.001s) ok 1481 - data_only: should dump LO load (using lo_from_bytea) [07:25:18.664](0.000s) ok 1482 - data_only: should not dump Partition measurement_y2006m2 creation [07:25:18.665](0.001s) ok 1483 - data_only: should not dump REFRESH MATERIALIZED VIEW matview [07:25:18.665](0.000s) ok 1484 - data_only: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:18.665](0.000s) ok 1485 - data_only: should not dump REFRESH MATERIALIZED VIEW matview_second [07:25:18.665](0.000s) ok 1486 - data_only: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:18.665](0.000s) ok 1487 - data_only: should not dump REVOKE ALL ON SCHEMA public [07:25:18.665](0.000s) ok 1488 - data_only: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:18.666](0.000s) ok 1489 - data_only: should not dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:18.671](0.005s) ok 1490 - data_only: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:18.671](0.000s) ok 1491 - data_only: should not dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:18.671](0.000s) ok 1492 - data_only: should not dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:18.672](0.000s) ok 1493 - data_only: should not dump Replica trigger on partition is altered [07:25:18.672](0.000s) ok 1494 - data_only: should not dump Triggers on partitions are not dropped [07:25:18.672](0.000s) ok 1495 - data_only: should not dump test_table with 4-row INSERTs # Running: pg_dump --no-sync -f C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/defaults.sql postgres pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order [07:25:19.256](0.584s) ok 1496 - defaults: pg_dump runs [07:25:19.263](0.006s) ok 1497 - defaults: should dump ALTER COLLATION test0 OWNER TO [07:25:19.264](0.001s) ok 1498 - defaults: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:19.266](0.002s) ok 1499 - defaults: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:19.267](0.001s) ok 1500 - defaults: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:19.268](0.001s) ok 1501 - defaults: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:19.269](0.001s) ok 1502 - defaults: should dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:19.269](0.000s) ok 1503 - defaults: should dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:19.269](0.000s) ok 1504 - defaults: should dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:19.270](0.000s) ok 1505 - defaults: should dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:19.270](0.000s) ok 1506 - defaults: should dump ALTER INDEX ... ATTACH PARTITION [07:25:19.270](0.000s) ok 1507 - defaults: should dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:19.270](0.000s) ok 1508 - defaults: should dump ALTER LARGE OBJECT ... OWNER TO [07:25:19.271](0.000s) ok 1509 - defaults: should dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:19.271](0.000s) ok 1510 - defaults: should dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:19.271](0.000s) ok 1511 - defaults: should dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:19.272](0.001s) ok 1512 - defaults: should dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:19.272](0.001s) ok 1513 - defaults: should dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:19.272](0.000s) ok 1514 - defaults: should dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:19.273](0.000s) ok 1515 - defaults: should dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:19.273](0.000s) ok 1516 - defaults: should dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:19.273](0.000s) ok 1517 - defaults: should dump ALTER PUBLICATION pub1 OWNER TO [07:25:19.274](0.000s) ok 1518 - defaults: should dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:19.274](0.000s) ok 1519 - defaults: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:19.274](0.001s) ok 1520 - defaults: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:19.275](0.000s) ok 1521 - defaults: should dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:19.276](0.001s) ok 1522 - defaults: should dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:19.283](0.007s) ok 1523 - defaults: should not dump ALTER ROLE regress_dump_test_role [07:25:19.286](0.003s) ok 1524 - defaults: should dump ALTER SCHEMA dump_test OWNER TO [07:25:19.286](0.000s) ok 1525 - defaults: should dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:19.286](0.000s) ok 1526 - defaults: should dump ALTER SCHEMA public OWNER TO [07:25:19.294](0.008s) ok 1527 - defaults: should dump ALTER SEQUENCE test_table_col1_seq [07:25:19.296](0.001s) ok 1528 - defaults: should dump ALTER SERVER s1 OWNER TO [07:25:19.297](0.001s) ok 1529 - defaults: should dump ALTER STATISTICS extended_stats_options [07:25:19.301](0.004s) ok 1530 - defaults: should dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:19.303](0.002s) ok 1531 - defaults: should dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:19.305](0.002s) ok 1532 - defaults: should dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:19.306](0.000s) ok 1533 - defaults: should dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:19.306](0.000s) ok 1534 - defaults: should dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:19.306](0.001s) ok 1535 - defaults: should dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:19.308](0.001s) ok 1536 - defaults: should dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:19.308](0.001s) ok 1537 - defaults: should dump ALTER TABLE measurement OWNER TO [07:25:19.309](0.000s) ok 1538 - defaults: should dump ALTER TABLE measurement PRIMARY KEY [07:25:19.309](0.000s) ok 1539 - defaults: should dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:19.309](0.000s) ok 1540 - defaults: should dump ALTER TABLE test_second_table OWNER TO [07:25:19.309](0.000s) ok 1541 - defaults: should dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:19.309](0.000s) ok 1542 - defaults: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:19.310](0.000s) ok 1543 - defaults: should dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:19.310](0.000s) ok 1544 - defaults: should dump ALTER TABLE test_table OWNER TO [07:25:19.310](0.000s) ok 1545 - defaults: should not dump ALTER TABLE test_table_generated_child1 [07:25:19.310](0.000s) ok 1546 - defaults: should dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:19.311](0.000s) ok 1547 - defaults: should dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:19.312](0.001s) ok 1548 - defaults: should dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:19.312](0.000s) ok 1549 - defaults: should dump ALTER VIEW test_view SET DEFAULT [07:25:19.312](0.000s) ok 1550 - defaults: should dump Always trigger on partition is altered [07:25:19.313](0.000s) ok 1551 - defaults: should dump COMMENT ON COLLATION test0 [07:25:19.314](0.001s) ok 1552 - defaults: should dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:19.314](0.000s) ok 1553 - defaults: should dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:19.315](0.000s) ok 1554 - defaults: should dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:19.315](0.000s) ok 1555 - defaults: should dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:19.315](0.000s) ok 1556 - defaults: should dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:19.317](0.002s) ok 1557 - defaults: should not dump COMMENT ON DATABASE postgres [07:25:19.318](0.001s) ok 1558 - defaults: should not dump COMMENT ON EXTENSION plpgsql [07:25:19.318](0.000s) ok 1559 - defaults: should dump COMMENT ON LARGE OBJECT ... [07:25:19.320](0.001s) ok 1560 - defaults: should dump COMMENT ON PUBLICATION pub1 [07:25:19.320](0.000s) ok 1561 - defaults: should not dump COMMENT ON SCHEMA public [07:25:19.321](0.001s) ok 1562 - defaults: should dump COMMENT ON SUBSCRIPTION sub1 [07:25:19.323](0.002s) ok 1563 - defaults: should dump COMMENT ON TABLE dump_test.test_table [07:25:19.329](0.006s) ok 1564 - defaults: should dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:19.330](0.000s) ok 1565 - defaults: should dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:19.330](0.001s) ok 1566 - defaults: should dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:19.331](0.000s) ok 1567 - defaults: should dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:19.331](0.000s) ok 1568 - defaults: should dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:19.331](0.000s) ok 1569 - defaults: should dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:19.333](0.002s) ok 1570 - defaults: should dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:19.336](0.003s) ok 1571 - defaults: should dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:19.338](0.002s) ok 1572 - defaults: should dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:19.340](0.002s) ok 1573 - defaults: should dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:19.340](0.000s) ok 1574 - defaults: should dump COPY fk_reference_test_table [07:25:19.341](0.000s) ok 1575 - defaults: should not dump COPY fk_reference_test_table second [07:25:19.341](0.000s) ok 1576 - defaults: should dump COPY measurement [07:25:19.341](0.000s) ok 1577 - defaults: should dump COPY test_compression_method [07:25:19.343](0.002s) ok 1578 - defaults: should dump COPY test_fifth_table [07:25:19.343](0.000s) ok 1579 - defaults: should dump COPY test_fourth_table [07:25:19.348](0.005s) ok 1580 - defaults: should dump COPY test_second_table [07:25:19.350](0.002s) ok 1581 - defaults: should dump COPY test_table [07:25:19.351](0.001s) ok 1582 - defaults: should dump COPY test_table_identity [07:25:19.352](0.000s) ok 1583 - defaults: should dump COPY test_third_table [07:25:19.352](0.000s) ok 1584 - defaults: should dump CREATE ACCESS METHOD gist2 [07:25:19.353](0.001s) ok 1585 - defaults: should dump CREATE ACCESS METHOD regress_test_table_am [07:25:19.354](0.001s) ok 1586 - defaults: should dump CREATE AGGREGATE dump_test.newavg [07:25:19.354](0.001s) ok 1587 - defaults: should dump CREATE CAST FOR timestamptz [07:25:19.355](0.000s) ok 1588 - defaults: should dump CREATE COLLATION test0 FROM "C" [07:25:19.356](0.001s) ok 1589 - defaults: should dump CREATE CONVERSION dump_test.test_conversion [07:25:19.356](0.001s) ok 1590 - defaults: should not dump CREATE DATABASE dump_test [07:25:19.357](0.001s) ok 1591 - defaults: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:19.359](0.002s) ok 1592 - defaults: should not dump CREATE DATABASE postgres [07:25:19.360](0.001s) ok 1593 - defaults: should not dump CREATE DATABASE regression_invalid... [07:25:19.363](0.003s) ok 1594 - defaults: should dump CREATE DOMAIN dump_test.us_postal_code [07:25:19.364](0.001s) ok 1595 - defaults: should dump CREATE EVENT TRIGGER test_event_trigger [07:25:19.365](0.001s) ok 1596 - defaults: should not dump CREATE EXTENSION ... plpgsql [07:25:19.365](0.000s) ok 1597 - defaults: should dump CREATE FOREIGN DATA WRAPPER dummy [07:25:19.366](0.000s) ok 1598 - defaults: should dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:19.366](0.000s) ok 1599 - defaults: should dump CREATE FUNCTION ... SUPPORT [07:25:19.366](0.000s) ok 1600 - defaults: should dump CREATE FUNCTION dump_test.event_trigger_func [07:25:19.366](0.000s) ok 1601 - defaults: should dump CREATE FUNCTION dump_test.int42_in [07:25:19.366](0.000s) ok 1602 - defaults: should dump CREATE FUNCTION dump_test.int42_out [07:25:19.367](0.000s) ok 1603 - defaults: should dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:19.367](0.000s) ok 1604 - defaults: should dump CREATE FUNCTION dump_test.trigger_func [07:25:19.367](0.000s) ok 1605 - defaults: should dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:19.367](0.000s) ok 1606 - defaults: should dump CREATE INDEX ON ONLY measurement [07:25:19.367](0.000s) ok 1607 - defaults: should dump CREATE LANGUAGE pltestlang [07:25:19.367](0.000s) ok 1608 - defaults: should dump CREATE MATERIALIZED VIEW matview [07:25:19.368](0.000s) ok 1609 - defaults: should dump CREATE MATERIALIZED VIEW matview_fourth [07:25:19.368](0.000s) ok 1610 - defaults: should dump CREATE MATERIALIZED VIEW matview_second [07:25:19.368](0.000s) ok 1611 - defaults: should dump CREATE MATERIALIZED VIEW matview_third [07:25:19.369](0.000s) ok 1612 - defaults: should dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:19.369](0.000s) ok 1613 - defaults: should dump CREATE OPERATOR CLASS dump_test.op_class [07:25:19.370](0.001s) ok 1614 - defaults: should dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:19.372](0.002s) ok 1615 - defaults: should dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:19.373](0.001s) ok 1616 - defaults: should dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:19.374](0.001s) ok 1617 - defaults: should dump CREATE POLICY p1 ON test_table [07:25:19.375](0.001s) ok 1618 - defaults: should dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:19.375](0.000s) ok 1619 - defaults: should dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:19.375](0.000s) ok 1620 - defaults: should dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:19.376](0.000s) ok 1621 - defaults: should dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:19.376](0.000s) ok 1622 - defaults: should dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:19.376](0.000s) ok 1623 - defaults: should dump CREATE PROCEDURE dump_test.ptest1 [07:25:19.377](0.000s) ok 1624 - defaults: should dump CREATE PUBLICATION pub1 [07:25:19.377](0.000s) ok 1625 - defaults: should dump CREATE PUBLICATION pub2 [07:25:19.377](0.000s) ok 1626 - defaults: should dump CREATE PUBLICATION pub3 [07:25:19.377](0.000s) ok 1627 - defaults: should dump CREATE PUBLICATION pub4 [07:25:19.380](0.003s) ok 1628 - defaults: should not dump CREATE ROLE regress_dump_test_role [07:25:19.382](0.002s) ok 1629 - defaults: should not dump CREATE ROLE regress_quoted... [07:25:19.386](0.004s) ok 1630 - defaults: should dump CREATE SCHEMA dump_test [07:25:19.386](0.000s) ok 1631 - defaults: should dump CREATE SCHEMA dump_test_second_schema [07:25:19.387](0.000s) ok 1632 - defaults: should not dump CREATE SCHEMA public [07:25:19.387](0.000s) ok 1633 - defaults: should dump CREATE SEQUENCE test_table_col1_seq [07:25:19.387](0.000s) ok 1634 - defaults: should dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:19.387](0.000s) ok 1635 - defaults: should dump CREATE STATISTICS extended_stats_expression [07:25:19.388](0.001s) ok 1636 - defaults: should dump CREATE STATISTICS extended_stats_no_options [07:25:19.389](0.000s) ok 1637 - defaults: should dump CREATE STATISTICS extended_stats_options [07:25:19.389](0.001s) ok 1638 - defaults: should dump CREATE SUBSCRIPTION sub1 [07:25:19.390](0.000s) ok 1639 - defaults: should dump CREATE SUBSCRIPTION sub2 [07:25:19.390](0.000s) ok 1640 - defaults: should dump CREATE SUBSCRIPTION sub3 [07:25:19.390](0.000s) ok 1641 - defaults: should dump CREATE TABLE fk_reference_test_table [07:25:19.390](0.000s) ok 1642 - defaults: should dump CREATE TABLE measurement PARTITIONED BY [07:25:19.394](0.003s) ok 1643 - defaults: should dump CREATE TABLE regress_pg_dump_table_am [07:25:19.395](0.001s) ok 1644 - defaults: should dump CREATE TABLE table_with_stats [07:25:19.398](0.003s) ok 1645 - defaults: should dump CREATE TABLE test_compression_method [07:25:19.398](0.000s) ok 1646 - defaults: should dump CREATE TABLE test_fifth_table [07:25:19.399](0.000s) ok 1647 - defaults: should dump CREATE TABLE test_fourth_table_zero_col [07:25:19.399](0.000s) ok 1648 - defaults: should dump CREATE TABLE test_inheritance_child [07:25:19.399](0.000s) ok 1649 - defaults: should dump CREATE TABLE test_inheritance_parent [07:25:19.399](0.000s) ok 1650 - defaults: should dump CREATE TABLE test_second_table [07:25:19.400](0.000s) ok 1651 - defaults: should dump CREATE TABLE test_seventh_table [07:25:19.400](0.000s) ok 1652 - defaults: should dump CREATE TABLE test_sixth_table [07:25:19.402](0.002s) ok 1653 - defaults: should dump CREATE TABLE test_table [07:25:19.402](0.000s) ok 1654 - defaults: should dump CREATE TABLE test_table_generated [07:25:19.403](0.000s) ok 1655 - defaults: should dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:19.403](0.000s) ok 1656 - defaults: should dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:19.403](0.000s) ok 1657 - defaults: should dump CREATE TABLE test_table_identity [07:25:19.404](0.000s) ok 1658 - defaults: should dump CREATE TABLE test_third_table_generated_cols [07:25:19.404](0.000s) ok 1659 - defaults: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:19.404](0.000s) ok 1660 - defaults: should dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:19.405](0.000s) ok 1661 - defaults: should dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:19.405](0.000s) ok 1662 - defaults: should dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:19.405](0.000s) ok 1663 - defaults: should dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:19.406](0.001s) ok 1664 - defaults: should dump CREATE TRANSFORM FOR int [07:25:19.407](0.000s) ok 1665 - defaults: should dump CREATE TRIGGER test_trigger [07:25:19.407](0.000s) ok 1666 - defaults: should dump CREATE TYPE dump_test.composite [07:25:19.407](0.000s) ok 1667 - defaults: should dump CREATE TYPE dump_test.int42 [07:25:19.407](0.000s) ok 1668 - defaults: should dump CREATE TYPE dump_test.int42 populated [07:25:19.407](0.000s) ok 1669 - defaults: should dump CREATE TYPE dump_test.planets AS ENUM [07:25:19.408](0.000s) ok 1670 - defaults: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:19.408](0.000s) ok 1671 - defaults: should dump CREATE TYPE dump_test.textrange AS RANGE [07:25:19.408](0.000s) ok 1672 - defaults: should dump CREATE TYPE dump_test.undefined [07:25:19.408](0.000s) ok 1673 - defaults: should dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:19.409](0.000s) ok 1674 - defaults: should dump CREATE VIEW test_view [07:25:19.409](0.000s) ok 1675 - defaults: should dump Check ordering of a function that depends on a primary key [07:25:19.409](0.000s) ok 1676 - defaults: should dump Check ordering of a matview that depends on a primary key [07:25:19.410](0.000s) ok 1677 - defaults: should dump Creation of row-level trigger in partitioned table [07:25:19.410](0.000s) ok 1678 - defaults: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:19.410](0.000s) ok 1679 - defaults: should not dump DROP EXTENSION plpgsql [07:25:19.410](0.000s) ok 1680 - defaults: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:19.410](0.000s) ok 1681 - defaults: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:19.410](0.000s) ok 1682 - defaults: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:19.410](0.000s) ok 1683 - defaults: should not dump DROP LANGUAGE pltestlang [07:25:19.411](0.000s) ok 1684 - defaults: should not dump DROP ROLE pg_ [07:25:19.411](0.000s) ok 1685 - defaults: should not dump DROP ROLE regress_dump_test_role [07:25:19.411](0.000s) ok 1686 - defaults: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:19.411](0.000s) ok 1687 - defaults: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:19.411](0.000s) ok 1688 - defaults: should not dump DROP SCHEMA IF EXISTS public [07:25:19.411](0.000s) ok 1689 - defaults: should not dump DROP SCHEMA dump_test [07:25:19.412](0.000s) ok 1690 - defaults: should not dump DROP SCHEMA dump_test_second_schema [07:25:19.412](0.000s) ok 1691 - defaults: should not dump DROP SCHEMA public [07:25:19.412](0.000s) ok 1692 - defaults: should not dump DROP TABLE IF EXISTS test_second_table [07:25:19.412](0.000s) ok 1693 - defaults: should not dump DROP TABLE IF EXISTS test_table [07:25:19.413](0.001s) ok 1694 - defaults: should not dump DROP TABLE fk_reference_test_table [07:25:19.413](0.000s) ok 1695 - defaults: should not dump DROP TABLE test_second_table [07:25:19.414](0.001s) ok 1696 - defaults: should not dump DROP TABLE test_table [07:25:19.414](0.001s) ok 1697 - defaults: should dump Disabled trigger on partition is altered [07:25:19.416](0.002s) ok 1698 - defaults: should not dump Disabled trigger on partition is not created [07:25:19.418](0.002s) ok 1699 - defaults: should dump GRANT ALL ON LARGE OBJECT ... [07:25:19.418](0.000s) ok 1700 - defaults: should not dump GRANT CREATE ON DATABASE dump_test [07:25:19.418](0.000s) ok 1701 - defaults: should dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:19.418](0.000s) ok 1702 - defaults: should dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:19.420](0.002s) ok 1703 - defaults: should dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:19.421](0.001s) ok 1704 - defaults: should dump GRANT SELECT ON TABLE measurement [07:25:19.430](0.009s) ok 1705 - defaults: should dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:19.431](0.001s) ok 1706 - defaults: should dump GRANT SELECT ON TABLE test_table [07:25:19.432](0.001s) ok 1707 - defaults: should dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:19.435](0.003s) ok 1708 - defaults: should dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:19.436](0.001s) ok 1709 - defaults: should dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:19.436](0.000s) ok 1710 - defaults: should dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:19.436](0.000s) ok 1711 - defaults: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:19.438](0.001s) ok 1712 - defaults: should dump GRANT USAGE ON TYPE dump_test.int42 [07:25:19.438](0.000s) ok 1713 - defaults: should dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:19.440](0.002s) ok 1714 - defaults: should dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:19.440](0.000s) ok 1715 - defaults: should not dump INSERT INTO test_fifth_table [07:25:19.441](0.000s) ok 1716 - defaults: should not dump INSERT INTO test_fourth_table [07:25:19.441](0.001s) ok 1717 - defaults: should not dump INSERT INTO test_second_table [07:25:19.442](0.000s) ok 1718 - defaults: should not dump INSERT INTO test_table [07:25:19.442](0.000s) ok 1719 - defaults: should not dump INSERT INTO test_table_identity [07:25:19.442](0.000s) ok 1720 - defaults: should not dump INSERT INTO test_third_table [07:25:19.444](0.002s) ok 1721 - defaults: should not dump INSERT INTO test_third_table (colnames) [07:25:19.444](0.000s) ok 1722 - defaults: should dump LO create (using lo_from_bytea) [07:25:19.445](0.000s) ok 1723 - defaults: should dump LO create (with no data) [07:25:19.445](0.000s) ok 1724 - defaults: should dump LO load (using lo_from_bytea) [07:25:19.445](0.000s) ok 1725 - defaults: should dump Partition measurement_y2006m2 creation [07:25:19.445](0.000s) ok 1726 - defaults: should dump REFRESH MATERIALIZED VIEW matview [07:25:19.446](0.000s) ok 1727 - defaults: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:19.446](0.000s) ok 1728 - defaults: should dump REFRESH MATERIALIZED VIEW matview_second [07:25:19.446](0.000s) ok 1729 - defaults: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:19.447](0.000s) ok 1730 - defaults: should dump REVOKE ALL ON SCHEMA public [07:25:19.447](0.000s) ok 1731 - defaults: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:19.447](0.000s) ok 1732 - defaults: should dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:19.524](0.077s) ok 1733 - defaults: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:19.525](0.001s) ok 1734 - defaults: should dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:19.525](0.000s) ok 1735 - defaults: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:19.529](0.004s) ok 1736 - defaults: should dump Replica trigger on partition is altered [07:25:19.532](0.004s) ok 1737 - defaults: should not dump Triggers on partitions are not dropped [07:25:19.533](0.001s) ok 1738 - defaults: should not dump test_table with 4-row INSERTs # Running: pg_dump -Fc --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/defaults_custom_format.dump postgres pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order [07:25:19.979](0.446s) ok 1739 - defaults_custom_format: pg_dump runs # Running: pg_restore -l C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/defaults_custom_format.dump [07:25:20.232](0.254s) ok 1740 - defaults_custom_format: data content is gzip-compressed by default if available: exit code 0 [07:25:20.232](0.000s) ok 1741 - defaults_custom_format: data content is gzip-compressed by default if available: no stderr [07:25:20.233](0.000s) ok 1742 - defaults_custom_format: data content is gzip-compressed by default if available: matches # Running: pg_restore -Fc --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/defaults_custom_format.sql C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/defaults_custom_format.dump [07:25:20.369](0.136s) ok 1743 - defaults_custom_format: pg_restore runs [07:25:20.375](0.007s) ok 1744 - defaults_custom_format: should dump ALTER COLLATION test0 OWNER TO [07:25:20.376](0.000s) ok 1745 - defaults_custom_format: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:20.376](0.000s) ok 1746 - defaults_custom_format: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:20.376](0.000s) ok 1747 - defaults_custom_format: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:20.376](0.000s) ok 1748 - defaults_custom_format: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:20.376](0.000s) ok 1749 - defaults_custom_format: should dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:20.376](0.000s) ok 1750 - defaults_custom_format: should dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:20.376](0.000s) ok 1751 - defaults_custom_format: should dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:20.376](0.000s) ok 1752 - defaults_custom_format: should dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:20.376](0.000s) ok 1753 - defaults_custom_format: should dump ALTER INDEX ... ATTACH PARTITION [07:25:20.377](0.000s) ok 1754 - defaults_custom_format: should dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:20.377](0.000s) ok 1755 - defaults_custom_format: should dump ALTER LARGE OBJECT ... OWNER TO [07:25:20.377](0.000s) ok 1756 - defaults_custom_format: should dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:20.377](0.000s) ok 1757 - defaults_custom_format: should dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:20.377](0.000s) ok 1758 - defaults_custom_format: should dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:20.377](0.000s) ok 1759 - defaults_custom_format: should dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:20.377](0.000s) ok 1760 - defaults_custom_format: should dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:20.378](0.000s) ok 1761 - defaults_custom_format: should dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:20.378](0.000s) ok 1762 - defaults_custom_format: should dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:20.378](0.000s) ok 1763 - defaults_custom_format: should dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:20.378](0.000s) ok 1764 - defaults_custom_format: should dump ALTER PUBLICATION pub1 OWNER TO [07:25:20.379](0.000s) ok 1765 - defaults_custom_format: should dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:20.385](0.006s) ok 1766 - defaults_custom_format: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:20.385](0.000s) ok 1767 - defaults_custom_format: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:20.386](0.000s) ok 1768 - defaults_custom_format: should dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:20.386](0.001s) ok 1769 - defaults_custom_format: should dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:20.386](0.000s) ok 1770 - defaults_custom_format: should not dump ALTER ROLE regress_dump_test_role [07:25:20.394](0.008s) ok 1771 - defaults_custom_format: should dump ALTER SCHEMA dump_test OWNER TO [07:25:20.396](0.002s) ok 1772 - defaults_custom_format: should dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:20.396](0.000s) ok 1773 - defaults_custom_format: should dump ALTER SCHEMA public OWNER TO [07:25:20.396](0.000s) ok 1774 - defaults_custom_format: should dump ALTER SEQUENCE test_table_col1_seq [07:25:20.396](0.000s) ok 1775 - defaults_custom_format: should dump ALTER SERVER s1 OWNER TO [07:25:20.397](0.000s) ok 1776 - defaults_custom_format: should dump ALTER STATISTICS extended_stats_options [07:25:20.397](0.000s) ok 1777 - defaults_custom_format: should dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:20.400](0.003s) ok 1778 - defaults_custom_format: should dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:20.401](0.001s) ok 1779 - defaults_custom_format: should dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:20.401](0.000s) ok 1780 - defaults_custom_format: should dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:20.401](0.000s) ok 1781 - defaults_custom_format: should dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:20.401](0.000s) ok 1782 - defaults_custom_format: should dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:20.401](0.000s) ok 1783 - defaults_custom_format: should dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:20.401](0.000s) ok 1784 - defaults_custom_format: should dump ALTER TABLE measurement OWNER TO [07:25:20.402](0.000s) ok 1785 - defaults_custom_format: should dump ALTER TABLE measurement PRIMARY KEY [07:25:20.402](0.000s) ok 1786 - defaults_custom_format: should dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:20.402](0.000s) ok 1787 - defaults_custom_format: should dump ALTER TABLE test_second_table OWNER TO [07:25:20.402](0.000s) ok 1788 - defaults_custom_format: should dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:20.402](0.000s) ok 1789 - defaults_custom_format: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:20.403](0.000s) ok 1790 - defaults_custom_format: should dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:20.403](0.001s) ok 1791 - defaults_custom_format: should dump ALTER TABLE test_table OWNER TO [07:25:20.404](0.000s) ok 1792 - defaults_custom_format: should not dump ALTER TABLE test_table_generated_child1 [07:25:20.404](0.000s) ok 1793 - defaults_custom_format: should dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:20.404](0.000s) ok 1794 - defaults_custom_format: should dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:20.404](0.000s) ok 1795 - defaults_custom_format: should dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:20.405](0.000s) ok 1796 - defaults_custom_format: should dump ALTER VIEW test_view SET DEFAULT [07:25:20.405](0.000s) ok 1797 - defaults_custom_format: should dump Always trigger on partition is altered [07:25:20.405](0.000s) ok 1798 - defaults_custom_format: should dump COMMENT ON COLLATION test0 [07:25:20.406](0.000s) ok 1799 - defaults_custom_format: should dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:20.406](0.000s) ok 1800 - defaults_custom_format: should dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:20.406](0.000s) ok 1801 - defaults_custom_format: should dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:20.407](0.001s) ok 1802 - defaults_custom_format: should dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:20.407](0.000s) ok 1803 - defaults_custom_format: should dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:20.408](0.001s) ok 1804 - defaults_custom_format: should not dump COMMENT ON DATABASE postgres [07:25:20.409](0.001s) ok 1805 - defaults_custom_format: should not dump COMMENT ON EXTENSION plpgsql [07:25:20.410](0.002s) ok 1806 - defaults_custom_format: should dump COMMENT ON LARGE OBJECT ... [07:25:20.411](0.001s) ok 1807 - defaults_custom_format: should dump COMMENT ON PUBLICATION pub1 [07:25:20.411](0.000s) ok 1808 - defaults_custom_format: should not dump COMMENT ON SCHEMA public [07:25:20.413](0.002s) ok 1809 - defaults_custom_format: should dump COMMENT ON SUBSCRIPTION sub1 [07:25:20.413](0.000s) ok 1810 - defaults_custom_format: should dump COMMENT ON TABLE dump_test.test_table [07:25:20.414](0.000s) ok 1811 - defaults_custom_format: should dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:20.414](0.000s) ok 1812 - defaults_custom_format: should dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:20.414](0.000s) ok 1813 - defaults_custom_format: should dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:20.414](0.000s) ok 1814 - defaults_custom_format: should dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:20.414](0.000s) ok 1815 - defaults_custom_format: should dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:20.414](0.000s) ok 1816 - defaults_custom_format: should dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:20.415](0.000s) ok 1817 - defaults_custom_format: should dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:20.415](0.000s) ok 1818 - defaults_custom_format: should dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:20.415](0.000s) ok 1819 - defaults_custom_format: should dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:20.415](0.000s) ok 1820 - defaults_custom_format: should dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:20.416](0.001s) ok 1821 - defaults_custom_format: should dump COPY fk_reference_test_table [07:25:20.416](0.000s) ok 1822 - defaults_custom_format: should not dump COPY fk_reference_test_table second [07:25:20.416](0.000s) ok 1823 - defaults_custom_format: should dump COPY measurement [07:25:20.417](0.000s) ok 1824 - defaults_custom_format: should dump COPY test_compression_method [07:25:20.417](0.000s) ok 1825 - defaults_custom_format: should dump COPY test_fifth_table [07:25:20.417](0.000s) ok 1826 - defaults_custom_format: should dump COPY test_fourth_table [07:25:20.418](0.000s) ok 1827 - defaults_custom_format: should dump COPY test_second_table [07:25:20.418](0.000s) ok 1828 - defaults_custom_format: should dump COPY test_table [07:25:20.419](0.001s) ok 1829 - defaults_custom_format: should dump COPY test_table_identity [07:25:20.419](0.000s) ok 1830 - defaults_custom_format: should dump COPY test_third_table [07:25:20.420](0.000s) ok 1831 - defaults_custom_format: should dump CREATE ACCESS METHOD gist2 [07:25:20.420](0.000s) ok 1832 - defaults_custom_format: should dump CREATE ACCESS METHOD regress_test_table_am [07:25:20.423](0.004s) ok 1833 - defaults_custom_format: should dump CREATE AGGREGATE dump_test.newavg [07:25:20.424](0.000s) ok 1834 - defaults_custom_format: should dump CREATE CAST FOR timestamptz [07:25:20.424](0.000s) ok 1835 - defaults_custom_format: should dump CREATE COLLATION test0 FROM "C" [07:25:20.424](0.000s) ok 1836 - defaults_custom_format: should dump CREATE CONVERSION dump_test.test_conversion [07:25:20.427](0.003s) ok 1837 - defaults_custom_format: should not dump CREATE DATABASE dump_test [07:25:20.434](0.007s) ok 1838 - defaults_custom_format: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:20.434](0.000s) ok 1839 - defaults_custom_format: should not dump CREATE DATABASE postgres [07:25:20.435](0.001s) ok 1840 - defaults_custom_format: should not dump CREATE DATABASE regression_invalid... [07:25:20.462](0.027s) ok 1841 - defaults_custom_format: should dump CREATE DOMAIN dump_test.us_postal_code [07:25:20.465](0.003s) ok 1842 - defaults_custom_format: should dump CREATE EVENT TRIGGER test_event_trigger [07:25:20.466](0.001s) ok 1843 - defaults_custom_format: should not dump CREATE EXTENSION ... plpgsql [07:25:20.466](0.001s) ok 1844 - defaults_custom_format: should dump CREATE FOREIGN DATA WRAPPER dummy [07:25:20.466](0.000s) ok 1845 - defaults_custom_format: should dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:20.467](0.000s) ok 1846 - defaults_custom_format: should dump CREATE FUNCTION ... SUPPORT [07:25:20.468](0.001s) ok 1847 - defaults_custom_format: should dump CREATE FUNCTION dump_test.event_trigger_func [07:25:20.469](0.001s) ok 1848 - defaults_custom_format: should dump CREATE FUNCTION dump_test.int42_in [07:25:20.469](0.000s) ok 1849 - defaults_custom_format: should dump CREATE FUNCTION dump_test.int42_out [07:25:20.469](0.000s) ok 1850 - defaults_custom_format: should dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:20.469](0.000s) ok 1851 - defaults_custom_format: should dump CREATE FUNCTION dump_test.trigger_func [07:25:20.470](0.000s) ok 1852 - defaults_custom_format: should dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:20.470](0.000s) ok 1853 - defaults_custom_format: should dump CREATE INDEX ON ONLY measurement [07:25:20.470](0.000s) ok 1854 - defaults_custom_format: should dump CREATE LANGUAGE pltestlang [07:25:20.470](0.000s) ok 1855 - defaults_custom_format: should dump CREATE MATERIALIZED VIEW matview [07:25:20.470](0.000s) ok 1856 - defaults_custom_format: should dump CREATE MATERIALIZED VIEW matview_fourth [07:25:20.471](0.000s) ok 1857 - defaults_custom_format: should dump CREATE MATERIALIZED VIEW matview_second [07:25:20.471](0.000s) ok 1858 - defaults_custom_format: should dump CREATE MATERIALIZED VIEW matview_third [07:25:20.471](0.000s) ok 1859 - defaults_custom_format: should dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:20.471](0.000s) ok 1860 - defaults_custom_format: should dump CREATE OPERATOR CLASS dump_test.op_class [07:25:20.472](0.001s) ok 1861 - defaults_custom_format: should dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:20.472](0.000s) ok 1862 - defaults_custom_format: should dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:20.472](0.000s) ok 1863 - defaults_custom_format: should dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:20.472](0.000s) ok 1864 - defaults_custom_format: should dump CREATE POLICY p1 ON test_table [07:25:20.472](0.000s) ok 1865 - defaults_custom_format: should dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:20.472](0.000s) ok 1866 - defaults_custom_format: should dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:20.473](0.000s) ok 1867 - defaults_custom_format: should dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:20.473](0.000s) ok 1868 - defaults_custom_format: should dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:20.473](0.001s) ok 1869 - defaults_custom_format: should dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:20.479](0.005s) ok 1870 - defaults_custom_format: should dump CREATE PROCEDURE dump_test.ptest1 [07:25:20.479](0.001s) ok 1871 - defaults_custom_format: should dump CREATE PUBLICATION pub1 [07:25:20.480](0.000s) ok 1872 - defaults_custom_format: should dump CREATE PUBLICATION pub2 [07:25:20.481](0.001s) ok 1873 - defaults_custom_format: should dump CREATE PUBLICATION pub3 [07:25:20.482](0.001s) ok 1874 - defaults_custom_format: should dump CREATE PUBLICATION pub4 [07:25:20.483](0.001s) ok 1875 - defaults_custom_format: should not dump CREATE ROLE regress_dump_test_role [07:25:20.483](0.000s) ok 1876 - defaults_custom_format: should not dump CREATE ROLE regress_quoted... [07:25:20.484](0.001s) ok 1877 - defaults_custom_format: should dump CREATE SCHEMA dump_test [07:25:20.484](0.000s) ok 1878 - defaults_custom_format: should dump CREATE SCHEMA dump_test_second_schema [07:25:20.485](0.001s) ok 1879 - defaults_custom_format: should not dump CREATE SCHEMA public [07:25:20.485](0.001s) ok 1880 - defaults_custom_format: should dump CREATE SEQUENCE test_table_col1_seq [07:25:20.506](0.021s) ok 1881 - defaults_custom_format: should dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:20.507](0.001s) ok 1882 - defaults_custom_format: should dump CREATE STATISTICS extended_stats_expression [07:25:20.518](0.011s) ok 1883 - defaults_custom_format: should dump CREATE STATISTICS extended_stats_no_options [07:25:20.521](0.003s) ok 1884 - defaults_custom_format: should dump CREATE STATISTICS extended_stats_options [07:25:20.522](0.001s) ok 1885 - defaults_custom_format: should dump CREATE SUBSCRIPTION sub1 [07:25:20.523](0.001s) ok 1886 - defaults_custom_format: should dump CREATE SUBSCRIPTION sub2 [07:25:20.524](0.001s) ok 1887 - defaults_custom_format: should dump CREATE SUBSCRIPTION sub3 [07:25:20.524](0.000s) ok 1888 - defaults_custom_format: should dump CREATE TABLE fk_reference_test_table [07:25:20.525](0.000s) ok 1889 - defaults_custom_format: should dump CREATE TABLE measurement PARTITIONED BY [07:25:20.525](0.001s) ok 1890 - defaults_custom_format: should dump CREATE TABLE regress_pg_dump_table_am [07:25:20.526](0.000s) ok 1891 - defaults_custom_format: should dump CREATE TABLE table_with_stats [07:25:20.526](0.000s) ok 1892 - defaults_custom_format: should dump CREATE TABLE test_compression_method [07:25:20.526](0.000s) ok 1893 - defaults_custom_format: should dump CREATE TABLE test_fifth_table [07:25:20.527](0.001s) ok 1894 - defaults_custom_format: should dump CREATE TABLE test_fourth_table_zero_col [07:25:20.527](0.000s) ok 1895 - defaults_custom_format: should dump CREATE TABLE test_inheritance_child [07:25:20.528](0.000s) ok 1896 - defaults_custom_format: should dump CREATE TABLE test_inheritance_parent [07:25:20.529](0.001s) ok 1897 - defaults_custom_format: should dump CREATE TABLE test_second_table [07:25:20.529](0.000s) ok 1898 - defaults_custom_format: should dump CREATE TABLE test_seventh_table [07:25:20.529](0.000s) ok 1899 - defaults_custom_format: should dump CREATE TABLE test_sixth_table [07:25:20.533](0.005s) ok 1900 - defaults_custom_format: should dump CREATE TABLE test_table [07:25:20.534](0.000s) ok 1901 - defaults_custom_format: should dump CREATE TABLE test_table_generated [07:25:20.534](0.000s) ok 1902 - defaults_custom_format: should dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:20.534](0.000s) ok 1903 - defaults_custom_format: should dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:20.535](0.000s) ok 1904 - defaults_custom_format: should dump CREATE TABLE test_table_identity [07:25:20.535](0.000s) ok 1905 - defaults_custom_format: should dump CREATE TABLE test_third_table_generated_cols [07:25:20.535](0.000s) ok 1906 - defaults_custom_format: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:20.535](0.000s) ok 1907 - defaults_custom_format: should dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:20.536](0.000s) ok 1908 - defaults_custom_format: should dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:20.536](0.000s) ok 1909 - defaults_custom_format: should dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:20.536](0.000s) ok 1910 - defaults_custom_format: should dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:20.537](0.000s) ok 1911 - defaults_custom_format: should dump CREATE TRANSFORM FOR int [07:25:20.537](0.000s) ok 1912 - defaults_custom_format: should dump CREATE TRIGGER test_trigger [07:25:20.537](0.000s) ok 1913 - defaults_custom_format: should dump CREATE TYPE dump_test.composite [07:25:20.537](0.000s) ok 1914 - defaults_custom_format: should dump CREATE TYPE dump_test.int42 [07:25:20.537](0.000s) ok 1915 - defaults_custom_format: should dump CREATE TYPE dump_test.int42 populated [07:25:20.538](0.000s) ok 1916 - defaults_custom_format: should dump CREATE TYPE dump_test.planets AS ENUM [07:25:20.538](0.001s) ok 1917 - defaults_custom_format: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:20.538](0.000s) ok 1918 - defaults_custom_format: should dump CREATE TYPE dump_test.textrange AS RANGE [07:25:20.539](0.001s) ok 1919 - defaults_custom_format: should dump CREATE TYPE dump_test.undefined [07:25:20.539](0.000s) ok 1920 - defaults_custom_format: should dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:20.540](0.000s) ok 1921 - defaults_custom_format: should dump CREATE VIEW test_view [07:25:20.558](0.018s) ok 1922 - defaults_custom_format: should dump Check ordering of a function that depends on a primary key [07:25:20.559](0.002s) ok 1923 - defaults_custom_format: should dump Check ordering of a matview that depends on a primary key [07:25:20.561](0.002s) ok 1924 - defaults_custom_format: should dump Creation of row-level trigger in partitioned table [07:25:20.562](0.000s) ok 1925 - defaults_custom_format: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:20.562](0.000s) ok 1926 - defaults_custom_format: should not dump DROP EXTENSION plpgsql [07:25:20.562](0.000s) ok 1927 - defaults_custom_format: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:20.563](0.001s) ok 1928 - defaults_custom_format: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:20.563](0.000s) ok 1929 - defaults_custom_format: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:20.570](0.007s) ok 1930 - defaults_custom_format: should not dump DROP LANGUAGE pltestlang [07:25:20.571](0.001s) ok 1931 - defaults_custom_format: should not dump DROP ROLE pg_ [07:25:20.572](0.001s) ok 1932 - defaults_custom_format: should not dump DROP ROLE regress_dump_test_role [07:25:20.572](0.000s) ok 1933 - defaults_custom_format: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:20.575](0.002s) ok 1934 - defaults_custom_format: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:20.575](0.001s) ok 1935 - defaults_custom_format: should not dump DROP SCHEMA IF EXISTS public [07:25:20.577](0.001s) ok 1936 - defaults_custom_format: should not dump DROP SCHEMA dump_test [07:25:20.577](0.000s) ok 1937 - defaults_custom_format: should not dump DROP SCHEMA dump_test_second_schema [07:25:20.577](0.000s) ok 1938 - defaults_custom_format: should not dump DROP SCHEMA public [07:25:20.578](0.001s) ok 1939 - defaults_custom_format: should not dump DROP TABLE IF EXISTS test_second_table [07:25:20.578](0.000s) ok 1940 - defaults_custom_format: should not dump DROP TABLE IF EXISTS test_table [07:25:20.580](0.002s) ok 1941 - defaults_custom_format: should not dump DROP TABLE fk_reference_test_table [07:25:20.580](0.000s) ok 1942 - defaults_custom_format: should not dump DROP TABLE test_second_table [07:25:20.582](0.002s) ok 1943 - defaults_custom_format: should not dump DROP TABLE test_table [07:25:20.582](0.000s) ok 1944 - defaults_custom_format: should dump Disabled trigger on partition is altered [07:25:20.582](0.000s) ok 1945 - defaults_custom_format: should not dump Disabled trigger on partition is not created [07:25:20.584](0.001s) ok 1946 - defaults_custom_format: should dump GRANT ALL ON LARGE OBJECT ... [07:25:20.586](0.003s) ok 1947 - defaults_custom_format: should not dump GRANT CREATE ON DATABASE dump_test [07:25:20.587](0.001s) ok 1948 - defaults_custom_format: should dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:20.588](0.001s) ok 1949 - defaults_custom_format: should dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:20.589](0.001s) ok 1950 - defaults_custom_format: should dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:20.590](0.001s) ok 1951 - defaults_custom_format: should dump GRANT SELECT ON TABLE measurement [07:25:20.590](0.000s) ok 1952 - defaults_custom_format: should dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:20.591](0.001s) ok 1953 - defaults_custom_format: should dump GRANT SELECT ON TABLE test_table [07:25:20.592](0.001s) ok 1954 - defaults_custom_format: should dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:20.593](0.001s) ok 1955 - defaults_custom_format: should dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:20.593](0.001s) ok 1956 - defaults_custom_format: should dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:20.594](0.000s) ok 1957 - defaults_custom_format: should dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:20.595](0.001s) ok 1958 - defaults_custom_format: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:20.595](0.001s) ok 1959 - defaults_custom_format: should dump GRANT USAGE ON TYPE dump_test.int42 [07:25:20.599](0.003s) ok 1960 - defaults_custom_format: should dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:20.604](0.005s) ok 1961 - defaults_custom_format: should dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:20.615](0.011s) ok 1962 - defaults_custom_format: should not dump INSERT INTO test_fifth_table [07:25:20.616](0.000s) ok 1963 - defaults_custom_format: should not dump INSERT INTO test_fourth_table [07:25:20.616](0.001s) ok 1964 - defaults_custom_format: should not dump INSERT INTO test_second_table [07:25:20.617](0.000s) ok 1965 - defaults_custom_format: should not dump INSERT INTO test_table [07:25:20.617](0.000s) ok 1966 - defaults_custom_format: should not dump INSERT INTO test_table_identity [07:25:20.618](0.000s) ok 1967 - defaults_custom_format: should not dump INSERT INTO test_third_table [07:25:20.618](0.000s) ok 1968 - defaults_custom_format: should not dump INSERT INTO test_third_table (colnames) [07:25:20.618](0.000s) ok 1969 - defaults_custom_format: should dump LO create (using lo_from_bytea) [07:25:20.618](0.000s) ok 1970 - defaults_custom_format: should dump LO create (with no data) [07:25:20.619](0.000s) ok 1971 - defaults_custom_format: should dump LO load (using lo_from_bytea) [07:25:20.619](0.000s) ok 1972 - defaults_custom_format: should dump Partition measurement_y2006m2 creation [07:25:20.619](0.000s) ok 1973 - defaults_custom_format: should dump REFRESH MATERIALIZED VIEW matview [07:25:20.619](0.000s) ok 1974 - defaults_custom_format: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:20.620](0.000s) ok 1975 - defaults_custom_format: should dump REFRESH MATERIALIZED VIEW matview_second [07:25:20.620](0.000s) ok 1976 - defaults_custom_format: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:20.620](0.000s) ok 1977 - defaults_custom_format: should dump REVOKE ALL ON SCHEMA public [07:25:20.621](0.001s) ok 1978 - defaults_custom_format: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:20.622](0.000s) ok 1979 - defaults_custom_format: should dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:20.649](0.027s) ok 1980 - defaults_custom_format: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:20.649](0.000s) ok 1981 - defaults_custom_format: should dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:20.650](0.001s) ok 1982 - defaults_custom_format: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:20.651](0.001s) ok 1983 - defaults_custom_format: should dump Replica trigger on partition is altered [07:25:20.651](0.000s) ok 1984 - defaults_custom_format: should not dump Triggers on partitions are not dropped [07:25:20.652](0.001s) ok 1985 - defaults_custom_format: should not dump test_table with 4-row INSERTs # Running: pg_dump -Fd --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/defaults_dir_format postgres pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order [07:25:21.935](1.283s) ok 1986 - defaults_dir_format: pg_dump runs [07:25:21.948](0.013s) ok 1987 - defaults_dir_format: glob check for C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/defaults_dir_format/toc.dat [07:25:21.948](0.001s) ok 1988 - defaults_dir_format: glob check for C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/defaults_dir_format/blobs.toc [07:25:21.951](0.003s) ok 1989 - defaults_dir_format: glob check for C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/defaults_dir_format/*.dat # Running: pg_restore -l C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/defaults_dir_format [07:25:22.016](0.065s) ok 1990 - defaults_dir_format: data content is gzip-compressed by default: exit code 0 [07:25:22.016](0.001s) ok 1991 - defaults_dir_format: data content is gzip-compressed by default: no stderr [07:25:22.017](0.000s) ok 1992 - defaults_dir_format: data content is gzip-compressed by default: matches # Running: pg_restore -Fd --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/defaults_dir_format.sql C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/defaults_dir_format [07:25:22.090](0.073s) ok 1993 - defaults_dir_format: pg_restore runs [07:25:22.107](0.017s) ok 1994 - defaults_dir_format: should dump ALTER COLLATION test0 OWNER TO [07:25:22.107](0.000s) ok 1995 - defaults_dir_format: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:22.108](0.000s) ok 1996 - defaults_dir_format: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:22.108](0.000s) ok 1997 - defaults_dir_format: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:22.108](0.000s) ok 1998 - defaults_dir_format: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:22.108](0.001s) ok 1999 - defaults_dir_format: should dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:22.110](0.001s) ok 2000 - defaults_dir_format: should dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:22.110](0.000s) ok 2001 - defaults_dir_format: should dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:22.111](0.000s) ok 2002 - defaults_dir_format: should dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:22.111](0.001s) ok 2003 - defaults_dir_format: should dump ALTER INDEX ... ATTACH PARTITION [07:25:22.112](0.000s) ok 2004 - defaults_dir_format: should dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:22.112](0.000s) ok 2005 - defaults_dir_format: should dump ALTER LARGE OBJECT ... OWNER TO [07:25:22.112](0.000s) ok 2006 - defaults_dir_format: should dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:22.116](0.004s) ok 2007 - defaults_dir_format: should dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:22.116](0.000s) ok 2008 - defaults_dir_format: should dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:22.116](0.000s) ok 2009 - defaults_dir_format: should dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:22.116](0.000s) ok 2010 - defaults_dir_format: should dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:22.116](0.000s) ok 2011 - defaults_dir_format: should dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:22.117](0.001s) ok 2012 - defaults_dir_format: should dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:22.117](0.000s) ok 2013 - defaults_dir_format: should dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:22.117](0.000s) ok 2014 - defaults_dir_format: should dump ALTER PUBLICATION pub1 OWNER TO [07:25:22.121](0.003s) ok 2015 - defaults_dir_format: should dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:22.124](0.003s) ok 2016 - defaults_dir_format: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:22.124](0.001s) ok 2017 - defaults_dir_format: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:22.124](0.000s) ok 2018 - defaults_dir_format: should dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:22.125](0.000s) ok 2019 - defaults_dir_format: should dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:22.127](0.002s) ok 2020 - defaults_dir_format: should not dump ALTER ROLE regress_dump_test_role [07:25:22.127](0.001s) ok 2021 - defaults_dir_format: should dump ALTER SCHEMA dump_test OWNER TO [07:25:22.128](0.000s) ok 2022 - defaults_dir_format: should dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:22.128](0.000s) ok 2023 - defaults_dir_format: should dump ALTER SCHEMA public OWNER TO [07:25:22.128](0.000s) ok 2024 - defaults_dir_format: should dump ALTER SEQUENCE test_table_col1_seq [07:25:22.128](0.000s) ok 2025 - defaults_dir_format: should dump ALTER SERVER s1 OWNER TO [07:25:22.128](0.000s) ok 2026 - defaults_dir_format: should dump ALTER STATISTICS extended_stats_options [07:25:22.133](0.005s) ok 2027 - defaults_dir_format: should dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:22.133](0.000s) ok 2028 - defaults_dir_format: should dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:22.133](0.000s) ok 2029 - defaults_dir_format: should dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:22.136](0.003s) ok 2030 - defaults_dir_format: should dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:22.137](0.000s) ok 2031 - defaults_dir_format: should dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:22.139](0.002s) ok 2032 - defaults_dir_format: should dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:22.140](0.001s) ok 2033 - defaults_dir_format: should dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:22.141](0.000s) ok 2034 - defaults_dir_format: should dump ALTER TABLE measurement OWNER TO [07:25:22.141](0.000s) ok 2035 - defaults_dir_format: should dump ALTER TABLE measurement PRIMARY KEY [07:25:22.141](0.000s) ok 2036 - defaults_dir_format: should dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:22.141](0.000s) ok 2037 - defaults_dir_format: should dump ALTER TABLE test_second_table OWNER TO [07:25:22.141](0.000s) ok 2038 - defaults_dir_format: should dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:22.141](0.000s) ok 2039 - defaults_dir_format: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:22.142](0.000s) ok 2040 - defaults_dir_format: should dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:22.144](0.002s) ok 2041 - defaults_dir_format: should dump ALTER TABLE test_table OWNER TO [07:25:22.145](0.001s) ok 2042 - defaults_dir_format: should not dump ALTER TABLE test_table_generated_child1 [07:25:22.145](0.000s) ok 2043 - defaults_dir_format: should dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:22.145](0.000s) ok 2044 - defaults_dir_format: should dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:22.145](0.000s) ok 2045 - defaults_dir_format: should dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:22.145](0.000s) ok 2046 - defaults_dir_format: should dump ALTER VIEW test_view SET DEFAULT [07:25:22.145](0.000s) ok 2047 - defaults_dir_format: should dump Always trigger on partition is altered [07:25:22.145](0.000s) ok 2048 - defaults_dir_format: should dump COMMENT ON COLLATION test0 [07:25:22.146](0.000s) ok 2049 - defaults_dir_format: should dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:22.148](0.003s) ok 2050 - defaults_dir_format: should dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:22.149](0.000s) ok 2051 - defaults_dir_format: should dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:22.150](0.001s) ok 2052 - defaults_dir_format: should dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:22.150](0.001s) ok 2053 - defaults_dir_format: should dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:22.151](0.001s) ok 2054 - defaults_dir_format: should not dump COMMENT ON DATABASE postgres [07:25:22.151](0.000s) ok 2055 - defaults_dir_format: should not dump COMMENT ON EXTENSION plpgsql [07:25:22.152](0.000s) ok 2056 - defaults_dir_format: should dump COMMENT ON LARGE OBJECT ... [07:25:22.154](0.002s) ok 2057 - defaults_dir_format: should dump COMMENT ON PUBLICATION pub1 [07:25:22.154](0.000s) ok 2058 - defaults_dir_format: should not dump COMMENT ON SCHEMA public [07:25:22.154](0.000s) ok 2059 - defaults_dir_format: should dump COMMENT ON SUBSCRIPTION sub1 [07:25:22.158](0.004s) ok 2060 - defaults_dir_format: should dump COMMENT ON TABLE dump_test.test_table [07:25:22.159](0.001s) ok 2061 - defaults_dir_format: should dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:22.159](0.000s) ok 2062 - defaults_dir_format: should dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:22.159](0.000s) ok 2063 - defaults_dir_format: should dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:22.159](0.000s) ok 2064 - defaults_dir_format: should dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:22.159](0.000s) ok 2065 - defaults_dir_format: should dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:22.159](0.000s) ok 2066 - defaults_dir_format: should dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:22.159](0.000s) ok 2067 - defaults_dir_format: should dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:22.160](0.001s) ok 2068 - defaults_dir_format: should dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:22.163](0.003s) ok 2069 - defaults_dir_format: should dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:22.168](0.004s) ok 2070 - defaults_dir_format: should dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:22.168](0.000s) ok 2071 - defaults_dir_format: should dump COPY fk_reference_test_table [07:25:22.171](0.003s) ok 2072 - defaults_dir_format: should not dump COPY fk_reference_test_table second [07:25:22.171](0.000s) ok 2073 - defaults_dir_format: should dump COPY measurement [07:25:22.172](0.000s) ok 2074 - defaults_dir_format: should dump COPY test_compression_method [07:25:22.172](0.000s) ok 2075 - defaults_dir_format: should dump COPY test_fifth_table [07:25:22.172](0.000s) ok 2076 - defaults_dir_format: should dump COPY test_fourth_table [07:25:22.174](0.002s) ok 2077 - defaults_dir_format: should dump COPY test_second_table [07:25:22.176](0.002s) ok 2078 - defaults_dir_format: should dump COPY test_table [07:25:22.177](0.001s) ok 2079 - defaults_dir_format: should dump COPY test_table_identity [07:25:22.177](0.000s) ok 2080 - defaults_dir_format: should dump COPY test_third_table [07:25:22.177](0.000s) ok 2081 - defaults_dir_format: should dump CREATE ACCESS METHOD gist2 [07:25:22.177](0.000s) ok 2082 - defaults_dir_format: should dump CREATE ACCESS METHOD regress_test_table_am [07:25:22.177](0.000s) ok 2083 - defaults_dir_format: should dump CREATE AGGREGATE dump_test.newavg [07:25:22.178](0.000s) ok 2084 - defaults_dir_format: should dump CREATE CAST FOR timestamptz [07:25:22.182](0.004s) ok 2085 - defaults_dir_format: should dump CREATE COLLATION test0 FROM "C" [07:25:22.182](0.000s) ok 2086 - defaults_dir_format: should dump CREATE CONVERSION dump_test.test_conversion [07:25:22.182](0.000s) ok 2087 - defaults_dir_format: should not dump CREATE DATABASE dump_test [07:25:22.185](0.003s) ok 2088 - defaults_dir_format: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:22.185](0.000s) ok 2089 - defaults_dir_format: should not dump CREATE DATABASE postgres [07:25:22.188](0.003s) ok 2090 - defaults_dir_format: should not dump CREATE DATABASE regression_invalid... [07:25:22.193](0.005s) ok 2091 - defaults_dir_format: should dump CREATE DOMAIN dump_test.us_postal_code [07:25:22.195](0.002s) ok 2092 - defaults_dir_format: should dump CREATE EVENT TRIGGER test_event_trigger [07:25:22.196](0.000s) ok 2093 - defaults_dir_format: should not dump CREATE EXTENSION ... plpgsql [07:25:22.196](0.000s) ok 2094 - defaults_dir_format: should dump CREATE FOREIGN DATA WRAPPER dummy [07:25:22.197](0.000s) ok 2095 - defaults_dir_format: should dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:22.197](0.000s) ok 2096 - defaults_dir_format: should dump CREATE FUNCTION ... SUPPORT [07:25:22.197](0.000s) ok 2097 - defaults_dir_format: should dump CREATE FUNCTION dump_test.event_trigger_func [07:25:22.197](0.000s) ok 2098 - defaults_dir_format: should dump CREATE FUNCTION dump_test.int42_in [07:25:22.197](0.000s) ok 2099 - defaults_dir_format: should dump CREATE FUNCTION dump_test.int42_out [07:25:22.197](0.000s) ok 2100 - defaults_dir_format: should dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:22.197](0.000s) ok 2101 - defaults_dir_format: should dump CREATE FUNCTION dump_test.trigger_func [07:25:22.197](0.000s) ok 2102 - defaults_dir_format: should dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:22.198](0.000s) ok 2103 - defaults_dir_format: should dump CREATE INDEX ON ONLY measurement [07:25:22.198](0.000s) ok 2104 - defaults_dir_format: should dump CREATE LANGUAGE pltestlang [07:25:22.198](0.000s) ok 2105 - defaults_dir_format: should dump CREATE MATERIALIZED VIEW matview [07:25:22.198](0.000s) ok 2106 - defaults_dir_format: should dump CREATE MATERIALIZED VIEW matview_fourth [07:25:22.200](0.001s) ok 2107 - defaults_dir_format: should dump CREATE MATERIALIZED VIEW matview_second [07:25:22.200](0.000s) ok 2108 - defaults_dir_format: should dump CREATE MATERIALIZED VIEW matview_third [07:25:22.200](0.000s) ok 2109 - defaults_dir_format: should dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:22.200](0.000s) ok 2110 - defaults_dir_format: should dump CREATE OPERATOR CLASS dump_test.op_class [07:25:22.201](0.001s) ok 2111 - defaults_dir_format: should dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:22.204](0.003s) ok 2112 - defaults_dir_format: should dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:22.204](0.000s) ok 2113 - defaults_dir_format: should dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:22.207](0.003s) ok 2114 - defaults_dir_format: should dump CREATE POLICY p1 ON test_table [07:25:22.208](0.000s) ok 2115 - defaults_dir_format: should dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:22.209](0.001s) ok 2116 - defaults_dir_format: should dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:22.209](0.000s) ok 2117 - defaults_dir_format: should dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:22.209](0.000s) ok 2118 - defaults_dir_format: should dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:22.209](0.000s) ok 2119 - defaults_dir_format: should dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:22.209](0.000s) ok 2120 - defaults_dir_format: should dump CREATE PROCEDURE dump_test.ptest1 [07:25:22.209](0.000s) ok 2121 - defaults_dir_format: should dump CREATE PUBLICATION pub1 [07:25:22.210](0.000s) ok 2122 - defaults_dir_format: should dump CREATE PUBLICATION pub2 [07:25:22.210](0.000s) ok 2123 - defaults_dir_format: should dump CREATE PUBLICATION pub3 [07:25:22.210](0.000s) ok 2124 - defaults_dir_format: should dump CREATE PUBLICATION pub4 [07:25:22.211](0.001s) ok 2125 - defaults_dir_format: should not dump CREATE ROLE regress_dump_test_role [07:25:22.211](0.001s) ok 2126 - defaults_dir_format: should not dump CREATE ROLE regress_quoted... [07:25:22.212](0.000s) ok 2127 - defaults_dir_format: should dump CREATE SCHEMA dump_test [07:25:22.212](0.000s) ok 2128 - defaults_dir_format: should dump CREATE SCHEMA dump_test_second_schema [07:25:22.212](0.000s) ok 2129 - defaults_dir_format: should not dump CREATE SCHEMA public [07:25:22.212](0.000s) ok 2130 - defaults_dir_format: should dump CREATE SEQUENCE test_table_col1_seq [07:25:22.212](0.000s) ok 2131 - defaults_dir_format: should dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:22.212](0.000s) ok 2132 - defaults_dir_format: should dump CREATE STATISTICS extended_stats_expression [07:25:22.212](0.000s) ok 2133 - defaults_dir_format: should dump CREATE STATISTICS extended_stats_no_options [07:25:22.214](0.002s) ok 2134 - defaults_dir_format: should dump CREATE STATISTICS extended_stats_options [07:25:22.214](0.000s) ok 2135 - defaults_dir_format: should dump CREATE SUBSCRIPTION sub1 [07:25:22.214](0.000s) ok 2136 - defaults_dir_format: should dump CREATE SUBSCRIPTION sub2 [07:25:22.215](0.000s) ok 2137 - defaults_dir_format: should dump CREATE SUBSCRIPTION sub3 [07:25:22.215](0.001s) ok 2138 - defaults_dir_format: should dump CREATE TABLE fk_reference_test_table [07:25:22.216](0.001s) ok 2139 - defaults_dir_format: should dump CREATE TABLE measurement PARTITIONED BY [07:25:22.216](0.000s) ok 2140 - defaults_dir_format: should dump CREATE TABLE regress_pg_dump_table_am [07:25:22.217](0.000s) ok 2141 - defaults_dir_format: should dump CREATE TABLE table_with_stats [07:25:22.217](0.000s) ok 2142 - defaults_dir_format: should dump CREATE TABLE test_compression_method [07:25:22.217](0.000s) ok 2143 - defaults_dir_format: should dump CREATE TABLE test_fifth_table [07:25:22.218](0.001s) ok 2144 - defaults_dir_format: should dump CREATE TABLE test_fourth_table_zero_col [07:25:22.218](0.000s) ok 2145 - defaults_dir_format: should dump CREATE TABLE test_inheritance_child [07:25:22.218](0.000s) ok 2146 - defaults_dir_format: should dump CREATE TABLE test_inheritance_parent [07:25:22.219](0.000s) ok 2147 - defaults_dir_format: should dump CREATE TABLE test_second_table [07:25:22.219](0.000s) ok 2148 - defaults_dir_format: should dump CREATE TABLE test_seventh_table [07:25:22.219](0.000s) ok 2149 - defaults_dir_format: should dump CREATE TABLE test_sixth_table [07:25:22.223](0.004s) ok 2150 - defaults_dir_format: should dump CREATE TABLE test_table [07:25:22.223](0.000s) ok 2151 - defaults_dir_format: should dump CREATE TABLE test_table_generated [07:25:22.223](0.000s) ok 2152 - defaults_dir_format: should dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:22.223](0.000s) ok 2153 - defaults_dir_format: should dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:22.223](0.000s) ok 2154 - defaults_dir_format: should dump CREATE TABLE test_table_identity [07:25:22.224](0.000s) ok 2155 - defaults_dir_format: should dump CREATE TABLE test_third_table_generated_cols [07:25:22.224](0.000s) ok 2156 - defaults_dir_format: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:22.225](0.000s) ok 2157 - defaults_dir_format: should dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:22.225](0.000s) ok 2158 - defaults_dir_format: should dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:22.225](0.000s) ok 2159 - defaults_dir_format: should dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:22.226](0.000s) ok 2160 - defaults_dir_format: should dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:22.226](0.000s) ok 2161 - defaults_dir_format: should dump CREATE TRANSFORM FOR int [07:25:22.227](0.001s) ok 2162 - defaults_dir_format: should dump CREATE TRIGGER test_trigger [07:25:22.227](0.000s) ok 2163 - defaults_dir_format: should dump CREATE TYPE dump_test.composite [07:25:22.227](0.000s) ok 2164 - defaults_dir_format: should dump CREATE TYPE dump_test.int42 [07:25:22.227](0.000s) ok 2165 - defaults_dir_format: should dump CREATE TYPE dump_test.int42 populated [07:25:22.227](0.000s) ok 2166 - defaults_dir_format: should dump CREATE TYPE dump_test.planets AS ENUM [07:25:22.227](0.000s) ok 2167 - defaults_dir_format: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:22.227](0.000s) ok 2168 - defaults_dir_format: should dump CREATE TYPE dump_test.textrange AS RANGE [07:25:22.227](0.000s) ok 2169 - defaults_dir_format: should dump CREATE TYPE dump_test.undefined [07:25:22.229](0.002s) ok 2170 - defaults_dir_format: should dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:22.230](0.000s) ok 2171 - defaults_dir_format: should dump CREATE VIEW test_view [07:25:22.230](0.001s) ok 2172 - defaults_dir_format: should dump Check ordering of a function that depends on a primary key [07:25:22.231](0.001s) ok 2173 - defaults_dir_format: should dump Check ordering of a matview that depends on a primary key [07:25:22.231](0.000s) ok 2174 - defaults_dir_format: should dump Creation of row-level trigger in partitioned table [07:25:22.231](0.000s) ok 2175 - defaults_dir_format: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:22.232](0.000s) ok 2176 - defaults_dir_format: should not dump DROP EXTENSION plpgsql [07:25:22.232](0.000s) ok 2177 - defaults_dir_format: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:22.232](0.000s) ok 2178 - defaults_dir_format: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:22.233](0.000s) ok 2179 - defaults_dir_format: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:22.233](0.000s) ok 2180 - defaults_dir_format: should not dump DROP LANGUAGE pltestlang [07:25:22.233](0.000s) ok 2181 - defaults_dir_format: should not dump DROP ROLE pg_ [07:25:22.234](0.000s) ok 2182 - defaults_dir_format: should not dump DROP ROLE regress_dump_test_role [07:25:22.234](0.000s) ok 2183 - defaults_dir_format: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:22.234](0.000s) ok 2184 - defaults_dir_format: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:22.234](0.000s) ok 2185 - defaults_dir_format: should not dump DROP SCHEMA IF EXISTS public [07:25:22.234](0.000s) ok 2186 - defaults_dir_format: should not dump DROP SCHEMA dump_test [07:25:22.235](0.000s) ok 2187 - defaults_dir_format: should not dump DROP SCHEMA dump_test_second_schema [07:25:22.235](0.000s) ok 2188 - defaults_dir_format: should not dump DROP SCHEMA public [07:25:22.235](0.000s) ok 2189 - defaults_dir_format: should not dump DROP TABLE IF EXISTS test_second_table [07:25:22.235](0.000s) ok 2190 - defaults_dir_format: should not dump DROP TABLE IF EXISTS test_table [07:25:22.235](0.000s) ok 2191 - defaults_dir_format: should not dump DROP TABLE fk_reference_test_table [07:25:22.236](0.000s) ok 2192 - defaults_dir_format: should not dump DROP TABLE test_second_table [07:25:22.236](0.000s) ok 2193 - defaults_dir_format: should not dump DROP TABLE test_table [07:25:22.237](0.000s) ok 2194 - defaults_dir_format: should dump Disabled trigger on partition is altered [07:25:22.237](0.000s) ok 2195 - defaults_dir_format: should not dump Disabled trigger on partition is not created [07:25:22.237](0.000s) ok 2196 - defaults_dir_format: should dump GRANT ALL ON LARGE OBJECT ... [07:25:22.237](0.000s) ok 2197 - defaults_dir_format: should not dump GRANT CREATE ON DATABASE dump_test [07:25:22.238](0.000s) ok 2198 - defaults_dir_format: should dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:22.238](0.001s) ok 2199 - defaults_dir_format: should dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:22.239](0.001s) ok 2200 - defaults_dir_format: should dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:22.240](0.000s) ok 2201 - defaults_dir_format: should dump GRANT SELECT ON TABLE measurement [07:25:22.240](0.000s) ok 2202 - defaults_dir_format: should dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:22.240](0.000s) ok 2203 - defaults_dir_format: should dump GRANT SELECT ON TABLE test_table [07:25:22.241](0.001s) ok 2204 - defaults_dir_format: should dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:22.242](0.001s) ok 2205 - defaults_dir_format: should dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:22.242](0.000s) ok 2206 - defaults_dir_format: should dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:22.245](0.002s) ok 2207 - defaults_dir_format: should dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:22.245](0.000s) ok 2208 - defaults_dir_format: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:22.245](0.000s) ok 2209 - defaults_dir_format: should dump GRANT USAGE ON TYPE dump_test.int42 [07:25:22.245](0.000s) ok 2210 - defaults_dir_format: should dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:22.246](0.001s) ok 2211 - defaults_dir_format: should dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:22.246](0.000s) ok 2212 - defaults_dir_format: should not dump INSERT INTO test_fifth_table [07:25:22.247](0.000s) ok 2213 - defaults_dir_format: should not dump INSERT INTO test_fourth_table [07:25:22.249](0.002s) ok 2214 - defaults_dir_format: should not dump INSERT INTO test_second_table [07:25:22.249](0.000s) ok 2215 - defaults_dir_format: should not dump INSERT INTO test_table [07:25:22.249](0.000s) ok 2216 - defaults_dir_format: should not dump INSERT INTO test_table_identity [07:25:22.249](0.000s) ok 2217 - defaults_dir_format: should not dump INSERT INTO test_third_table [07:25:22.249](0.000s) ok 2218 - defaults_dir_format: should not dump INSERT INTO test_third_table (colnames) [07:25:22.250](0.000s) ok 2219 - defaults_dir_format: should dump LO create (using lo_from_bytea) [07:25:22.250](0.001s) ok 2220 - defaults_dir_format: should dump LO create (with no data) [07:25:22.251](0.000s) ok 2221 - defaults_dir_format: should dump LO load (using lo_from_bytea) [07:25:22.251](0.000s) ok 2222 - defaults_dir_format: should dump Partition measurement_y2006m2 creation [07:25:22.251](0.000s) ok 2223 - defaults_dir_format: should dump REFRESH MATERIALIZED VIEW matview [07:25:22.251](0.000s) ok 2224 - defaults_dir_format: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:22.253](0.001s) ok 2225 - defaults_dir_format: should dump REFRESH MATERIALIZED VIEW matview_second [07:25:22.253](0.000s) ok 2226 - defaults_dir_format: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:22.253](0.000s) ok 2227 - defaults_dir_format: should dump REVOKE ALL ON SCHEMA public [07:25:22.254](0.000s) ok 2228 - defaults_dir_format: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:22.254](0.000s) ok 2229 - defaults_dir_format: should dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:22.311](0.057s) ok 2230 - defaults_dir_format: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:22.312](0.001s) ok 2231 - defaults_dir_format: should dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:22.312](0.000s) ok 2232 - defaults_dir_format: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:22.312](0.000s) ok 2233 - defaults_dir_format: should dump Replica trigger on partition is altered [07:25:22.313](0.001s) ok 2234 - defaults_dir_format: should not dump Triggers on partitions are not dropped [07:25:22.314](0.000s) ok 2235 - defaults_dir_format: should not dump test_table with 4-row INSERTs # Running: pg_dump --no-sync -f C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/defaults_no_public.sql regress_pg_dump_test [07:25:22.513](0.199s) ok 2236 - defaults_no_public: pg_dump runs [07:25:22.516](0.003s) ok 2237 - defaults_no_public: should not dump DROP SCHEMA public (for testing without public schema) # Running: pg_dump --no-sync -c -f C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/defaults_no_public_clean.sql regress_pg_dump_test [07:25:22.886](0.370s) ok 2238 - defaults_no_public_clean: pg_dump runs [07:25:22.895](0.009s) ok 2239 - defaults_no_public_clean: should not dump DROP SCHEMA public (for testing without public schema) # Running: pg_dump -Fd -j2 --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/defaults_parallel postgres pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order [07:25:23.341](0.446s) ok 2240 - defaults_parallel: pg_dump runs # Running: pg_restore --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/defaults_parallel.sql C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/defaults_parallel [07:25:23.373](0.032s) ok 2241 - defaults_parallel: pg_restore runs [07:25:23.376](0.003s) ok 2242 - defaults_parallel: should dump ALTER COLLATION test0 OWNER TO [07:25:23.376](0.000s) ok 2243 - defaults_parallel: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:23.376](0.000s) ok 2244 - defaults_parallel: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:23.376](0.000s) ok 2245 - defaults_parallel: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:23.377](0.000s) ok 2246 - defaults_parallel: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:23.377](0.000s) ok 2247 - defaults_parallel: should dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:23.377](0.000s) ok 2248 - defaults_parallel: should dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:23.377](0.000s) ok 2249 - defaults_parallel: should dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:23.378](0.000s) ok 2250 - defaults_parallel: should dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:23.378](0.000s) ok 2251 - defaults_parallel: should dump ALTER INDEX ... ATTACH PARTITION [07:25:23.378](0.000s) ok 2252 - defaults_parallel: should dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:23.378](0.000s) ok 2253 - defaults_parallel: should dump ALTER LARGE OBJECT ... OWNER TO [07:25:23.379](0.000s) ok 2254 - defaults_parallel: should dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:23.379](0.000s) ok 2255 - defaults_parallel: should dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:23.379](0.000s) ok 2256 - defaults_parallel: should dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:23.379](0.000s) ok 2257 - defaults_parallel: should dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:23.380](0.000s) ok 2258 - defaults_parallel: should dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:23.380](0.000s) ok 2259 - defaults_parallel: should dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:23.380](0.000s) ok 2260 - defaults_parallel: should dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:23.380](0.000s) ok 2261 - defaults_parallel: should dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:23.381](0.000s) ok 2262 - defaults_parallel: should dump ALTER PUBLICATION pub1 OWNER TO [07:25:23.381](0.000s) ok 2263 - defaults_parallel: should dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:23.381](0.000s) ok 2264 - defaults_parallel: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:23.384](0.002s) ok 2265 - defaults_parallel: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:23.384](0.000s) ok 2266 - defaults_parallel: should dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:23.384](0.000s) ok 2267 - defaults_parallel: should dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:23.384](0.000s) ok 2268 - defaults_parallel: should not dump ALTER ROLE regress_dump_test_role [07:25:23.384](0.000s) ok 2269 - defaults_parallel: should dump ALTER SCHEMA dump_test OWNER TO [07:25:23.384](0.000s) ok 2270 - defaults_parallel: should dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:23.384](0.000s) ok 2271 - defaults_parallel: should dump ALTER SCHEMA public OWNER TO [07:25:23.385](0.000s) ok 2272 - defaults_parallel: should dump ALTER SEQUENCE test_table_col1_seq [07:25:23.385](0.000s) ok 2273 - defaults_parallel: should dump ALTER SERVER s1 OWNER TO [07:25:23.385](0.000s) ok 2274 - defaults_parallel: should dump ALTER STATISTICS extended_stats_options [07:25:23.386](0.000s) ok 2275 - defaults_parallel: should dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:23.386](0.000s) ok 2276 - defaults_parallel: should dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:23.386](0.000s) ok 2277 - defaults_parallel: should dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:23.386](0.000s) ok 2278 - defaults_parallel: should dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:23.387](0.000s) ok 2279 - defaults_parallel: should dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:23.387](0.000s) ok 2280 - defaults_parallel: should dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:23.387](0.000s) ok 2281 - defaults_parallel: should dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:23.387](0.000s) ok 2282 - defaults_parallel: should dump ALTER TABLE measurement OWNER TO [07:25:23.387](0.000s) ok 2283 - defaults_parallel: should dump ALTER TABLE measurement PRIMARY KEY [07:25:23.387](0.000s) ok 2284 - defaults_parallel: should dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:23.387](0.000s) ok 2285 - defaults_parallel: should dump ALTER TABLE test_second_table OWNER TO [07:25:23.387](0.000s) ok 2286 - defaults_parallel: should dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:23.387](0.000s) ok 2287 - defaults_parallel: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:23.387](0.000s) ok 2288 - defaults_parallel: should dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:23.387](0.000s) ok 2289 - defaults_parallel: should dump ALTER TABLE test_table OWNER TO [07:25:23.388](0.000s) ok 2290 - defaults_parallel: should not dump ALTER TABLE test_table_generated_child1 [07:25:23.388](0.000s) ok 2291 - defaults_parallel: should dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:23.388](0.000s) ok 2292 - defaults_parallel: should dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:23.388](0.000s) ok 2293 - defaults_parallel: should dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:23.388](0.000s) ok 2294 - defaults_parallel: should dump ALTER VIEW test_view SET DEFAULT [07:25:23.388](0.000s) ok 2295 - defaults_parallel: should dump Always trigger on partition is altered [07:25:23.388](0.000s) ok 2296 - defaults_parallel: should dump COMMENT ON COLLATION test0 [07:25:23.388](0.000s) ok 2297 - defaults_parallel: should dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:23.388](0.000s) ok 2298 - defaults_parallel: should dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:23.388](0.000s) ok 2299 - defaults_parallel: should dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:23.388](0.000s) ok 2300 - defaults_parallel: should dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:23.389](0.000s) ok 2301 - defaults_parallel: should dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:23.389](0.000s) ok 2302 - defaults_parallel: should not dump COMMENT ON DATABASE postgres [07:25:23.389](0.000s) ok 2303 - defaults_parallel: should not dump COMMENT ON EXTENSION plpgsql [07:25:23.389](0.000s) ok 2304 - defaults_parallel: should dump COMMENT ON LARGE OBJECT ... [07:25:23.389](0.000s) ok 2305 - defaults_parallel: should dump COMMENT ON PUBLICATION pub1 [07:25:23.390](0.000s) ok 2306 - defaults_parallel: should not dump COMMENT ON SCHEMA public [07:25:23.390](0.000s) ok 2307 - defaults_parallel: should dump COMMENT ON SUBSCRIPTION sub1 [07:25:23.390](0.000s) ok 2308 - defaults_parallel: should dump COMMENT ON TABLE dump_test.test_table [07:25:23.391](0.000s) ok 2309 - defaults_parallel: should dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:23.391](0.000s) ok 2310 - defaults_parallel: should dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:23.391](0.000s) ok 2311 - defaults_parallel: should dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:23.391](0.000s) ok 2312 - defaults_parallel: should dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:23.391](0.000s) ok 2313 - defaults_parallel: should dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:23.391](0.000s) ok 2314 - defaults_parallel: should dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:23.392](0.000s) ok 2315 - defaults_parallel: should dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:23.392](0.000s) ok 2316 - defaults_parallel: should dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:23.392](0.000s) ok 2317 - defaults_parallel: should dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:23.393](0.000s) ok 2318 - defaults_parallel: should dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:23.393](0.001s) ok 2319 - defaults_parallel: should dump COPY fk_reference_test_table [07:25:23.393](0.000s) ok 2320 - defaults_parallel: should not dump COPY fk_reference_test_table second [07:25:23.394](0.000s) ok 2321 - defaults_parallel: should dump COPY measurement [07:25:23.394](0.000s) ok 2322 - defaults_parallel: should dump COPY test_compression_method [07:25:23.394](0.000s) ok 2323 - defaults_parallel: should dump COPY test_fifth_table [07:25:23.395](0.000s) ok 2324 - defaults_parallel: should dump COPY test_fourth_table [07:25:23.395](0.000s) ok 2325 - defaults_parallel: should dump COPY test_second_table [07:25:23.395](0.000s) ok 2326 - defaults_parallel: should dump COPY test_table [07:25:23.395](0.000s) ok 2327 - defaults_parallel: should dump COPY test_table_identity [07:25:23.395](0.000s) ok 2328 - defaults_parallel: should dump COPY test_third_table [07:25:23.396](0.000s) ok 2329 - defaults_parallel: should dump CREATE ACCESS METHOD gist2 [07:25:23.396](0.000s) ok 2330 - defaults_parallel: should dump CREATE ACCESS METHOD regress_test_table_am [07:25:23.396](0.000s) ok 2331 - defaults_parallel: should dump CREATE AGGREGATE dump_test.newavg [07:25:23.396](0.000s) ok 2332 - defaults_parallel: should dump CREATE CAST FOR timestamptz [07:25:23.396](0.000s) ok 2333 - defaults_parallel: should dump CREATE COLLATION test0 FROM "C" [07:25:23.396](0.000s) ok 2334 - defaults_parallel: should dump CREATE CONVERSION dump_test.test_conversion [07:25:23.396](0.000s) ok 2335 - defaults_parallel: should not dump CREATE DATABASE dump_test [07:25:23.396](0.000s) ok 2336 - defaults_parallel: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:23.396](0.000s) ok 2337 - defaults_parallel: should not dump CREATE DATABASE postgres [07:25:23.397](0.000s) ok 2338 - defaults_parallel: should not dump CREATE DATABASE regression_invalid... [07:25:23.404](0.008s) ok 2339 - defaults_parallel: should dump CREATE DOMAIN dump_test.us_postal_code [07:25:23.405](0.000s) ok 2340 - defaults_parallel: should dump CREATE EVENT TRIGGER test_event_trigger [07:25:23.405](0.000s) ok 2341 - defaults_parallel: should not dump CREATE EXTENSION ... plpgsql [07:25:23.405](0.000s) ok 2342 - defaults_parallel: should dump CREATE FOREIGN DATA WRAPPER dummy [07:25:23.405](0.000s) ok 2343 - defaults_parallel: should dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:23.405](0.000s) ok 2344 - defaults_parallel: should dump CREATE FUNCTION ... SUPPORT [07:25:23.405](0.000s) ok 2345 - defaults_parallel: should dump CREATE FUNCTION dump_test.event_trigger_func [07:25:23.405](0.000s) ok 2346 - defaults_parallel: should dump CREATE FUNCTION dump_test.int42_in [07:25:23.405](0.000s) ok 2347 - defaults_parallel: should dump CREATE FUNCTION dump_test.int42_out [07:25:23.405](0.000s) ok 2348 - defaults_parallel: should dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:23.405](0.000s) ok 2349 - defaults_parallel: should dump CREATE FUNCTION dump_test.trigger_func [07:25:23.405](0.000s) ok 2350 - defaults_parallel: should dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:23.405](0.000s) ok 2351 - defaults_parallel: should dump CREATE INDEX ON ONLY measurement [07:25:23.406](0.000s) ok 2352 - defaults_parallel: should dump CREATE LANGUAGE pltestlang [07:25:23.406](0.000s) ok 2353 - defaults_parallel: should dump CREATE MATERIALIZED VIEW matview [07:25:23.406](0.000s) ok 2354 - defaults_parallel: should dump CREATE MATERIALIZED VIEW matview_fourth [07:25:23.406](0.000s) ok 2355 - defaults_parallel: should dump CREATE MATERIALIZED VIEW matview_second [07:25:23.406](0.000s) ok 2356 - defaults_parallel: should dump CREATE MATERIALIZED VIEW matview_third [07:25:23.406](0.000s) ok 2357 - defaults_parallel: should dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:23.406](0.000s) ok 2358 - defaults_parallel: should dump CREATE OPERATOR CLASS dump_test.op_class [07:25:23.408](0.001s) ok 2359 - defaults_parallel: should dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:23.408](0.000s) ok 2360 - defaults_parallel: should dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:23.408](0.000s) ok 2361 - defaults_parallel: should dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:23.408](0.000s) ok 2362 - defaults_parallel: should dump CREATE POLICY p1 ON test_table [07:25:23.409](0.000s) ok 2363 - defaults_parallel: should dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:23.409](0.000s) ok 2364 - defaults_parallel: should dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:23.409](0.000s) ok 2365 - defaults_parallel: should dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:23.409](0.000s) ok 2366 - defaults_parallel: should dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:23.411](0.001s) ok 2367 - defaults_parallel: should dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:23.411](0.000s) ok 2368 - defaults_parallel: should dump CREATE PROCEDURE dump_test.ptest1 [07:25:23.411](0.000s) ok 2369 - defaults_parallel: should dump CREATE PUBLICATION pub1 [07:25:23.411](0.000s) ok 2370 - defaults_parallel: should dump CREATE PUBLICATION pub2 [07:25:23.411](0.000s) ok 2371 - defaults_parallel: should dump CREATE PUBLICATION pub3 [07:25:23.411](0.000s) ok 2372 - defaults_parallel: should dump CREATE PUBLICATION pub4 [07:25:23.412](0.000s) ok 2373 - defaults_parallel: should not dump CREATE ROLE regress_dump_test_role [07:25:23.412](0.000s) ok 2374 - defaults_parallel: should not dump CREATE ROLE regress_quoted... [07:25:23.412](0.000s) ok 2375 - defaults_parallel: should dump CREATE SCHEMA dump_test [07:25:23.412](0.000s) ok 2376 - defaults_parallel: should dump CREATE SCHEMA dump_test_second_schema [07:25:23.412](0.000s) ok 2377 - defaults_parallel: should not dump CREATE SCHEMA public [07:25:23.412](0.000s) ok 2378 - defaults_parallel: should dump CREATE SEQUENCE test_table_col1_seq [07:25:23.412](0.000s) ok 2379 - defaults_parallel: should dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:23.412](0.000s) ok 2380 - defaults_parallel: should dump CREATE STATISTICS extended_stats_expression [07:25:23.412](0.000s) ok 2381 - defaults_parallel: should dump CREATE STATISTICS extended_stats_no_options [07:25:23.412](0.000s) ok 2382 - defaults_parallel: should dump CREATE STATISTICS extended_stats_options [07:25:23.413](0.000s) ok 2383 - defaults_parallel: should dump CREATE SUBSCRIPTION sub1 [07:25:23.413](0.000s) ok 2384 - defaults_parallel: should dump CREATE SUBSCRIPTION sub2 [07:25:23.413](0.000s) ok 2385 - defaults_parallel: should dump CREATE SUBSCRIPTION sub3 [07:25:23.413](0.000s) ok 2386 - defaults_parallel: should dump CREATE TABLE fk_reference_test_table [07:25:23.413](0.000s) ok 2387 - defaults_parallel: should dump CREATE TABLE measurement PARTITIONED BY [07:25:23.413](0.000s) ok 2388 - defaults_parallel: should dump CREATE TABLE regress_pg_dump_table_am [07:25:23.413](0.000s) ok 2389 - defaults_parallel: should dump CREATE TABLE table_with_stats [07:25:23.413](0.000s) ok 2390 - defaults_parallel: should dump CREATE TABLE test_compression_method [07:25:23.413](0.000s) ok 2391 - defaults_parallel: should dump CREATE TABLE test_fifth_table [07:25:23.414](0.000s) ok 2392 - defaults_parallel: should dump CREATE TABLE test_fourth_table_zero_col [07:25:23.414](0.000s) ok 2393 - defaults_parallel: should dump CREATE TABLE test_inheritance_child [07:25:23.414](0.000s) ok 2394 - defaults_parallel: should dump CREATE TABLE test_inheritance_parent [07:25:23.414](0.000s) ok 2395 - defaults_parallel: should dump CREATE TABLE test_second_table [07:25:23.414](0.000s) ok 2396 - defaults_parallel: should dump CREATE TABLE test_seventh_table [07:25:23.414](0.000s) ok 2397 - defaults_parallel: should dump CREATE TABLE test_sixth_table [07:25:23.416](0.002s) ok 2398 - defaults_parallel: should dump CREATE TABLE test_table [07:25:23.416](0.000s) ok 2399 - defaults_parallel: should dump CREATE TABLE test_table_generated [07:25:23.416](0.000s) ok 2400 - defaults_parallel: should dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:23.416](0.000s) ok 2401 - defaults_parallel: should dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:23.416](0.000s) ok 2402 - defaults_parallel: should dump CREATE TABLE test_table_identity [07:25:23.417](0.001s) ok 2403 - defaults_parallel: should dump CREATE TABLE test_third_table_generated_cols [07:25:23.417](0.001s) ok 2404 - defaults_parallel: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:23.418](0.000s) ok 2405 - defaults_parallel: should dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:23.418](0.000s) ok 2406 - defaults_parallel: should dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:23.418](0.000s) ok 2407 - defaults_parallel: should dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:23.418](0.000s) ok 2408 - defaults_parallel: should dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:23.419](0.000s) ok 2409 - defaults_parallel: should dump CREATE TRANSFORM FOR int [07:25:23.419](0.000s) ok 2410 - defaults_parallel: should dump CREATE TRIGGER test_trigger [07:25:23.419](0.000s) ok 2411 - defaults_parallel: should dump CREATE TYPE dump_test.composite [07:25:23.419](0.000s) ok 2412 - defaults_parallel: should dump CREATE TYPE dump_test.int42 [07:25:23.420](0.000s) ok 2413 - defaults_parallel: should dump CREATE TYPE dump_test.int42 populated [07:25:23.420](0.000s) ok 2414 - defaults_parallel: should dump CREATE TYPE dump_test.planets AS ENUM [07:25:23.420](0.000s) ok 2415 - defaults_parallel: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:23.420](0.000s) ok 2416 - defaults_parallel: should dump CREATE TYPE dump_test.textrange AS RANGE [07:25:23.421](0.001s) ok 2417 - defaults_parallel: should dump CREATE TYPE dump_test.undefined [07:25:23.421](0.000s) ok 2418 - defaults_parallel: should dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:23.421](0.000s) ok 2419 - defaults_parallel: should dump CREATE VIEW test_view [07:25:23.422](0.001s) ok 2420 - defaults_parallel: should dump Check ordering of a function that depends on a primary key [07:25:23.422](0.000s) ok 2421 - defaults_parallel: should dump Check ordering of a matview that depends on a primary key [07:25:23.422](0.000s) ok 2422 - defaults_parallel: should dump Creation of row-level trigger in partitioned table [07:25:23.423](0.000s) ok 2423 - defaults_parallel: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:23.423](0.000s) ok 2424 - defaults_parallel: should not dump DROP EXTENSION plpgsql [07:25:23.423](0.000s) ok 2425 - defaults_parallel: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:23.423](0.000s) ok 2426 - defaults_parallel: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:23.423](0.000s) ok 2427 - defaults_parallel: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:23.423](0.000s) ok 2428 - defaults_parallel: should not dump DROP LANGUAGE pltestlang [07:25:23.423](0.000s) ok 2429 - defaults_parallel: should not dump DROP ROLE pg_ [07:25:23.424](0.000s) ok 2430 - defaults_parallel: should not dump DROP ROLE regress_dump_test_role [07:25:23.424](0.000s) ok 2431 - defaults_parallel: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:23.424](0.000s) ok 2432 - defaults_parallel: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:23.424](0.000s) ok 2433 - defaults_parallel: should not dump DROP SCHEMA IF EXISTS public [07:25:23.424](0.000s) ok 2434 - defaults_parallel: should not dump DROP SCHEMA dump_test [07:25:23.424](0.000s) ok 2435 - defaults_parallel: should not dump DROP SCHEMA dump_test_second_schema [07:25:23.424](0.000s) ok 2436 - defaults_parallel: should not dump DROP SCHEMA public [07:25:23.424](0.000s) ok 2437 - defaults_parallel: should not dump DROP TABLE IF EXISTS test_second_table [07:25:23.425](0.000s) ok 2438 - defaults_parallel: should not dump DROP TABLE IF EXISTS test_table [07:25:23.425](0.000s) ok 2439 - defaults_parallel: should not dump DROP TABLE fk_reference_test_table [07:25:23.425](0.000s) ok 2440 - defaults_parallel: should not dump DROP TABLE test_second_table [07:25:23.425](0.000s) ok 2441 - defaults_parallel: should not dump DROP TABLE test_table [07:25:23.425](0.000s) ok 2442 - defaults_parallel: should dump Disabled trigger on partition is altered [07:25:23.425](0.000s) ok 2443 - defaults_parallel: should not dump Disabled trigger on partition is not created [07:25:23.426](0.000s) ok 2444 - defaults_parallel: should dump GRANT ALL ON LARGE OBJECT ... [07:25:23.426](0.000s) ok 2445 - defaults_parallel: should not dump GRANT CREATE ON DATABASE dump_test [07:25:23.426](0.000s) ok 2446 - defaults_parallel: should dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:23.426](0.000s) ok 2447 - defaults_parallel: should dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:23.426](0.000s) ok 2448 - defaults_parallel: should dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:23.427](0.000s) ok 2449 - defaults_parallel: should dump GRANT SELECT ON TABLE measurement [07:25:23.427](0.000s) ok 2450 - defaults_parallel: should dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:23.427](0.000s) ok 2451 - defaults_parallel: should dump GRANT SELECT ON TABLE test_table [07:25:23.427](0.000s) ok 2452 - defaults_parallel: should dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:23.427](0.000s) ok 2453 - defaults_parallel: should dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:23.427](0.000s) ok 2454 - defaults_parallel: should dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:23.427](0.000s) ok 2455 - defaults_parallel: should dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:23.428](0.000s) ok 2456 - defaults_parallel: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:23.428](0.000s) ok 2457 - defaults_parallel: should dump GRANT USAGE ON TYPE dump_test.int42 [07:25:23.428](0.000s) ok 2458 - defaults_parallel: should dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:23.428](0.000s) ok 2459 - defaults_parallel: should dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:23.428](0.000s) ok 2460 - defaults_parallel: should not dump INSERT INTO test_fifth_table [07:25:23.428](0.000s) ok 2461 - defaults_parallel: should not dump INSERT INTO test_fourth_table [07:25:23.428](0.000s) ok 2462 - defaults_parallel: should not dump INSERT INTO test_second_table [07:25:23.428](0.000s) ok 2463 - defaults_parallel: should not dump INSERT INTO test_table [07:25:23.428](0.000s) ok 2464 - defaults_parallel: should not dump INSERT INTO test_table_identity [07:25:23.429](0.000s) ok 2465 - defaults_parallel: should not dump INSERT INTO test_third_table [07:25:23.429](0.000s) ok 2466 - defaults_parallel: should not dump INSERT INTO test_third_table (colnames) [07:25:23.429](0.000s) ok 2467 - defaults_parallel: should dump LO create (using lo_from_bytea) [07:25:23.429](0.000s) ok 2468 - defaults_parallel: should dump LO create (with no data) [07:25:23.430](0.001s) ok 2469 - defaults_parallel: should dump LO load (using lo_from_bytea) [07:25:23.430](0.000s) ok 2470 - defaults_parallel: should dump Partition measurement_y2006m2 creation [07:25:23.430](0.000s) ok 2471 - defaults_parallel: should dump REFRESH MATERIALIZED VIEW matview [07:25:23.430](0.000s) ok 2472 - defaults_parallel: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:23.431](0.000s) ok 2473 - defaults_parallel: should dump REFRESH MATERIALIZED VIEW matview_second [07:25:23.431](0.000s) ok 2474 - defaults_parallel: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:23.431](0.000s) ok 2475 - defaults_parallel: should dump REVOKE ALL ON SCHEMA public [07:25:23.431](0.000s) ok 2476 - defaults_parallel: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:23.431](0.000s) ok 2477 - defaults_parallel: should dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:23.472](0.041s) ok 2478 - defaults_parallel: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:23.472](0.001s) ok 2479 - defaults_parallel: should dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:23.473](0.000s) ok 2480 - defaults_parallel: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:23.473](0.000s) ok 2481 - defaults_parallel: should dump Replica trigger on partition is altered [07:25:23.474](0.000s) ok 2482 - defaults_parallel: should not dump Triggers on partitions are not dropped [07:25:23.474](0.000s) ok 2483 - defaults_parallel: should not dump test_table with 4-row INSERTs # Running: pg_dump --no-sync -f C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/defaults_public_owner.sql regress_public_owner [07:25:23.689](0.215s) ok 2484 - defaults_public_owner: pg_dump runs [07:25:23.698](0.009s) ok 2485 - defaults_public_owner: should not dump ALTER SCHEMA public OWNER TO (w/o ACL changes) [07:25:23.699](0.001s) ok 2486 - defaults_public_owner: should dump COMMENT ON SCHEMA public IS NULL # Running: pg_dump -Ft --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/defaults_tar_format.tar postgres pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order [07:25:24.278](0.580s) ok 2487 - defaults_tar_format: pg_dump runs # Running: pg_restore --format=tar --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/defaults_tar_format.sql C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/defaults_tar_format.tar [07:25:24.349](0.071s) ok 2488 - defaults_tar_format: pg_restore runs [07:25:24.352](0.003s) ok 2489 - defaults_tar_format: should dump ALTER COLLATION test0 OWNER TO [07:25:24.353](0.001s) ok 2490 - defaults_tar_format: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:24.354](0.000s) ok 2491 - defaults_tar_format: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:24.354](0.001s) ok 2492 - defaults_tar_format: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:24.355](0.000s) ok 2493 - defaults_tar_format: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:24.355](0.000s) ok 2494 - defaults_tar_format: should dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:24.355](0.000s) ok 2495 - defaults_tar_format: should dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:24.356](0.000s) ok 2496 - defaults_tar_format: should dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:24.356](0.001s) ok 2497 - defaults_tar_format: should dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:24.357](0.000s) ok 2498 - defaults_tar_format: should dump ALTER INDEX ... ATTACH PARTITION [07:25:24.357](0.000s) ok 2499 - defaults_tar_format: should dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:24.357](0.000s) ok 2500 - defaults_tar_format: should dump ALTER LARGE OBJECT ... OWNER TO [07:25:24.358](0.000s) ok 2501 - defaults_tar_format: should dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:24.358](0.000s) ok 2502 - defaults_tar_format: should dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:24.358](0.000s) ok 2503 - defaults_tar_format: should dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:24.358](0.000s) ok 2504 - defaults_tar_format: should dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:24.359](0.001s) ok 2505 - defaults_tar_format: should dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:24.359](0.000s) ok 2506 - defaults_tar_format: should dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:24.360](0.000s) ok 2507 - defaults_tar_format: should dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:24.360](0.000s) ok 2508 - defaults_tar_format: should dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:24.360](0.000s) ok 2509 - defaults_tar_format: should dump ALTER PUBLICATION pub1 OWNER TO [07:25:24.361](0.000s) ok 2510 - defaults_tar_format: should dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:24.361](0.000s) ok 2511 - defaults_tar_format: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:24.361](0.000s) ok 2512 - defaults_tar_format: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:24.362](0.000s) ok 2513 - defaults_tar_format: should dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:24.362](0.000s) ok 2514 - defaults_tar_format: should dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:24.363](0.000s) ok 2515 - defaults_tar_format: should not dump ALTER ROLE regress_dump_test_role [07:25:24.363](0.000s) ok 2516 - defaults_tar_format: should dump ALTER SCHEMA dump_test OWNER TO [07:25:24.363](0.000s) ok 2517 - defaults_tar_format: should dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:24.364](0.000s) ok 2518 - defaults_tar_format: should dump ALTER SCHEMA public OWNER TO [07:25:24.364](0.001s) ok 2519 - defaults_tar_format: should dump ALTER SEQUENCE test_table_col1_seq [07:25:24.365](0.001s) ok 2520 - defaults_tar_format: should dump ALTER SERVER s1 OWNER TO [07:25:24.365](0.000s) ok 2521 - defaults_tar_format: should dump ALTER STATISTICS extended_stats_options [07:25:24.366](0.001s) ok 2522 - defaults_tar_format: should dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:24.366](0.000s) ok 2523 - defaults_tar_format: should dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:24.372](0.006s) ok 2524 - defaults_tar_format: should dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:24.376](0.003s) ok 2525 - defaults_tar_format: should dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:24.376](0.001s) ok 2526 - defaults_tar_format: should dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:24.377](0.001s) ok 2527 - defaults_tar_format: should dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:24.378](0.001s) ok 2528 - defaults_tar_format: should dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:24.379](0.000s) ok 2529 - defaults_tar_format: should dump ALTER TABLE measurement OWNER TO [07:25:24.380](0.001s) ok 2530 - defaults_tar_format: should dump ALTER TABLE measurement PRIMARY KEY [07:25:24.381](0.001s) ok 2531 - defaults_tar_format: should dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:24.381](0.000s) ok 2532 - defaults_tar_format: should dump ALTER TABLE test_second_table OWNER TO [07:25:24.382](0.000s) ok 2533 - defaults_tar_format: should dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:24.383](0.001s) ok 2534 - defaults_tar_format: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:24.383](0.000s) ok 2535 - defaults_tar_format: should dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:24.383](0.000s) ok 2536 - defaults_tar_format: should dump ALTER TABLE test_table OWNER TO [07:25:24.384](0.000s) ok 2537 - defaults_tar_format: should not dump ALTER TABLE test_table_generated_child1 [07:25:24.384](0.000s) ok 2538 - defaults_tar_format: should dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:24.384](0.000s) ok 2539 - defaults_tar_format: should dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:24.384](0.000s) ok 2540 - defaults_tar_format: should dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:24.384](0.000s) ok 2541 - defaults_tar_format: should dump ALTER VIEW test_view SET DEFAULT [07:25:24.384](0.000s) ok 2542 - defaults_tar_format: should dump Always trigger on partition is altered [07:25:24.384](0.000s) ok 2543 - defaults_tar_format: should dump COMMENT ON COLLATION test0 [07:25:24.384](0.000s) ok 2544 - defaults_tar_format: should dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:24.384](0.000s) ok 2545 - defaults_tar_format: should dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:24.385](0.000s) ok 2546 - defaults_tar_format: should dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:24.385](0.000s) ok 2547 - defaults_tar_format: should dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:24.385](0.000s) ok 2548 - defaults_tar_format: should dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:24.385](0.000s) ok 2549 - defaults_tar_format: should not dump COMMENT ON DATABASE postgres [07:25:24.385](0.000s) ok 2550 - defaults_tar_format: should not dump COMMENT ON EXTENSION plpgsql [07:25:24.386](0.000s) ok 2551 - defaults_tar_format: should dump COMMENT ON LARGE OBJECT ... [07:25:24.386](0.000s) ok 2552 - defaults_tar_format: should dump COMMENT ON PUBLICATION pub1 [07:25:24.387](0.001s) ok 2553 - defaults_tar_format: should not dump COMMENT ON SCHEMA public [07:25:24.387](0.000s) ok 2554 - defaults_tar_format: should dump COMMENT ON SUBSCRIPTION sub1 [07:25:24.388](0.000s) ok 2555 - defaults_tar_format: should dump COMMENT ON TABLE dump_test.test_table [07:25:24.389](0.001s) ok 2556 - defaults_tar_format: should dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:24.392](0.003s) ok 2557 - defaults_tar_format: should dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:24.395](0.003s) ok 2558 - defaults_tar_format: should dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:24.399](0.004s) ok 2559 - defaults_tar_format: should dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:24.400](0.001s) ok 2560 - defaults_tar_format: should dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:24.400](0.000s) ok 2561 - defaults_tar_format: should dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:24.400](0.000s) ok 2562 - defaults_tar_format: should dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:24.400](0.000s) ok 2563 - defaults_tar_format: should dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:24.400](0.000s) ok 2564 - defaults_tar_format: should dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:24.403](0.002s) ok 2565 - defaults_tar_format: should dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:24.404](0.001s) ok 2566 - defaults_tar_format: should dump COPY fk_reference_test_table [07:25:24.404](0.000s) ok 2567 - defaults_tar_format: should not dump COPY fk_reference_test_table second [07:25:24.404](0.000s) ok 2568 - defaults_tar_format: should dump COPY measurement [07:25:24.404](0.000s) ok 2569 - defaults_tar_format: should dump COPY test_compression_method [07:25:24.404](0.000s) ok 2570 - defaults_tar_format: should dump COPY test_fifth_table [07:25:24.405](0.000s) ok 2571 - defaults_tar_format: should dump COPY test_fourth_table [07:25:24.405](0.000s) ok 2572 - defaults_tar_format: should dump COPY test_second_table [07:25:24.405](0.000s) ok 2573 - defaults_tar_format: should dump COPY test_table [07:25:24.405](0.000s) ok 2574 - defaults_tar_format: should dump COPY test_table_identity [07:25:24.406](0.001s) ok 2575 - defaults_tar_format: should dump COPY test_third_table [07:25:24.406](0.000s) ok 2576 - defaults_tar_format: should dump CREATE ACCESS METHOD gist2 [07:25:24.406](0.000s) ok 2577 - defaults_tar_format: should dump CREATE ACCESS METHOD regress_test_table_am [07:25:24.407](0.000s) ok 2578 - defaults_tar_format: should dump CREATE AGGREGATE dump_test.newavg [07:25:24.407](0.000s) ok 2579 - defaults_tar_format: should dump CREATE CAST FOR timestamptz [07:25:24.407](0.000s) ok 2580 - defaults_tar_format: should dump CREATE COLLATION test0 FROM "C" [07:25:24.407](0.000s) ok 2581 - defaults_tar_format: should dump CREATE CONVERSION dump_test.test_conversion [07:25:24.408](0.000s) ok 2582 - defaults_tar_format: should not dump CREATE DATABASE dump_test [07:25:24.409](0.001s) ok 2583 - defaults_tar_format: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:24.409](0.000s) ok 2584 - defaults_tar_format: should not dump CREATE DATABASE postgres [07:25:24.410](0.001s) ok 2585 - defaults_tar_format: should not dump CREATE DATABASE regression_invalid... [07:25:24.413](0.003s) ok 2586 - defaults_tar_format: should dump CREATE DOMAIN dump_test.us_postal_code [07:25:24.414](0.001s) ok 2587 - defaults_tar_format: should dump CREATE EVENT TRIGGER test_event_trigger [07:25:24.415](0.000s) ok 2588 - defaults_tar_format: should not dump CREATE EXTENSION ... plpgsql [07:25:24.415](0.000s) ok 2589 - defaults_tar_format: should dump CREATE FOREIGN DATA WRAPPER dummy [07:25:24.417](0.002s) ok 2590 - defaults_tar_format: should dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:24.418](0.001s) ok 2591 - defaults_tar_format: should dump CREATE FUNCTION ... SUPPORT [07:25:24.421](0.003s) ok 2592 - defaults_tar_format: should dump CREATE FUNCTION dump_test.event_trigger_func [07:25:24.421](0.000s) ok 2593 - defaults_tar_format: should dump CREATE FUNCTION dump_test.int42_in [07:25:24.422](0.000s) ok 2594 - defaults_tar_format: should dump CREATE FUNCTION dump_test.int42_out [07:25:24.422](0.000s) ok 2595 - defaults_tar_format: should dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:24.424](0.001s) ok 2596 - defaults_tar_format: should dump CREATE FUNCTION dump_test.trigger_func [07:25:24.424](0.000s) ok 2597 - defaults_tar_format: should dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:24.424](0.000s) ok 2598 - defaults_tar_format: should dump CREATE INDEX ON ONLY measurement [07:25:24.431](0.006s) ok 2599 - defaults_tar_format: should dump CREATE LANGUAGE pltestlang [07:25:24.432](0.001s) ok 2600 - defaults_tar_format: should dump CREATE MATERIALIZED VIEW matview [07:25:24.432](0.000s) ok 2601 - defaults_tar_format: should dump CREATE MATERIALIZED VIEW matview_fourth [07:25:24.432](0.000s) ok 2602 - defaults_tar_format: should dump CREATE MATERIALIZED VIEW matview_second [07:25:24.432](0.000s) ok 2603 - defaults_tar_format: should dump CREATE MATERIALIZED VIEW matview_third [07:25:24.432](0.000s) ok 2604 - defaults_tar_format: should dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:24.432](0.000s) ok 2605 - defaults_tar_format: should dump CREATE OPERATOR CLASS dump_test.op_class [07:25:24.433](0.001s) ok 2606 - defaults_tar_format: should dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:24.434](0.001s) ok 2607 - defaults_tar_format: should dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:24.434](0.001s) ok 2608 - defaults_tar_format: should dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:24.436](0.001s) ok 2609 - defaults_tar_format: should dump CREATE POLICY p1 ON test_table [07:25:24.440](0.004s) ok 2610 - defaults_tar_format: should dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:24.442](0.002s) ok 2611 - defaults_tar_format: should dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:24.448](0.006s) ok 2612 - defaults_tar_format: should dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:24.449](0.001s) ok 2613 - defaults_tar_format: should dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:24.452](0.003s) ok 2614 - defaults_tar_format: should dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:24.454](0.002s) ok 2615 - defaults_tar_format: should dump CREATE PROCEDURE dump_test.ptest1 [07:25:24.456](0.002s) ok 2616 - defaults_tar_format: should dump CREATE PUBLICATION pub1 [07:25:24.458](0.002s) ok 2617 - defaults_tar_format: should dump CREATE PUBLICATION pub2 [07:25:24.461](0.003s) ok 2618 - defaults_tar_format: should dump CREATE PUBLICATION pub3 [07:25:24.462](0.001s) ok 2619 - defaults_tar_format: should dump CREATE PUBLICATION pub4 [07:25:24.462](0.000s) ok 2620 - defaults_tar_format: should not dump CREATE ROLE regress_dump_test_role [07:25:24.462](0.000s) ok 2621 - defaults_tar_format: should not dump CREATE ROLE regress_quoted... [07:25:24.463](0.000s) ok 2622 - defaults_tar_format: should dump CREATE SCHEMA dump_test [07:25:24.463](0.000s) ok 2623 - defaults_tar_format: should dump CREATE SCHEMA dump_test_second_schema [07:25:24.463](0.000s) ok 2624 - defaults_tar_format: should not dump CREATE SCHEMA public [07:25:24.464](0.001s) ok 2625 - defaults_tar_format: should dump CREATE SEQUENCE test_table_col1_seq [07:25:24.465](0.001s) ok 2626 - defaults_tar_format: should dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:24.465](0.000s) ok 2627 - defaults_tar_format: should dump CREATE STATISTICS extended_stats_expression [07:25:24.466](0.001s) ok 2628 - defaults_tar_format: should dump CREATE STATISTICS extended_stats_no_options [07:25:24.466](0.000s) ok 2629 - defaults_tar_format: should dump CREATE STATISTICS extended_stats_options [07:25:24.466](0.000s) ok 2630 - defaults_tar_format: should dump CREATE SUBSCRIPTION sub1 [07:25:24.466](0.000s) ok 2631 - defaults_tar_format: should dump CREATE SUBSCRIPTION sub2 [07:25:24.467](0.000s) ok 2632 - defaults_tar_format: should dump CREATE SUBSCRIPTION sub3 [07:25:24.467](0.000s) ok 2633 - defaults_tar_format: should dump CREATE TABLE fk_reference_test_table [07:25:24.467](0.000s) ok 2634 - defaults_tar_format: should dump CREATE TABLE measurement PARTITIONED BY [07:25:24.467](0.000s) ok 2635 - defaults_tar_format: should dump CREATE TABLE regress_pg_dump_table_am [07:25:24.467](0.000s) ok 2636 - defaults_tar_format: should dump CREATE TABLE table_with_stats [07:25:24.467](0.000s) ok 2637 - defaults_tar_format: should dump CREATE TABLE test_compression_method [07:25:24.467](0.000s) ok 2638 - defaults_tar_format: should dump CREATE TABLE test_fifth_table [07:25:24.467](0.000s) ok 2639 - defaults_tar_format: should dump CREATE TABLE test_fourth_table_zero_col [07:25:24.468](0.000s) ok 2640 - defaults_tar_format: should dump CREATE TABLE test_inheritance_child [07:25:24.468](0.000s) ok 2641 - defaults_tar_format: should dump CREATE TABLE test_inheritance_parent [07:25:24.468](0.000s) ok 2642 - defaults_tar_format: should dump CREATE TABLE test_second_table [07:25:24.468](0.000s) ok 2643 - defaults_tar_format: should dump CREATE TABLE test_seventh_table [07:25:24.468](0.000s) ok 2644 - defaults_tar_format: should dump CREATE TABLE test_sixth_table [07:25:24.475](0.007s) ok 2645 - defaults_tar_format: should dump CREATE TABLE test_table [07:25:24.476](0.001s) ok 2646 - defaults_tar_format: should dump CREATE TABLE test_table_generated [07:25:24.476](0.000s) ok 2647 - defaults_tar_format: should dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:24.477](0.000s) ok 2648 - defaults_tar_format: should dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:24.481](0.004s) ok 2649 - defaults_tar_format: should dump CREATE TABLE test_table_identity [07:25:24.481](0.000s) ok 2650 - defaults_tar_format: should dump CREATE TABLE test_third_table_generated_cols [07:25:24.483](0.002s) ok 2651 - defaults_tar_format: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:24.504](0.021s) ok 2652 - defaults_tar_format: should dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:24.505](0.001s) ok 2653 - defaults_tar_format: should dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:24.506](0.001s) ok 2654 - defaults_tar_format: should dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:24.507](0.001s) ok 2655 - defaults_tar_format: should dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:24.508](0.000s) ok 2656 - defaults_tar_format: should dump CREATE TRANSFORM FOR int [07:25:24.508](0.000s) ok 2657 - defaults_tar_format: should dump CREATE TRIGGER test_trigger [07:25:24.509](0.000s) ok 2658 - defaults_tar_format: should dump CREATE TYPE dump_test.composite [07:25:24.509](0.000s) ok 2659 - defaults_tar_format: should dump CREATE TYPE dump_test.int42 [07:25:24.509](0.000s) ok 2660 - defaults_tar_format: should dump CREATE TYPE dump_test.int42 populated [07:25:24.509](0.000s) ok 2661 - defaults_tar_format: should dump CREATE TYPE dump_test.planets AS ENUM [07:25:24.510](0.001s) ok 2662 - defaults_tar_format: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:24.510](0.000s) ok 2663 - defaults_tar_format: should dump CREATE TYPE dump_test.textrange AS RANGE [07:25:24.510](0.000s) ok 2664 - defaults_tar_format: should dump CREATE TYPE dump_test.undefined [07:25:24.510](0.000s) ok 2665 - defaults_tar_format: should dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:24.512](0.001s) ok 2666 - defaults_tar_format: should dump CREATE VIEW test_view [07:25:24.513](0.001s) ok 2667 - defaults_tar_format: should dump Check ordering of a function that depends on a primary key [07:25:24.514](0.001s) ok 2668 - defaults_tar_format: should dump Check ordering of a matview that depends on a primary key [07:25:24.514](0.001s) ok 2669 - defaults_tar_format: should dump Creation of row-level trigger in partitioned table [07:25:24.517](0.003s) ok 2670 - defaults_tar_format: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:24.517](0.001s) ok 2671 - defaults_tar_format: should not dump DROP EXTENSION plpgsql [07:25:24.518](0.000s) ok 2672 - defaults_tar_format: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:24.520](0.002s) ok 2673 - defaults_tar_format: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:24.521](0.002s) ok 2674 - defaults_tar_format: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:24.522](0.000s) ok 2675 - defaults_tar_format: should not dump DROP LANGUAGE pltestlang [07:25:24.522](0.000s) ok 2676 - defaults_tar_format: should not dump DROP ROLE pg_ [07:25:24.522](0.000s) ok 2677 - defaults_tar_format: should not dump DROP ROLE regress_dump_test_role [07:25:24.522](0.000s) ok 2678 - defaults_tar_format: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:24.523](0.000s) ok 2679 - defaults_tar_format: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:24.524](0.001s) ok 2680 - defaults_tar_format: should not dump DROP SCHEMA IF EXISTS public [07:25:24.525](0.000s) ok 2681 - defaults_tar_format: should not dump DROP SCHEMA dump_test [07:25:24.525](0.001s) ok 2682 - defaults_tar_format: should not dump DROP SCHEMA dump_test_second_schema [07:25:24.526](0.000s) ok 2683 - defaults_tar_format: should not dump DROP SCHEMA public [07:25:24.526](0.000s) ok 2684 - defaults_tar_format: should not dump DROP TABLE IF EXISTS test_second_table [07:25:24.526](0.000s) ok 2685 - defaults_tar_format: should not dump DROP TABLE IF EXISTS test_table [07:25:24.526](0.000s) ok 2686 - defaults_tar_format: should not dump DROP TABLE fk_reference_test_table [07:25:24.526](0.000s) ok 2687 - defaults_tar_format: should not dump DROP TABLE test_second_table [07:25:24.526](0.000s) ok 2688 - defaults_tar_format: should not dump DROP TABLE test_table [07:25:24.527](0.000s) ok 2689 - defaults_tar_format: should dump Disabled trigger on partition is altered [07:25:24.527](0.000s) ok 2690 - defaults_tar_format: should not dump Disabled trigger on partition is not created [07:25:24.528](0.001s) ok 2691 - defaults_tar_format: should dump GRANT ALL ON LARGE OBJECT ... [07:25:24.529](0.000s) ok 2692 - defaults_tar_format: should not dump GRANT CREATE ON DATABASE dump_test [07:25:24.529](0.000s) ok 2693 - defaults_tar_format: should dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:24.529](0.000s) ok 2694 - defaults_tar_format: should dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:24.530](0.001s) ok 2695 - defaults_tar_format: should dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:24.530](0.000s) ok 2696 - defaults_tar_format: should dump GRANT SELECT ON TABLE measurement [07:25:24.530](0.000s) ok 2697 - defaults_tar_format: should dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:24.530](0.000s) ok 2698 - defaults_tar_format: should dump GRANT SELECT ON TABLE test_table [07:25:24.531](0.000s) ok 2699 - defaults_tar_format: should dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:24.531](0.000s) ok 2700 - defaults_tar_format: should dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:24.531](0.000s) ok 2701 - defaults_tar_format: should dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:24.532](0.000s) ok 2702 - defaults_tar_format: should dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:24.532](0.000s) ok 2703 - defaults_tar_format: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:24.532](0.000s) ok 2704 - defaults_tar_format: should dump GRANT USAGE ON TYPE dump_test.int42 [07:25:24.532](0.000s) ok 2705 - defaults_tar_format: should dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:24.533](0.000s) ok 2706 - defaults_tar_format: should dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:24.533](0.000s) ok 2707 - defaults_tar_format: should not dump INSERT INTO test_fifth_table [07:25:24.534](0.001s) ok 2708 - defaults_tar_format: should not dump INSERT INTO test_fourth_table [07:25:24.534](0.001s) ok 2709 - defaults_tar_format: should not dump INSERT INTO test_second_table [07:25:24.535](0.000s) ok 2710 - defaults_tar_format: should not dump INSERT INTO test_table [07:25:24.535](0.000s) ok 2711 - defaults_tar_format: should not dump INSERT INTO test_table_identity [07:25:24.535](0.000s) ok 2712 - defaults_tar_format: should not dump INSERT INTO test_third_table [07:25:24.535](0.000s) ok 2713 - defaults_tar_format: should not dump INSERT INTO test_third_table (colnames) [07:25:24.536](0.000s) ok 2714 - defaults_tar_format: should dump LO create (using lo_from_bytea) [07:25:24.536](0.000s) ok 2715 - defaults_tar_format: should dump LO create (with no data) [07:25:24.536](0.000s) ok 2716 - defaults_tar_format: should dump LO load (using lo_from_bytea) [07:25:24.537](0.000s) ok 2717 - defaults_tar_format: should dump Partition measurement_y2006m2 creation [07:25:24.537](0.000s) ok 2718 - defaults_tar_format: should dump REFRESH MATERIALIZED VIEW matview [07:25:24.537](0.000s) ok 2719 - defaults_tar_format: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:24.538](0.000s) ok 2720 - defaults_tar_format: should dump REFRESH MATERIALIZED VIEW matview_second [07:25:24.538](0.000s) ok 2721 - defaults_tar_format: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:24.538](0.000s) ok 2722 - defaults_tar_format: should dump REVOKE ALL ON SCHEMA public [07:25:24.539](0.000s) ok 2723 - defaults_tar_format: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:24.539](0.000s) ok 2724 - defaults_tar_format: should dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:24.629](0.090s) ok 2725 - defaults_tar_format: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:24.630](0.001s) ok 2726 - defaults_tar_format: should dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:24.631](0.001s) ok 2727 - defaults_tar_format: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:24.631](0.000s) ok 2728 - defaults_tar_format: should dump Replica trigger on partition is altered [07:25:24.631](0.000s) ok 2729 - defaults_tar_format: should not dump Triggers on partitions are not dropped [07:25:24.632](0.000s) ok 2730 - defaults_tar_format: should not dump test_table with 4-row INSERTs # Running: pg_dump --no-sync --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/exclude_dump_test_schema.sql --exclude-schema=dump_test postgres pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order [07:25:25.389](0.757s) ok 2731 - exclude_dump_test_schema: pg_dump runs [07:25:25.391](0.003s) ok 2732 - exclude_dump_test_schema: should dump ALTER COLLATION test0 OWNER TO [07:25:25.392](0.000s) ok 2733 - exclude_dump_test_schema: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:25.393](0.001s) ok 2734 - exclude_dump_test_schema: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:25.394](0.001s) ok 2735 - exclude_dump_test_schema: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:25.394](0.000s) ok 2736 - exclude_dump_test_schema: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:25.394](0.000s) ok 2737 - exclude_dump_test_schema: should dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:25.395](0.000s) ok 2738 - exclude_dump_test_schema: should not dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:25.395](0.000s) ok 2739 - exclude_dump_test_schema: should not dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:25.395](0.000s) ok 2740 - exclude_dump_test_schema: should not dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:25.395](0.000s) ok 2741 - exclude_dump_test_schema: should dump ALTER INDEX ... ATTACH PARTITION [07:25:25.396](0.000s) ok 2742 - exclude_dump_test_schema: should dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:25.396](0.000s) ok 2743 - exclude_dump_test_schema: should dump ALTER LARGE OBJECT ... OWNER TO [07:25:25.396](0.000s) ok 2744 - exclude_dump_test_schema: should not dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:25.396](0.000s) ok 2745 - exclude_dump_test_schema: should not dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:25.396](0.000s) ok 2746 - exclude_dump_test_schema: should not dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:25.396](0.000s) ok 2747 - exclude_dump_test_schema: should dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:25.397](0.000s) ok 2748 - exclude_dump_test_schema: should not dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:25.397](0.000s) ok 2749 - exclude_dump_test_schema: should not dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:25.397](0.000s) ok 2750 - exclude_dump_test_schema: should not dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:25.397](0.000s) ok 2751 - exclude_dump_test_schema: should not dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:25.397](0.000s) ok 2752 - exclude_dump_test_schema: should dump ALTER PUBLICATION pub1 OWNER TO [07:25:25.397](0.000s) ok 2753 - exclude_dump_test_schema: should not dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:25.397](0.000s) ok 2754 - exclude_dump_test_schema: should not dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:25.398](0.000s) ok 2755 - exclude_dump_test_schema: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:25.398](0.000s) ok 2756 - exclude_dump_test_schema: should not dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:25.398](0.000s) ok 2757 - exclude_dump_test_schema: should not dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:25.398](0.000s) ok 2758 - exclude_dump_test_schema: should not dump ALTER ROLE regress_dump_test_role [07:25:25.398](0.000s) ok 2759 - exclude_dump_test_schema: should not dump ALTER SCHEMA dump_test OWNER TO [07:25:25.398](0.000s) ok 2760 - exclude_dump_test_schema: should dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:25.398](0.000s) ok 2761 - exclude_dump_test_schema: should dump ALTER SCHEMA public OWNER TO [07:25:25.398](0.000s) ok 2762 - exclude_dump_test_schema: should not dump ALTER SEQUENCE test_table_col1_seq [07:25:25.398](0.000s) ok 2763 - exclude_dump_test_schema: should dump ALTER SERVER s1 OWNER TO [07:25:25.399](0.000s) ok 2764 - exclude_dump_test_schema: should not dump ALTER STATISTICS extended_stats_options [07:25:25.399](0.000s) ok 2765 - exclude_dump_test_schema: should not dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:25.399](0.000s) ok 2766 - exclude_dump_test_schema: should dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:25.399](0.000s) ok 2767 - exclude_dump_test_schema: should not dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:25.399](0.000s) ok 2768 - exclude_dump_test_schema: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:25.399](0.000s) ok 2769 - exclude_dump_test_schema: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:25.399](0.000s) ok 2770 - exclude_dump_test_schema: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:25.399](0.000s) ok 2771 - exclude_dump_test_schema: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:25.399](0.000s) ok 2772 - exclude_dump_test_schema: should not dump ALTER TABLE measurement OWNER TO [07:25:25.399](0.000s) ok 2773 - exclude_dump_test_schema: should not dump ALTER TABLE measurement PRIMARY KEY [07:25:25.399](0.000s) ok 2774 - exclude_dump_test_schema: should dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:25.399](0.000s) ok 2775 - exclude_dump_test_schema: should not dump ALTER TABLE test_second_table OWNER TO [07:25:25.399](0.000s) ok 2776 - exclude_dump_test_schema: should not dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:25.400](0.000s) ok 2777 - exclude_dump_test_schema: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:25.400](0.000s) ok 2778 - exclude_dump_test_schema: should not dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:25.400](0.000s) ok 2779 - exclude_dump_test_schema: should not dump ALTER TABLE test_table OWNER TO [07:25:25.400](0.000s) ok 2780 - exclude_dump_test_schema: should not dump ALTER TABLE test_table_generated_child1 [07:25:25.400](0.000s) ok 2781 - exclude_dump_test_schema: should not dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:25.400](0.000s) ok 2782 - exclude_dump_test_schema: should not dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:25.400](0.000s) ok 2783 - exclude_dump_test_schema: should not dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:25.400](0.000s) ok 2784 - exclude_dump_test_schema: should not dump ALTER VIEW test_view SET DEFAULT [07:25:25.400](0.000s) ok 2785 - exclude_dump_test_schema: should dump Always trigger on partition is altered [07:25:25.400](0.000s) ok 2786 - exclude_dump_test_schema: should dump COMMENT ON COLLATION test0 [07:25:25.400](0.000s) ok 2787 - exclude_dump_test_schema: should not dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:25.400](0.000s) ok 2788 - exclude_dump_test_schema: should not dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:25.401](0.000s) ok 2789 - exclude_dump_test_schema: should not dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:25.401](0.000s) ok 2790 - exclude_dump_test_schema: should not dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:25.401](0.000s) ok 2791 - exclude_dump_test_schema: should not dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:25.401](0.000s) ok 2792 - exclude_dump_test_schema: should not dump COMMENT ON DATABASE postgres [07:25:25.401](0.000s) ok 2793 - exclude_dump_test_schema: should not dump COMMENT ON EXTENSION plpgsql [07:25:25.401](0.000s) ok 2794 - exclude_dump_test_schema: should dump COMMENT ON LARGE OBJECT ... [07:25:25.401](0.000s) ok 2795 - exclude_dump_test_schema: should dump COMMENT ON PUBLICATION pub1 [07:25:25.401](0.000s) ok 2796 - exclude_dump_test_schema: should not dump COMMENT ON SCHEMA public [07:25:25.401](0.000s) ok 2797 - exclude_dump_test_schema: should dump COMMENT ON SUBSCRIPTION sub1 [07:25:25.401](0.000s) ok 2798 - exclude_dump_test_schema: should not dump COMMENT ON TABLE dump_test.test_table [07:25:25.401](0.000s) ok 2799 - exclude_dump_test_schema: should not dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:25.401](0.000s) ok 2800 - exclude_dump_test_schema: should not dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:25.402](0.000s) ok 2801 - exclude_dump_test_schema: should not dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:25.402](0.000s) ok 2802 - exclude_dump_test_schema: should not dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:25.402](0.000s) ok 2803 - exclude_dump_test_schema: should not dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:25.402](0.000s) ok 2804 - exclude_dump_test_schema: should not dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:25.402](0.000s) ok 2805 - exclude_dump_test_schema: should not dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:25.402](0.000s) ok 2806 - exclude_dump_test_schema: should not dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:25.402](0.000s) ok 2807 - exclude_dump_test_schema: should not dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:25.402](0.000s) ok 2808 - exclude_dump_test_schema: should not dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:25.402](0.000s) ok 2809 - exclude_dump_test_schema: should not dump COPY fk_reference_test_table [07:25:25.402](0.000s) ok 2810 - exclude_dump_test_schema: should not dump COPY fk_reference_test_table second [07:25:25.402](0.000s) ok 2811 - exclude_dump_test_schema: should dump COPY measurement [07:25:25.403](0.000s) ok 2812 - exclude_dump_test_schema: should not dump COPY test_compression_method [07:25:25.403](0.000s) ok 2813 - exclude_dump_test_schema: should not dump COPY test_fifth_table [07:25:25.403](0.000s) ok 2814 - exclude_dump_test_schema: should not dump COPY test_fourth_table [07:25:25.403](0.000s) ok 2815 - exclude_dump_test_schema: should not dump COPY test_second_table [07:25:25.403](0.000s) ok 2816 - exclude_dump_test_schema: should not dump COPY test_table [07:25:25.403](0.000s) ok 2817 - exclude_dump_test_schema: should not dump COPY test_table_identity [07:25:25.403](0.000s) ok 2818 - exclude_dump_test_schema: should not dump COPY test_third_table [07:25:25.403](0.000s) ok 2819 - exclude_dump_test_schema: should dump CREATE ACCESS METHOD gist2 [07:25:25.403](0.000s) ok 2820 - exclude_dump_test_schema: should dump CREATE ACCESS METHOD regress_test_table_am [07:25:25.403](0.000s) ok 2821 - exclude_dump_test_schema: should not dump CREATE AGGREGATE dump_test.newavg [07:25:25.404](0.000s) ok 2822 - exclude_dump_test_schema: should dump CREATE CAST FOR timestamptz [07:25:25.404](0.000s) ok 2823 - exclude_dump_test_schema: should dump CREATE COLLATION test0 FROM "C" [07:25:25.404](0.000s) ok 2824 - exclude_dump_test_schema: should not dump CREATE CONVERSION dump_test.test_conversion [07:25:25.404](0.000s) ok 2825 - exclude_dump_test_schema: should not dump CREATE DATABASE dump_test [07:25:25.404](0.000s) ok 2826 - exclude_dump_test_schema: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:25.404](0.000s) ok 2827 - exclude_dump_test_schema: should not dump CREATE DATABASE postgres [07:25:25.404](0.000s) ok 2828 - exclude_dump_test_schema: should not dump CREATE DATABASE regression_invalid... [07:25:25.404](0.000s) ok 2829 - exclude_dump_test_schema: should not dump CREATE DOMAIN dump_test.us_postal_code [07:25:25.404](0.000s) ok 2830 - exclude_dump_test_schema: should dump CREATE EVENT TRIGGER test_event_trigger [07:25:25.404](0.000s) ok 2831 - exclude_dump_test_schema: should not dump CREATE EXTENSION ... plpgsql [07:25:25.404](0.000s) ok 2832 - exclude_dump_test_schema: should dump CREATE FOREIGN DATA WRAPPER dummy [07:25:25.404](0.000s) ok 2833 - exclude_dump_test_schema: should not dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:25.404](0.000s) ok 2834 - exclude_dump_test_schema: should not dump CREATE FUNCTION ... SUPPORT [07:25:25.405](0.000s) ok 2835 - exclude_dump_test_schema: should not dump CREATE FUNCTION dump_test.event_trigger_func [07:25:25.405](0.000s) ok 2836 - exclude_dump_test_schema: should not dump CREATE FUNCTION dump_test.int42_in [07:25:25.411](0.006s) ok 2837 - exclude_dump_test_schema: should not dump CREATE FUNCTION dump_test.int42_out [07:25:25.414](0.003s) ok 2838 - exclude_dump_test_schema: should not dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:25.414](0.000s) ok 2839 - exclude_dump_test_schema: should not dump CREATE FUNCTION dump_test.trigger_func [07:25:25.415](0.000s) ok 2840 - exclude_dump_test_schema: should dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:25.415](0.000s) ok 2841 - exclude_dump_test_schema: should not dump CREATE INDEX ON ONLY measurement [07:25:25.415](0.000s) ok 2842 - exclude_dump_test_schema: should not dump CREATE LANGUAGE pltestlang [07:25:25.415](0.000s) ok 2843 - exclude_dump_test_schema: should not dump CREATE MATERIALIZED VIEW matview [07:25:25.416](0.000s) ok 2844 - exclude_dump_test_schema: should not dump CREATE MATERIALIZED VIEW matview_fourth [07:25:25.416](0.000s) ok 2845 - exclude_dump_test_schema: should not dump CREATE MATERIALIZED VIEW matview_second [07:25:25.416](0.000s) ok 2846 - exclude_dump_test_schema: should not dump CREATE MATERIALIZED VIEW matview_third [07:25:25.416](0.000s) ok 2847 - exclude_dump_test_schema: should not dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:25.417](0.000s) ok 2848 - exclude_dump_test_schema: should not dump CREATE OPERATOR CLASS dump_test.op_class [07:25:25.417](0.000s) ok 2849 - exclude_dump_test_schema: should not dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:25.418](0.001s) ok 2850 - exclude_dump_test_schema: should not dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:25.418](0.000s) ok 2851 - exclude_dump_test_schema: should not dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:25.418](0.000s) ok 2852 - exclude_dump_test_schema: should not dump CREATE POLICY p1 ON test_table [07:25:25.418](0.000s) ok 2853 - exclude_dump_test_schema: should not dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:25.418](0.000s) ok 2854 - exclude_dump_test_schema: should not dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:25.418](0.000s) ok 2855 - exclude_dump_test_schema: should not dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:25.418](0.000s) ok 2856 - exclude_dump_test_schema: should not dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:25.419](0.000s) ok 2857 - exclude_dump_test_schema: should not dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:25.419](0.000s) ok 2858 - exclude_dump_test_schema: should not dump CREATE PROCEDURE dump_test.ptest1 [07:25:25.420](0.000s) ok 2859 - exclude_dump_test_schema: should dump CREATE PUBLICATION pub1 [07:25:25.420](0.000s) ok 2860 - exclude_dump_test_schema: should dump CREATE PUBLICATION pub2 [07:25:25.420](0.000s) ok 2861 - exclude_dump_test_schema: should dump CREATE PUBLICATION pub3 [07:25:25.420](0.000s) ok 2862 - exclude_dump_test_schema: should dump CREATE PUBLICATION pub4 [07:25:25.420](0.000s) ok 2863 - exclude_dump_test_schema: should not dump CREATE ROLE regress_dump_test_role [07:25:25.420](0.000s) ok 2864 - exclude_dump_test_schema: should not dump CREATE ROLE regress_quoted... [07:25:25.420](0.000s) ok 2865 - exclude_dump_test_schema: should not dump CREATE SCHEMA dump_test [07:25:25.421](0.000s) ok 2866 - exclude_dump_test_schema: should dump CREATE SCHEMA dump_test_second_schema [07:25:25.421](0.000s) ok 2867 - exclude_dump_test_schema: should not dump CREATE SCHEMA public [07:25:25.421](0.000s) ok 2868 - exclude_dump_test_schema: should not dump CREATE SEQUENCE test_table_col1_seq [07:25:25.422](0.000s) ok 2869 - exclude_dump_test_schema: should dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:25.422](0.000s) ok 2870 - exclude_dump_test_schema: should not dump CREATE STATISTICS extended_stats_expression [07:25:25.422](0.000s) ok 2871 - exclude_dump_test_schema: should not dump CREATE STATISTICS extended_stats_no_options [07:25:25.422](0.000s) ok 2872 - exclude_dump_test_schema: should not dump CREATE STATISTICS extended_stats_options [07:25:25.424](0.001s) ok 2873 - exclude_dump_test_schema: should dump CREATE SUBSCRIPTION sub1 [07:25:25.424](0.000s) ok 2874 - exclude_dump_test_schema: should dump CREATE SUBSCRIPTION sub2 [07:25:25.424](0.000s) ok 2875 - exclude_dump_test_schema: should dump CREATE SUBSCRIPTION sub3 [07:25:25.424](0.000s) ok 2876 - exclude_dump_test_schema: should not dump CREATE TABLE fk_reference_test_table [07:25:25.424](0.000s) ok 2877 - exclude_dump_test_schema: should not dump CREATE TABLE measurement PARTITIONED BY [07:25:25.424](0.000s) ok 2878 - exclude_dump_test_schema: should not dump CREATE TABLE regress_pg_dump_table_am [07:25:25.424](0.000s) ok 2879 - exclude_dump_test_schema: should not dump CREATE TABLE table_with_stats [07:25:25.424](0.000s) ok 2880 - exclude_dump_test_schema: should not dump CREATE TABLE test_compression_method [07:25:25.424](0.000s) ok 2881 - exclude_dump_test_schema: should not dump CREATE TABLE test_fifth_table [07:25:25.424](0.000s) ok 2882 - exclude_dump_test_schema: should not dump CREATE TABLE test_fourth_table_zero_col [07:25:25.425](0.000s) ok 2883 - exclude_dump_test_schema: should not dump CREATE TABLE test_inheritance_child [07:25:25.425](0.000s) ok 2884 - exclude_dump_test_schema: should not dump CREATE TABLE test_inheritance_parent [07:25:25.425](0.000s) ok 2885 - exclude_dump_test_schema: should not dump CREATE TABLE test_second_table [07:25:25.425](0.000s) ok 2886 - exclude_dump_test_schema: should not dump CREATE TABLE test_seventh_table [07:25:25.425](0.000s) ok 2887 - exclude_dump_test_schema: should not dump CREATE TABLE test_sixth_table [07:25:25.426](0.000s) ok 2888 - exclude_dump_test_schema: should not dump CREATE TABLE test_table [07:25:25.426](0.000s) ok 2889 - exclude_dump_test_schema: should not dump CREATE TABLE test_table_generated [07:25:25.426](0.000s) ok 2890 - exclude_dump_test_schema: should not dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:25.426](0.000s) ok 2891 - exclude_dump_test_schema: should not dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:25.427](0.000s) ok 2892 - exclude_dump_test_schema: should not dump CREATE TABLE test_table_identity [07:25:25.427](0.000s) ok 2893 - exclude_dump_test_schema: should not dump CREATE TABLE test_third_table_generated_cols [07:25:25.427](0.000s) ok 2894 - exclude_dump_test_schema: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:25.427](0.000s) ok 2895 - exclude_dump_test_schema: should not dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:25.427](0.000s) ok 2896 - exclude_dump_test_schema: should not dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:25.428](0.000s) ok 2897 - exclude_dump_test_schema: should not dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:25.428](0.000s) ok 2898 - exclude_dump_test_schema: should not dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:25.428](0.000s) ok 2899 - exclude_dump_test_schema: should dump CREATE TRANSFORM FOR int [07:25:25.428](0.000s) ok 2900 - exclude_dump_test_schema: should not dump CREATE TRIGGER test_trigger [07:25:25.428](0.000s) ok 2901 - exclude_dump_test_schema: should not dump CREATE TYPE dump_test.composite [07:25:25.428](0.000s) ok 2902 - exclude_dump_test_schema: should not dump CREATE TYPE dump_test.int42 [07:25:25.429](0.000s) ok 2903 - exclude_dump_test_schema: should not dump CREATE TYPE dump_test.int42 populated [07:25:25.429](0.000s) ok 2904 - exclude_dump_test_schema: should not dump CREATE TYPE dump_test.planets AS ENUM [07:25:25.429](0.000s) ok 2905 - exclude_dump_test_schema: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:25.429](0.000s) ok 2906 - exclude_dump_test_schema: should not dump CREATE TYPE dump_test.textrange AS RANGE [07:25:25.429](0.000s) ok 2907 - exclude_dump_test_schema: should not dump CREATE TYPE dump_test.undefined [07:25:25.429](0.000s) ok 2908 - exclude_dump_test_schema: should dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:25.430](0.000s) ok 2909 - exclude_dump_test_schema: should not dump CREATE VIEW test_view [07:25:25.430](0.000s) ok 2910 - exclude_dump_test_schema: should not dump Check ordering of a function that depends on a primary key [07:25:25.430](0.000s) ok 2911 - exclude_dump_test_schema: should not dump Check ordering of a matview that depends on a primary key [07:25:25.430](0.000s) ok 2912 - exclude_dump_test_schema: should not dump Creation of row-level trigger in partitioned table [07:25:25.430](0.000s) ok 2913 - exclude_dump_test_schema: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:25.431](0.000s) ok 2914 - exclude_dump_test_schema: should not dump DROP EXTENSION plpgsql [07:25:25.431](0.000s) ok 2915 - exclude_dump_test_schema: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:25.431](0.000s) ok 2916 - exclude_dump_test_schema: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:25.431](0.000s) ok 2917 - exclude_dump_test_schema: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:25.431](0.000s) ok 2918 - exclude_dump_test_schema: should not dump DROP LANGUAGE pltestlang [07:25:25.431](0.000s) ok 2919 - exclude_dump_test_schema: should not dump DROP ROLE pg_ [07:25:25.432](0.000s) ok 2920 - exclude_dump_test_schema: should not dump DROP ROLE regress_dump_test_role [07:25:25.432](0.000s) ok 2921 - exclude_dump_test_schema: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:25.432](0.000s) ok 2922 - exclude_dump_test_schema: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:25.432](0.000s) ok 2923 - exclude_dump_test_schema: should not dump DROP SCHEMA IF EXISTS public [07:25:25.432](0.000s) ok 2924 - exclude_dump_test_schema: should not dump DROP SCHEMA dump_test [07:25:25.432](0.000s) ok 2925 - exclude_dump_test_schema: should not dump DROP SCHEMA dump_test_second_schema [07:25:25.432](0.000s) ok 2926 - exclude_dump_test_schema: should not dump DROP SCHEMA public [07:25:25.432](0.000s) ok 2927 - exclude_dump_test_schema: should not dump DROP TABLE IF EXISTS test_second_table [07:25:25.432](0.000s) ok 2928 - exclude_dump_test_schema: should not dump DROP TABLE IF EXISTS test_table [07:25:25.433](0.000s) ok 2929 - exclude_dump_test_schema: should not dump DROP TABLE fk_reference_test_table [07:25:25.433](0.000s) ok 2930 - exclude_dump_test_schema: should not dump DROP TABLE test_second_table [07:25:25.433](0.000s) ok 2931 - exclude_dump_test_schema: should not dump DROP TABLE test_table [07:25:25.433](0.000s) ok 2932 - exclude_dump_test_schema: should dump Disabled trigger on partition is altered [07:25:25.433](0.000s) ok 2933 - exclude_dump_test_schema: should not dump Disabled trigger on partition is not created [07:25:25.434](0.000s) ok 2934 - exclude_dump_test_schema: should dump GRANT ALL ON LARGE OBJECT ... [07:25:25.434](0.000s) ok 2935 - exclude_dump_test_schema: should not dump GRANT CREATE ON DATABASE dump_test [07:25:25.434](0.001s) ok 2936 - exclude_dump_test_schema: should dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:25.435](0.000s) ok 2937 - exclude_dump_test_schema: should not dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:25.435](0.000s) ok 2938 - exclude_dump_test_schema: should dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:25.435](0.000s) ok 2939 - exclude_dump_test_schema: should not dump GRANT SELECT ON TABLE measurement [07:25:25.435](0.000s) ok 2940 - exclude_dump_test_schema: should dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:25.435](0.000s) ok 2941 - exclude_dump_test_schema: should not dump GRANT SELECT ON TABLE test_table [07:25:25.436](0.000s) ok 2942 - exclude_dump_test_schema: should not dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:25.436](0.000s) ok 2943 - exclude_dump_test_schema: should dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:25.436](0.000s) ok 2944 - exclude_dump_test_schema: should dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:25.436](0.000s) ok 2945 - exclude_dump_test_schema: should dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:25.436](0.000s) ok 2946 - exclude_dump_test_schema: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:25.437](0.000s) ok 2947 - exclude_dump_test_schema: should not dump GRANT USAGE ON TYPE dump_test.int42 [07:25:25.437](0.000s) ok 2948 - exclude_dump_test_schema: should not dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:25.437](0.000s) ok 2949 - exclude_dump_test_schema: should not dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:25.437](0.000s) ok 2950 - exclude_dump_test_schema: should not dump INSERT INTO test_fifth_table [07:25:25.438](0.001s) ok 2951 - exclude_dump_test_schema: should not dump INSERT INTO test_fourth_table [07:25:25.438](0.001s) ok 2952 - exclude_dump_test_schema: should not dump INSERT INTO test_second_table [07:25:25.461](0.023s) ok 2953 - exclude_dump_test_schema: should not dump INSERT INTO test_table [07:25:25.461](0.000s) ok 2954 - exclude_dump_test_schema: should not dump INSERT INTO test_table_identity [07:25:25.461](0.000s) ok 2955 - exclude_dump_test_schema: should not dump INSERT INTO test_third_table [07:25:25.461](0.000s) ok 2956 - exclude_dump_test_schema: should not dump INSERT INTO test_third_table (colnames) [07:25:25.461](0.000s) ok 2957 - exclude_dump_test_schema: should dump LO create (using lo_from_bytea) [07:25:25.461](0.000s) ok 2958 - exclude_dump_test_schema: should dump LO create (with no data) [07:25:25.461](0.000s) ok 2959 - exclude_dump_test_schema: should dump LO load (using lo_from_bytea) [07:25:25.462](0.000s) ok 2960 - exclude_dump_test_schema: should dump Partition measurement_y2006m2 creation [07:25:25.462](0.000s) ok 2961 - exclude_dump_test_schema: should not dump REFRESH MATERIALIZED VIEW matview [07:25:25.462](0.000s) ok 2962 - exclude_dump_test_schema: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:25.462](0.000s) ok 2963 - exclude_dump_test_schema: should not dump REFRESH MATERIALIZED VIEW matview_second [07:25:25.462](0.000s) ok 2964 - exclude_dump_test_schema: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:25.462](0.000s) ok 2965 - exclude_dump_test_schema: should dump REVOKE ALL ON SCHEMA public [07:25:25.462](0.000s) ok 2966 - exclude_dump_test_schema: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:25.462](0.000s) ok 2967 - exclude_dump_test_schema: should dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:25.464](0.002s) ok 2968 - exclude_dump_test_schema: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:25.464](0.000s) ok 2969 - exclude_dump_test_schema: should dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:25.464](0.000s) ok 2970 - exclude_dump_test_schema: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:25.464](0.000s) ok 2971 - exclude_dump_test_schema: should dump Replica trigger on partition is altered [07:25:25.464](0.000s) ok 2972 - exclude_dump_test_schema: should not dump Triggers on partitions are not dropped [07:25:25.464](0.000s) ok 2973 - exclude_dump_test_schema: should not dump test_table with 4-row INSERTs # Running: pg_dump --no-sync --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/exclude_measurement.sql --exclude-table-and-children=dump_test.measurement postgres pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order [07:25:25.880](0.415s) ok 2974 - exclude_measurement: pg_dump runs [07:25:25.890](0.010s) ok 2975 - exclude_measurement: should dump ALTER COLLATION test0 OWNER TO [07:25:25.890](0.000s) ok 2976 - exclude_measurement: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:25.892](0.001s) ok 2977 - exclude_measurement: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:25.892](0.000s) ok 2978 - exclude_measurement: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:25.892](0.000s) ok 2979 - exclude_measurement: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:25.892](0.000s) ok 2980 - exclude_measurement: should dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:25.892](0.000s) ok 2981 - exclude_measurement: should dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:25.893](0.001s) ok 2982 - exclude_measurement: should dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:25.894](0.000s) ok 2983 - exclude_measurement: should dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:25.894](0.000s) ok 2984 - exclude_measurement: should not dump ALTER INDEX ... ATTACH PARTITION [07:25:25.895](0.001s) ok 2985 - exclude_measurement: should not dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:25.895](0.000s) ok 2986 - exclude_measurement: should dump ALTER LARGE OBJECT ... OWNER TO [07:25:25.895](0.000s) ok 2987 - exclude_measurement: should dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:25.896](0.000s) ok 2988 - exclude_measurement: should dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:25.896](0.000s) ok 2989 - exclude_measurement: should dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:25.896](0.001s) ok 2990 - exclude_measurement: should dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:25.897](0.000s) ok 2991 - exclude_measurement: should dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:25.897](0.000s) ok 2992 - exclude_measurement: should dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:25.897](0.000s) ok 2993 - exclude_measurement: should dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:25.897](0.000s) ok 2994 - exclude_measurement: should dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:25.899](0.002s) ok 2995 - exclude_measurement: should dump ALTER PUBLICATION pub1 OWNER TO [07:25:25.899](0.000s) ok 2996 - exclude_measurement: should dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:25.900](0.000s) ok 2997 - exclude_measurement: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:25.900](0.000s) ok 2998 - exclude_measurement: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:25.900](0.000s) ok 2999 - exclude_measurement: should dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:25.903](0.003s) ok 3000 - exclude_measurement: should dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:25.903](0.000s) ok 3001 - exclude_measurement: should not dump ALTER ROLE regress_dump_test_role [07:25:25.906](0.003s) ok 3002 - exclude_measurement: should dump ALTER SCHEMA dump_test OWNER TO [07:25:25.906](0.000s) ok 3003 - exclude_measurement: should dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:25.906](0.000s) ok 3004 - exclude_measurement: should dump ALTER SCHEMA public OWNER TO [07:25:25.906](0.000s) ok 3005 - exclude_measurement: should dump ALTER SEQUENCE test_table_col1_seq [07:25:25.907](0.000s) ok 3006 - exclude_measurement: should dump ALTER SERVER s1 OWNER TO [07:25:25.907](0.000s) ok 3007 - exclude_measurement: should dump ALTER STATISTICS extended_stats_options [07:25:25.907](0.000s) ok 3008 - exclude_measurement: should dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:25.907](0.000s) ok 3009 - exclude_measurement: should not dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:25.908](0.000s) ok 3010 - exclude_measurement: should dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:25.908](0.000s) ok 3011 - exclude_measurement: should dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:25.909](0.002s) ok 3012 - exclude_measurement: should dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:25.909](0.000s) ok 3013 - exclude_measurement: should dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:25.910](0.000s) ok 3014 - exclude_measurement: should dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:25.910](0.000s) ok 3015 - exclude_measurement: should not dump ALTER TABLE measurement OWNER TO [07:25:25.910](0.000s) ok 3016 - exclude_measurement: should not dump ALTER TABLE measurement PRIMARY KEY [07:25:25.910](0.000s) ok 3017 - exclude_measurement: should not dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:25.911](0.000s) ok 3018 - exclude_measurement: should dump ALTER TABLE test_second_table OWNER TO [07:25:25.911](0.000s) ok 3019 - exclude_measurement: should dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:25.914](0.003s) ok 3020 - exclude_measurement: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:25.914](0.000s) ok 3021 - exclude_measurement: should dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:25.914](0.000s) ok 3022 - exclude_measurement: should dump ALTER TABLE test_table OWNER TO [07:25:25.914](0.000s) ok 3023 - exclude_measurement: should not dump ALTER TABLE test_table_generated_child1 [07:25:25.914](0.000s) ok 3024 - exclude_measurement: should dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:25.914](0.000s) ok 3025 - exclude_measurement: should dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:25.917](0.002s) ok 3026 - exclude_measurement: should dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:25.919](0.002s) ok 3027 - exclude_measurement: should dump ALTER VIEW test_view SET DEFAULT [07:25:25.919](0.000s) ok 3028 - exclude_measurement: should not dump Always trigger on partition is altered [07:25:25.919](0.000s) ok 3029 - exclude_measurement: should dump COMMENT ON COLLATION test0 [07:25:25.919](0.000s) ok 3030 - exclude_measurement: should dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:25.919](0.000s) ok 3031 - exclude_measurement: should dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:25.919](0.000s) ok 3032 - exclude_measurement: should dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:25.919](0.000s) ok 3033 - exclude_measurement: should dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:25.921](0.002s) ok 3034 - exclude_measurement: should dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:25.921](0.000s) ok 3035 - exclude_measurement: should not dump COMMENT ON DATABASE postgres [07:25:25.925](0.003s) ok 3036 - exclude_measurement: should not dump COMMENT ON EXTENSION plpgsql [07:25:25.925](0.000s) ok 3037 - exclude_measurement: should dump COMMENT ON LARGE OBJECT ... [07:25:25.925](0.000s) ok 3038 - exclude_measurement: should dump COMMENT ON PUBLICATION pub1 [07:25:25.930](0.005s) ok 3039 - exclude_measurement: should not dump COMMENT ON SCHEMA public [07:25:25.930](0.000s) ok 3040 - exclude_measurement: should dump COMMENT ON SUBSCRIPTION sub1 [07:25:25.930](0.000s) ok 3041 - exclude_measurement: should dump COMMENT ON TABLE dump_test.test_table [07:25:25.930](0.000s) ok 3042 - exclude_measurement: should dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:25.931](0.000s) ok 3043 - exclude_measurement: should dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:25.935](0.005s) ok 3044 - exclude_measurement: should dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:25.936](0.001s) ok 3045 - exclude_measurement: should dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:25.936](0.000s) ok 3046 - exclude_measurement: should dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:25.937](0.000s) ok 3047 - exclude_measurement: should dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:25.937](0.000s) ok 3048 - exclude_measurement: should dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:25.937](0.000s) ok 3049 - exclude_measurement: should dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:25.939](0.002s) ok 3050 - exclude_measurement: should dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:25.940](0.000s) ok 3051 - exclude_measurement: should dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:25.943](0.003s) ok 3052 - exclude_measurement: should dump COPY fk_reference_test_table [07:25:25.944](0.001s) ok 3053 - exclude_measurement: should not dump COPY fk_reference_test_table second [07:25:25.944](0.000s) ok 3054 - exclude_measurement: should not dump COPY measurement [07:25:25.944](0.000s) ok 3055 - exclude_measurement: should dump COPY test_compression_method [07:25:25.944](0.000s) ok 3056 - exclude_measurement: should dump COPY test_fifth_table [07:25:25.944](0.000s) ok 3057 - exclude_measurement: should dump COPY test_fourth_table [07:25:25.947](0.003s) ok 3058 - exclude_measurement: should dump COPY test_second_table [07:25:25.947](0.000s) ok 3059 - exclude_measurement: should dump COPY test_table [07:25:25.947](0.000s) ok 3060 - exclude_measurement: should dump COPY test_table_identity [07:25:25.948](0.000s) ok 3061 - exclude_measurement: should dump COPY test_third_table [07:25:25.952](0.005s) ok 3062 - exclude_measurement: should dump CREATE ACCESS METHOD gist2 [07:25:25.953](0.000s) ok 3063 - exclude_measurement: should dump CREATE ACCESS METHOD regress_test_table_am [07:25:25.953](0.000s) ok 3064 - exclude_measurement: should dump CREATE AGGREGATE dump_test.newavg [07:25:25.953](0.000s) ok 3065 - exclude_measurement: should dump CREATE CAST FOR timestamptz [07:25:25.953](0.000s) ok 3066 - exclude_measurement: should dump CREATE COLLATION test0 FROM "C" [07:25:25.953](0.000s) ok 3067 - exclude_measurement: should dump CREATE CONVERSION dump_test.test_conversion [07:25:25.953](0.000s) ok 3068 - exclude_measurement: should not dump CREATE DATABASE dump_test [07:25:25.957](0.004s) ok 3069 - exclude_measurement: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:25.957](0.000s) ok 3070 - exclude_measurement: should not dump CREATE DATABASE postgres [07:25:25.958](0.001s) ok 3071 - exclude_measurement: should not dump CREATE DATABASE regression_invalid... [07:25:25.961](0.003s) ok 3072 - exclude_measurement: should dump CREATE DOMAIN dump_test.us_postal_code [07:25:25.961](0.000s) ok 3073 - exclude_measurement: should dump CREATE EVENT TRIGGER test_event_trigger [07:25:25.962](0.000s) ok 3074 - exclude_measurement: should not dump CREATE EXTENSION ... plpgsql [07:25:25.962](0.000s) ok 3075 - exclude_measurement: should dump CREATE FOREIGN DATA WRAPPER dummy [07:25:25.962](0.000s) ok 3076 - exclude_measurement: should dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:25.963](0.000s) ok 3077 - exclude_measurement: should dump CREATE FUNCTION ... SUPPORT [07:25:25.963](0.000s) ok 3078 - exclude_measurement: should dump CREATE FUNCTION dump_test.event_trigger_func [07:25:25.963](0.000s) ok 3079 - exclude_measurement: should dump CREATE FUNCTION dump_test.int42_in [07:25:25.964](0.001s) ok 3080 - exclude_measurement: should dump CREATE FUNCTION dump_test.int42_out [07:25:25.964](0.000s) ok 3081 - exclude_measurement: should dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:25.964](0.000s) ok 3082 - exclude_measurement: should dump CREATE FUNCTION dump_test.trigger_func [07:25:25.965](0.001s) ok 3083 - exclude_measurement: should not dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:25.968](0.003s) ok 3084 - exclude_measurement: should not dump CREATE INDEX ON ONLY measurement [07:25:25.968](0.000s) ok 3085 - exclude_measurement: should dump CREATE LANGUAGE pltestlang [07:25:25.969](0.000s) ok 3086 - exclude_measurement: should dump CREATE MATERIALIZED VIEW matview [07:25:25.969](0.000s) ok 3087 - exclude_measurement: should dump CREATE MATERIALIZED VIEW matview_fourth [07:25:25.969](0.000s) ok 3088 - exclude_measurement: should dump CREATE MATERIALIZED VIEW matview_second [07:25:25.969](0.000s) ok 3089 - exclude_measurement: should dump CREATE MATERIALIZED VIEW matview_third [07:25:25.969](0.000s) ok 3090 - exclude_measurement: should dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:25.969](0.000s) ok 3091 - exclude_measurement: should dump CREATE OPERATOR CLASS dump_test.op_class [07:25:25.971](0.002s) ok 3092 - exclude_measurement: should dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:25.972](0.001s) ok 3093 - exclude_measurement: should dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:25.974](0.001s) ok 3094 - exclude_measurement: should dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:25.974](0.000s) ok 3095 - exclude_measurement: should dump CREATE POLICY p1 ON test_table [07:25:25.975](0.000s) ok 3096 - exclude_measurement: should dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:25.975](0.000s) ok 3097 - exclude_measurement: should dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:25.975](0.000s) ok 3098 - exclude_measurement: should dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:25.975](0.000s) ok 3099 - exclude_measurement: should dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:25.975](0.000s) ok 3100 - exclude_measurement: should dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:25.976](0.000s) ok 3101 - exclude_measurement: should dump CREATE PROCEDURE dump_test.ptest1 [07:25:25.976](0.000s) ok 3102 - exclude_measurement: should dump CREATE PUBLICATION pub1 [07:25:25.976](0.000s) ok 3103 - exclude_measurement: should dump CREATE PUBLICATION pub2 [07:25:25.976](0.000s) ok 3104 - exclude_measurement: should dump CREATE PUBLICATION pub3 [07:25:25.976](0.000s) ok 3105 - exclude_measurement: should dump CREATE PUBLICATION pub4 [07:25:25.976](0.000s) ok 3106 - exclude_measurement: should not dump CREATE ROLE regress_dump_test_role [07:25:25.976](0.000s) ok 3107 - exclude_measurement: should not dump CREATE ROLE regress_quoted... [07:25:25.976](0.000s) ok 3108 - exclude_measurement: should dump CREATE SCHEMA dump_test [07:25:25.976](0.000s) ok 3109 - exclude_measurement: should dump CREATE SCHEMA dump_test_second_schema [07:25:25.977](0.000s) ok 3110 - exclude_measurement: should not dump CREATE SCHEMA public [07:25:25.977](0.000s) ok 3111 - exclude_measurement: should dump CREATE SEQUENCE test_table_col1_seq [07:25:25.977](0.000s) ok 3112 - exclude_measurement: should dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:25.977](0.000s) ok 3113 - exclude_measurement: should dump CREATE STATISTICS extended_stats_expression [07:25:25.977](0.000s) ok 3114 - exclude_measurement: should dump CREATE STATISTICS extended_stats_no_options [07:25:25.978](0.000s) ok 3115 - exclude_measurement: should dump CREATE STATISTICS extended_stats_options [07:25:25.978](0.000s) ok 3116 - exclude_measurement: should dump CREATE SUBSCRIPTION sub1 [07:25:25.978](0.000s) ok 3117 - exclude_measurement: should dump CREATE SUBSCRIPTION sub2 [07:25:25.979](0.000s) ok 3118 - exclude_measurement: should dump CREATE SUBSCRIPTION sub3 [07:25:25.979](0.000s) ok 3119 - exclude_measurement: should dump CREATE TABLE fk_reference_test_table [07:25:25.980](0.001s) ok 3120 - exclude_measurement: should not dump CREATE TABLE measurement PARTITIONED BY [07:25:25.980](0.000s) ok 3121 - exclude_measurement: should dump CREATE TABLE regress_pg_dump_table_am [07:25:25.981](0.000s) ok 3122 - exclude_measurement: should dump CREATE TABLE table_with_stats [07:25:25.981](0.000s) ok 3123 - exclude_measurement: should dump CREATE TABLE test_compression_method [07:25:25.981](0.000s) ok 3124 - exclude_measurement: should dump CREATE TABLE test_fifth_table [07:25:25.981](0.000s) ok 3125 - exclude_measurement: should dump CREATE TABLE test_fourth_table_zero_col [07:25:25.981](0.000s) ok 3126 - exclude_measurement: should dump CREATE TABLE test_inheritance_child [07:25:25.981](0.000s) ok 3127 - exclude_measurement: should dump CREATE TABLE test_inheritance_parent [07:25:25.981](0.000s) ok 3128 - exclude_measurement: should dump CREATE TABLE test_second_table [07:25:25.981](0.000s) ok 3129 - exclude_measurement: should dump CREATE TABLE test_seventh_table [07:25:25.981](0.000s) ok 3130 - exclude_measurement: should dump CREATE TABLE test_sixth_table [07:25:25.982](0.001s) ok 3131 - exclude_measurement: should dump CREATE TABLE test_table [07:25:25.983](0.000s) ok 3132 - exclude_measurement: should dump CREATE TABLE test_table_generated [07:25:25.983](0.000s) ok 3133 - exclude_measurement: should dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:25.983](0.000s) ok 3134 - exclude_measurement: should dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:25.983](0.000s) ok 3135 - exclude_measurement: should dump CREATE TABLE test_table_identity [07:25:25.983](0.000s) ok 3136 - exclude_measurement: should dump CREATE TABLE test_third_table_generated_cols [07:25:25.983](0.000s) ok 3137 - exclude_measurement: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:25.983](0.000s) ok 3138 - exclude_measurement: should dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:25.983](0.000s) ok 3139 - exclude_measurement: should dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:25.983](0.000s) ok 3140 - exclude_measurement: should dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:25.983](0.000s) ok 3141 - exclude_measurement: should dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:25.984](0.000s) ok 3142 - exclude_measurement: should dump CREATE TRANSFORM FOR int [07:25:25.984](0.000s) ok 3143 - exclude_measurement: should dump CREATE TRIGGER test_trigger [07:25:25.984](0.000s) ok 3144 - exclude_measurement: should dump CREATE TYPE dump_test.composite [07:25:25.984](0.000s) ok 3145 - exclude_measurement: should dump CREATE TYPE dump_test.int42 [07:25:25.984](0.000s) ok 3146 - exclude_measurement: should dump CREATE TYPE dump_test.int42 populated [07:25:25.984](0.000s) ok 3147 - exclude_measurement: should dump CREATE TYPE dump_test.planets AS ENUM [07:25:25.984](0.000s) ok 3148 - exclude_measurement: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:25.984](0.000s) ok 3149 - exclude_measurement: should dump CREATE TYPE dump_test.textrange AS RANGE [07:25:25.984](0.000s) ok 3150 - exclude_measurement: should dump CREATE TYPE dump_test.undefined [07:25:25.984](0.000s) ok 3151 - exclude_measurement: should dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:25.984](0.000s) ok 3152 - exclude_measurement: should dump CREATE VIEW test_view [07:25:25.985](0.000s) ok 3153 - exclude_measurement: should dump Check ordering of a function that depends on a primary key [07:25:25.985](0.000s) ok 3154 - exclude_measurement: should dump Check ordering of a matview that depends on a primary key [07:25:25.985](0.000s) ok 3155 - exclude_measurement: should not dump Creation of row-level trigger in partitioned table [07:25:25.985](0.000s) ok 3156 - exclude_measurement: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:25.985](0.000s) ok 3157 - exclude_measurement: should not dump DROP EXTENSION plpgsql [07:25:25.985](0.000s) ok 3158 - exclude_measurement: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:25.985](0.000s) ok 3159 - exclude_measurement: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:25.985](0.000s) ok 3160 - exclude_measurement: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:25.986](0.000s) ok 3161 - exclude_measurement: should not dump DROP LANGUAGE pltestlang [07:25:25.986](0.001s) ok 3162 - exclude_measurement: should not dump DROP ROLE pg_ [07:25:25.986](0.000s) ok 3163 - exclude_measurement: should not dump DROP ROLE regress_dump_test_role [07:25:25.987](0.000s) ok 3164 - exclude_measurement: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:25.987](0.000s) ok 3165 - exclude_measurement: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:25.987](0.000s) ok 3166 - exclude_measurement: should not dump DROP SCHEMA IF EXISTS public [07:25:25.987](0.000s) ok 3167 - exclude_measurement: should not dump DROP SCHEMA dump_test [07:25:25.987](0.000s) ok 3168 - exclude_measurement: should not dump DROP SCHEMA dump_test_second_schema [07:25:25.987](0.000s) ok 3169 - exclude_measurement: should not dump DROP SCHEMA public [07:25:25.987](0.000s) ok 3170 - exclude_measurement: should not dump DROP TABLE IF EXISTS test_second_table [07:25:25.987](0.000s) ok 3171 - exclude_measurement: should not dump DROP TABLE IF EXISTS test_table [07:25:25.988](0.000s) ok 3172 - exclude_measurement: should not dump DROP TABLE fk_reference_test_table [07:25:25.988](0.000s) ok 3173 - exclude_measurement: should not dump DROP TABLE test_second_table [07:25:25.988](0.000s) ok 3174 - exclude_measurement: should not dump DROP TABLE test_table [07:25:25.988](0.000s) ok 3175 - exclude_measurement: should not dump Disabled trigger on partition is altered [07:25:25.988](0.000s) ok 3176 - exclude_measurement: should not dump Disabled trigger on partition is not created [07:25:25.988](0.000s) ok 3177 - exclude_measurement: should dump GRANT ALL ON LARGE OBJECT ... [07:25:25.989](0.000s) ok 3178 - exclude_measurement: should not dump GRANT CREATE ON DATABASE dump_test [07:25:25.990](0.001s) ok 3179 - exclude_measurement: should dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:25.990](0.000s) ok 3180 - exclude_measurement: should dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:25.992](0.002s) ok 3181 - exclude_measurement: should dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:25.992](0.000s) ok 3182 - exclude_measurement: should not dump GRANT SELECT ON TABLE measurement [07:25:25.993](0.000s) ok 3183 - exclude_measurement: should not dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:25.993](0.000s) ok 3184 - exclude_measurement: should dump GRANT SELECT ON TABLE test_table [07:25:25.994](0.001s) ok 3185 - exclude_measurement: should dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:25.994](0.000s) ok 3186 - exclude_measurement: should dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:25.994](0.000s) ok 3187 - exclude_measurement: should dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:25.995](0.000s) ok 3188 - exclude_measurement: should dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:25.995](0.000s) ok 3189 - exclude_measurement: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:25.995](0.000s) ok 3190 - exclude_measurement: should dump GRANT USAGE ON TYPE dump_test.int42 [07:25:25.995](0.000s) ok 3191 - exclude_measurement: should dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:25.995](0.000s) ok 3192 - exclude_measurement: should dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:25.995](0.000s) ok 3193 - exclude_measurement: should not dump INSERT INTO test_fifth_table [07:25:25.995](0.000s) ok 3194 - exclude_measurement: should not dump INSERT INTO test_fourth_table [07:25:25.996](0.001s) ok 3195 - exclude_measurement: should not dump INSERT INTO test_second_table [07:25:25.997](0.001s) ok 3196 - exclude_measurement: should not dump INSERT INTO test_table [07:25:25.998](0.001s) ok 3197 - exclude_measurement: should not dump INSERT INTO test_table_identity [07:25:25.998](0.000s) ok 3198 - exclude_measurement: should not dump INSERT INTO test_third_table [07:25:25.999](0.000s) ok 3199 - exclude_measurement: should not dump INSERT INTO test_third_table (colnames) [07:25:25.999](0.000s) ok 3200 - exclude_measurement: should dump LO create (using lo_from_bytea) [07:25:25.999](0.000s) ok 3201 - exclude_measurement: should dump LO create (with no data) [07:25:25.999](0.000s) ok 3202 - exclude_measurement: should dump LO load (using lo_from_bytea) [07:25:25.999](0.000s) ok 3203 - exclude_measurement: should not dump Partition measurement_y2006m2 creation [07:25:26.000](0.000s) ok 3204 - exclude_measurement: should dump REFRESH MATERIALIZED VIEW matview [07:25:26.000](0.001s) ok 3205 - exclude_measurement: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:26.001](0.000s) ok 3206 - exclude_measurement: should dump REFRESH MATERIALIZED VIEW matview_second [07:25:26.001](0.000s) ok 3207 - exclude_measurement: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:26.001](0.000s) ok 3208 - exclude_measurement: should dump REVOKE ALL ON SCHEMA public [07:25:26.002](0.000s) ok 3209 - exclude_measurement: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:26.002](0.000s) ok 3210 - exclude_measurement: should dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:26.043](0.041s) ok 3211 - exclude_measurement: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:26.044](0.000s) ok 3212 - exclude_measurement: should dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:26.045](0.001s) ok 3213 - exclude_measurement: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:26.045](0.001s) ok 3214 - exclude_measurement: should not dump Replica trigger on partition is altered [07:25:26.045](0.000s) ok 3215 - exclude_measurement: should not dump Triggers on partitions are not dropped [07:25:26.047](0.002s) ok 3216 - exclude_measurement: should not dump test_table with 4-row INSERTs # Running: pg_dump --no-sync --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/exclude_measurement_data.sql --exclude-table-data-and-children=dump_test.measurement --no-unlogged-table-data postgres pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order [07:25:26.421](0.374s) ok 3217 - exclude_measurement_data: pg_dump runs [07:25:26.427](0.006s) ok 3218 - exclude_measurement_data: should dump ALTER COLLATION test0 OWNER TO [07:25:26.427](0.001s) ok 3219 - exclude_measurement_data: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:26.428](0.001s) ok 3220 - exclude_measurement_data: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:26.428](0.000s) ok 3221 - exclude_measurement_data: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:26.428](0.000s) ok 3222 - exclude_measurement_data: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:26.428](0.000s) ok 3223 - exclude_measurement_data: should dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:26.428](0.000s) ok 3224 - exclude_measurement_data: should dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:26.429](0.000s) ok 3225 - exclude_measurement_data: should dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:26.429](0.000s) ok 3226 - exclude_measurement_data: should dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:26.429](0.000s) ok 3227 - exclude_measurement_data: should dump ALTER INDEX ... ATTACH PARTITION [07:25:26.430](0.000s) ok 3228 - exclude_measurement_data: should dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:26.430](0.000s) ok 3229 - exclude_measurement_data: should dump ALTER LARGE OBJECT ... OWNER TO [07:25:26.430](0.000s) ok 3230 - exclude_measurement_data: should dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:26.430](0.000s) ok 3231 - exclude_measurement_data: should dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:26.430](0.000s) ok 3232 - exclude_measurement_data: should dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:26.430](0.000s) ok 3233 - exclude_measurement_data: should dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:26.431](0.000s) ok 3234 - exclude_measurement_data: should dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:26.431](0.000s) ok 3235 - exclude_measurement_data: should dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:26.431](0.000s) ok 3236 - exclude_measurement_data: should dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:26.431](0.000s) ok 3237 - exclude_measurement_data: should dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:26.431](0.000s) ok 3238 - exclude_measurement_data: should dump ALTER PUBLICATION pub1 OWNER TO [07:25:26.431](0.000s) ok 3239 - exclude_measurement_data: should dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:26.432](0.000s) ok 3240 - exclude_measurement_data: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:26.432](0.000s) ok 3241 - exclude_measurement_data: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:26.432](0.000s) ok 3242 - exclude_measurement_data: should dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:26.432](0.000s) ok 3243 - exclude_measurement_data: should dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:26.432](0.000s) ok 3244 - exclude_measurement_data: should not dump ALTER ROLE regress_dump_test_role [07:25:26.432](0.000s) ok 3245 - exclude_measurement_data: should dump ALTER SCHEMA dump_test OWNER TO [07:25:26.432](0.000s) ok 3246 - exclude_measurement_data: should dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:26.432](0.000s) ok 3247 - exclude_measurement_data: should dump ALTER SCHEMA public OWNER TO [07:25:26.432](0.000s) ok 3248 - exclude_measurement_data: should dump ALTER SEQUENCE test_table_col1_seq [07:25:26.432](0.000s) ok 3249 - exclude_measurement_data: should dump ALTER SERVER s1 OWNER TO [07:25:26.433](0.000s) ok 3250 - exclude_measurement_data: should dump ALTER STATISTICS extended_stats_options [07:25:26.433](0.000s) ok 3251 - exclude_measurement_data: should dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:26.433](0.000s) ok 3252 - exclude_measurement_data: should dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:26.433](0.000s) ok 3253 - exclude_measurement_data: should dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:26.433](0.000s) ok 3254 - exclude_measurement_data: should dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:26.433](0.000s) ok 3255 - exclude_measurement_data: should dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:26.433](0.000s) ok 3256 - exclude_measurement_data: should dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:26.433](0.000s) ok 3257 - exclude_measurement_data: should dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:26.433](0.000s) ok 3258 - exclude_measurement_data: should dump ALTER TABLE measurement OWNER TO [07:25:26.433](0.000s) ok 3259 - exclude_measurement_data: should dump ALTER TABLE measurement PRIMARY KEY [07:25:26.434](0.000s) ok 3260 - exclude_measurement_data: should dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:26.434](0.000s) ok 3261 - exclude_measurement_data: should dump ALTER TABLE test_second_table OWNER TO [07:25:26.434](0.000s) ok 3262 - exclude_measurement_data: should dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:26.434](0.000s) ok 3263 - exclude_measurement_data: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:26.434](0.000s) ok 3264 - exclude_measurement_data: should dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:26.434](0.000s) ok 3265 - exclude_measurement_data: should dump ALTER TABLE test_table OWNER TO [07:25:26.435](0.000s) ok 3266 - exclude_measurement_data: should not dump ALTER TABLE test_table_generated_child1 [07:25:26.435](0.000s) ok 3267 - exclude_measurement_data: should dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:26.435](0.000s) ok 3268 - exclude_measurement_data: should dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:26.435](0.000s) ok 3269 - exclude_measurement_data: should dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:26.436](0.000s) ok 3270 - exclude_measurement_data: should dump ALTER VIEW test_view SET DEFAULT [07:25:26.436](0.000s) ok 3271 - exclude_measurement_data: should dump Always trigger on partition is altered [07:25:26.436](0.000s) ok 3272 - exclude_measurement_data: should dump COMMENT ON COLLATION test0 [07:25:26.436](0.000s) ok 3273 - exclude_measurement_data: should dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:26.436](0.000s) ok 3274 - exclude_measurement_data: should dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:26.436](0.000s) ok 3275 - exclude_measurement_data: should dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:26.437](0.000s) ok 3276 - exclude_measurement_data: should dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:26.437](0.000s) ok 3277 - exclude_measurement_data: should dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:26.437](0.000s) ok 3278 - exclude_measurement_data: should not dump COMMENT ON DATABASE postgres [07:25:26.437](0.000s) ok 3279 - exclude_measurement_data: should not dump COMMENT ON EXTENSION plpgsql [07:25:26.437](0.000s) ok 3280 - exclude_measurement_data: should dump COMMENT ON LARGE OBJECT ... [07:25:26.438](0.001s) ok 3281 - exclude_measurement_data: should dump COMMENT ON PUBLICATION pub1 [07:25:26.438](0.000s) ok 3282 - exclude_measurement_data: should not dump COMMENT ON SCHEMA public [07:25:26.438](0.000s) ok 3283 - exclude_measurement_data: should dump COMMENT ON SUBSCRIPTION sub1 [07:25:26.443](0.005s) ok 3284 - exclude_measurement_data: should dump COMMENT ON TABLE dump_test.test_table [07:25:26.444](0.001s) ok 3285 - exclude_measurement_data: should dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:26.444](0.000s) ok 3286 - exclude_measurement_data: should dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:26.445](0.000s) ok 3287 - exclude_measurement_data: should dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:26.445](0.000s) ok 3288 - exclude_measurement_data: should dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:26.446](0.000s) ok 3289 - exclude_measurement_data: should dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:26.446](0.000s) ok 3290 - exclude_measurement_data: should dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:26.446](0.000s) ok 3291 - exclude_measurement_data: should dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:26.447](0.000s) ok 3292 - exclude_measurement_data: should dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:26.447](0.000s) ok 3293 - exclude_measurement_data: should dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:26.447](0.000s) ok 3294 - exclude_measurement_data: should dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:26.448](0.001s) ok 3295 - exclude_measurement_data: should dump COPY fk_reference_test_table [07:25:26.448](0.000s) ok 3296 - exclude_measurement_data: should not dump COPY fk_reference_test_table second [07:25:26.449](0.001s) ok 3297 - exclude_measurement_data: should not dump COPY measurement [07:25:26.449](0.000s) ok 3298 - exclude_measurement_data: should dump COPY test_compression_method [07:25:26.450](0.000s) ok 3299 - exclude_measurement_data: should dump COPY test_fifth_table [07:25:26.450](0.000s) ok 3300 - exclude_measurement_data: should dump COPY test_fourth_table [07:25:26.450](0.000s) ok 3301 - exclude_measurement_data: should dump COPY test_second_table [07:25:26.450](0.000s) ok 3302 - exclude_measurement_data: should dump COPY test_table [07:25:26.451](0.000s) ok 3303 - exclude_measurement_data: should dump COPY test_table_identity [07:25:26.451](0.000s) ok 3304 - exclude_measurement_data: should dump COPY test_third_table [07:25:26.451](0.000s) ok 3305 - exclude_measurement_data: should dump CREATE ACCESS METHOD gist2 [07:25:26.451](0.000s) ok 3306 - exclude_measurement_data: should dump CREATE ACCESS METHOD regress_test_table_am [07:25:26.451](0.000s) ok 3307 - exclude_measurement_data: should dump CREATE AGGREGATE dump_test.newavg [07:25:26.451](0.000s) ok 3308 - exclude_measurement_data: should dump CREATE CAST FOR timestamptz [07:25:26.451](0.000s) ok 3309 - exclude_measurement_data: should dump CREATE COLLATION test0 FROM "C" [07:25:26.451](0.000s) ok 3310 - exclude_measurement_data: should dump CREATE CONVERSION dump_test.test_conversion [07:25:26.452](0.000s) ok 3311 - exclude_measurement_data: should not dump CREATE DATABASE dump_test [07:25:26.452](0.000s) ok 3312 - exclude_measurement_data: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:26.452](0.000s) ok 3313 - exclude_measurement_data: should not dump CREATE DATABASE postgres [07:25:26.452](0.000s) ok 3314 - exclude_measurement_data: should not dump CREATE DATABASE regression_invalid... [07:25:26.454](0.002s) ok 3315 - exclude_measurement_data: should dump CREATE DOMAIN dump_test.us_postal_code [07:25:26.454](0.000s) ok 3316 - exclude_measurement_data: should dump CREATE EVENT TRIGGER test_event_trigger [07:25:26.454](0.000s) ok 3317 - exclude_measurement_data: should not dump CREATE EXTENSION ... plpgsql [07:25:26.454](0.000s) ok 3318 - exclude_measurement_data: should dump CREATE FOREIGN DATA WRAPPER dummy [07:25:26.455](0.000s) ok 3319 - exclude_measurement_data: should dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:26.455](0.000s) ok 3320 - exclude_measurement_data: should dump CREATE FUNCTION ... SUPPORT [07:25:26.455](0.000s) ok 3321 - exclude_measurement_data: should dump CREATE FUNCTION dump_test.event_trigger_func [07:25:26.456](0.000s) ok 3322 - exclude_measurement_data: should dump CREATE FUNCTION dump_test.int42_in [07:25:26.456](0.000s) ok 3323 - exclude_measurement_data: should dump CREATE FUNCTION dump_test.int42_out [07:25:26.456](0.000s) ok 3324 - exclude_measurement_data: should dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:26.456](0.000s) ok 3325 - exclude_measurement_data: should dump CREATE FUNCTION dump_test.trigger_func [07:25:26.456](0.000s) ok 3326 - exclude_measurement_data: should dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:26.456](0.000s) ok 3327 - exclude_measurement_data: should dump CREATE INDEX ON ONLY measurement [07:25:26.457](0.000s) ok 3328 - exclude_measurement_data: should dump CREATE LANGUAGE pltestlang [07:25:26.457](0.000s) ok 3329 - exclude_measurement_data: should dump CREATE MATERIALIZED VIEW matview [07:25:26.457](0.000s) ok 3330 - exclude_measurement_data: should dump CREATE MATERIALIZED VIEW matview_fourth [07:25:26.457](0.000s) ok 3331 - exclude_measurement_data: should dump CREATE MATERIALIZED VIEW matview_second [07:25:26.458](0.000s) ok 3332 - exclude_measurement_data: should dump CREATE MATERIALIZED VIEW matview_third [07:25:26.458](0.000s) ok 3333 - exclude_measurement_data: should dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:26.458](0.000s) ok 3334 - exclude_measurement_data: should dump CREATE OPERATOR CLASS dump_test.op_class [07:25:26.459](0.001s) ok 3335 - exclude_measurement_data: should dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:26.459](0.000s) ok 3336 - exclude_measurement_data: should dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:26.460](0.000s) ok 3337 - exclude_measurement_data: should dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:26.460](0.000s) ok 3338 - exclude_measurement_data: should dump CREATE POLICY p1 ON test_table [07:25:26.460](0.000s) ok 3339 - exclude_measurement_data: should dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:26.460](0.000s) ok 3340 - exclude_measurement_data: should dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:26.461](0.000s) ok 3341 - exclude_measurement_data: should dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:26.461](0.001s) ok 3342 - exclude_measurement_data: should dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:26.462](0.000s) ok 3343 - exclude_measurement_data: should dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:26.462](0.001s) ok 3344 - exclude_measurement_data: should dump CREATE PROCEDURE dump_test.ptest1 [07:25:26.463](0.000s) ok 3345 - exclude_measurement_data: should dump CREATE PUBLICATION pub1 [07:25:26.463](0.000s) ok 3346 - exclude_measurement_data: should dump CREATE PUBLICATION pub2 [07:25:26.463](0.001s) ok 3347 - exclude_measurement_data: should dump CREATE PUBLICATION pub3 [07:25:26.464](0.000s) ok 3348 - exclude_measurement_data: should dump CREATE PUBLICATION pub4 [07:25:26.464](0.000s) ok 3349 - exclude_measurement_data: should not dump CREATE ROLE regress_dump_test_role [07:25:26.465](0.000s) ok 3350 - exclude_measurement_data: should not dump CREATE ROLE regress_quoted... [07:25:26.465](0.000s) ok 3351 - exclude_measurement_data: should dump CREATE SCHEMA dump_test [07:25:26.465](0.000s) ok 3352 - exclude_measurement_data: should dump CREATE SCHEMA dump_test_second_schema [07:25:26.466](0.000s) ok 3353 - exclude_measurement_data: should not dump CREATE SCHEMA public [07:25:26.466](0.000s) ok 3354 - exclude_measurement_data: should dump CREATE SEQUENCE test_table_col1_seq [07:25:26.466](0.000s) ok 3355 - exclude_measurement_data: should dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:26.467](0.001s) ok 3356 - exclude_measurement_data: should dump CREATE STATISTICS extended_stats_expression [07:25:26.467](0.000s) ok 3357 - exclude_measurement_data: should dump CREATE STATISTICS extended_stats_no_options [07:25:26.467](0.000s) ok 3358 - exclude_measurement_data: should dump CREATE STATISTICS extended_stats_options [07:25:26.468](0.000s) ok 3359 - exclude_measurement_data: should dump CREATE SUBSCRIPTION sub1 [07:25:26.468](0.001s) ok 3360 - exclude_measurement_data: should dump CREATE SUBSCRIPTION sub2 [07:25:26.469](0.000s) ok 3361 - exclude_measurement_data: should dump CREATE SUBSCRIPTION sub3 [07:25:26.469](0.000s) ok 3362 - exclude_measurement_data: should dump CREATE TABLE fk_reference_test_table [07:25:26.469](0.000s) ok 3363 - exclude_measurement_data: should dump CREATE TABLE measurement PARTITIONED BY [07:25:26.470](0.000s) ok 3364 - exclude_measurement_data: should dump CREATE TABLE regress_pg_dump_table_am [07:25:26.470](0.000s) ok 3365 - exclude_measurement_data: should dump CREATE TABLE table_with_stats [07:25:26.470](0.000s) ok 3366 - exclude_measurement_data: should dump CREATE TABLE test_compression_method [07:25:26.470](0.000s) ok 3367 - exclude_measurement_data: should dump CREATE TABLE test_fifth_table [07:25:26.470](0.000s) ok 3368 - exclude_measurement_data: should dump CREATE TABLE test_fourth_table_zero_col [07:25:26.471](0.000s) ok 3369 - exclude_measurement_data: should dump CREATE TABLE test_inheritance_child [07:25:26.471](0.000s) ok 3370 - exclude_measurement_data: should dump CREATE TABLE test_inheritance_parent [07:25:26.471](0.000s) ok 3371 - exclude_measurement_data: should dump CREATE TABLE test_second_table [07:25:26.471](0.000s) ok 3372 - exclude_measurement_data: should dump CREATE TABLE test_seventh_table [07:25:26.472](0.000s) ok 3373 - exclude_measurement_data: should dump CREATE TABLE test_sixth_table [07:25:26.474](0.002s) ok 3374 - exclude_measurement_data: should dump CREATE TABLE test_table [07:25:26.474](0.000s) ok 3375 - exclude_measurement_data: should dump CREATE TABLE test_table_generated [07:25:26.474](0.000s) ok 3376 - exclude_measurement_data: should dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:26.474](0.000s) ok 3377 - exclude_measurement_data: should dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:26.475](0.000s) ok 3378 - exclude_measurement_data: should dump CREATE TABLE test_table_identity [07:25:26.475](0.000s) ok 3379 - exclude_measurement_data: should dump CREATE TABLE test_third_table_generated_cols [07:25:26.475](0.000s) ok 3380 - exclude_measurement_data: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:26.475](0.000s) ok 3381 - exclude_measurement_data: should dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:26.476](0.000s) ok 3382 - exclude_measurement_data: should dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:26.476](0.000s) ok 3383 - exclude_measurement_data: should dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:26.476](0.000s) ok 3384 - exclude_measurement_data: should dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:26.476](0.000s) ok 3385 - exclude_measurement_data: should dump CREATE TRANSFORM FOR int [07:25:26.476](0.000s) ok 3386 - exclude_measurement_data: should dump CREATE TRIGGER test_trigger [07:25:26.476](0.000s) ok 3387 - exclude_measurement_data: should dump CREATE TYPE dump_test.composite [07:25:26.476](0.000s) ok 3388 - exclude_measurement_data: should dump CREATE TYPE dump_test.int42 [07:25:26.476](0.000s) ok 3389 - exclude_measurement_data: should dump CREATE TYPE dump_test.int42 populated [07:25:26.477](0.000s) ok 3390 - exclude_measurement_data: should dump CREATE TYPE dump_test.planets AS ENUM [07:25:26.477](0.000s) ok 3391 - exclude_measurement_data: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:26.477](0.000s) ok 3392 - exclude_measurement_data: should dump CREATE TYPE dump_test.textrange AS RANGE [07:25:26.477](0.000s) ok 3393 - exclude_measurement_data: should dump CREATE TYPE dump_test.undefined [07:25:26.477](0.000s) ok 3394 - exclude_measurement_data: should dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:26.477](0.000s) ok 3395 - exclude_measurement_data: should dump CREATE VIEW test_view [07:25:26.478](0.000s) ok 3396 - exclude_measurement_data: should dump Check ordering of a function that depends on a primary key [07:25:26.478](0.000s) ok 3397 - exclude_measurement_data: should dump Check ordering of a matview that depends on a primary key [07:25:26.478](0.000s) ok 3398 - exclude_measurement_data: should dump Creation of row-level trigger in partitioned table [07:25:26.478](0.000s) ok 3399 - exclude_measurement_data: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:26.479](0.000s) ok 3400 - exclude_measurement_data: should not dump DROP EXTENSION plpgsql [07:25:26.479](0.000s) ok 3401 - exclude_measurement_data: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:26.479](0.000s) ok 3402 - exclude_measurement_data: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:26.479](0.000s) ok 3403 - exclude_measurement_data: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:26.479](0.000s) ok 3404 - exclude_measurement_data: should not dump DROP LANGUAGE pltestlang [07:25:26.479](0.000s) ok 3405 - exclude_measurement_data: should not dump DROP ROLE pg_ [07:25:26.480](0.000s) ok 3406 - exclude_measurement_data: should not dump DROP ROLE regress_dump_test_role [07:25:26.480](0.000s) ok 3407 - exclude_measurement_data: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:26.480](0.000s) ok 3408 - exclude_measurement_data: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:26.480](0.000s) ok 3409 - exclude_measurement_data: should not dump DROP SCHEMA IF EXISTS public [07:25:26.480](0.000s) ok 3410 - exclude_measurement_data: should not dump DROP SCHEMA dump_test [07:25:26.480](0.000s) ok 3411 - exclude_measurement_data: should not dump DROP SCHEMA dump_test_second_schema [07:25:26.481](0.000s) ok 3412 - exclude_measurement_data: should not dump DROP SCHEMA public [07:25:26.481](0.000s) ok 3413 - exclude_measurement_data: should not dump DROP TABLE IF EXISTS test_second_table [07:25:26.481](0.000s) ok 3414 - exclude_measurement_data: should not dump DROP TABLE IF EXISTS test_table [07:25:26.481](0.000s) ok 3415 - exclude_measurement_data: should not dump DROP TABLE fk_reference_test_table [07:25:26.481](0.000s) ok 3416 - exclude_measurement_data: should not dump DROP TABLE test_second_table [07:25:26.481](0.000s) ok 3417 - exclude_measurement_data: should not dump DROP TABLE test_table [07:25:26.481](0.000s) ok 3418 - exclude_measurement_data: should dump Disabled trigger on partition is altered [07:25:26.482](0.001s) ok 3419 - exclude_measurement_data: should not dump Disabled trigger on partition is not created [07:25:26.483](0.000s) ok 3420 - exclude_measurement_data: should dump GRANT ALL ON LARGE OBJECT ... [07:25:26.483](0.000s) ok 3421 - exclude_measurement_data: should not dump GRANT CREATE ON DATABASE dump_test [07:25:26.483](0.000s) ok 3422 - exclude_measurement_data: should dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:26.484](0.001s) ok 3423 - exclude_measurement_data: should dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:26.484](0.001s) ok 3424 - exclude_measurement_data: should dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:26.485](0.000s) ok 3425 - exclude_measurement_data: should dump GRANT SELECT ON TABLE measurement [07:25:26.485](0.000s) ok 3426 - exclude_measurement_data: should dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:26.485](0.000s) ok 3427 - exclude_measurement_data: should dump GRANT SELECT ON TABLE test_table [07:25:26.486](0.000s) ok 3428 - exclude_measurement_data: should dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:26.486](0.000s) ok 3429 - exclude_measurement_data: should dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:26.486](0.000s) ok 3430 - exclude_measurement_data: should dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:26.486](0.000s) ok 3431 - exclude_measurement_data: should dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:26.486](0.000s) ok 3432 - exclude_measurement_data: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:26.487](0.000s) ok 3433 - exclude_measurement_data: should dump GRANT USAGE ON TYPE dump_test.int42 [07:25:26.487](0.000s) ok 3434 - exclude_measurement_data: should dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:26.487](0.000s) ok 3435 - exclude_measurement_data: should dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:26.487](0.000s) ok 3436 - exclude_measurement_data: should not dump INSERT INTO test_fifth_table [07:25:26.488](0.000s) ok 3437 - exclude_measurement_data: should not dump INSERT INTO test_fourth_table [07:25:26.488](0.000s) ok 3438 - exclude_measurement_data: should not dump INSERT INTO test_second_table [07:25:26.488](0.000s) ok 3439 - exclude_measurement_data: should not dump INSERT INTO test_table [07:25:26.488](0.000s) ok 3440 - exclude_measurement_data: should not dump INSERT INTO test_table_identity [07:25:26.488](0.000s) ok 3441 - exclude_measurement_data: should not dump INSERT INTO test_third_table [07:25:26.488](0.000s) ok 3442 - exclude_measurement_data: should not dump INSERT INTO test_third_table (colnames) [07:25:26.489](0.000s) ok 3443 - exclude_measurement_data: should dump LO create (using lo_from_bytea) [07:25:26.489](0.000s) ok 3444 - exclude_measurement_data: should dump LO create (with no data) [07:25:26.489](0.000s) ok 3445 - exclude_measurement_data: should dump LO load (using lo_from_bytea) [07:25:26.490](0.000s) ok 3446 - exclude_measurement_data: should dump Partition measurement_y2006m2 creation [07:25:26.490](0.000s) ok 3447 - exclude_measurement_data: should dump REFRESH MATERIALIZED VIEW matview [07:25:26.490](0.000s) ok 3448 - exclude_measurement_data: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:26.491](0.000s) ok 3449 - exclude_measurement_data: should dump REFRESH MATERIALIZED VIEW matview_second [07:25:26.491](0.000s) ok 3450 - exclude_measurement_data: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:26.491](0.000s) ok 3451 - exclude_measurement_data: should dump REVOKE ALL ON SCHEMA public [07:25:26.492](0.000s) ok 3452 - exclude_measurement_data: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:26.492](0.000s) ok 3453 - exclude_measurement_data: should dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:26.524](0.032s) ok 3454 - exclude_measurement_data: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:26.525](0.001s) ok 3455 - exclude_measurement_data: should dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:26.526](0.001s) ok 3456 - exclude_measurement_data: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:26.526](0.001s) ok 3457 - exclude_measurement_data: should dump Replica trigger on partition is altered [07:25:26.527](0.000s) ok 3458 - exclude_measurement_data: should not dump Triggers on partitions are not dropped [07:25:26.527](0.000s) ok 3459 - exclude_measurement_data: should not dump test_table with 4-row INSERTs # Running: pg_dump --no-sync --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/exclude_test_table.sql --exclude-table=dump_test.test_table postgres pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order [07:25:26.938](0.411s) ok 3460 - exclude_test_table: pg_dump runs [07:25:26.940](0.002s) ok 3461 - exclude_test_table: should dump ALTER COLLATION test0 OWNER TO [07:25:26.940](0.000s) ok 3462 - exclude_test_table: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:26.940](0.000s) ok 3463 - exclude_test_table: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:26.940](0.000s) ok 3464 - exclude_test_table: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:26.940](0.000s) ok 3465 - exclude_test_table: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:26.940](0.000s) ok 3466 - exclude_test_table: should dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:26.940](0.000s) ok 3467 - exclude_test_table: should dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:26.940](0.000s) ok 3468 - exclude_test_table: should dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:26.941](0.000s) ok 3469 - exclude_test_table: should dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:26.941](0.000s) ok 3470 - exclude_test_table: should dump ALTER INDEX ... ATTACH PARTITION [07:25:26.941](0.000s) ok 3471 - exclude_test_table: should dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:26.941](0.000s) ok 3472 - exclude_test_table: should dump ALTER LARGE OBJECT ... OWNER TO [07:25:26.941](0.000s) ok 3473 - exclude_test_table: should dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:26.941](0.000s) ok 3474 - exclude_test_table: should dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:26.941](0.000s) ok 3475 - exclude_test_table: should dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:26.941](0.000s) ok 3476 - exclude_test_table: should dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:26.941](0.000s) ok 3477 - exclude_test_table: should dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:26.941](0.000s) ok 3478 - exclude_test_table: should dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:26.941](0.000s) ok 3479 - exclude_test_table: should dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:26.947](0.005s) ok 3480 - exclude_test_table: should not dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:26.947](0.000s) ok 3481 - exclude_test_table: should dump ALTER PUBLICATION pub1 OWNER TO [07:25:26.947](0.000s) ok 3482 - exclude_test_table: should not dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:26.947](0.000s) ok 3483 - exclude_test_table: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:26.948](0.001s) ok 3484 - exclude_test_table: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:26.948](0.000s) ok 3485 - exclude_test_table: should dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:26.949](0.000s) ok 3486 - exclude_test_table: should not dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:26.949](0.000s) ok 3487 - exclude_test_table: should not dump ALTER ROLE regress_dump_test_role [07:25:26.949](0.000s) ok 3488 - exclude_test_table: should dump ALTER SCHEMA dump_test OWNER TO [07:25:26.949](0.001s) ok 3489 - exclude_test_table: should dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:26.950](0.000s) ok 3490 - exclude_test_table: should dump ALTER SCHEMA public OWNER TO [07:25:26.959](0.009s) ok 3491 - exclude_test_table: should not dump ALTER SEQUENCE test_table_col1_seq [07:25:26.959](0.000s) ok 3492 - exclude_test_table: should dump ALTER SERVER s1 OWNER TO [07:25:26.961](0.002s) ok 3493 - exclude_test_table: should dump ALTER STATISTICS extended_stats_options [07:25:26.961](0.001s) ok 3494 - exclude_test_table: should dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:26.962](0.000s) ok 3495 - exclude_test_table: should dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:26.962](0.000s) ok 3496 - exclude_test_table: should not dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:26.962](0.000s) ok 3497 - exclude_test_table: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:26.962](0.000s) ok 3498 - exclude_test_table: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:26.962](0.000s) ok 3499 - exclude_test_table: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:26.962](0.000s) ok 3500 - exclude_test_table: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:26.962](0.000s) ok 3501 - exclude_test_table: should dump ALTER TABLE measurement OWNER TO [07:25:26.963](0.000s) ok 3502 - exclude_test_table: should dump ALTER TABLE measurement PRIMARY KEY [07:25:26.963](0.001s) ok 3503 - exclude_test_table: should dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:26.964](0.001s) ok 3504 - exclude_test_table: should dump ALTER TABLE test_second_table OWNER TO [07:25:26.964](0.000s) ok 3505 - exclude_test_table: should not dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:26.965](0.000s) ok 3506 - exclude_test_table: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:26.965](0.000s) ok 3507 - exclude_test_table: should not dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:26.965](0.000s) ok 3508 - exclude_test_table: should not dump ALTER TABLE test_table OWNER TO [07:25:26.965](0.000s) ok 3509 - exclude_test_table: should not dump ALTER TABLE test_table_generated_child1 [07:25:26.965](0.000s) ok 3510 - exclude_test_table: should dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:26.966](0.000s) ok 3511 - exclude_test_table: should dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:26.966](0.000s) ok 3512 - exclude_test_table: should dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:26.966](0.000s) ok 3513 - exclude_test_table: should dump ALTER VIEW test_view SET DEFAULT [07:25:26.966](0.000s) ok 3514 - exclude_test_table: should dump Always trigger on partition is altered [07:25:26.966](0.000s) ok 3515 - exclude_test_table: should dump COMMENT ON COLLATION test0 [07:25:26.966](0.000s) ok 3516 - exclude_test_table: should dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:26.966](0.000s) ok 3517 - exclude_test_table: should dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:26.966](0.000s) ok 3518 - exclude_test_table: should dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:26.967](0.000s) ok 3519 - exclude_test_table: should not dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:26.967](0.000s) ok 3520 - exclude_test_table: should dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:26.969](0.002s) ok 3521 - exclude_test_table: should not dump COMMENT ON DATABASE postgres [07:25:26.969](0.000s) ok 3522 - exclude_test_table: should not dump COMMENT ON EXTENSION plpgsql [07:25:26.969](0.000s) ok 3523 - exclude_test_table: should dump COMMENT ON LARGE OBJECT ... [07:25:26.970](0.000s) ok 3524 - exclude_test_table: should dump COMMENT ON PUBLICATION pub1 [07:25:26.970](0.000s) ok 3525 - exclude_test_table: should not dump COMMENT ON SCHEMA public [07:25:26.970](0.000s) ok 3526 - exclude_test_table: should dump COMMENT ON SUBSCRIPTION sub1 [07:25:26.970](0.000s) ok 3527 - exclude_test_table: should not dump COMMENT ON TABLE dump_test.test_table [07:25:26.970](0.000s) ok 3528 - exclude_test_table: should dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:26.970](0.000s) ok 3529 - exclude_test_table: should dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:26.970](0.000s) ok 3530 - exclude_test_table: should dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:26.970](0.000s) ok 3531 - exclude_test_table: should dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:26.970](0.000s) ok 3532 - exclude_test_table: should dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:26.970](0.000s) ok 3533 - exclude_test_table: should dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:26.971](0.000s) ok 3534 - exclude_test_table: should dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:26.971](0.000s) ok 3535 - exclude_test_table: should dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:26.971](0.000s) ok 3536 - exclude_test_table: should dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:26.971](0.000s) ok 3537 - exclude_test_table: should dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:26.971](0.000s) ok 3538 - exclude_test_table: should dump COPY fk_reference_test_table [07:25:26.971](0.000s) ok 3539 - exclude_test_table: should not dump COPY fk_reference_test_table second [07:25:26.971](0.000s) ok 3540 - exclude_test_table: should dump COPY measurement [07:25:26.972](0.001s) ok 3541 - exclude_test_table: should dump COPY test_compression_method [07:25:26.973](0.000s) ok 3542 - exclude_test_table: should dump COPY test_fifth_table [07:25:26.973](0.000s) ok 3543 - exclude_test_table: should dump COPY test_fourth_table [07:25:26.973](0.000s) ok 3544 - exclude_test_table: should dump COPY test_second_table [07:25:26.973](0.000s) ok 3545 - exclude_test_table: should not dump COPY test_table [07:25:26.974](0.000s) ok 3546 - exclude_test_table: should dump COPY test_table_identity [07:25:26.974](0.000s) ok 3547 - exclude_test_table: should dump COPY test_third_table [07:25:26.974](0.000s) ok 3548 - exclude_test_table: should dump CREATE ACCESS METHOD gist2 [07:25:26.974](0.000s) ok 3549 - exclude_test_table: should dump CREATE ACCESS METHOD regress_test_table_am [07:25:26.974](0.000s) ok 3550 - exclude_test_table: should dump CREATE AGGREGATE dump_test.newavg [07:25:26.974](0.000s) ok 3551 - exclude_test_table: should dump CREATE CAST FOR timestamptz [07:25:26.974](0.000s) ok 3552 - exclude_test_table: should dump CREATE COLLATION test0 FROM "C" [07:25:26.974](0.000s) ok 3553 - exclude_test_table: should dump CREATE CONVERSION dump_test.test_conversion [07:25:26.974](0.000s) ok 3554 - exclude_test_table: should not dump CREATE DATABASE dump_test [07:25:26.974](0.000s) ok 3555 - exclude_test_table: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:26.974](0.000s) ok 3556 - exclude_test_table: should not dump CREATE DATABASE postgres [07:25:26.975](0.000s) ok 3557 - exclude_test_table: should not dump CREATE DATABASE regression_invalid... [07:25:26.977](0.002s) ok 3558 - exclude_test_table: should dump CREATE DOMAIN dump_test.us_postal_code [07:25:26.977](0.000s) ok 3559 - exclude_test_table: should dump CREATE EVENT TRIGGER test_event_trigger [07:25:26.978](0.001s) ok 3560 - exclude_test_table: should not dump CREATE EXTENSION ... plpgsql [07:25:26.978](0.000s) ok 3561 - exclude_test_table: should dump CREATE FOREIGN DATA WRAPPER dummy [07:25:26.979](0.001s) ok 3562 - exclude_test_table: should dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:26.979](0.000s) ok 3563 - exclude_test_table: should dump CREATE FUNCTION ... SUPPORT [07:25:26.979](0.000s) ok 3564 - exclude_test_table: should dump CREATE FUNCTION dump_test.event_trigger_func [07:25:26.980](0.001s) ok 3565 - exclude_test_table: should dump CREATE FUNCTION dump_test.int42_in [07:25:26.980](0.000s) ok 3566 - exclude_test_table: should dump CREATE FUNCTION dump_test.int42_out [07:25:26.981](0.000s) ok 3567 - exclude_test_table: should dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:26.981](0.000s) ok 3568 - exclude_test_table: should dump CREATE FUNCTION dump_test.trigger_func [07:25:26.981](0.000s) ok 3569 - exclude_test_table: should dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:26.982](0.000s) ok 3570 - exclude_test_table: should dump CREATE INDEX ON ONLY measurement [07:25:26.982](0.000s) ok 3571 - exclude_test_table: should dump CREATE LANGUAGE pltestlang [07:25:26.984](0.002s) ok 3572 - exclude_test_table: should dump CREATE MATERIALIZED VIEW matview [07:25:26.984](0.000s) ok 3573 - exclude_test_table: should dump CREATE MATERIALIZED VIEW matview_fourth [07:25:26.984](0.000s) ok 3574 - exclude_test_table: should dump CREATE MATERIALIZED VIEW matview_second [07:25:26.984](0.000s) ok 3575 - exclude_test_table: should dump CREATE MATERIALIZED VIEW matview_third [07:25:26.984](0.000s) ok 3576 - exclude_test_table: should dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:26.985](0.000s) ok 3577 - exclude_test_table: should dump CREATE OPERATOR CLASS dump_test.op_class [07:25:26.986](0.001s) ok 3578 - exclude_test_table: should dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:26.986](0.000s) ok 3579 - exclude_test_table: should dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:26.986](0.000s) ok 3580 - exclude_test_table: should dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:26.987](0.000s) ok 3581 - exclude_test_table: should not dump CREATE POLICY p1 ON test_table [07:25:26.987](0.000s) ok 3582 - exclude_test_table: should not dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:26.988](0.000s) ok 3583 - exclude_test_table: should not dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:26.988](0.000s) ok 3584 - exclude_test_table: should not dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:26.988](0.000s) ok 3585 - exclude_test_table: should not dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:26.990](0.002s) ok 3586 - exclude_test_table: should not dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:26.990](0.000s) ok 3587 - exclude_test_table: should dump CREATE PROCEDURE dump_test.ptest1 [07:25:26.990](0.000s) ok 3588 - exclude_test_table: should dump CREATE PUBLICATION pub1 [07:25:26.990](0.000s) ok 3589 - exclude_test_table: should dump CREATE PUBLICATION pub2 [07:25:26.991](0.000s) ok 3590 - exclude_test_table: should dump CREATE PUBLICATION pub3 [07:25:26.991](0.000s) ok 3591 - exclude_test_table: should dump CREATE PUBLICATION pub4 [07:25:26.991](0.000s) ok 3592 - exclude_test_table: should not dump CREATE ROLE regress_dump_test_role [07:25:26.991](0.000s) ok 3593 - exclude_test_table: should not dump CREATE ROLE regress_quoted... [07:25:26.991](0.000s) ok 3594 - exclude_test_table: should dump CREATE SCHEMA dump_test [07:25:26.992](0.000s) ok 3595 - exclude_test_table: should dump CREATE SCHEMA dump_test_second_schema [07:25:26.992](0.000s) ok 3596 - exclude_test_table: should not dump CREATE SCHEMA public [07:25:26.992](0.000s) ok 3597 - exclude_test_table: should dump CREATE SEQUENCE test_table_col1_seq [07:25:26.992](0.000s) ok 3598 - exclude_test_table: should dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:26.992](0.000s) ok 3599 - exclude_test_table: should dump CREATE STATISTICS extended_stats_expression [07:25:26.992](0.000s) ok 3600 - exclude_test_table: should not dump CREATE STATISTICS extended_stats_no_options [07:25:26.993](0.000s) ok 3601 - exclude_test_table: should dump CREATE STATISTICS extended_stats_options [07:25:26.993](0.000s) ok 3602 - exclude_test_table: should dump CREATE SUBSCRIPTION sub1 [07:25:26.993](0.000s) ok 3603 - exclude_test_table: should dump CREATE SUBSCRIPTION sub2 [07:25:26.993](0.000s) ok 3604 - exclude_test_table: should dump CREATE SUBSCRIPTION sub3 [07:25:26.994](0.000s) ok 3605 - exclude_test_table: should dump CREATE TABLE fk_reference_test_table [07:25:26.994](0.000s) ok 3606 - exclude_test_table: should dump CREATE TABLE measurement PARTITIONED BY [07:25:26.995](0.000s) ok 3607 - exclude_test_table: should dump CREATE TABLE regress_pg_dump_table_am [07:25:26.995](0.000s) ok 3608 - exclude_test_table: should dump CREATE TABLE table_with_stats [07:25:26.995](0.000s) ok 3609 - exclude_test_table: should dump CREATE TABLE test_compression_method [07:25:26.995](0.000s) ok 3610 - exclude_test_table: should dump CREATE TABLE test_fifth_table [07:25:26.995](0.000s) ok 3611 - exclude_test_table: should dump CREATE TABLE test_fourth_table_zero_col [07:25:26.995](0.000s) ok 3612 - exclude_test_table: should dump CREATE TABLE test_inheritance_child [07:25:26.996](0.000s) ok 3613 - exclude_test_table: should dump CREATE TABLE test_inheritance_parent [07:25:26.996](0.000s) ok 3614 - exclude_test_table: should dump CREATE TABLE test_second_table [07:25:26.996](0.000s) ok 3615 - exclude_test_table: should dump CREATE TABLE test_seventh_table [07:25:26.996](0.000s) ok 3616 - exclude_test_table: should dump CREATE TABLE test_sixth_table [07:25:26.997](0.000s) ok 3617 - exclude_test_table: should not dump CREATE TABLE test_table [07:25:26.997](0.000s) ok 3618 - exclude_test_table: should dump CREATE TABLE test_table_generated [07:25:26.997](0.000s) ok 3619 - exclude_test_table: should dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:26.997](0.000s) ok 3620 - exclude_test_table: should dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:26.998](0.001s) ok 3621 - exclude_test_table: should dump CREATE TABLE test_table_identity [07:25:26.999](0.000s) ok 3622 - exclude_test_table: should dump CREATE TABLE test_third_table_generated_cols [07:25:26.999](0.001s) ok 3623 - exclude_test_table: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:26.999](0.000s) ok 3624 - exclude_test_table: should dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:27.000](0.000s) ok 3625 - exclude_test_table: should dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:27.000](0.000s) ok 3626 - exclude_test_table: should dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:27.000](0.000s) ok 3627 - exclude_test_table: should dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:27.000](0.000s) ok 3628 - exclude_test_table: should dump CREATE TRANSFORM FOR int [07:25:27.001](0.000s) ok 3629 - exclude_test_table: should not dump CREATE TRIGGER test_trigger [07:25:27.001](0.000s) ok 3630 - exclude_test_table: should dump CREATE TYPE dump_test.composite [07:25:27.002](0.000s) ok 3631 - exclude_test_table: should dump CREATE TYPE dump_test.int42 [07:25:27.002](0.000s) ok 3632 - exclude_test_table: should dump CREATE TYPE dump_test.int42 populated [07:25:27.002](0.000s) ok 3633 - exclude_test_table: should dump CREATE TYPE dump_test.planets AS ENUM [07:25:27.002](0.000s) ok 3634 - exclude_test_table: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:27.003](0.000s) ok 3635 - exclude_test_table: should dump CREATE TYPE dump_test.textrange AS RANGE [07:25:27.003](0.000s) ok 3636 - exclude_test_table: should dump CREATE TYPE dump_test.undefined [07:25:27.003](0.000s) ok 3637 - exclude_test_table: should dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:27.004](0.000s) ok 3638 - exclude_test_table: should dump CREATE VIEW test_view [07:25:27.004](0.001s) ok 3639 - exclude_test_table: should dump Check ordering of a function that depends on a primary key [07:25:27.005](0.001s) ok 3640 - exclude_test_table: should dump Check ordering of a matview that depends on a primary key [07:25:27.005](0.000s) ok 3641 - exclude_test_table: should dump Creation of row-level trigger in partitioned table [07:25:27.006](0.000s) ok 3642 - exclude_test_table: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:27.006](0.000s) ok 3643 - exclude_test_table: should not dump DROP EXTENSION plpgsql [07:25:27.006](0.000s) ok 3644 - exclude_test_table: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:27.007](0.001s) ok 3645 - exclude_test_table: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:27.008](0.000s) ok 3646 - exclude_test_table: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:27.008](0.001s) ok 3647 - exclude_test_table: should not dump DROP LANGUAGE pltestlang [07:25:27.009](0.000s) ok 3648 - exclude_test_table: should not dump DROP ROLE pg_ [07:25:27.009](0.000s) ok 3649 - exclude_test_table: should not dump DROP ROLE regress_dump_test_role [07:25:27.009](0.000s) ok 3650 - exclude_test_table: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:27.010](0.000s) ok 3651 - exclude_test_table: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:27.010](0.000s) ok 3652 - exclude_test_table: should not dump DROP SCHEMA IF EXISTS public [07:25:27.011](0.000s) ok 3653 - exclude_test_table: should not dump DROP SCHEMA dump_test [07:25:27.011](0.000s) ok 3654 - exclude_test_table: should not dump DROP SCHEMA dump_test_second_schema [07:25:27.011](0.000s) ok 3655 - exclude_test_table: should not dump DROP SCHEMA public [07:25:27.011](0.000s) ok 3656 - exclude_test_table: should not dump DROP TABLE IF EXISTS test_second_table [07:25:27.012](0.000s) ok 3657 - exclude_test_table: should not dump DROP TABLE IF EXISTS test_table [07:25:27.014](0.002s) ok 3658 - exclude_test_table: should not dump DROP TABLE fk_reference_test_table [07:25:27.014](0.000s) ok 3659 - exclude_test_table: should not dump DROP TABLE test_second_table [07:25:27.015](0.000s) ok 3660 - exclude_test_table: should not dump DROP TABLE test_table [07:25:27.015](0.000s) ok 3661 - exclude_test_table: should dump Disabled trigger on partition is altered [07:25:27.016](0.000s) ok 3662 - exclude_test_table: should not dump Disabled trigger on partition is not created [07:25:27.016](0.000s) ok 3663 - exclude_test_table: should dump GRANT ALL ON LARGE OBJECT ... [07:25:27.016](0.000s) ok 3664 - exclude_test_table: should not dump GRANT CREATE ON DATABASE dump_test [07:25:27.017](0.000s) ok 3665 - exclude_test_table: should dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:27.017](0.000s) ok 3666 - exclude_test_table: should dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:27.018](0.001s) ok 3667 - exclude_test_table: should dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:27.018](0.000s) ok 3668 - exclude_test_table: should dump GRANT SELECT ON TABLE measurement [07:25:27.019](0.000s) ok 3669 - exclude_test_table: should dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:27.019](0.000s) ok 3670 - exclude_test_table: should not dump GRANT SELECT ON TABLE test_table [07:25:27.020](0.000s) ok 3671 - exclude_test_table: should dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:27.020](0.000s) ok 3672 - exclude_test_table: should dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:27.020](0.000s) ok 3673 - exclude_test_table: should dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:27.021](0.000s) ok 3674 - exclude_test_table: should dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:27.021](0.000s) ok 3675 - exclude_test_table: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:27.021](0.000s) ok 3676 - exclude_test_table: should dump GRANT USAGE ON TYPE dump_test.int42 [07:25:27.022](0.000s) ok 3677 - exclude_test_table: should dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:27.022](0.000s) ok 3678 - exclude_test_table: should dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:27.022](0.000s) ok 3679 - exclude_test_table: should not dump INSERT INTO test_fifth_table [07:25:27.022](0.000s) ok 3680 - exclude_test_table: should not dump INSERT INTO test_fourth_table [07:25:27.022](0.000s) ok 3681 - exclude_test_table: should not dump INSERT INTO test_second_table [07:25:27.023](0.000s) ok 3682 - exclude_test_table: should not dump INSERT INTO test_table [07:25:27.023](0.000s) ok 3683 - exclude_test_table: should not dump INSERT INTO test_table_identity [07:25:27.023](0.000s) ok 3684 - exclude_test_table: should not dump INSERT INTO test_third_table [07:25:27.023](0.000s) ok 3685 - exclude_test_table: should not dump INSERT INTO test_third_table (colnames) [07:25:27.023](0.000s) ok 3686 - exclude_test_table: should dump LO create (using lo_from_bytea) [07:25:27.024](0.000s) ok 3687 - exclude_test_table: should dump LO create (with no data) [07:25:27.024](0.000s) ok 3688 - exclude_test_table: should dump LO load (using lo_from_bytea) [07:25:27.024](0.000s) ok 3689 - exclude_test_table: should dump Partition measurement_y2006m2 creation [07:25:27.025](0.001s) ok 3690 - exclude_test_table: should dump REFRESH MATERIALIZED VIEW matview [07:25:27.026](0.000s) ok 3691 - exclude_test_table: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:27.026](0.000s) ok 3692 - exclude_test_table: should dump REFRESH MATERIALIZED VIEW matview_second [07:25:27.026](0.000s) ok 3693 - exclude_test_table: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:27.026](0.000s) ok 3694 - exclude_test_table: should dump REVOKE ALL ON SCHEMA public [07:25:27.027](0.001s) ok 3695 - exclude_test_table: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:27.028](0.001s) ok 3696 - exclude_test_table: should dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:27.063](0.034s) ok 3697 - exclude_test_table: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:27.064](0.001s) ok 3698 - exclude_test_table: should dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:27.064](0.000s) ok 3699 - exclude_test_table: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:27.064](0.000s) ok 3700 - exclude_test_table: should dump Replica trigger on partition is altered [07:25:27.067](0.003s) ok 3701 - exclude_test_table: should not dump Triggers on partitions are not dropped [07:25:27.068](0.001s) ok 3702 - exclude_test_table: should not dump test_table with 4-row INSERTs # Running: pg_dump --no-sync --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/exclude_test_table_data.sql --exclude-table-data=dump_test.test_table --no-unlogged-table-data postgres pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order [07:25:27.453](0.385s) ok 3703 - exclude_test_table_data: pg_dump runs [07:25:27.462](0.009s) ok 3704 - exclude_test_table_data: should dump ALTER COLLATION test0 OWNER TO [07:25:27.463](0.001s) ok 3705 - exclude_test_table_data: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:27.464](0.000s) ok 3706 - exclude_test_table_data: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:27.464](0.000s) ok 3707 - exclude_test_table_data: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:27.465](0.001s) ok 3708 - exclude_test_table_data: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:27.465](0.000s) ok 3709 - exclude_test_table_data: should dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:27.466](0.001s) ok 3710 - exclude_test_table_data: should dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:27.467](0.001s) ok 3711 - exclude_test_table_data: should dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:27.467](0.001s) ok 3712 - exclude_test_table_data: should dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:27.467](0.000s) ok 3713 - exclude_test_table_data: should dump ALTER INDEX ... ATTACH PARTITION [07:25:27.468](0.000s) ok 3714 - exclude_test_table_data: should dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:27.468](0.000s) ok 3715 - exclude_test_table_data: should dump ALTER LARGE OBJECT ... OWNER TO [07:25:27.468](0.000s) ok 3716 - exclude_test_table_data: should dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:27.468](0.000s) ok 3717 - exclude_test_table_data: should dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:27.468](0.000s) ok 3718 - exclude_test_table_data: should dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:27.468](0.000s) ok 3719 - exclude_test_table_data: should dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:27.469](0.000s) ok 3720 - exclude_test_table_data: should dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:27.469](0.000s) ok 3721 - exclude_test_table_data: should dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:27.470](0.000s) ok 3722 - exclude_test_table_data: should dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:27.470](0.000s) ok 3723 - exclude_test_table_data: should dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:27.470](0.000s) ok 3724 - exclude_test_table_data: should dump ALTER PUBLICATION pub1 OWNER TO [07:25:27.470](0.000s) ok 3725 - exclude_test_table_data: should dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:27.471](0.000s) ok 3726 - exclude_test_table_data: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:27.471](0.000s) ok 3727 - exclude_test_table_data: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:27.471](0.000s) ok 3728 - exclude_test_table_data: should dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:27.471](0.000s) ok 3729 - exclude_test_table_data: should dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:27.472](0.001s) ok 3730 - exclude_test_table_data: should not dump ALTER ROLE regress_dump_test_role [07:25:27.472](0.000s) ok 3731 - exclude_test_table_data: should dump ALTER SCHEMA dump_test OWNER TO [07:25:27.472](0.000s) ok 3732 - exclude_test_table_data: should dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:27.473](0.000s) ok 3733 - exclude_test_table_data: should dump ALTER SCHEMA public OWNER TO [07:25:27.473](0.000s) ok 3734 - exclude_test_table_data: should dump ALTER SEQUENCE test_table_col1_seq [07:25:27.473](0.000s) ok 3735 - exclude_test_table_data: should dump ALTER SERVER s1 OWNER TO [07:25:27.473](0.000s) ok 3736 - exclude_test_table_data: should dump ALTER STATISTICS extended_stats_options [07:25:27.473](0.000s) ok 3737 - exclude_test_table_data: should dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:27.473](0.000s) ok 3738 - exclude_test_table_data: should dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:27.474](0.000s) ok 3739 - exclude_test_table_data: should dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:27.474](0.000s) ok 3740 - exclude_test_table_data: should dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:27.474](0.000s) ok 3741 - exclude_test_table_data: should dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:27.474](0.000s) ok 3742 - exclude_test_table_data: should dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:27.475](0.000s) ok 3743 - exclude_test_table_data: should dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:27.475](0.000s) ok 3744 - exclude_test_table_data: should dump ALTER TABLE measurement OWNER TO [07:25:27.475](0.001s) ok 3745 - exclude_test_table_data: should dump ALTER TABLE measurement PRIMARY KEY [07:25:27.482](0.007s) ok 3746 - exclude_test_table_data: should dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:27.483](0.000s) ok 3747 - exclude_test_table_data: should dump ALTER TABLE test_second_table OWNER TO [07:25:27.484](0.001s) ok 3748 - exclude_test_table_data: should dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:27.484](0.001s) ok 3749 - exclude_test_table_data: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:27.485](0.001s) ok 3750 - exclude_test_table_data: should dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:27.486](0.000s) ok 3751 - exclude_test_table_data: should dump ALTER TABLE test_table OWNER TO [07:25:27.486](0.000s) ok 3752 - exclude_test_table_data: should not dump ALTER TABLE test_table_generated_child1 [07:25:27.486](0.000s) ok 3753 - exclude_test_table_data: should dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:27.486](0.000s) ok 3754 - exclude_test_table_data: should dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:27.486](0.000s) ok 3755 - exclude_test_table_data: should dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:27.486](0.000s) ok 3756 - exclude_test_table_data: should dump ALTER VIEW test_view SET DEFAULT [07:25:27.487](0.000s) ok 3757 - exclude_test_table_data: should dump Always trigger on partition is altered [07:25:27.487](0.000s) ok 3758 - exclude_test_table_data: should dump COMMENT ON COLLATION test0 [07:25:27.487](0.000s) ok 3759 - exclude_test_table_data: should dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:27.487](0.000s) ok 3760 - exclude_test_table_data: should dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:27.488](0.000s) ok 3761 - exclude_test_table_data: should dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:27.488](0.000s) ok 3762 - exclude_test_table_data: should dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:27.488](0.000s) ok 3763 - exclude_test_table_data: should dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:27.488](0.000s) ok 3764 - exclude_test_table_data: should not dump COMMENT ON DATABASE postgres [07:25:27.489](0.000s) ok 3765 - exclude_test_table_data: should not dump COMMENT ON EXTENSION plpgsql [07:25:27.489](0.000s) ok 3766 - exclude_test_table_data: should dump COMMENT ON LARGE OBJECT ... [07:25:27.489](0.000s) ok 3767 - exclude_test_table_data: should dump COMMENT ON PUBLICATION pub1 [07:25:27.489](0.000s) ok 3768 - exclude_test_table_data: should not dump COMMENT ON SCHEMA public [07:25:27.489](0.000s) ok 3769 - exclude_test_table_data: should dump COMMENT ON SUBSCRIPTION sub1 [07:25:27.489](0.000s) ok 3770 - exclude_test_table_data: should dump COMMENT ON TABLE dump_test.test_table [07:25:27.489](0.000s) ok 3771 - exclude_test_table_data: should dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:27.490](0.000s) ok 3772 - exclude_test_table_data: should dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:27.490](0.000s) ok 3773 - exclude_test_table_data: should dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:27.490](0.000s) ok 3774 - exclude_test_table_data: should dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:27.490](0.000s) ok 3775 - exclude_test_table_data: should dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:27.490](0.000s) ok 3776 - exclude_test_table_data: should dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:27.490](0.000s) ok 3777 - exclude_test_table_data: should dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:27.490](0.000s) ok 3778 - exclude_test_table_data: should dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:27.490](0.000s) ok 3779 - exclude_test_table_data: should dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:27.490](0.000s) ok 3780 - exclude_test_table_data: should dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:27.490](0.000s) ok 3781 - exclude_test_table_data: should dump COPY fk_reference_test_table [07:25:27.490](0.000s) ok 3782 - exclude_test_table_data: should not dump COPY fk_reference_test_table second [07:25:27.491](0.000s) ok 3783 - exclude_test_table_data: should dump COPY measurement [07:25:27.491](0.000s) ok 3784 - exclude_test_table_data: should dump COPY test_compression_method [07:25:27.491](0.000s) ok 3785 - exclude_test_table_data: should dump COPY test_fifth_table [07:25:27.491](0.000s) ok 3786 - exclude_test_table_data: should dump COPY test_fourth_table [07:25:27.491](0.000s) ok 3787 - exclude_test_table_data: should dump COPY test_second_table [07:25:27.491](0.000s) ok 3788 - exclude_test_table_data: should not dump COPY test_table [07:25:27.491](0.000s) ok 3789 - exclude_test_table_data: should dump COPY test_table_identity [07:25:27.491](0.000s) ok 3790 - exclude_test_table_data: should dump COPY test_third_table [07:25:27.491](0.000s) ok 3791 - exclude_test_table_data: should dump CREATE ACCESS METHOD gist2 [07:25:27.491](0.000s) ok 3792 - exclude_test_table_data: should dump CREATE ACCESS METHOD regress_test_table_am [07:25:27.491](0.000s) ok 3793 - exclude_test_table_data: should dump CREATE AGGREGATE dump_test.newavg [07:25:27.492](0.000s) ok 3794 - exclude_test_table_data: should dump CREATE CAST FOR timestamptz [07:25:27.492](0.000s) ok 3795 - exclude_test_table_data: should dump CREATE COLLATION test0 FROM "C" [07:25:27.492](0.000s) ok 3796 - exclude_test_table_data: should dump CREATE CONVERSION dump_test.test_conversion [07:25:27.492](0.000s) ok 3797 - exclude_test_table_data: should not dump CREATE DATABASE dump_test [07:25:27.492](0.000s) ok 3798 - exclude_test_table_data: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:27.492](0.000s) ok 3799 - exclude_test_table_data: should not dump CREATE DATABASE postgres [07:25:27.492](0.000s) ok 3800 - exclude_test_table_data: should not dump CREATE DATABASE regression_invalid... [07:25:27.494](0.002s) ok 3801 - exclude_test_table_data: should dump CREATE DOMAIN dump_test.us_postal_code [07:25:27.494](0.000s) ok 3802 - exclude_test_table_data: should dump CREATE EVENT TRIGGER test_event_trigger [07:25:27.494](0.000s) ok 3803 - exclude_test_table_data: should not dump CREATE EXTENSION ... plpgsql [07:25:27.495](0.000s) ok 3804 - exclude_test_table_data: should dump CREATE FOREIGN DATA WRAPPER dummy [07:25:27.495](0.000s) ok 3805 - exclude_test_table_data: should dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:27.495](0.000s) ok 3806 - exclude_test_table_data: should dump CREATE FUNCTION ... SUPPORT [07:25:27.495](0.000s) ok 3807 - exclude_test_table_data: should dump CREATE FUNCTION dump_test.event_trigger_func [07:25:27.495](0.000s) ok 3808 - exclude_test_table_data: should dump CREATE FUNCTION dump_test.int42_in [07:25:27.495](0.000s) ok 3809 - exclude_test_table_data: should dump CREATE FUNCTION dump_test.int42_out [07:25:27.495](0.000s) ok 3810 - exclude_test_table_data: should dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:27.495](0.000s) ok 3811 - exclude_test_table_data: should dump CREATE FUNCTION dump_test.trigger_func [07:25:27.495](0.000s) ok 3812 - exclude_test_table_data: should dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:27.495](0.000s) ok 3813 - exclude_test_table_data: should dump CREATE INDEX ON ONLY measurement [07:25:27.495](0.000s) ok 3814 - exclude_test_table_data: should dump CREATE LANGUAGE pltestlang [07:25:27.495](0.000s) ok 3815 - exclude_test_table_data: should dump CREATE MATERIALIZED VIEW matview [07:25:27.495](0.000s) ok 3816 - exclude_test_table_data: should dump CREATE MATERIALIZED VIEW matview_fourth [07:25:27.496](0.000s) ok 3817 - exclude_test_table_data: should dump CREATE MATERIALIZED VIEW matview_second [07:25:27.496](0.000s) ok 3818 - exclude_test_table_data: should dump CREATE MATERIALIZED VIEW matview_third [07:25:27.496](0.000s) ok 3819 - exclude_test_table_data: should dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:27.496](0.000s) ok 3820 - exclude_test_table_data: should dump CREATE OPERATOR CLASS dump_test.op_class [07:25:27.497](0.001s) ok 3821 - exclude_test_table_data: should dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:27.497](0.000s) ok 3822 - exclude_test_table_data: should dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:27.497](0.000s) ok 3823 - exclude_test_table_data: should dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:27.497](0.000s) ok 3824 - exclude_test_table_data: should dump CREATE POLICY p1 ON test_table [07:25:27.497](0.000s) ok 3825 - exclude_test_table_data: should dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:27.497](0.000s) ok 3826 - exclude_test_table_data: should dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:27.497](0.000s) ok 3827 - exclude_test_table_data: should dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:27.497](0.000s) ok 3828 - exclude_test_table_data: should dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:27.497](0.000s) ok 3829 - exclude_test_table_data: should dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:27.498](0.000s) ok 3830 - exclude_test_table_data: should dump CREATE PROCEDURE dump_test.ptest1 [07:25:27.498](0.000s) ok 3831 - exclude_test_table_data: should dump CREATE PUBLICATION pub1 [07:25:27.498](0.000s) ok 3832 - exclude_test_table_data: should dump CREATE PUBLICATION pub2 [07:25:27.498](0.000s) ok 3833 - exclude_test_table_data: should dump CREATE PUBLICATION pub3 [07:25:27.498](0.000s) ok 3834 - exclude_test_table_data: should dump CREATE PUBLICATION pub4 [07:25:27.498](0.000s) ok 3835 - exclude_test_table_data: should not dump CREATE ROLE regress_dump_test_role [07:25:27.498](0.000s) ok 3836 - exclude_test_table_data: should not dump CREATE ROLE regress_quoted... [07:25:27.498](0.000s) ok 3837 - exclude_test_table_data: should dump CREATE SCHEMA dump_test [07:25:27.499](0.000s) ok 3838 - exclude_test_table_data: should dump CREATE SCHEMA dump_test_second_schema [07:25:27.499](0.000s) ok 3839 - exclude_test_table_data: should not dump CREATE SCHEMA public [07:25:27.499](0.000s) ok 3840 - exclude_test_table_data: should dump CREATE SEQUENCE test_table_col1_seq [07:25:27.499](0.000s) ok 3841 - exclude_test_table_data: should dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:27.499](0.000s) ok 3842 - exclude_test_table_data: should dump CREATE STATISTICS extended_stats_expression [07:25:27.499](0.000s) ok 3843 - exclude_test_table_data: should dump CREATE STATISTICS extended_stats_no_options [07:25:27.499](0.000s) ok 3844 - exclude_test_table_data: should dump CREATE STATISTICS extended_stats_options [07:25:27.500](0.000s) ok 3845 - exclude_test_table_data: should dump CREATE SUBSCRIPTION sub1 [07:25:27.500](0.000s) ok 3846 - exclude_test_table_data: should dump CREATE SUBSCRIPTION sub2 [07:25:27.500](0.000s) ok 3847 - exclude_test_table_data: should dump CREATE SUBSCRIPTION sub3 [07:25:27.500](0.000s) ok 3848 - exclude_test_table_data: should dump CREATE TABLE fk_reference_test_table [07:25:27.500](0.000s) ok 3849 - exclude_test_table_data: should dump CREATE TABLE measurement PARTITIONED BY [07:25:27.500](0.000s) ok 3850 - exclude_test_table_data: should dump CREATE TABLE regress_pg_dump_table_am [07:25:27.500](0.000s) ok 3851 - exclude_test_table_data: should dump CREATE TABLE table_with_stats [07:25:27.500](0.000s) ok 3852 - exclude_test_table_data: should dump CREATE TABLE test_compression_method [07:25:27.501](0.000s) ok 3853 - exclude_test_table_data: should dump CREATE TABLE test_fifth_table [07:25:27.501](0.000s) ok 3854 - exclude_test_table_data: should dump CREATE TABLE test_fourth_table_zero_col [07:25:27.501](0.000s) ok 3855 - exclude_test_table_data: should dump CREATE TABLE test_inheritance_child [07:25:27.501](0.000s) ok 3856 - exclude_test_table_data: should dump CREATE TABLE test_inheritance_parent [07:25:27.501](0.000s) ok 3857 - exclude_test_table_data: should dump CREATE TABLE test_second_table [07:25:27.501](0.000s) ok 3858 - exclude_test_table_data: should dump CREATE TABLE test_seventh_table [07:25:27.502](0.000s) ok 3859 - exclude_test_table_data: should dump CREATE TABLE test_sixth_table [07:25:27.503](0.002s) ok 3860 - exclude_test_table_data: should dump CREATE TABLE test_table [07:25:27.503](0.000s) ok 3861 - exclude_test_table_data: should dump CREATE TABLE test_table_generated [07:25:27.504](0.000s) ok 3862 - exclude_test_table_data: should dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:27.504](0.000s) ok 3863 - exclude_test_table_data: should dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:27.504](0.000s) ok 3864 - exclude_test_table_data: should dump CREATE TABLE test_table_identity [07:25:27.505](0.001s) ok 3865 - exclude_test_table_data: should dump CREATE TABLE test_third_table_generated_cols [07:25:27.505](0.000s) ok 3866 - exclude_test_table_data: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:27.505](0.000s) ok 3867 - exclude_test_table_data: should dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:27.505](0.000s) ok 3868 - exclude_test_table_data: should dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:27.505](0.000s) ok 3869 - exclude_test_table_data: should dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:27.505](0.000s) ok 3870 - exclude_test_table_data: should dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:27.505](0.000s) ok 3871 - exclude_test_table_data: should dump CREATE TRANSFORM FOR int [07:25:27.505](0.000s) ok 3872 - exclude_test_table_data: should dump CREATE TRIGGER test_trigger [07:25:27.505](0.000s) ok 3873 - exclude_test_table_data: should dump CREATE TYPE dump_test.composite [07:25:27.506](0.000s) ok 3874 - exclude_test_table_data: should dump CREATE TYPE dump_test.int42 [07:25:27.506](0.000s) ok 3875 - exclude_test_table_data: should dump CREATE TYPE dump_test.int42 populated [07:25:27.506](0.000s) ok 3876 - exclude_test_table_data: should dump CREATE TYPE dump_test.planets AS ENUM [07:25:27.506](0.000s) ok 3877 - exclude_test_table_data: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:27.506](0.000s) ok 3878 - exclude_test_table_data: should dump CREATE TYPE dump_test.textrange AS RANGE [07:25:27.506](0.000s) ok 3879 - exclude_test_table_data: should dump CREATE TYPE dump_test.undefined [07:25:27.506](0.000s) ok 3880 - exclude_test_table_data: should dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:27.506](0.000s) ok 3881 - exclude_test_table_data: should dump CREATE VIEW test_view [07:25:27.506](0.000s) ok 3882 - exclude_test_table_data: should dump Check ordering of a function that depends on a primary key [07:25:27.507](0.000s) ok 3883 - exclude_test_table_data: should dump Check ordering of a matview that depends on a primary key [07:25:27.507](0.000s) ok 3884 - exclude_test_table_data: should dump Creation of row-level trigger in partitioned table [07:25:27.507](0.000s) ok 3885 - exclude_test_table_data: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:27.507](0.000s) ok 3886 - exclude_test_table_data: should not dump DROP EXTENSION plpgsql [07:25:27.507](0.000s) ok 3887 - exclude_test_table_data: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:27.507](0.000s) ok 3888 - exclude_test_table_data: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:27.508](0.000s) ok 3889 - exclude_test_table_data: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:27.508](0.000s) ok 3890 - exclude_test_table_data: should not dump DROP LANGUAGE pltestlang [07:25:27.508](0.000s) ok 3891 - exclude_test_table_data: should not dump DROP ROLE pg_ [07:25:27.508](0.001s) ok 3892 - exclude_test_table_data: should not dump DROP ROLE regress_dump_test_role [07:25:27.510](0.002s) ok 3893 - exclude_test_table_data: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:27.510](0.000s) ok 3894 - exclude_test_table_data: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:27.511](0.000s) ok 3895 - exclude_test_table_data: should not dump DROP SCHEMA IF EXISTS public [07:25:27.513](0.003s) ok 3896 - exclude_test_table_data: should not dump DROP SCHEMA dump_test [07:25:27.514](0.001s) ok 3897 - exclude_test_table_data: should not dump DROP SCHEMA dump_test_second_schema [07:25:27.514](0.000s) ok 3898 - exclude_test_table_data: should not dump DROP SCHEMA public [07:25:27.515](0.000s) ok 3899 - exclude_test_table_data: should not dump DROP TABLE IF EXISTS test_second_table [07:25:27.515](0.000s) ok 3900 - exclude_test_table_data: should not dump DROP TABLE IF EXISTS test_table [07:25:27.515](0.000s) ok 3901 - exclude_test_table_data: should not dump DROP TABLE fk_reference_test_table [07:25:27.516](0.000s) ok 3902 - exclude_test_table_data: should not dump DROP TABLE test_second_table [07:25:27.516](0.000s) ok 3903 - exclude_test_table_data: should not dump DROP TABLE test_table [07:25:27.516](0.000s) ok 3904 - exclude_test_table_data: should dump Disabled trigger on partition is altered [07:25:27.517](0.000s) ok 3905 - exclude_test_table_data: should not dump Disabled trigger on partition is not created [07:25:27.517](0.001s) ok 3906 - exclude_test_table_data: should dump GRANT ALL ON LARGE OBJECT ... [07:25:27.517](0.000s) ok 3907 - exclude_test_table_data: should not dump GRANT CREATE ON DATABASE dump_test [07:25:27.517](0.000s) ok 3908 - exclude_test_table_data: should dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:27.518](0.000s) ok 3909 - exclude_test_table_data: should dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:27.520](0.002s) ok 3910 - exclude_test_table_data: should dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:27.522](0.003s) ok 3911 - exclude_test_table_data: should dump GRANT SELECT ON TABLE measurement [07:25:27.528](0.005s) ok 3912 - exclude_test_table_data: should dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:27.528](0.000s) ok 3913 - exclude_test_table_data: should dump GRANT SELECT ON TABLE test_table [07:25:27.528](0.000s) ok 3914 - exclude_test_table_data: should dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:27.528](0.000s) ok 3915 - exclude_test_table_data: should dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:27.528](0.000s) ok 3916 - exclude_test_table_data: should dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:27.528](0.000s) ok 3917 - exclude_test_table_data: should dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:27.528](0.000s) ok 3918 - exclude_test_table_data: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:27.529](0.000s) ok 3919 - exclude_test_table_data: should dump GRANT USAGE ON TYPE dump_test.int42 [07:25:27.529](0.000s) ok 3920 - exclude_test_table_data: should dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:27.529](0.000s) ok 3921 - exclude_test_table_data: should dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:27.529](0.000s) ok 3922 - exclude_test_table_data: should not dump INSERT INTO test_fifth_table [07:25:27.529](0.000s) ok 3923 - exclude_test_table_data: should not dump INSERT INTO test_fourth_table [07:25:27.529](0.000s) ok 3924 - exclude_test_table_data: should not dump INSERT INTO test_second_table [07:25:27.530](0.000s) ok 3925 - exclude_test_table_data: should not dump INSERT INTO test_table [07:25:27.530](0.000s) ok 3926 - exclude_test_table_data: should not dump INSERT INTO test_table_identity [07:25:27.530](0.000s) ok 3927 - exclude_test_table_data: should not dump INSERT INTO test_third_table [07:25:27.530](0.000s) ok 3928 - exclude_test_table_data: should not dump INSERT INTO test_third_table (colnames) [07:25:27.530](0.000s) ok 3929 - exclude_test_table_data: should dump LO create (using lo_from_bytea) [07:25:27.531](0.000s) ok 3930 - exclude_test_table_data: should dump LO create (with no data) [07:25:27.531](0.000s) ok 3931 - exclude_test_table_data: should dump LO load (using lo_from_bytea) [07:25:27.531](0.000s) ok 3932 - exclude_test_table_data: should dump Partition measurement_y2006m2 creation [07:25:27.531](0.000s) ok 3933 - exclude_test_table_data: should dump REFRESH MATERIALIZED VIEW matview [07:25:27.532](0.001s) ok 3934 - exclude_test_table_data: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:27.532](0.000s) ok 3935 - exclude_test_table_data: should dump REFRESH MATERIALIZED VIEW matview_second [07:25:27.533](0.001s) ok 3936 - exclude_test_table_data: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:27.534](0.000s) ok 3937 - exclude_test_table_data: should dump REVOKE ALL ON SCHEMA public [07:25:27.534](0.000s) ok 3938 - exclude_test_table_data: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:27.534](0.000s) ok 3939 - exclude_test_table_data: should dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:27.589](0.055s) ok 3940 - exclude_test_table_data: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:27.590](0.001s) ok 3941 - exclude_test_table_data: should dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:27.590](0.000s) ok 3942 - exclude_test_table_data: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:27.592](0.002s) ok 3943 - exclude_test_table_data: should dump Replica trigger on partition is altered [07:25:27.594](0.002s) ok 3944 - exclude_test_table_data: should not dump Triggers on partitions are not dropped [07:25:27.595](0.001s) ok 3945 - exclude_test_table_data: should not dump test_table with 4-row INSERTs # Running: pg_dump --no-sync --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/inserts.sql -a --inserts postgres [07:25:27.953](0.358s) ok 3946 - inserts: pg_dump runs [07:25:27.955](0.002s) ok 3947 - inserts: should not dump ALTER COLLATION test0 OWNER TO [07:25:27.955](0.000s) ok 3948 - inserts: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:27.955](0.000s) ok 3949 - inserts: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:27.955](0.000s) ok 3950 - inserts: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:27.956](0.000s) ok 3951 - inserts: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:27.956](0.000s) ok 3952 - inserts: should not dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:27.956](0.000s) ok 3953 - inserts: should not dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:27.956](0.000s) ok 3954 - inserts: should not dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:27.956](0.000s) ok 3955 - inserts: should not dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:27.956](0.000s) ok 3956 - inserts: should not dump ALTER INDEX ... ATTACH PARTITION [07:25:27.956](0.000s) ok 3957 - inserts: should not dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:27.956](0.000s) ok 3958 - inserts: should dump ALTER LARGE OBJECT ... OWNER TO [07:25:27.956](0.000s) ok 3959 - inserts: should not dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:27.956](0.000s) ok 3960 - inserts: should not dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:27.956](0.000s) ok 3961 - inserts: should not dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:27.957](0.000s) ok 3962 - inserts: should not dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:27.957](0.000s) ok 3963 - inserts: should not dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:27.957](0.000s) ok 3964 - inserts: should not dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:27.957](0.000s) ok 3965 - inserts: should not dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:27.957](0.000s) ok 3966 - inserts: should not dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:27.958](0.001s) ok 3967 - inserts: should not dump ALTER PUBLICATION pub1 OWNER TO [07:25:27.958](0.000s) ok 3968 - inserts: should not dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:27.959](0.000s) ok 3969 - inserts: should not dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:27.959](0.000s) ok 3970 - inserts: should not dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:27.959](0.000s) ok 3971 - inserts: should not dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:27.959](0.000s) ok 3972 - inserts: should not dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:27.959](0.000s) ok 3973 - inserts: should not dump ALTER ROLE regress_dump_test_role [07:25:27.960](0.000s) ok 3974 - inserts: should not dump ALTER SCHEMA dump_test OWNER TO [07:25:27.960](0.000s) ok 3975 - inserts: should not dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:27.960](0.000s) ok 3976 - inserts: should not dump ALTER SCHEMA public OWNER TO [07:25:27.960](0.000s) ok 3977 - inserts: should not dump ALTER SEQUENCE test_table_col1_seq [07:25:27.960](0.000s) ok 3978 - inserts: should not dump ALTER SERVER s1 OWNER TO [07:25:27.960](0.000s) ok 3979 - inserts: should not dump ALTER STATISTICS extended_stats_options [07:25:27.961](0.000s) ok 3980 - inserts: should not dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:27.961](0.000s) ok 3981 - inserts: should not dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:27.961](0.000s) ok 3982 - inserts: should not dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:27.962](0.000s) ok 3983 - inserts: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:27.962](0.000s) ok 3984 - inserts: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:27.962](0.000s) ok 3985 - inserts: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:27.962](0.000s) ok 3986 - inserts: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:27.963](0.000s) ok 3987 - inserts: should not dump ALTER TABLE measurement OWNER TO [07:25:27.963](0.000s) ok 3988 - inserts: should not dump ALTER TABLE measurement PRIMARY KEY [07:25:27.963](0.000s) ok 3989 - inserts: should not dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:27.963](0.000s) ok 3990 - inserts: should not dump ALTER TABLE test_second_table OWNER TO [07:25:27.964](0.000s) ok 3991 - inserts: should not dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:27.964](0.000s) ok 3992 - inserts: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:27.964](0.000s) ok 3993 - inserts: should not dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:27.964](0.000s) ok 3994 - inserts: should not dump ALTER TABLE test_table OWNER TO [07:25:27.964](0.000s) ok 3995 - inserts: should not dump ALTER TABLE test_table_generated_child1 [07:25:27.965](0.000s) ok 3996 - inserts: should not dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:27.965](0.000s) ok 3997 - inserts: should not dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:27.965](0.000s) ok 3998 - inserts: should not dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:27.965](0.000s) ok 3999 - inserts: should not dump ALTER VIEW test_view SET DEFAULT [07:25:27.966](0.000s) ok 4000 - inserts: should not dump Always trigger on partition is altered [07:25:27.966](0.000s) ok 4001 - inserts: should not dump COMMENT ON COLLATION test0 [07:25:27.966](0.000s) ok 4002 - inserts: should not dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:27.966](0.000s) ok 4003 - inserts: should not dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:27.967](0.000s) ok 4004 - inserts: should not dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:27.967](0.000s) ok 4005 - inserts: should not dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:27.967](0.000s) ok 4006 - inserts: should not dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:27.967](0.000s) ok 4007 - inserts: should not dump COMMENT ON DATABASE postgres [07:25:27.967](0.000s) ok 4008 - inserts: should not dump COMMENT ON EXTENSION plpgsql [07:25:27.967](0.000s) ok 4009 - inserts: should dump COMMENT ON LARGE OBJECT ... [07:25:27.967](0.000s) ok 4010 - inserts: should not dump COMMENT ON PUBLICATION pub1 [07:25:27.967](0.000s) ok 4011 - inserts: should not dump COMMENT ON SCHEMA public [07:25:27.967](0.000s) ok 4012 - inserts: should not dump COMMENT ON SUBSCRIPTION sub1 [07:25:27.968](0.000s) ok 4013 - inserts: should not dump COMMENT ON TABLE dump_test.test_table [07:25:27.968](0.000s) ok 4014 - inserts: should not dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:27.968](0.000s) ok 4015 - inserts: should not dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:27.968](0.000s) ok 4016 - inserts: should not dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:27.968](0.000s) ok 4017 - inserts: should not dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:27.968](0.000s) ok 4018 - inserts: should not dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:27.968](0.000s) ok 4019 - inserts: should not dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:27.968](0.000s) ok 4020 - inserts: should not dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:27.969](0.000s) ok 4021 - inserts: should not dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:27.969](0.000s) ok 4022 - inserts: should not dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:27.969](0.000s) ok 4023 - inserts: should not dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:27.969](0.000s) ok 4024 - inserts: should not dump COPY fk_reference_test_table [07:25:27.970](0.000s) ok 4025 - inserts: should not dump COPY fk_reference_test_table second [07:25:27.970](0.000s) ok 4026 - inserts: should not dump COPY measurement [07:25:27.970](0.000s) ok 4027 - inserts: should not dump COPY test_compression_method [07:25:27.970](0.000s) ok 4028 - inserts: should not dump COPY test_fifth_table [07:25:27.970](0.000s) ok 4029 - inserts: should not dump COPY test_fourth_table [07:25:27.971](0.000s) ok 4030 - inserts: should not dump COPY test_second_table [07:25:27.971](0.000s) ok 4031 - inserts: should not dump COPY test_table [07:25:27.971](0.000s) ok 4032 - inserts: should not dump COPY test_table_identity [07:25:27.971](0.000s) ok 4033 - inserts: should not dump COPY test_third_table [07:25:27.972](0.000s) ok 4034 - inserts: should not dump CREATE ACCESS METHOD gist2 [07:25:27.972](0.000s) ok 4035 - inserts: should not dump CREATE ACCESS METHOD regress_test_table_am [07:25:27.972](0.000s) ok 4036 - inserts: should not dump CREATE AGGREGATE dump_test.newavg [07:25:27.973](0.001s) ok 4037 - inserts: should not dump CREATE CAST FOR timestamptz [07:25:27.974](0.000s) ok 4038 - inserts: should not dump CREATE COLLATION test0 FROM "C" [07:25:27.974](0.000s) ok 4039 - inserts: should not dump CREATE CONVERSION dump_test.test_conversion [07:25:27.975](0.001s) ok 4040 - inserts: should not dump CREATE DATABASE dump_test [07:25:27.975](0.000s) ok 4041 - inserts: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:27.975](0.000s) ok 4042 - inserts: should not dump CREATE DATABASE postgres [07:25:27.976](0.000s) ok 4043 - inserts: should not dump CREATE DATABASE regression_invalid... [07:25:27.976](0.000s) ok 4044 - inserts: should not dump CREATE DOMAIN dump_test.us_postal_code [07:25:27.976](0.000s) ok 4045 - inserts: should not dump CREATE EVENT TRIGGER test_event_trigger [07:25:27.976](0.000s) ok 4046 - inserts: should not dump CREATE EXTENSION ... plpgsql [07:25:27.977](0.000s) ok 4047 - inserts: should not dump CREATE FOREIGN DATA WRAPPER dummy [07:25:27.977](0.000s) ok 4048 - inserts: should not dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:27.977](0.000s) ok 4049 - inserts: should not dump CREATE FUNCTION ... SUPPORT [07:25:27.977](0.000s) ok 4050 - inserts: should not dump CREATE FUNCTION dump_test.event_trigger_func [07:25:27.978](0.000s) ok 4051 - inserts: should not dump CREATE FUNCTION dump_test.int42_in [07:25:27.978](0.000s) ok 4052 - inserts: should not dump CREATE FUNCTION dump_test.int42_out [07:25:27.978](0.000s) ok 4053 - inserts: should not dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:27.978](0.000s) ok 4054 - inserts: should not dump CREATE FUNCTION dump_test.trigger_func [07:25:27.979](0.000s) ok 4055 - inserts: should not dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:27.979](0.000s) ok 4056 - inserts: should not dump CREATE INDEX ON ONLY measurement [07:25:27.979](0.000s) ok 4057 - inserts: should not dump CREATE LANGUAGE pltestlang [07:25:27.979](0.000s) ok 4058 - inserts: should not dump CREATE MATERIALIZED VIEW matview [07:25:27.980](0.000s) ok 4059 - inserts: should not dump CREATE MATERIALIZED VIEW matview_fourth [07:25:27.980](0.000s) ok 4060 - inserts: should not dump CREATE MATERIALIZED VIEW matview_second [07:25:27.980](0.000s) ok 4061 - inserts: should not dump CREATE MATERIALIZED VIEW matview_third [07:25:27.980](0.000s) ok 4062 - inserts: should not dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:27.981](0.000s) ok 4063 - inserts: should not dump CREATE OPERATOR CLASS dump_test.op_class [07:25:27.981](0.001s) ok 4064 - inserts: should not dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:27.982](0.001s) ok 4065 - inserts: should not dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:27.982](0.000s) ok 4066 - inserts: should not dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:27.982](0.000s) ok 4067 - inserts: should not dump CREATE POLICY p1 ON test_table [07:25:27.983](0.000s) ok 4068 - inserts: should not dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:27.991](0.009s) ok 4069 - inserts: should not dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:27.991](0.000s) ok 4070 - inserts: should not dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:27.994](0.003s) ok 4071 - inserts: should not dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:27.995](0.000s) ok 4072 - inserts: should not dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:27.995](0.000s) ok 4073 - inserts: should not dump CREATE PROCEDURE dump_test.ptest1 [07:25:27.995](0.000s) ok 4074 - inserts: should not dump CREATE PUBLICATION pub1 [07:25:27.998](0.002s) ok 4075 - inserts: should not dump CREATE PUBLICATION pub2 [07:25:27.998](0.000s) ok 4076 - inserts: should not dump CREATE PUBLICATION pub3 [07:25:27.998](0.000s) ok 4077 - inserts: should not dump CREATE PUBLICATION pub4 [07:25:27.999](0.001s) ok 4078 - inserts: should not dump CREATE ROLE regress_dump_test_role [07:25:28.002](0.002s) ok 4079 - inserts: should not dump CREATE ROLE regress_quoted... [07:25:28.002](0.000s) ok 4080 - inserts: should not dump CREATE SCHEMA dump_test [07:25:28.002](0.000s) ok 4081 - inserts: should not dump CREATE SCHEMA dump_test_second_schema [07:25:28.003](0.000s) ok 4082 - inserts: should not dump CREATE SCHEMA public [07:25:28.003](0.000s) ok 4083 - inserts: should not dump CREATE SEQUENCE test_table_col1_seq [07:25:28.003](0.000s) ok 4084 - inserts: should not dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:28.003](0.000s) ok 4085 - inserts: should not dump CREATE STATISTICS extended_stats_expression [07:25:28.004](0.000s) ok 4086 - inserts: should not dump CREATE STATISTICS extended_stats_no_options [07:25:28.004](0.000s) ok 4087 - inserts: should not dump CREATE STATISTICS extended_stats_options [07:25:28.004](0.000s) ok 4088 - inserts: should not dump CREATE SUBSCRIPTION sub1 [07:25:28.004](0.000s) ok 4089 - inserts: should not dump CREATE SUBSCRIPTION sub2 [07:25:28.005](0.000s) ok 4090 - inserts: should not dump CREATE SUBSCRIPTION sub3 [07:25:28.005](0.000s) ok 4091 - inserts: should not dump CREATE TABLE fk_reference_test_table [07:25:28.005](0.000s) ok 4092 - inserts: should not dump CREATE TABLE measurement PARTITIONED BY [07:25:28.006](0.000s) ok 4093 - inserts: should not dump CREATE TABLE regress_pg_dump_table_am [07:25:28.006](0.000s) ok 4094 - inserts: should not dump CREATE TABLE table_with_stats [07:25:28.006](0.000s) ok 4095 - inserts: should not dump CREATE TABLE test_compression_method [07:25:28.007](0.000s) ok 4096 - inserts: should not dump CREATE TABLE test_fifth_table [07:25:28.007](0.000s) ok 4097 - inserts: should not dump CREATE TABLE test_fourth_table_zero_col [07:25:28.007](0.000s) ok 4098 - inserts: should not dump CREATE TABLE test_inheritance_child [07:25:28.007](0.000s) ok 4099 - inserts: should not dump CREATE TABLE test_inheritance_parent [07:25:28.008](0.000s) ok 4100 - inserts: should not dump CREATE TABLE test_second_table [07:25:28.008](0.000s) ok 4101 - inserts: should not dump CREATE TABLE test_seventh_table [07:25:28.008](0.000s) ok 4102 - inserts: should not dump CREATE TABLE test_sixth_table [07:25:28.008](0.000s) ok 4103 - inserts: should not dump CREATE TABLE test_table [07:25:28.009](0.000s) ok 4104 - inserts: should not dump CREATE TABLE test_table_generated [07:25:28.009](0.000s) ok 4105 - inserts: should not dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:28.009](0.000s) ok 4106 - inserts: should not dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:28.010](0.000s) ok 4107 - inserts: should not dump CREATE TABLE test_table_identity [07:25:28.010](0.000s) ok 4108 - inserts: should not dump CREATE TABLE test_third_table_generated_cols [07:25:28.010](0.000s) ok 4109 - inserts: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:28.010](0.000s) ok 4110 - inserts: should not dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:28.011](0.000s) ok 4111 - inserts: should not dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:28.011](0.000s) ok 4112 - inserts: should not dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:28.011](0.000s) ok 4113 - inserts: should not dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:28.011](0.000s) ok 4114 - inserts: should not dump CREATE TRANSFORM FOR int [07:25:28.011](0.000s) ok 4115 - inserts: should not dump CREATE TRIGGER test_trigger [07:25:28.012](0.000s) ok 4116 - inserts: should not dump CREATE TYPE dump_test.composite [07:25:28.012](0.000s) ok 4117 - inserts: should not dump CREATE TYPE dump_test.int42 [07:25:28.023](0.010s) ok 4118 - inserts: should not dump CREATE TYPE dump_test.int42 populated [07:25:28.023](0.000s) ok 4119 - inserts: should not dump CREATE TYPE dump_test.planets AS ENUM [07:25:28.026](0.003s) ok 4120 - inserts: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:28.035](0.009s) ok 4121 - inserts: should not dump CREATE TYPE dump_test.textrange AS RANGE [07:25:28.039](0.004s) ok 4122 - inserts: should not dump CREATE TYPE dump_test.undefined [07:25:28.039](0.000s) ok 4123 - inserts: should not dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:28.039](0.000s) ok 4124 - inserts: should not dump CREATE VIEW test_view [07:25:28.040](0.000s) ok 4125 - inserts: should not dump Check ordering of a function that depends on a primary key [07:25:28.040](0.000s) ok 4126 - inserts: should not dump Check ordering of a matview that depends on a primary key [07:25:28.040](0.000s) ok 4127 - inserts: should not dump Creation of row-level trigger in partitioned table [07:25:28.040](0.000s) ok 4128 - inserts: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:28.041](0.000s) ok 4129 - inserts: should not dump DROP EXTENSION plpgsql [07:25:28.041](0.000s) ok 4130 - inserts: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:28.041](0.000s) ok 4131 - inserts: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:28.041](0.000s) ok 4132 - inserts: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:28.042](0.000s) ok 4133 - inserts: should not dump DROP LANGUAGE pltestlang [07:25:28.042](0.000s) ok 4134 - inserts: should not dump DROP ROLE pg_ [07:25:28.042](0.000s) ok 4135 - inserts: should not dump DROP ROLE regress_dump_test_role [07:25:28.043](0.000s) ok 4136 - inserts: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:28.043](0.001s) ok 4137 - inserts: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:28.044](0.000s) ok 4138 - inserts: should not dump DROP SCHEMA IF EXISTS public [07:25:28.044](0.000s) ok 4139 - inserts: should not dump DROP SCHEMA dump_test [07:25:28.044](0.000s) ok 4140 - inserts: should not dump DROP SCHEMA dump_test_second_schema [07:25:28.044](0.000s) ok 4141 - inserts: should not dump DROP SCHEMA public [07:25:28.045](0.000s) ok 4142 - inserts: should not dump DROP TABLE IF EXISTS test_second_table [07:25:28.045](0.000s) ok 4143 - inserts: should not dump DROP TABLE IF EXISTS test_table [07:25:28.053](0.008s) ok 4144 - inserts: should not dump DROP TABLE fk_reference_test_table [07:25:28.055](0.002s) ok 4145 - inserts: should not dump DROP TABLE test_second_table [07:25:28.056](0.001s) ok 4146 - inserts: should not dump DROP TABLE test_table [07:25:28.057](0.000s) ok 4147 - inserts: should not dump Disabled trigger on partition is altered [07:25:28.057](0.000s) ok 4148 - inserts: should not dump Disabled trigger on partition is not created [07:25:28.057](0.000s) ok 4149 - inserts: should dump GRANT ALL ON LARGE OBJECT ... [07:25:28.058](0.000s) ok 4150 - inserts: should not dump GRANT CREATE ON DATABASE dump_test [07:25:28.058](0.000s) ok 4151 - inserts: should not dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:28.058](0.000s) ok 4152 - inserts: should not dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:28.058](0.000s) ok 4153 - inserts: should not dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:28.058](0.000s) ok 4154 - inserts: should not dump GRANT SELECT ON TABLE measurement [07:25:28.059](0.000s) ok 4155 - inserts: should not dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:28.059](0.000s) ok 4156 - inserts: should not dump GRANT SELECT ON TABLE test_table [07:25:28.059](0.000s) ok 4157 - inserts: should not dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:28.059](0.000s) ok 4158 - inserts: should not dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:28.059](0.000s) ok 4159 - inserts: should not dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:28.059](0.000s) ok 4160 - inserts: should not dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:28.059](0.000s) ok 4161 - inserts: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:28.059](0.000s) ok 4162 - inserts: should not dump GRANT USAGE ON TYPE dump_test.int42 [07:25:28.060](0.000s) ok 4163 - inserts: should not dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:28.060](0.000s) ok 4164 - inserts: should not dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:28.060](0.000s) ok 4165 - inserts: should not dump INSERT INTO test_fifth_table [07:25:28.060](0.000s) ok 4166 - inserts: should dump INSERT INTO test_fourth_table [07:25:28.061](0.000s) ok 4167 - inserts: should not dump INSERT INTO test_second_table [07:25:28.061](0.000s) ok 4168 - inserts: should not dump INSERT INTO test_table [07:25:28.061](0.000s) ok 4169 - inserts: should not dump INSERT INTO test_table_identity [07:25:28.061](0.000s) ok 4170 - inserts: should dump INSERT INTO test_third_table [07:25:28.061](0.000s) ok 4171 - inserts: should not dump INSERT INTO test_third_table (colnames) [07:25:28.061](0.000s) ok 4172 - inserts: should dump LO create (using lo_from_bytea) [07:25:28.061](0.000s) ok 4173 - inserts: should dump LO create (with no data) [07:25:28.061](0.000s) ok 4174 - inserts: should dump LO load (using lo_from_bytea) [07:25:28.061](0.000s) ok 4175 - inserts: should not dump Partition measurement_y2006m2 creation [07:25:28.061](0.000s) ok 4176 - inserts: should not dump REFRESH MATERIALIZED VIEW matview [07:25:28.062](0.000s) ok 4177 - inserts: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:28.062](0.000s) ok 4178 - inserts: should not dump REFRESH MATERIALIZED VIEW matview_second [07:25:28.062](0.000s) ok 4179 - inserts: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:28.062](0.000s) ok 4180 - inserts: should not dump REVOKE ALL ON SCHEMA public [07:25:28.062](0.000s) ok 4181 - inserts: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:28.063](0.000s) ok 4182 - inserts: should not dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:28.064](0.001s) ok 4183 - inserts: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:28.064](0.000s) ok 4184 - inserts: should not dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:28.064](0.000s) ok 4185 - inserts: should not dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:28.064](0.000s) ok 4186 - inserts: should not dump Replica trigger on partition is altered [07:25:28.064](0.000s) ok 4187 - inserts: should not dump Triggers on partitions are not dropped [07:25:28.064](0.000s) ok 4188 - inserts: should not dump test_table with 4-row INSERTs # Running: pg_dump --no-sync --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/no_large_objects.sql -B postgres pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order [07:25:28.484](0.420s) ok 4189 - no_large_objects: pg_dump runs [07:25:28.488](0.003s) ok 4190 - no_large_objects: should dump ALTER COLLATION test0 OWNER TO [07:25:28.488](0.000s) ok 4191 - no_large_objects: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:28.488](0.000s) ok 4192 - no_large_objects: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:28.488](0.000s) ok 4193 - no_large_objects: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:28.489](0.001s) ok 4194 - no_large_objects: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:28.490](0.001s) ok 4195 - no_large_objects: should dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:28.490](0.000s) ok 4196 - no_large_objects: should dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:28.490](0.000s) ok 4197 - no_large_objects: should dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:28.490](0.000s) ok 4198 - no_large_objects: should dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:28.492](0.001s) ok 4199 - no_large_objects: should dump ALTER INDEX ... ATTACH PARTITION [07:25:28.492](0.000s) ok 4200 - no_large_objects: should dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:28.492](0.000s) ok 4201 - no_large_objects: should not dump ALTER LARGE OBJECT ... OWNER TO [07:25:28.493](0.000s) ok 4202 - no_large_objects: should dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:28.493](0.000s) ok 4203 - no_large_objects: should dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:28.493](0.000s) ok 4204 - no_large_objects: should dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:28.494](0.000s) ok 4205 - no_large_objects: should dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:28.494](0.000s) ok 4206 - no_large_objects: should dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:28.498](0.004s) ok 4207 - no_large_objects: should dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:28.501](0.004s) ok 4208 - no_large_objects: should dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:28.502](0.001s) ok 4209 - no_large_objects: should dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:28.503](0.000s) ok 4210 - no_large_objects: should dump ALTER PUBLICATION pub1 OWNER TO [07:25:28.503](0.000s) ok 4211 - no_large_objects: should dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:28.503](0.000s) ok 4212 - no_large_objects: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:28.504](0.000s) ok 4213 - no_large_objects: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:28.504](0.000s) ok 4214 - no_large_objects: should dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:28.507](0.003s) ok 4215 - no_large_objects: should dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:28.507](0.000s) ok 4216 - no_large_objects: should not dump ALTER ROLE regress_dump_test_role [07:25:28.508](0.001s) ok 4217 - no_large_objects: should dump ALTER SCHEMA dump_test OWNER TO [07:25:28.508](0.000s) ok 4218 - no_large_objects: should dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:28.510](0.002s) ok 4219 - no_large_objects: should dump ALTER SCHEMA public OWNER TO [07:25:28.510](0.000s) ok 4220 - no_large_objects: should dump ALTER SEQUENCE test_table_col1_seq [07:25:28.511](0.000s) ok 4221 - no_large_objects: should dump ALTER SERVER s1 OWNER TO [07:25:28.511](0.000s) ok 4222 - no_large_objects: should dump ALTER STATISTICS extended_stats_options [07:25:28.511](0.000s) ok 4223 - no_large_objects: should dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:28.512](0.000s) ok 4224 - no_large_objects: should dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:28.512](0.000s) ok 4225 - no_large_objects: should dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:28.512](0.000s) ok 4226 - no_large_objects: should dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:28.512](0.000s) ok 4227 - no_large_objects: should dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:28.512](0.000s) ok 4228 - no_large_objects: should dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:28.512](0.000s) ok 4229 - no_large_objects: should dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:28.513](0.000s) ok 4230 - no_large_objects: should dump ALTER TABLE measurement OWNER TO [07:25:28.513](0.001s) ok 4231 - no_large_objects: should dump ALTER TABLE measurement PRIMARY KEY [07:25:28.514](0.000s) ok 4232 - no_large_objects: should dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:28.514](0.000s) ok 4233 - no_large_objects: should dump ALTER TABLE test_second_table OWNER TO [07:25:28.514](0.000s) ok 4234 - no_large_objects: should dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:28.515](0.000s) ok 4235 - no_large_objects: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:28.515](0.000s) ok 4236 - no_large_objects: should dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:28.516](0.001s) ok 4237 - no_large_objects: should dump ALTER TABLE test_table OWNER TO [07:25:28.516](0.000s) ok 4238 - no_large_objects: should not dump ALTER TABLE test_table_generated_child1 [07:25:28.517](0.000s) ok 4239 - no_large_objects: should dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:28.517](0.000s) ok 4240 - no_large_objects: should dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:28.518](0.001s) ok 4241 - no_large_objects: should dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:28.518](0.000s) ok 4242 - no_large_objects: should dump ALTER VIEW test_view SET DEFAULT [07:25:28.518](0.000s) ok 4243 - no_large_objects: should dump Always trigger on partition is altered [07:25:28.518](0.000s) ok 4244 - no_large_objects: should dump COMMENT ON COLLATION test0 [07:25:28.518](0.000s) ok 4245 - no_large_objects: should dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:28.518](0.000s) ok 4246 - no_large_objects: should dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:28.518](0.000s) ok 4247 - no_large_objects: should dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:28.519](0.000s) ok 4248 - no_large_objects: should dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:28.519](0.000s) ok 4249 - no_large_objects: should dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:28.519](0.000s) ok 4250 - no_large_objects: should not dump COMMENT ON DATABASE postgres [07:25:28.519](0.000s) ok 4251 - no_large_objects: should not dump COMMENT ON EXTENSION plpgsql [07:25:28.519](0.000s) ok 4252 - no_large_objects: should not dump COMMENT ON LARGE OBJECT ... [07:25:28.520](0.000s) ok 4253 - no_large_objects: should dump COMMENT ON PUBLICATION pub1 [07:25:28.520](0.000s) ok 4254 - no_large_objects: should not dump COMMENT ON SCHEMA public [07:25:28.520](0.000s) ok 4255 - no_large_objects: should dump COMMENT ON SUBSCRIPTION sub1 [07:25:28.520](0.000s) ok 4256 - no_large_objects: should dump COMMENT ON TABLE dump_test.test_table [07:25:28.521](0.000s) ok 4257 - no_large_objects: should dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:28.521](0.000s) ok 4258 - no_large_objects: should dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:28.521](0.000s) ok 4259 - no_large_objects: should dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:28.521](0.000s) ok 4260 - no_large_objects: should dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:28.521](0.000s) ok 4261 - no_large_objects: should dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:28.521](0.000s) ok 4262 - no_large_objects: should dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:28.521](0.000s) ok 4263 - no_large_objects: should dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:28.521](0.000s) ok 4264 - no_large_objects: should dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:28.522](0.000s) ok 4265 - no_large_objects: should dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:28.522](0.000s) ok 4266 - no_large_objects: should dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:28.522](0.000s) ok 4267 - no_large_objects: should dump COPY fk_reference_test_table [07:25:28.522](0.000s) ok 4268 - no_large_objects: should not dump COPY fk_reference_test_table second [07:25:28.523](0.000s) ok 4269 - no_large_objects: should dump COPY measurement [07:25:28.523](0.000s) ok 4270 - no_large_objects: should dump COPY test_compression_method [07:25:28.523](0.000s) ok 4271 - no_large_objects: should dump COPY test_fifth_table [07:25:28.526](0.003s) ok 4272 - no_large_objects: should dump COPY test_fourth_table [07:25:28.529](0.003s) ok 4273 - no_large_objects: should dump COPY test_second_table [07:25:28.529](0.000s) ok 4274 - no_large_objects: should dump COPY test_table [07:25:28.539](0.009s) ok 4275 - no_large_objects: should dump COPY test_table_identity [07:25:28.539](0.000s) ok 4276 - no_large_objects: should dump COPY test_third_table [07:25:28.539](0.000s) ok 4277 - no_large_objects: should dump CREATE ACCESS METHOD gist2 [07:25:28.540](0.000s) ok 4278 - no_large_objects: should dump CREATE ACCESS METHOD regress_test_table_am [07:25:28.540](0.000s) ok 4279 - no_large_objects: should dump CREATE AGGREGATE dump_test.newavg [07:25:28.540](0.000s) ok 4280 - no_large_objects: should dump CREATE CAST FOR timestamptz [07:25:28.541](0.000s) ok 4281 - no_large_objects: should dump CREATE COLLATION test0 FROM "C" [07:25:28.541](0.000s) ok 4282 - no_large_objects: should dump CREATE CONVERSION dump_test.test_conversion [07:25:28.541](0.001s) ok 4283 - no_large_objects: should not dump CREATE DATABASE dump_test [07:25:28.542](0.000s) ok 4284 - no_large_objects: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:28.542](0.000s) ok 4285 - no_large_objects: should not dump CREATE DATABASE postgres [07:25:28.542](0.000s) ok 4286 - no_large_objects: should not dump CREATE DATABASE regression_invalid... [07:25:28.544](0.002s) ok 4287 - no_large_objects: should dump CREATE DOMAIN dump_test.us_postal_code [07:25:28.545](0.000s) ok 4288 - no_large_objects: should dump CREATE EVENT TRIGGER test_event_trigger [07:25:28.545](0.000s) ok 4289 - no_large_objects: should not dump CREATE EXTENSION ... plpgsql [07:25:28.545](0.000s) ok 4290 - no_large_objects: should dump CREATE FOREIGN DATA WRAPPER dummy [07:25:28.546](0.001s) ok 4291 - no_large_objects: should dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:28.546](0.000s) ok 4292 - no_large_objects: should dump CREATE FUNCTION ... SUPPORT [07:25:28.546](0.000s) ok 4293 - no_large_objects: should dump CREATE FUNCTION dump_test.event_trigger_func [07:25:28.547](0.000s) ok 4294 - no_large_objects: should dump CREATE FUNCTION dump_test.int42_in [07:25:28.547](0.000s) ok 4295 - no_large_objects: should dump CREATE FUNCTION dump_test.int42_out [07:25:28.547](0.000s) ok 4296 - no_large_objects: should dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:28.547](0.000s) ok 4297 - no_large_objects: should dump CREATE FUNCTION dump_test.trigger_func [07:25:28.548](0.000s) ok 4298 - no_large_objects: should dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:28.548](0.001s) ok 4299 - no_large_objects: should dump CREATE INDEX ON ONLY measurement [07:25:28.548](0.000s) ok 4300 - no_large_objects: should dump CREATE LANGUAGE pltestlang [07:25:28.549](0.000s) ok 4301 - no_large_objects: should dump CREATE MATERIALIZED VIEW matview [07:25:28.554](0.005s) ok 4302 - no_large_objects: should dump CREATE MATERIALIZED VIEW matview_fourth [07:25:28.556](0.002s) ok 4303 - no_large_objects: should dump CREATE MATERIALIZED VIEW matview_second [07:25:28.560](0.004s) ok 4304 - no_large_objects: should dump CREATE MATERIALIZED VIEW matview_third [07:25:28.565](0.006s) ok 4305 - no_large_objects: should dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:28.566](0.001s) ok 4306 - no_large_objects: should dump CREATE OPERATOR CLASS dump_test.op_class [07:25:28.567](0.001s) ok 4307 - no_large_objects: should dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:28.567](0.000s) ok 4308 - no_large_objects: should dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:28.567](0.000s) ok 4309 - no_large_objects: should dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:28.567](0.000s) ok 4310 - no_large_objects: should dump CREATE POLICY p1 ON test_table [07:25:28.567](0.000s) ok 4311 - no_large_objects: should dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:28.568](0.000s) ok 4312 - no_large_objects: should dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:28.568](0.000s) ok 4313 - no_large_objects: should dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:28.573](0.005s) ok 4314 - no_large_objects: should dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:28.573](0.000s) ok 4315 - no_large_objects: should dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:28.573](0.000s) ok 4316 - no_large_objects: should dump CREATE PROCEDURE dump_test.ptest1 [07:25:28.573](0.000s) ok 4317 - no_large_objects: should dump CREATE PUBLICATION pub1 [07:25:28.574](0.000s) ok 4318 - no_large_objects: should dump CREATE PUBLICATION pub2 [07:25:28.575](0.001s) ok 4319 - no_large_objects: should dump CREATE PUBLICATION pub3 [07:25:28.576](0.001s) ok 4320 - no_large_objects: should dump CREATE PUBLICATION pub4 [07:25:28.576](0.000s) ok 4321 - no_large_objects: should not dump CREATE ROLE regress_dump_test_role [07:25:28.577](0.001s) ok 4322 - no_large_objects: should not dump CREATE ROLE regress_quoted... [07:25:28.578](0.001s) ok 4323 - no_large_objects: should dump CREATE SCHEMA dump_test [07:25:28.578](0.000s) ok 4324 - no_large_objects: should dump CREATE SCHEMA dump_test_second_schema [07:25:28.579](0.000s) ok 4325 - no_large_objects: should not dump CREATE SCHEMA public [07:25:28.581](0.002s) ok 4326 - no_large_objects: should dump CREATE SEQUENCE test_table_col1_seq [07:25:28.582](0.001s) ok 4327 - no_large_objects: should dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:28.582](0.000s) ok 4328 - no_large_objects: should dump CREATE STATISTICS extended_stats_expression [07:25:28.582](0.000s) ok 4329 - no_large_objects: should dump CREATE STATISTICS extended_stats_no_options [07:25:28.583](0.000s) ok 4330 - no_large_objects: should dump CREATE STATISTICS extended_stats_options [07:25:28.583](0.001s) ok 4331 - no_large_objects: should dump CREATE SUBSCRIPTION sub1 [07:25:28.584](0.000s) ok 4332 - no_large_objects: should dump CREATE SUBSCRIPTION sub2 [07:25:28.584](0.000s) ok 4333 - no_large_objects: should dump CREATE SUBSCRIPTION sub3 [07:25:28.584](0.000s) ok 4334 - no_large_objects: should dump CREATE TABLE fk_reference_test_table [07:25:28.584](0.000s) ok 4335 - no_large_objects: should dump CREATE TABLE measurement PARTITIONED BY [07:25:28.585](0.000s) ok 4336 - no_large_objects: should dump CREATE TABLE regress_pg_dump_table_am [07:25:28.585](0.000s) ok 4337 - no_large_objects: should dump CREATE TABLE table_with_stats [07:25:28.585](0.000s) ok 4338 - no_large_objects: should dump CREATE TABLE test_compression_method [07:25:28.585](0.000s) ok 4339 - no_large_objects: should dump CREATE TABLE test_fifth_table [07:25:28.585](0.000s) ok 4340 - no_large_objects: should dump CREATE TABLE test_fourth_table_zero_col [07:25:28.586](0.000s) ok 4341 - no_large_objects: should dump CREATE TABLE test_inheritance_child [07:25:28.586](0.001s) ok 4342 - no_large_objects: should dump CREATE TABLE test_inheritance_parent [07:25:28.586](0.000s) ok 4343 - no_large_objects: should dump CREATE TABLE test_second_table [07:25:28.586](0.000s) ok 4344 - no_large_objects: should dump CREATE TABLE test_seventh_table [07:25:28.587](0.000s) ok 4345 - no_large_objects: should dump CREATE TABLE test_sixth_table [07:25:28.592](0.005s) ok 4346 - no_large_objects: should dump CREATE TABLE test_table [07:25:28.592](0.000s) ok 4347 - no_large_objects: should dump CREATE TABLE test_table_generated [07:25:28.592](0.000s) ok 4348 - no_large_objects: should dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:28.593](0.000s) ok 4349 - no_large_objects: should dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:28.594](0.001s) ok 4350 - no_large_objects: should dump CREATE TABLE test_table_identity [07:25:28.597](0.003s) ok 4351 - no_large_objects: should dump CREATE TABLE test_third_table_generated_cols [07:25:28.598](0.000s) ok 4352 - no_large_objects: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:28.598](0.000s) ok 4353 - no_large_objects: should dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:28.598](0.000s) ok 4354 - no_large_objects: should dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:28.598](0.000s) ok 4355 - no_large_objects: should dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:28.598](0.000s) ok 4356 - no_large_objects: should dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:28.598](0.000s) ok 4357 - no_large_objects: should dump CREATE TRANSFORM FOR int [07:25:28.599](0.000s) ok 4358 - no_large_objects: should dump CREATE TRIGGER test_trigger [07:25:28.599](0.000s) ok 4359 - no_large_objects: should dump CREATE TYPE dump_test.composite [07:25:28.599](0.000s) ok 4360 - no_large_objects: should dump CREATE TYPE dump_test.int42 [07:25:28.599](0.000s) ok 4361 - no_large_objects: should dump CREATE TYPE dump_test.int42 populated [07:25:28.602](0.003s) ok 4362 - no_large_objects: should dump CREATE TYPE dump_test.planets AS ENUM [07:25:28.603](0.000s) ok 4363 - no_large_objects: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:28.603](0.000s) ok 4364 - no_large_objects: should dump CREATE TYPE dump_test.textrange AS RANGE [07:25:28.603](0.000s) ok 4365 - no_large_objects: should dump CREATE TYPE dump_test.undefined [07:25:28.603](0.000s) ok 4366 - no_large_objects: should dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:28.603](0.000s) ok 4367 - no_large_objects: should dump CREATE VIEW test_view [07:25:28.604](0.001s) ok 4368 - no_large_objects: should dump Check ordering of a function that depends on a primary key [07:25:28.605](0.001s) ok 4369 - no_large_objects: should dump Check ordering of a matview that depends on a primary key [07:25:28.605](0.000s) ok 4370 - no_large_objects: should dump Creation of row-level trigger in partitioned table [07:25:28.605](0.000s) ok 4371 - no_large_objects: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:28.607](0.002s) ok 4372 - no_large_objects: should not dump DROP EXTENSION plpgsql [07:25:28.607](0.000s) ok 4373 - no_large_objects: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:28.610](0.003s) ok 4374 - no_large_objects: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:28.610](0.000s) ok 4375 - no_large_objects: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:28.611](0.000s) ok 4376 - no_large_objects: should not dump DROP LANGUAGE pltestlang [07:25:28.614](0.004s) ok 4377 - no_large_objects: should not dump DROP ROLE pg_ [07:25:28.615](0.000s) ok 4378 - no_large_objects: should not dump DROP ROLE regress_dump_test_role [07:25:28.615](0.001s) ok 4379 - no_large_objects: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:28.616](0.001s) ok 4380 - no_large_objects: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:28.616](0.000s) ok 4381 - no_large_objects: should not dump DROP SCHEMA IF EXISTS public [07:25:28.618](0.002s) ok 4382 - no_large_objects: should not dump DROP SCHEMA dump_test [07:25:28.618](0.000s) ok 4383 - no_large_objects: should not dump DROP SCHEMA dump_test_second_schema [07:25:28.620](0.002s) ok 4384 - no_large_objects: should not dump DROP SCHEMA public [07:25:28.620](0.000s) ok 4385 - no_large_objects: should not dump DROP TABLE IF EXISTS test_second_table [07:25:28.621](0.001s) ok 4386 - no_large_objects: should not dump DROP TABLE IF EXISTS test_table [07:25:28.621](0.000s) ok 4387 - no_large_objects: should not dump DROP TABLE fk_reference_test_table [07:25:28.622](0.000s) ok 4388 - no_large_objects: should not dump DROP TABLE test_second_table [07:25:28.622](0.001s) ok 4389 - no_large_objects: should not dump DROP TABLE test_table [07:25:28.623](0.000s) ok 4390 - no_large_objects: should dump Disabled trigger on partition is altered [07:25:28.625](0.002s) ok 4391 - no_large_objects: should not dump Disabled trigger on partition is not created [07:25:28.625](0.000s) ok 4392 - no_large_objects: should not dump GRANT ALL ON LARGE OBJECT ... [07:25:28.627](0.001s) ok 4393 - no_large_objects: should not dump GRANT CREATE ON DATABASE dump_test [07:25:28.627](0.000s) ok 4394 - no_large_objects: should dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:28.627](0.000s) ok 4395 - no_large_objects: should dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:28.627](0.000s) ok 4396 - no_large_objects: should dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:28.628](0.000s) ok 4397 - no_large_objects: should dump GRANT SELECT ON TABLE measurement [07:25:28.628](0.000s) ok 4398 - no_large_objects: should dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:28.628](0.000s) ok 4399 - no_large_objects: should dump GRANT SELECT ON TABLE test_table [07:25:28.628](0.000s) ok 4400 - no_large_objects: should dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:28.628](0.000s) ok 4401 - no_large_objects: should dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:28.631](0.003s) ok 4402 - no_large_objects: should dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:28.632](0.000s) ok 4403 - no_large_objects: should dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:28.632](0.000s) ok 4404 - no_large_objects: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:28.632](0.000s) ok 4405 - no_large_objects: should dump GRANT USAGE ON TYPE dump_test.int42 [07:25:28.639](0.007s) ok 4406 - no_large_objects: should dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:28.639](0.000s) ok 4407 - no_large_objects: should dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:28.642](0.003s) ok 4408 - no_large_objects: should not dump INSERT INTO test_fifth_table [07:25:28.643](0.001s) ok 4409 - no_large_objects: should not dump INSERT INTO test_fourth_table [07:25:28.644](0.001s) ok 4410 - no_large_objects: should not dump INSERT INTO test_second_table [07:25:28.647](0.003s) ok 4411 - no_large_objects: should not dump INSERT INTO test_table [07:25:28.647](0.000s) ok 4412 - no_large_objects: should not dump INSERT INTO test_table_identity [07:25:28.649](0.002s) ok 4413 - no_large_objects: should not dump INSERT INTO test_third_table [07:25:28.651](0.002s) ok 4414 - no_large_objects: should not dump INSERT INTO test_third_table (colnames) [07:25:28.651](0.000s) ok 4415 - no_large_objects: should not dump LO create (using lo_from_bytea) [07:25:28.656](0.005s) ok 4416 - no_large_objects: should not dump LO create (with no data) [07:25:28.657](0.000s) ok 4417 - no_large_objects: should not dump LO load (using lo_from_bytea) [07:25:28.658](0.002s) ok 4418 - no_large_objects: should dump Partition measurement_y2006m2 creation [07:25:28.659](0.001s) ok 4419 - no_large_objects: should dump REFRESH MATERIALIZED VIEW matview [07:25:28.659](0.000s) ok 4420 - no_large_objects: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:28.660](0.001s) ok 4421 - no_large_objects: should dump REFRESH MATERIALIZED VIEW matview_second [07:25:28.660](0.000s) ok 4422 - no_large_objects: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:28.661](0.000s) ok 4423 - no_large_objects: should dump REVOKE ALL ON SCHEMA public [07:25:28.661](0.000s) ok 4424 - no_large_objects: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:28.661](0.000s) ok 4425 - no_large_objects: should dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:28.700](0.039s) ok 4426 - no_large_objects: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:28.700](0.000s) ok 4427 - no_large_objects: should dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:28.700](0.000s) ok 4428 - no_large_objects: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:28.701](0.000s) ok 4429 - no_large_objects: should dump Replica trigger on partition is altered [07:25:28.701](0.000s) ok 4430 - no_large_objects: should not dump Triggers on partitions are not dropped [07:25:28.701](0.000s) ok 4431 - no_large_objects: should not dump test_table with 4-row INSERTs # Running: pg_dump --no-sync --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/no_owner.sql -O postgres pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order [07:25:29.173](0.472s) ok 4432 - no_owner: pg_dump runs [07:25:29.176](0.003s) ok 4433 - no_owner: should not dump ALTER COLLATION test0 OWNER TO [07:25:29.176](0.000s) ok 4434 - no_owner: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:29.176](0.000s) ok 4435 - no_owner: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:29.177](0.000s) ok 4436 - no_owner: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:29.177](0.000s) ok 4437 - no_owner: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:29.177](0.000s) ok 4438 - no_owner: should not dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:29.178](0.000s) ok 4439 - no_owner: should dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:29.178](0.000s) ok 4440 - no_owner: should not dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:29.178](0.000s) ok 4441 - no_owner: should not dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:29.179](0.000s) ok 4442 - no_owner: should dump ALTER INDEX ... ATTACH PARTITION [07:25:29.179](0.000s) ok 4443 - no_owner: should dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:29.179](0.000s) ok 4444 - no_owner: should not dump ALTER LARGE OBJECT ... OWNER TO [07:25:29.179](0.000s) ok 4445 - no_owner: should not dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:29.179](0.000s) ok 4446 - no_owner: should not dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:29.180](0.000s) ok 4447 - no_owner: should dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:29.180](0.000s) ok 4448 - no_owner: should not dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:29.180](0.000s) ok 4449 - no_owner: should dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:29.180](0.000s) ok 4450 - no_owner: should dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:29.180](0.000s) ok 4451 - no_owner: should dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:29.180](0.000s) ok 4452 - no_owner: should dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:29.180](0.000s) ok 4453 - no_owner: should not dump ALTER PUBLICATION pub1 OWNER TO [07:25:29.181](0.000s) ok 4454 - no_owner: should dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:29.181](0.000s) ok 4455 - no_owner: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:29.181](0.000s) ok 4456 - no_owner: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:29.181](0.000s) ok 4457 - no_owner: should dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:29.181](0.000s) ok 4458 - no_owner: should dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:29.182](0.000s) ok 4459 - no_owner: should not dump ALTER ROLE regress_dump_test_role [07:25:29.182](0.000s) ok 4460 - no_owner: should not dump ALTER SCHEMA dump_test OWNER TO [07:25:29.182](0.000s) ok 4461 - no_owner: should not dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:29.182](0.000s) ok 4462 - no_owner: should not dump ALTER SCHEMA public OWNER TO [07:25:29.183](0.000s) ok 4463 - no_owner: should dump ALTER SEQUENCE test_table_col1_seq [07:25:29.183](0.000s) ok 4464 - no_owner: should not dump ALTER SERVER s1 OWNER TO [07:25:29.183](0.000s) ok 4465 - no_owner: should dump ALTER STATISTICS extended_stats_options [07:25:29.183](0.000s) ok 4466 - no_owner: should dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:29.183](0.000s) ok 4467 - no_owner: should dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:29.184](0.000s) ok 4468 - no_owner: should dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:29.184](0.000s) ok 4469 - no_owner: should dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:29.184](0.000s) ok 4470 - no_owner: should dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:29.184](0.000s) ok 4471 - no_owner: should dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:29.184](0.000s) ok 4472 - no_owner: should dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:29.184](0.000s) ok 4473 - no_owner: should not dump ALTER TABLE measurement OWNER TO [07:25:29.185](0.000s) ok 4474 - no_owner: should dump ALTER TABLE measurement PRIMARY KEY [07:25:29.185](0.000s) ok 4475 - no_owner: should not dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:29.185](0.000s) ok 4476 - no_owner: should not dump ALTER TABLE test_second_table OWNER TO [07:25:29.185](0.000s) ok 4477 - no_owner: should dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:29.185](0.000s) ok 4478 - no_owner: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:29.185](0.000s) ok 4479 - no_owner: should dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:29.186](0.000s) ok 4480 - no_owner: should not dump ALTER TABLE test_table OWNER TO [07:25:29.186](0.000s) ok 4481 - no_owner: should not dump ALTER TABLE test_table_generated_child1 [07:25:29.188](0.002s) ok 4482 - no_owner: should not dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:29.188](0.000s) ok 4483 - no_owner: should dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:29.189](0.000s) ok 4484 - no_owner: should not dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:29.189](0.000s) ok 4485 - no_owner: should dump ALTER VIEW test_view SET DEFAULT [07:25:29.189](0.000s) ok 4486 - no_owner: should dump Always trigger on partition is altered [07:25:29.189](0.000s) ok 4487 - no_owner: should dump COMMENT ON COLLATION test0 [07:25:29.190](0.000s) ok 4488 - no_owner: should dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:29.190](0.000s) ok 4489 - no_owner: should dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:29.190](0.000s) ok 4490 - no_owner: should dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:29.191](0.000s) ok 4491 - no_owner: should dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:29.191](0.000s) ok 4492 - no_owner: should dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:29.191](0.000s) ok 4493 - no_owner: should not dump COMMENT ON DATABASE postgres [07:25:29.191](0.000s) ok 4494 - no_owner: should not dump COMMENT ON EXTENSION plpgsql [07:25:29.191](0.000s) ok 4495 - no_owner: should dump COMMENT ON LARGE OBJECT ... [07:25:29.192](0.000s) ok 4496 - no_owner: should dump COMMENT ON PUBLICATION pub1 [07:25:29.192](0.000s) ok 4497 - no_owner: should not dump COMMENT ON SCHEMA public [07:25:29.192](0.000s) ok 4498 - no_owner: should dump COMMENT ON SUBSCRIPTION sub1 [07:25:29.192](0.000s) ok 4499 - no_owner: should dump COMMENT ON TABLE dump_test.test_table [07:25:29.193](0.000s) ok 4500 - no_owner: should dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:29.193](0.000s) ok 4501 - no_owner: should dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:29.193](0.000s) ok 4502 - no_owner: should dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:29.193](0.000s) ok 4503 - no_owner: should dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:29.193](0.000s) ok 4504 - no_owner: should dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:29.193](0.000s) ok 4505 - no_owner: should dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:29.193](0.000s) ok 4506 - no_owner: should dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:29.193](0.000s) ok 4507 - no_owner: should dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:29.194](0.000s) ok 4508 - no_owner: should dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:29.195](0.001s) ok 4509 - no_owner: should dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:29.195](0.000s) ok 4510 - no_owner: should dump COPY fk_reference_test_table [07:25:29.196](0.000s) ok 4511 - no_owner: should not dump COPY fk_reference_test_table second [07:25:29.196](0.000s) ok 4512 - no_owner: should dump COPY measurement [07:25:29.196](0.000s) ok 4513 - no_owner: should dump COPY test_compression_method [07:25:29.196](0.000s) ok 4514 - no_owner: should dump COPY test_fifth_table [07:25:29.196](0.000s) ok 4515 - no_owner: should dump COPY test_fourth_table [07:25:29.197](0.000s) ok 4516 - no_owner: should dump COPY test_second_table [07:25:29.197](0.000s) ok 4517 - no_owner: should dump COPY test_table [07:25:29.197](0.000s) ok 4518 - no_owner: should dump COPY test_table_identity [07:25:29.197](0.000s) ok 4519 - no_owner: should dump COPY test_third_table [07:25:29.197](0.000s) ok 4520 - no_owner: should dump CREATE ACCESS METHOD gist2 [07:25:29.197](0.000s) ok 4521 - no_owner: should dump CREATE ACCESS METHOD regress_test_table_am [07:25:29.197](0.000s) ok 4522 - no_owner: should dump CREATE AGGREGATE dump_test.newavg [07:25:29.198](0.000s) ok 4523 - no_owner: should dump CREATE CAST FOR timestamptz [07:25:29.198](0.000s) ok 4524 - no_owner: should dump CREATE COLLATION test0 FROM "C" [07:25:29.198](0.000s) ok 4525 - no_owner: should dump CREATE CONVERSION dump_test.test_conversion [07:25:29.198](0.000s) ok 4526 - no_owner: should not dump CREATE DATABASE dump_test [07:25:29.198](0.000s) ok 4527 - no_owner: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:29.198](0.000s) ok 4528 - no_owner: should not dump CREATE DATABASE postgres [07:25:29.199](0.000s) ok 4529 - no_owner: should not dump CREATE DATABASE regression_invalid... [07:25:29.200](0.002s) ok 4530 - no_owner: should dump CREATE DOMAIN dump_test.us_postal_code [07:25:29.200](0.000s) ok 4531 - no_owner: should dump CREATE EVENT TRIGGER test_event_trigger [07:25:29.200](0.000s) ok 4532 - no_owner: should not dump CREATE EXTENSION ... plpgsql [07:25:29.201](0.000s) ok 4533 - no_owner: should dump CREATE FOREIGN DATA WRAPPER dummy [07:25:29.201](0.000s) ok 4534 - no_owner: should dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:29.201](0.000s) ok 4535 - no_owner: should dump CREATE FUNCTION ... SUPPORT [07:25:29.202](0.000s) ok 4536 - no_owner: should dump CREATE FUNCTION dump_test.event_trigger_func [07:25:29.202](0.000s) ok 4537 - no_owner: should dump CREATE FUNCTION dump_test.int42_in [07:25:29.202](0.000s) ok 4538 - no_owner: should dump CREATE FUNCTION dump_test.int42_out [07:25:29.202](0.000s) ok 4539 - no_owner: should dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:29.202](0.000s) ok 4540 - no_owner: should dump CREATE FUNCTION dump_test.trigger_func [07:25:29.202](0.000s) ok 4541 - no_owner: should dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:29.203](0.000s) ok 4542 - no_owner: should dump CREATE INDEX ON ONLY measurement [07:25:29.203](0.000s) ok 4543 - no_owner: should dump CREATE LANGUAGE pltestlang [07:25:29.203](0.000s) ok 4544 - no_owner: should dump CREATE MATERIALIZED VIEW matview [07:25:29.203](0.000s) ok 4545 - no_owner: should dump CREATE MATERIALIZED VIEW matview_fourth [07:25:29.203](0.000s) ok 4546 - no_owner: should dump CREATE MATERIALIZED VIEW matview_second [07:25:29.204](0.000s) ok 4547 - no_owner: should dump CREATE MATERIALIZED VIEW matview_third [07:25:29.204](0.000s) ok 4548 - no_owner: should dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:29.204](0.000s) ok 4549 - no_owner: should dump CREATE OPERATOR CLASS dump_test.op_class [07:25:29.205](0.001s) ok 4550 - no_owner: should dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:29.205](0.000s) ok 4551 - no_owner: should dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:29.206](0.000s) ok 4552 - no_owner: should dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:29.206](0.000s) ok 4553 - no_owner: should dump CREATE POLICY p1 ON test_table [07:25:29.206](0.000s) ok 4554 - no_owner: should dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:29.207](0.000s) ok 4555 - no_owner: should dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:29.207](0.000s) ok 4556 - no_owner: should dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:29.207](0.000s) ok 4557 - no_owner: should dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:29.207](0.000s) ok 4558 - no_owner: should dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:29.207](0.000s) ok 4559 - no_owner: should dump CREATE PROCEDURE dump_test.ptest1 [07:25:29.207](0.000s) ok 4560 - no_owner: should dump CREATE PUBLICATION pub1 [07:25:29.208](0.000s) ok 4561 - no_owner: should dump CREATE PUBLICATION pub2 [07:25:29.208](0.000s) ok 4562 - no_owner: should dump CREATE PUBLICATION pub3 [07:25:29.208](0.000s) ok 4563 - no_owner: should dump CREATE PUBLICATION pub4 [07:25:29.208](0.000s) ok 4564 - no_owner: should not dump CREATE ROLE regress_dump_test_role [07:25:29.208](0.000s) ok 4565 - no_owner: should not dump CREATE ROLE regress_quoted... [07:25:29.208](0.000s) ok 4566 - no_owner: should dump CREATE SCHEMA dump_test [07:25:29.208](0.000s) ok 4567 - no_owner: should dump CREATE SCHEMA dump_test_second_schema [07:25:29.208](0.000s) ok 4568 - no_owner: should not dump CREATE SCHEMA public [07:25:29.209](0.000s) ok 4569 - no_owner: should dump CREATE SEQUENCE test_table_col1_seq [07:25:29.209](0.000s) ok 4570 - no_owner: should dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:29.209](0.000s) ok 4571 - no_owner: should dump CREATE STATISTICS extended_stats_expression [07:25:29.210](0.000s) ok 4572 - no_owner: should dump CREATE STATISTICS extended_stats_no_options [07:25:29.210](0.000s) ok 4573 - no_owner: should dump CREATE STATISTICS extended_stats_options [07:25:29.210](0.000s) ok 4574 - no_owner: should dump CREATE SUBSCRIPTION sub1 [07:25:29.211](0.000s) ok 4575 - no_owner: should dump CREATE SUBSCRIPTION sub2 [07:25:29.211](0.000s) ok 4576 - no_owner: should dump CREATE SUBSCRIPTION sub3 [07:25:29.211](0.000s) ok 4577 - no_owner: should dump CREATE TABLE fk_reference_test_table [07:25:29.211](0.000s) ok 4578 - no_owner: should dump CREATE TABLE measurement PARTITIONED BY [07:25:29.211](0.000s) ok 4579 - no_owner: should dump CREATE TABLE regress_pg_dump_table_am [07:25:29.211](0.000s) ok 4580 - no_owner: should dump CREATE TABLE table_with_stats [07:25:29.211](0.000s) ok 4581 - no_owner: should dump CREATE TABLE test_compression_method [07:25:29.211](0.000s) ok 4582 - no_owner: should dump CREATE TABLE test_fifth_table [07:25:29.211](0.000s) ok 4583 - no_owner: should dump CREATE TABLE test_fourth_table_zero_col [07:25:29.212](0.000s) ok 4584 - no_owner: should dump CREATE TABLE test_inheritance_child [07:25:29.212](0.000s) ok 4585 - no_owner: should dump CREATE TABLE test_inheritance_parent [07:25:29.212](0.000s) ok 4586 - no_owner: should dump CREATE TABLE test_second_table [07:25:29.212](0.000s) ok 4587 - no_owner: should dump CREATE TABLE test_seventh_table [07:25:29.212](0.000s) ok 4588 - no_owner: should dump CREATE TABLE test_sixth_table [07:25:29.213](0.002s) ok 4589 - no_owner: should dump CREATE TABLE test_table [07:25:29.214](0.000s) ok 4590 - no_owner: should dump CREATE TABLE test_table_generated [07:25:29.214](0.000s) ok 4591 - no_owner: should dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:29.214](0.000s) ok 4592 - no_owner: should dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:29.214](0.000s) ok 4593 - no_owner: should dump CREATE TABLE test_table_identity [07:25:29.214](0.000s) ok 4594 - no_owner: should dump CREATE TABLE test_third_table_generated_cols [07:25:29.215](0.000s) ok 4595 - no_owner: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:29.215](0.000s) ok 4596 - no_owner: should dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:29.215](0.000s) ok 4597 - no_owner: should dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:29.216](0.000s) ok 4598 - no_owner: should dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:29.216](0.000s) ok 4599 - no_owner: should dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:29.216](0.000s) ok 4600 - no_owner: should dump CREATE TRANSFORM FOR int [07:25:29.217](0.000s) ok 4601 - no_owner: should dump CREATE TRIGGER test_trigger [07:25:29.217](0.000s) ok 4602 - no_owner: should dump CREATE TYPE dump_test.composite [07:25:29.217](0.000s) ok 4603 - no_owner: should dump CREATE TYPE dump_test.int42 [07:25:29.217](0.000s) ok 4604 - no_owner: should dump CREATE TYPE dump_test.int42 populated [07:25:29.218](0.000s) ok 4605 - no_owner: should dump CREATE TYPE dump_test.planets AS ENUM [07:25:29.218](0.000s) ok 4606 - no_owner: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:29.218](0.000s) ok 4607 - no_owner: should dump CREATE TYPE dump_test.textrange AS RANGE [07:25:29.218](0.000s) ok 4608 - no_owner: should dump CREATE TYPE dump_test.undefined [07:25:29.218](0.000s) ok 4609 - no_owner: should dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:29.218](0.000s) ok 4610 - no_owner: should dump CREATE VIEW test_view [07:25:29.219](0.000s) ok 4611 - no_owner: should dump Check ordering of a function that depends on a primary key [07:25:29.219](0.001s) ok 4612 - no_owner: should dump Check ordering of a matview that depends on a primary key [07:25:29.220](0.000s) ok 4613 - no_owner: should dump Creation of row-level trigger in partitioned table [07:25:29.220](0.000s) ok 4614 - no_owner: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:29.220](0.000s) ok 4615 - no_owner: should not dump DROP EXTENSION plpgsql [07:25:29.220](0.000s) ok 4616 - no_owner: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:29.220](0.000s) ok 4617 - no_owner: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:29.221](0.000s) ok 4618 - no_owner: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:29.221](0.000s) ok 4619 - no_owner: should not dump DROP LANGUAGE pltestlang [07:25:29.221](0.001s) ok 4620 - no_owner: should not dump DROP ROLE pg_ [07:25:29.222](0.000s) ok 4621 - no_owner: should not dump DROP ROLE regress_dump_test_role [07:25:29.222](0.000s) ok 4622 - no_owner: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:29.223](0.000s) ok 4623 - no_owner: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:29.223](0.000s) ok 4624 - no_owner: should not dump DROP SCHEMA IF EXISTS public [07:25:29.223](0.000s) ok 4625 - no_owner: should not dump DROP SCHEMA dump_test [07:25:29.223](0.000s) ok 4626 - no_owner: should not dump DROP SCHEMA dump_test_second_schema [07:25:29.223](0.000s) ok 4627 - no_owner: should not dump DROP SCHEMA public [07:25:29.224](0.000s) ok 4628 - no_owner: should not dump DROP TABLE IF EXISTS test_second_table [07:25:29.224](0.000s) ok 4629 - no_owner: should not dump DROP TABLE IF EXISTS test_table [07:25:29.224](0.000s) ok 4630 - no_owner: should not dump DROP TABLE fk_reference_test_table [07:25:29.225](0.000s) ok 4631 - no_owner: should not dump DROP TABLE test_second_table [07:25:29.225](0.000s) ok 4632 - no_owner: should not dump DROP TABLE test_table [07:25:29.225](0.000s) ok 4633 - no_owner: should dump Disabled trigger on partition is altered [07:25:29.226](0.000s) ok 4634 - no_owner: should not dump Disabled trigger on partition is not created [07:25:29.226](0.000s) ok 4635 - no_owner: should dump GRANT ALL ON LARGE OBJECT ... [07:25:29.226](0.000s) ok 4636 - no_owner: should not dump GRANT CREATE ON DATABASE dump_test [07:25:29.227](0.000s) ok 4637 - no_owner: should dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:29.227](0.000s) ok 4638 - no_owner: should dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:29.228](0.001s) ok 4639 - no_owner: should dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:29.228](0.000s) ok 4640 - no_owner: should dump GRANT SELECT ON TABLE measurement [07:25:29.228](0.000s) ok 4641 - no_owner: should dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:29.229](0.001s) ok 4642 - no_owner: should dump GRANT SELECT ON TABLE test_table [07:25:29.229](0.000s) ok 4643 - no_owner: should dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:29.229](0.000s) ok 4644 - no_owner: should dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:29.229](0.000s) ok 4645 - no_owner: should dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:29.229](0.000s) ok 4646 - no_owner: should dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:29.230](0.000s) ok 4647 - no_owner: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:29.230](0.000s) ok 4648 - no_owner: should dump GRANT USAGE ON TYPE dump_test.int42 [07:25:29.230](0.000s) ok 4649 - no_owner: should dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:29.231](0.000s) ok 4650 - no_owner: should dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:29.231](0.000s) ok 4651 - no_owner: should not dump INSERT INTO test_fifth_table [07:25:29.231](0.000s) ok 4652 - no_owner: should not dump INSERT INTO test_fourth_table [07:25:29.231](0.000s) ok 4653 - no_owner: should not dump INSERT INTO test_second_table [07:25:29.231](0.000s) ok 4654 - no_owner: should not dump INSERT INTO test_table [07:25:29.232](0.000s) ok 4655 - no_owner: should not dump INSERT INTO test_table_identity [07:25:29.232](0.000s) ok 4656 - no_owner: should not dump INSERT INTO test_third_table [07:25:29.232](0.000s) ok 4657 - no_owner: should not dump INSERT INTO test_third_table (colnames) [07:25:29.233](0.000s) ok 4658 - no_owner: should dump LO create (using lo_from_bytea) [07:25:29.233](0.000s) ok 4659 - no_owner: should dump LO create (with no data) [07:25:29.233](0.000s) ok 4660 - no_owner: should dump LO load (using lo_from_bytea) [07:25:29.233](0.000s) ok 4661 - no_owner: should dump Partition measurement_y2006m2 creation [07:25:29.233](0.000s) ok 4662 - no_owner: should dump REFRESH MATERIALIZED VIEW matview [07:25:29.233](0.000s) ok 4663 - no_owner: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:29.234](0.000s) ok 4664 - no_owner: should dump REFRESH MATERIALIZED VIEW matview_second [07:25:29.234](0.000s) ok 4665 - no_owner: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:29.234](0.000s) ok 4666 - no_owner: should dump REVOKE ALL ON SCHEMA public [07:25:29.234](0.000s) ok 4667 - no_owner: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:29.234](0.000s) ok 4668 - no_owner: should dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:29.254](0.019s) ok 4669 - no_owner: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:29.254](0.000s) ok 4670 - no_owner: should dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:29.254](0.000s) ok 4671 - no_owner: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:29.254](0.000s) ok 4672 - no_owner: should dump Replica trigger on partition is altered [07:25:29.254](0.000s) ok 4673 - no_owner: should not dump Triggers on partitions are not dropped [07:25:29.255](0.000s) ok 4674 - no_owner: should not dump test_table with 4-row INSERTs # Running: pg_dump --no-sync --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/no_privs.sql -x postgres pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order [07:25:29.770](0.515s) ok 4675 - no_privs: pg_dump runs [07:25:29.772](0.002s) ok 4676 - no_privs: should dump ALTER COLLATION test0 OWNER TO [07:25:29.772](0.000s) ok 4677 - no_privs: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:29.772](0.000s) ok 4678 - no_privs: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:29.772](0.000s) ok 4679 - no_privs: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:29.772](0.000s) ok 4680 - no_privs: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:29.772](0.000s) ok 4681 - no_privs: should dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:29.772](0.000s) ok 4682 - no_privs: should dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:29.773](0.000s) ok 4683 - no_privs: should dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:29.773](0.000s) ok 4684 - no_privs: should dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:29.773](0.000s) ok 4685 - no_privs: should dump ALTER INDEX ... ATTACH PARTITION [07:25:29.773](0.000s) ok 4686 - no_privs: should dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:29.773](0.000s) ok 4687 - no_privs: should dump ALTER LARGE OBJECT ... OWNER TO [07:25:29.773](0.000s) ok 4688 - no_privs: should dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:29.773](0.000s) ok 4689 - no_privs: should dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:29.773](0.000s) ok 4690 - no_privs: should dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:29.773](0.000s) ok 4691 - no_privs: should dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:29.773](0.000s) ok 4692 - no_privs: should dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:29.773](0.000s) ok 4693 - no_privs: should dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:29.774](0.000s) ok 4694 - no_privs: should dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:29.774](0.000s) ok 4695 - no_privs: should dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:29.774](0.000s) ok 4696 - no_privs: should dump ALTER PUBLICATION pub1 OWNER TO [07:25:29.774](0.000s) ok 4697 - no_privs: should dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:29.774](0.000s) ok 4698 - no_privs: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:29.774](0.000s) ok 4699 - no_privs: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:29.774](0.000s) ok 4700 - no_privs: should dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:29.774](0.000s) ok 4701 - no_privs: should dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:29.774](0.000s) ok 4702 - no_privs: should not dump ALTER ROLE regress_dump_test_role [07:25:29.775](0.000s) ok 4703 - no_privs: should dump ALTER SCHEMA dump_test OWNER TO [07:25:29.775](0.000s) ok 4704 - no_privs: should dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:29.775](0.000s) ok 4705 - no_privs: should dump ALTER SCHEMA public OWNER TO [07:25:29.775](0.000s) ok 4706 - no_privs: should dump ALTER SEQUENCE test_table_col1_seq [07:25:29.775](0.000s) ok 4707 - no_privs: should dump ALTER SERVER s1 OWNER TO [07:25:29.775](0.000s) ok 4708 - no_privs: should dump ALTER STATISTICS extended_stats_options [07:25:29.775](0.000s) ok 4709 - no_privs: should dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:29.775](0.000s) ok 4710 - no_privs: should dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:29.775](0.000s) ok 4711 - no_privs: should dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:29.775](0.000s) ok 4712 - no_privs: should dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:29.775](0.000s) ok 4713 - no_privs: should dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:29.776](0.000s) ok 4714 - no_privs: should dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:29.776](0.000s) ok 4715 - no_privs: should dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:29.776](0.000s) ok 4716 - no_privs: should dump ALTER TABLE measurement OWNER TO [07:25:29.776](0.000s) ok 4717 - no_privs: should dump ALTER TABLE measurement PRIMARY KEY [07:25:29.776](0.000s) ok 4718 - no_privs: should dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:29.776](0.000s) ok 4719 - no_privs: should dump ALTER TABLE test_second_table OWNER TO [07:25:29.776](0.000s) ok 4720 - no_privs: should dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:29.776](0.000s) ok 4721 - no_privs: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:29.776](0.000s) ok 4722 - no_privs: should dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:29.776](0.000s) ok 4723 - no_privs: should dump ALTER TABLE test_table OWNER TO [07:25:29.776](0.000s) ok 4724 - no_privs: should not dump ALTER TABLE test_table_generated_child1 [07:25:29.777](0.000s) ok 4725 - no_privs: should dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:29.777](0.000s) ok 4726 - no_privs: should dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:29.777](0.000s) ok 4727 - no_privs: should dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:29.777](0.000s) ok 4728 - no_privs: should dump ALTER VIEW test_view SET DEFAULT [07:25:29.777](0.000s) ok 4729 - no_privs: should dump Always trigger on partition is altered [07:25:29.777](0.000s) ok 4730 - no_privs: should dump COMMENT ON COLLATION test0 [07:25:29.777](0.000s) ok 4731 - no_privs: should dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:29.777](0.000s) ok 4732 - no_privs: should dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:29.777](0.000s) ok 4733 - no_privs: should dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:29.777](0.000s) ok 4734 - no_privs: should dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:29.777](0.000s) ok 4735 - no_privs: should dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:29.777](0.000s) ok 4736 - no_privs: should not dump COMMENT ON DATABASE postgres [07:25:29.778](0.000s) ok 4737 - no_privs: should not dump COMMENT ON EXTENSION plpgsql [07:25:29.778](0.000s) ok 4738 - no_privs: should dump COMMENT ON LARGE OBJECT ... [07:25:29.778](0.000s) ok 4739 - no_privs: should dump COMMENT ON PUBLICATION pub1 [07:25:29.778](0.000s) ok 4740 - no_privs: should not dump COMMENT ON SCHEMA public [07:25:29.778](0.000s) ok 4741 - no_privs: should dump COMMENT ON SUBSCRIPTION sub1 [07:25:29.778](0.000s) ok 4742 - no_privs: should dump COMMENT ON TABLE dump_test.test_table [07:25:29.778](0.000s) ok 4743 - no_privs: should dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:29.778](0.000s) ok 4744 - no_privs: should dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:29.778](0.000s) ok 4745 - no_privs: should dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:29.778](0.000s) ok 4746 - no_privs: should dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:29.778](0.000s) ok 4747 - no_privs: should dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:29.779](0.000s) ok 4748 - no_privs: should dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:29.779](0.000s) ok 4749 - no_privs: should dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:29.779](0.000s) ok 4750 - no_privs: should dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:29.779](0.000s) ok 4751 - no_privs: should dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:29.779](0.000s) ok 4752 - no_privs: should dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:29.779](0.000s) ok 4753 - no_privs: should dump COPY fk_reference_test_table [07:25:29.779](0.000s) ok 4754 - no_privs: should not dump COPY fk_reference_test_table second [07:25:29.779](0.000s) ok 4755 - no_privs: should dump COPY measurement [07:25:29.779](0.000s) ok 4756 - no_privs: should dump COPY test_compression_method [07:25:29.779](0.000s) ok 4757 - no_privs: should dump COPY test_fifth_table [07:25:29.780](0.000s) ok 4758 - no_privs: should dump COPY test_fourth_table [07:25:29.780](0.000s) ok 4759 - no_privs: should dump COPY test_second_table [07:25:29.780](0.000s) ok 4760 - no_privs: should dump COPY test_table [07:25:29.780](0.000s) ok 4761 - no_privs: should dump COPY test_table_identity [07:25:29.780](0.000s) ok 4762 - no_privs: should dump COPY test_third_table [07:25:29.780](0.000s) ok 4763 - no_privs: should dump CREATE ACCESS METHOD gist2 [07:25:29.780](0.000s) ok 4764 - no_privs: should dump CREATE ACCESS METHOD regress_test_table_am [07:25:29.780](0.000s) ok 4765 - no_privs: should dump CREATE AGGREGATE dump_test.newavg [07:25:29.780](0.000s) ok 4766 - no_privs: should dump CREATE CAST FOR timestamptz [07:25:29.780](0.000s) ok 4767 - no_privs: should dump CREATE COLLATION test0 FROM "C" [07:25:29.780](0.000s) ok 4768 - no_privs: should dump CREATE CONVERSION dump_test.test_conversion [07:25:29.780](0.000s) ok 4769 - no_privs: should not dump CREATE DATABASE dump_test [07:25:29.781](0.000s) ok 4770 - no_privs: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:29.781](0.000s) ok 4771 - no_privs: should not dump CREATE DATABASE postgres [07:25:29.781](0.000s) ok 4772 - no_privs: should not dump CREATE DATABASE regression_invalid... [07:25:29.782](0.002s) ok 4773 - no_privs: should dump CREATE DOMAIN dump_test.us_postal_code [07:25:29.782](0.000s) ok 4774 - no_privs: should dump CREATE EVENT TRIGGER test_event_trigger [07:25:29.783](0.000s) ok 4775 - no_privs: should not dump CREATE EXTENSION ... plpgsql [07:25:29.783](0.000s) ok 4776 - no_privs: should dump CREATE FOREIGN DATA WRAPPER dummy [07:25:29.783](0.000s) ok 4777 - no_privs: should dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:29.783](0.000s) ok 4778 - no_privs: should dump CREATE FUNCTION ... SUPPORT [07:25:29.783](0.000s) ok 4779 - no_privs: should dump CREATE FUNCTION dump_test.event_trigger_func [07:25:29.783](0.000s) ok 4780 - no_privs: should dump CREATE FUNCTION dump_test.int42_in [07:25:29.783](0.000s) ok 4781 - no_privs: should dump CREATE FUNCTION dump_test.int42_out [07:25:29.783](0.000s) ok 4782 - no_privs: should dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:29.783](0.000s) ok 4783 - no_privs: should dump CREATE FUNCTION dump_test.trigger_func [07:25:29.783](0.000s) ok 4784 - no_privs: should dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:29.783](0.000s) ok 4785 - no_privs: should dump CREATE INDEX ON ONLY measurement [07:25:29.783](0.000s) ok 4786 - no_privs: should dump CREATE LANGUAGE pltestlang [07:25:29.783](0.000s) ok 4787 - no_privs: should dump CREATE MATERIALIZED VIEW matview [07:25:29.783](0.000s) ok 4788 - no_privs: should dump CREATE MATERIALIZED VIEW matview_fourth [07:25:29.784](0.000s) ok 4789 - no_privs: should dump CREATE MATERIALIZED VIEW matview_second [07:25:29.784](0.000s) ok 4790 - no_privs: should dump CREATE MATERIALIZED VIEW matview_third [07:25:29.784](0.000s) ok 4791 - no_privs: should dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:29.784](0.000s) ok 4792 - no_privs: should dump CREATE OPERATOR CLASS dump_test.op_class [07:25:29.784](0.001s) ok 4793 - no_privs: should dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:29.785](0.000s) ok 4794 - no_privs: should dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:29.785](0.000s) ok 4795 - no_privs: should dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:29.785](0.000s) ok 4796 - no_privs: should dump CREATE POLICY p1 ON test_table [07:25:29.785](0.000s) ok 4797 - no_privs: should dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:29.785](0.000s) ok 4798 - no_privs: should dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:29.785](0.000s) ok 4799 - no_privs: should dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:29.785](0.000s) ok 4800 - no_privs: should dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:29.785](0.000s) ok 4801 - no_privs: should dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:29.785](0.000s) ok 4802 - no_privs: should dump CREATE PROCEDURE dump_test.ptest1 [07:25:29.785](0.000s) ok 4803 - no_privs: should dump CREATE PUBLICATION pub1 [07:25:29.786](0.000s) ok 4804 - no_privs: should dump CREATE PUBLICATION pub2 [07:25:29.786](0.000s) ok 4805 - no_privs: should dump CREATE PUBLICATION pub3 [07:25:29.786](0.000s) ok 4806 - no_privs: should dump CREATE PUBLICATION pub4 [07:25:29.786](0.000s) ok 4807 - no_privs: should not dump CREATE ROLE regress_dump_test_role [07:25:29.786](0.000s) ok 4808 - no_privs: should not dump CREATE ROLE regress_quoted... [07:25:29.786](0.000s) ok 4809 - no_privs: should dump CREATE SCHEMA dump_test [07:25:29.786](0.000s) ok 4810 - no_privs: should dump CREATE SCHEMA dump_test_second_schema [07:25:29.786](0.000s) ok 4811 - no_privs: should not dump CREATE SCHEMA public [07:25:29.786](0.000s) ok 4812 - no_privs: should dump CREATE SEQUENCE test_table_col1_seq [07:25:29.786](0.000s) ok 4813 - no_privs: should dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:29.787](0.000s) ok 4814 - no_privs: should dump CREATE STATISTICS extended_stats_expression [07:25:29.787](0.000s) ok 4815 - no_privs: should dump CREATE STATISTICS extended_stats_no_options [07:25:29.787](0.000s) ok 4816 - no_privs: should dump CREATE STATISTICS extended_stats_options [07:25:29.787](0.000s) ok 4817 - no_privs: should dump CREATE SUBSCRIPTION sub1 [07:25:29.787](0.000s) ok 4818 - no_privs: should dump CREATE SUBSCRIPTION sub2 [07:25:29.787](0.000s) ok 4819 - no_privs: should dump CREATE SUBSCRIPTION sub3 [07:25:29.787](0.000s) ok 4820 - no_privs: should dump CREATE TABLE fk_reference_test_table [07:25:29.787](0.000s) ok 4821 - no_privs: should dump CREATE TABLE measurement PARTITIONED BY [07:25:29.787](0.000s) ok 4822 - no_privs: should dump CREATE TABLE regress_pg_dump_table_am [07:25:29.787](0.000s) ok 4823 - no_privs: should dump CREATE TABLE table_with_stats [07:25:29.788](0.000s) ok 4824 - no_privs: should dump CREATE TABLE test_compression_method [07:25:29.788](0.000s) ok 4825 - no_privs: should dump CREATE TABLE test_fifth_table [07:25:29.788](0.000s) ok 4826 - no_privs: should dump CREATE TABLE test_fourth_table_zero_col [07:25:29.788](0.000s) ok 4827 - no_privs: should dump CREATE TABLE test_inheritance_child [07:25:29.788](0.000s) ok 4828 - no_privs: should dump CREATE TABLE test_inheritance_parent [07:25:29.788](0.000s) ok 4829 - no_privs: should dump CREATE TABLE test_second_table [07:25:29.788](0.000s) ok 4830 - no_privs: should dump CREATE TABLE test_seventh_table [07:25:29.788](0.000s) ok 4831 - no_privs: should dump CREATE TABLE test_sixth_table [07:25:29.789](0.001s) ok 4832 - no_privs: should dump CREATE TABLE test_table [07:25:29.790](0.000s) ok 4833 - no_privs: should dump CREATE TABLE test_table_generated [07:25:29.790](0.000s) ok 4834 - no_privs: should dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:29.790](0.000s) ok 4835 - no_privs: should dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:29.790](0.000s) ok 4836 - no_privs: should dump CREATE TABLE test_table_identity [07:25:29.790](0.000s) ok 4837 - no_privs: should dump CREATE TABLE test_third_table_generated_cols [07:25:29.790](0.000s) ok 4838 - no_privs: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:29.790](0.000s) ok 4839 - no_privs: should dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:29.790](0.000s) ok 4840 - no_privs: should dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:29.790](0.000s) ok 4841 - no_privs: should dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:29.790](0.000s) ok 4842 - no_privs: should dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:29.791](0.000s) ok 4843 - no_privs: should dump CREATE TRANSFORM FOR int [07:25:29.791](0.000s) ok 4844 - no_privs: should dump CREATE TRIGGER test_trigger [07:25:29.791](0.000s) ok 4845 - no_privs: should dump CREATE TYPE dump_test.composite [07:25:29.791](0.000s) ok 4846 - no_privs: should dump CREATE TYPE dump_test.int42 [07:25:29.791](0.000s) ok 4847 - no_privs: should dump CREATE TYPE dump_test.int42 populated [07:25:29.791](0.000s) ok 4848 - no_privs: should dump CREATE TYPE dump_test.planets AS ENUM [07:25:29.791](0.000s) ok 4849 - no_privs: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:29.791](0.000s) ok 4850 - no_privs: should dump CREATE TYPE dump_test.textrange AS RANGE [07:25:29.791](0.000s) ok 4851 - no_privs: should dump CREATE TYPE dump_test.undefined [07:25:29.791](0.000s) ok 4852 - no_privs: should dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:29.791](0.000s) ok 4853 - no_privs: should dump CREATE VIEW test_view [07:25:29.792](0.000s) ok 4854 - no_privs: should dump Check ordering of a function that depends on a primary key [07:25:29.792](0.000s) ok 4855 - no_privs: should dump Check ordering of a matview that depends on a primary key [07:25:29.792](0.000s) ok 4856 - no_privs: should dump Creation of row-level trigger in partitioned table [07:25:29.792](0.000s) ok 4857 - no_privs: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:29.792](0.000s) ok 4858 - no_privs: should not dump DROP EXTENSION plpgsql [07:25:29.792](0.000s) ok 4859 - no_privs: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:29.792](0.000s) ok 4860 - no_privs: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:29.793](0.000s) ok 4861 - no_privs: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:29.793](0.000s) ok 4862 - no_privs: should not dump DROP LANGUAGE pltestlang [07:25:29.793](0.000s) ok 4863 - no_privs: should not dump DROP ROLE pg_ [07:25:29.793](0.000s) ok 4864 - no_privs: should not dump DROP ROLE regress_dump_test_role [07:25:29.793](0.000s) ok 4865 - no_privs: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:29.793](0.000s) ok 4866 - no_privs: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:29.793](0.000s) ok 4867 - no_privs: should not dump DROP SCHEMA IF EXISTS public [07:25:29.793](0.000s) ok 4868 - no_privs: should not dump DROP SCHEMA dump_test [07:25:29.794](0.000s) ok 4869 - no_privs: should not dump DROP SCHEMA dump_test_second_schema [07:25:29.794](0.000s) ok 4870 - no_privs: should not dump DROP SCHEMA public [07:25:29.794](0.001s) ok 4871 - no_privs: should not dump DROP TABLE IF EXISTS test_second_table [07:25:29.795](0.000s) ok 4872 - no_privs: should not dump DROP TABLE IF EXISTS test_table [07:25:29.795](0.000s) ok 4873 - no_privs: should not dump DROP TABLE fk_reference_test_table [07:25:29.795](0.000s) ok 4874 - no_privs: should not dump DROP TABLE test_second_table [07:25:29.795](0.000s) ok 4875 - no_privs: should not dump DROP TABLE test_table [07:25:29.795](0.000s) ok 4876 - no_privs: should dump Disabled trigger on partition is altered [07:25:29.795](0.000s) ok 4877 - no_privs: should not dump Disabled trigger on partition is not created [07:25:29.795](0.000s) ok 4878 - no_privs: should not dump GRANT ALL ON LARGE OBJECT ... [07:25:29.795](0.000s) ok 4879 - no_privs: should not dump GRANT CREATE ON DATABASE dump_test [07:25:29.796](0.000s) ok 4880 - no_privs: should not dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:29.796](0.000s) ok 4881 - no_privs: should not dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:29.796](0.000s) ok 4882 - no_privs: should not dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:29.796](0.000s) ok 4883 - no_privs: should not dump GRANT SELECT ON TABLE measurement [07:25:29.796](0.000s) ok 4884 - no_privs: should not dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:29.796](0.000s) ok 4885 - no_privs: should not dump GRANT SELECT ON TABLE test_table [07:25:29.796](0.000s) ok 4886 - no_privs: should not dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:29.796](0.000s) ok 4887 - no_privs: should not dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:29.796](0.000s) ok 4888 - no_privs: should not dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:29.797](0.000s) ok 4889 - no_privs: should not dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:29.797](0.000s) ok 4890 - no_privs: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:29.797](0.000s) ok 4891 - no_privs: should not dump GRANT USAGE ON TYPE dump_test.int42 [07:25:29.797](0.000s) ok 4892 - no_privs: should not dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:29.797](0.000s) ok 4893 - no_privs: should not dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:29.798](0.000s) ok 4894 - no_privs: should not dump INSERT INTO test_fifth_table [07:25:29.798](0.000s) ok 4895 - no_privs: should not dump INSERT INTO test_fourth_table [07:25:29.798](0.000s) ok 4896 - no_privs: should not dump INSERT INTO test_second_table [07:25:29.798](0.000s) ok 4897 - no_privs: should not dump INSERT INTO test_table [07:25:29.798](0.000s) ok 4898 - no_privs: should not dump INSERT INTO test_table_identity [07:25:29.799](0.000s) ok 4899 - no_privs: should not dump INSERT INTO test_third_table [07:25:29.799](0.000s) ok 4900 - no_privs: should not dump INSERT INTO test_third_table (colnames) [07:25:29.799](0.000s) ok 4901 - no_privs: should dump LO create (using lo_from_bytea) [07:25:29.799](0.000s) ok 4902 - no_privs: should dump LO create (with no data) [07:25:29.800](0.000s) ok 4903 - no_privs: should dump LO load (using lo_from_bytea) [07:25:29.800](0.000s) ok 4904 - no_privs: should dump Partition measurement_y2006m2 creation [07:25:29.800](0.000s) ok 4905 - no_privs: should dump REFRESH MATERIALIZED VIEW matview [07:25:29.800](0.000s) ok 4906 - no_privs: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:29.800](0.000s) ok 4907 - no_privs: should dump REFRESH MATERIALIZED VIEW matview_second [07:25:29.800](0.000s) ok 4908 - no_privs: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:29.801](0.000s) ok 4909 - no_privs: should not dump REVOKE ALL ON SCHEMA public [07:25:29.801](0.000s) ok 4910 - no_privs: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:29.801](0.000s) ok 4911 - no_privs: should not dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:29.825](0.024s) ok 4912 - no_privs: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:29.825](0.000s) ok 4913 - no_privs: should not dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:29.826](0.000s) ok 4914 - no_privs: should not dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:29.826](0.000s) ok 4915 - no_privs: should dump Replica trigger on partition is altered [07:25:29.826](0.000s) ok 4916 - no_privs: should not dump Triggers on partitions are not dropped [07:25:29.826](0.000s) ok 4917 - no_privs: should not dump test_table with 4-row INSERTs # Running: pg_dump --no-sync --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/no_table_access_method.sql --no-table-access-method postgres pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order [07:25:30.301](0.475s) ok 4918 - no_table_access_method: pg_dump runs [07:25:30.301](0.000s) ok 4919 - no_table_access_method: should dump ALTER COLLATION test0 OWNER TO [07:25:30.301](0.001s) ok 4920 - no_table_access_method: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:30.302](0.000s) ok 4921 - no_table_access_method: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:30.302](0.000s) ok 4922 - no_table_access_method: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:30.302](0.000s) ok 4923 - no_table_access_method: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:30.302](0.000s) ok 4924 - no_table_access_method: should dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:30.302](0.000s) ok 4925 - no_table_access_method: should dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:30.303](0.000s) ok 4926 - no_table_access_method: should dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:30.303](0.000s) ok 4927 - no_table_access_method: should dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:30.303](0.000s) ok 4928 - no_table_access_method: should dump ALTER INDEX ... ATTACH PARTITION [07:25:30.303](0.000s) ok 4929 - no_table_access_method: should dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:30.303](0.000s) ok 4930 - no_table_access_method: should dump ALTER LARGE OBJECT ... OWNER TO [07:25:30.303](0.000s) ok 4931 - no_table_access_method: should dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:30.303](0.000s) ok 4932 - no_table_access_method: should dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:30.303](0.000s) ok 4933 - no_table_access_method: should dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:30.304](0.001s) ok 4934 - no_table_access_method: should dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:30.305](0.001s) ok 4935 - no_table_access_method: should dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:30.305](0.000s) ok 4936 - no_table_access_method: should dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:30.305](0.000s) ok 4937 - no_table_access_method: should dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:30.306](0.000s) ok 4938 - no_table_access_method: should dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:30.306](0.000s) ok 4939 - no_table_access_method: should dump ALTER PUBLICATION pub1 OWNER TO [07:25:30.306](0.000s) ok 4940 - no_table_access_method: should dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:30.306](0.000s) ok 4941 - no_table_access_method: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:30.306](0.000s) ok 4942 - no_table_access_method: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:30.307](0.000s) ok 4943 - no_table_access_method: should dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:30.307](0.000s) ok 4944 - no_table_access_method: should dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:30.307](0.000s) ok 4945 - no_table_access_method: should not dump ALTER ROLE regress_dump_test_role [07:25:30.308](0.001s) ok 4946 - no_table_access_method: should dump ALTER SCHEMA dump_test OWNER TO [07:25:30.309](0.001s) ok 4947 - no_table_access_method: should dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:30.309](0.000s) ok 4948 - no_table_access_method: should dump ALTER SCHEMA public OWNER TO [07:25:30.309](0.000s) ok 4949 - no_table_access_method: should dump ALTER SEQUENCE test_table_col1_seq [07:25:30.309](0.000s) ok 4950 - no_table_access_method: should dump ALTER SERVER s1 OWNER TO [07:25:30.309](0.000s) ok 4951 - no_table_access_method: should dump ALTER STATISTICS extended_stats_options [07:25:30.310](0.000s) ok 4952 - no_table_access_method: should dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:30.310](0.000s) ok 4953 - no_table_access_method: should dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:30.310](0.000s) ok 4954 - no_table_access_method: should dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:30.310](0.000s) ok 4955 - no_table_access_method: should dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:30.310](0.000s) ok 4956 - no_table_access_method: should dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:30.310](0.000s) ok 4957 - no_table_access_method: should dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:30.310](0.000s) ok 4958 - no_table_access_method: should dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:30.311](0.000s) ok 4959 - no_table_access_method: should dump ALTER TABLE measurement OWNER TO [07:25:30.311](0.000s) ok 4960 - no_table_access_method: should dump ALTER TABLE measurement PRIMARY KEY [07:25:30.312](0.000s) ok 4961 - no_table_access_method: should dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:30.312](0.000s) ok 4962 - no_table_access_method: should dump ALTER TABLE test_second_table OWNER TO [07:25:30.312](0.000s) ok 4963 - no_table_access_method: should dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:30.313](0.000s) ok 4964 - no_table_access_method: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:30.313](0.000s) ok 4965 - no_table_access_method: should dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:30.313](0.000s) ok 4966 - no_table_access_method: should dump ALTER TABLE test_table OWNER TO [07:25:30.314](0.001s) ok 4967 - no_table_access_method: should not dump ALTER TABLE test_table_generated_child1 [07:25:30.314](0.000s) ok 4968 - no_table_access_method: should dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:30.315](0.001s) ok 4969 - no_table_access_method: should dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:30.316](0.000s) ok 4970 - no_table_access_method: should dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:30.317](0.002s) ok 4971 - no_table_access_method: should dump ALTER VIEW test_view SET DEFAULT [07:25:30.317](0.000s) ok 4972 - no_table_access_method: should dump Always trigger on partition is altered [07:25:30.319](0.002s) ok 4973 - no_table_access_method: should dump COMMENT ON COLLATION test0 [07:25:30.319](0.000s) ok 4974 - no_table_access_method: should dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:30.320](0.000s) ok 4975 - no_table_access_method: should dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:30.320](0.000s) ok 4976 - no_table_access_method: should dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:30.320](0.000s) ok 4977 - no_table_access_method: should dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:30.321](0.000s) ok 4978 - no_table_access_method: should dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:30.321](0.000s) ok 4979 - no_table_access_method: should not dump COMMENT ON DATABASE postgres [07:25:30.323](0.002s) ok 4980 - no_table_access_method: should not dump COMMENT ON EXTENSION plpgsql [07:25:30.323](0.000s) ok 4981 - no_table_access_method: should dump COMMENT ON LARGE OBJECT ... [07:25:30.323](0.000s) ok 4982 - no_table_access_method: should dump COMMENT ON PUBLICATION pub1 [07:25:30.323](0.000s) ok 4983 - no_table_access_method: should not dump COMMENT ON SCHEMA public [07:25:30.323](0.000s) ok 4984 - no_table_access_method: should dump COMMENT ON SUBSCRIPTION sub1 [07:25:30.323](0.000s) ok 4985 - no_table_access_method: should dump COMMENT ON TABLE dump_test.test_table [07:25:30.324](0.000s) ok 4986 - no_table_access_method: should dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:30.324](0.000s) ok 4987 - no_table_access_method: should dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:30.324](0.000s) ok 4988 - no_table_access_method: should dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:30.324](0.000s) ok 4989 - no_table_access_method: should dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:30.324](0.000s) ok 4990 - no_table_access_method: should dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:30.324](0.000s) ok 4991 - no_table_access_method: should dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:30.324](0.000s) ok 4992 - no_table_access_method: should dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:30.324](0.000s) ok 4993 - no_table_access_method: should dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:30.325](0.000s) ok 4994 - no_table_access_method: should dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:30.325](0.000s) ok 4995 - no_table_access_method: should dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:30.325](0.000s) ok 4996 - no_table_access_method: should dump COPY fk_reference_test_table [07:25:30.325](0.000s) ok 4997 - no_table_access_method: should not dump COPY fk_reference_test_table second [07:25:30.325](0.000s) ok 4998 - no_table_access_method: should dump COPY measurement [07:25:30.326](0.000s) ok 4999 - no_table_access_method: should dump COPY test_compression_method [07:25:30.326](0.000s) ok 5000 - no_table_access_method: should dump COPY test_fifth_table [07:25:30.326](0.000s) ok 5001 - no_table_access_method: should dump COPY test_fourth_table [07:25:30.326](0.000s) ok 5002 - no_table_access_method: should dump COPY test_second_table [07:25:30.326](0.000s) ok 5003 - no_table_access_method: should dump COPY test_table [07:25:30.327](0.000s) ok 5004 - no_table_access_method: should dump COPY test_table_identity [07:25:30.327](0.000s) ok 5005 - no_table_access_method: should dump COPY test_third_table [07:25:30.327](0.000s) ok 5006 - no_table_access_method: should dump CREATE ACCESS METHOD gist2 [07:25:30.327](0.000s) ok 5007 - no_table_access_method: should dump CREATE ACCESS METHOD regress_test_table_am [07:25:30.327](0.000s) ok 5008 - no_table_access_method: should dump CREATE AGGREGATE dump_test.newavg [07:25:30.327](0.000s) ok 5009 - no_table_access_method: should dump CREATE CAST FOR timestamptz [07:25:30.327](0.000s) ok 5010 - no_table_access_method: should dump CREATE COLLATION test0 FROM "C" [07:25:30.327](0.000s) ok 5011 - no_table_access_method: should dump CREATE CONVERSION dump_test.test_conversion [07:25:30.328](0.000s) ok 5012 - no_table_access_method: should not dump CREATE DATABASE dump_test [07:25:30.328](0.000s) ok 5013 - no_table_access_method: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:30.328](0.000s) ok 5014 - no_table_access_method: should not dump CREATE DATABASE postgres [07:25:30.329](0.000s) ok 5015 - no_table_access_method: should not dump CREATE DATABASE regression_invalid... [07:25:30.330](0.002s) ok 5016 - no_table_access_method: should dump CREATE DOMAIN dump_test.us_postal_code [07:25:30.331](0.000s) ok 5017 - no_table_access_method: should dump CREATE EVENT TRIGGER test_event_trigger [07:25:30.331](0.000s) ok 5018 - no_table_access_method: should not dump CREATE EXTENSION ... plpgsql [07:25:30.331](0.000s) ok 5019 - no_table_access_method: should dump CREATE FOREIGN DATA WRAPPER dummy [07:25:30.331](0.000s) ok 5020 - no_table_access_method: should dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:30.331](0.000s) ok 5021 - no_table_access_method: should dump CREATE FUNCTION ... SUPPORT [07:25:30.331](0.000s) ok 5022 - no_table_access_method: should dump CREATE FUNCTION dump_test.event_trigger_func [07:25:30.331](0.000s) ok 5023 - no_table_access_method: should dump CREATE FUNCTION dump_test.int42_in [07:25:30.331](0.000s) ok 5024 - no_table_access_method: should dump CREATE FUNCTION dump_test.int42_out [07:25:30.331](0.000s) ok 5025 - no_table_access_method: should dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:30.332](0.000s) ok 5026 - no_table_access_method: should dump CREATE FUNCTION dump_test.trigger_func [07:25:30.332](0.000s) ok 5027 - no_table_access_method: should dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:30.332](0.000s) ok 5028 - no_table_access_method: should dump CREATE INDEX ON ONLY measurement [07:25:30.332](0.000s) ok 5029 - no_table_access_method: should dump CREATE LANGUAGE pltestlang [07:25:30.332](0.000s) ok 5030 - no_table_access_method: should dump CREATE MATERIALIZED VIEW matview [07:25:30.332](0.000s) ok 5031 - no_table_access_method: should dump CREATE MATERIALIZED VIEW matview_fourth [07:25:30.332](0.000s) ok 5032 - no_table_access_method: should dump CREATE MATERIALIZED VIEW matview_second [07:25:30.332](0.000s) ok 5033 - no_table_access_method: should dump CREATE MATERIALIZED VIEW matview_third [07:25:30.332](0.000s) ok 5034 - no_table_access_method: should not dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:30.333](0.000s) ok 5035 - no_table_access_method: should dump CREATE OPERATOR CLASS dump_test.op_class [07:25:30.334](0.001s) ok 5036 - no_table_access_method: should dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:30.334](0.000s) ok 5037 - no_table_access_method: should dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:30.334](0.000s) ok 5038 - no_table_access_method: should dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:30.334](0.000s) ok 5039 - no_table_access_method: should dump CREATE POLICY p1 ON test_table [07:25:30.335](0.000s) ok 5040 - no_table_access_method: should dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:30.335](0.000s) ok 5041 - no_table_access_method: should dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:30.335](0.000s) ok 5042 - no_table_access_method: should dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:30.335](0.000s) ok 5043 - no_table_access_method: should dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:30.335](0.000s) ok 5044 - no_table_access_method: should dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:30.335](0.000s) ok 5045 - no_table_access_method: should dump CREATE PROCEDURE dump_test.ptest1 [07:25:30.335](0.000s) ok 5046 - no_table_access_method: should dump CREATE PUBLICATION pub1 [07:25:30.335](0.000s) ok 5047 - no_table_access_method: should dump CREATE PUBLICATION pub2 [07:25:30.336](0.000s) ok 5048 - no_table_access_method: should dump CREATE PUBLICATION pub3 [07:25:30.336](0.000s) ok 5049 - no_table_access_method: should dump CREATE PUBLICATION pub4 [07:25:30.336](0.000s) ok 5050 - no_table_access_method: should not dump CREATE ROLE regress_dump_test_role [07:25:30.336](0.000s) ok 5051 - no_table_access_method: should not dump CREATE ROLE regress_quoted... [07:25:30.336](0.000s) ok 5052 - no_table_access_method: should dump CREATE SCHEMA dump_test [07:25:30.336](0.000s) ok 5053 - no_table_access_method: should dump CREATE SCHEMA dump_test_second_schema [07:25:30.336](0.000s) ok 5054 - no_table_access_method: should not dump CREATE SCHEMA public [07:25:30.337](0.000s) ok 5055 - no_table_access_method: should dump CREATE SEQUENCE test_table_col1_seq [07:25:30.337](0.000s) ok 5056 - no_table_access_method: should dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:30.337](0.000s) ok 5057 - no_table_access_method: should dump CREATE STATISTICS extended_stats_expression [07:25:30.337](0.000s) ok 5058 - no_table_access_method: should dump CREATE STATISTICS extended_stats_no_options [07:25:30.338](0.000s) ok 5059 - no_table_access_method: should dump CREATE STATISTICS extended_stats_options [07:25:30.338](0.000s) ok 5060 - no_table_access_method: should dump CREATE SUBSCRIPTION sub1 [07:25:30.338](0.000s) ok 5061 - no_table_access_method: should dump CREATE SUBSCRIPTION sub2 [07:25:30.338](0.000s) ok 5062 - no_table_access_method: should dump CREATE SUBSCRIPTION sub3 [07:25:30.338](0.000s) ok 5063 - no_table_access_method: should dump CREATE TABLE fk_reference_test_table [07:25:30.339](0.000s) ok 5064 - no_table_access_method: should dump CREATE TABLE measurement PARTITIONED BY [07:25:30.340](0.001s) ok 5065 - no_table_access_method: should not dump CREATE TABLE regress_pg_dump_table_am [07:25:30.340](0.000s) ok 5066 - no_table_access_method: should dump CREATE TABLE table_with_stats [07:25:30.341](0.000s) ok 5067 - no_table_access_method: should dump CREATE TABLE test_compression_method [07:25:30.341](0.000s) ok 5068 - no_table_access_method: should dump CREATE TABLE test_fifth_table [07:25:30.341](0.000s) ok 5069 - no_table_access_method: should dump CREATE TABLE test_fourth_table_zero_col [07:25:30.341](0.000s) ok 5070 - no_table_access_method: should dump CREATE TABLE test_inheritance_child [07:25:30.342](0.000s) ok 5071 - no_table_access_method: should dump CREATE TABLE test_inheritance_parent [07:25:30.342](0.000s) ok 5072 - no_table_access_method: should dump CREATE TABLE test_second_table [07:25:30.342](0.000s) ok 5073 - no_table_access_method: should dump CREATE TABLE test_seventh_table [07:25:30.342](0.000s) ok 5074 - no_table_access_method: should dump CREATE TABLE test_sixth_table [07:25:30.344](0.002s) ok 5075 - no_table_access_method: should dump CREATE TABLE test_table [07:25:30.344](0.000s) ok 5076 - no_table_access_method: should dump CREATE TABLE test_table_generated [07:25:30.345](0.000s) ok 5077 - no_table_access_method: should dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:30.345](0.000s) ok 5078 - no_table_access_method: should dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:30.345](0.000s) ok 5079 - no_table_access_method: should dump CREATE TABLE test_table_identity [07:25:30.346](0.000s) ok 5080 - no_table_access_method: should dump CREATE TABLE test_third_table_generated_cols [07:25:30.346](0.000s) ok 5081 - no_table_access_method: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:30.346](0.000s) ok 5082 - no_table_access_method: should dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:30.346](0.000s) ok 5083 - no_table_access_method: should dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:30.347](0.000s) ok 5084 - no_table_access_method: should dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:30.347](0.000s) ok 5085 - no_table_access_method: should dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:30.347](0.000s) ok 5086 - no_table_access_method: should dump CREATE TRANSFORM FOR int [07:25:30.347](0.000s) ok 5087 - no_table_access_method: should dump CREATE TRIGGER test_trigger [07:25:30.348](0.000s) ok 5088 - no_table_access_method: should dump CREATE TYPE dump_test.composite [07:25:30.348](0.000s) ok 5089 - no_table_access_method: should dump CREATE TYPE dump_test.int42 [07:25:30.348](0.000s) ok 5090 - no_table_access_method: should dump CREATE TYPE dump_test.int42 populated [07:25:30.348](0.000s) ok 5091 - no_table_access_method: should dump CREATE TYPE dump_test.planets AS ENUM [07:25:30.349](0.000s) ok 5092 - no_table_access_method: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:30.349](0.000s) ok 5093 - no_table_access_method: should dump CREATE TYPE dump_test.textrange AS RANGE [07:25:30.352](0.003s) ok 5094 - no_table_access_method: should dump CREATE TYPE dump_test.undefined [07:25:30.355](0.004s) ok 5095 - no_table_access_method: should dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:30.356](0.000s) ok 5096 - no_table_access_method: should dump CREATE VIEW test_view [07:25:30.362](0.006s) ok 5097 - no_table_access_method: should dump Check ordering of a function that depends on a primary key [07:25:30.363](0.001s) ok 5098 - no_table_access_method: should dump Check ordering of a matview that depends on a primary key [07:25:30.363](0.000s) ok 5099 - no_table_access_method: should dump Creation of row-level trigger in partitioned table [07:25:30.363](0.000s) ok 5100 - no_table_access_method: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:30.363](0.000s) ok 5101 - no_table_access_method: should not dump DROP EXTENSION plpgsql [07:25:30.363](0.000s) ok 5102 - no_table_access_method: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:30.364](0.000s) ok 5103 - no_table_access_method: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:30.364](0.000s) ok 5104 - no_table_access_method: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:30.364](0.000s) ok 5105 - no_table_access_method: should not dump DROP LANGUAGE pltestlang [07:25:30.364](0.000s) ok 5106 - no_table_access_method: should not dump DROP ROLE pg_ [07:25:30.364](0.000s) ok 5107 - no_table_access_method: should not dump DROP ROLE regress_dump_test_role [07:25:30.365](0.001s) ok 5108 - no_table_access_method: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:30.366](0.001s) ok 5109 - no_table_access_method: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:30.366](0.000s) ok 5110 - no_table_access_method: should not dump DROP SCHEMA IF EXISTS public [07:25:30.366](0.000s) ok 5111 - no_table_access_method: should not dump DROP SCHEMA dump_test [07:25:30.367](0.000s) ok 5112 - no_table_access_method: should not dump DROP SCHEMA dump_test_second_schema [07:25:30.367](0.000s) ok 5113 - no_table_access_method: should not dump DROP SCHEMA public [07:25:30.367](0.000s) ok 5114 - no_table_access_method: should not dump DROP TABLE IF EXISTS test_second_table [07:25:30.368](0.000s) ok 5115 - no_table_access_method: should not dump DROP TABLE IF EXISTS test_table [07:25:30.368](0.000s) ok 5116 - no_table_access_method: should not dump DROP TABLE fk_reference_test_table [07:25:30.369](0.000s) ok 5117 - no_table_access_method: should not dump DROP TABLE test_second_table [07:25:30.369](0.000s) ok 5118 - no_table_access_method: should not dump DROP TABLE test_table [07:25:30.369](0.000s) ok 5119 - no_table_access_method: should dump Disabled trigger on partition is altered [07:25:30.370](0.000s) ok 5120 - no_table_access_method: should not dump Disabled trigger on partition is not created [07:25:30.370](0.000s) ok 5121 - no_table_access_method: should dump GRANT ALL ON LARGE OBJECT ... [07:25:30.370](0.000s) ok 5122 - no_table_access_method: should not dump GRANT CREATE ON DATABASE dump_test [07:25:30.371](0.000s) ok 5123 - no_table_access_method: should dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:30.371](0.001s) ok 5124 - no_table_access_method: should dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:30.374](0.002s) ok 5125 - no_table_access_method: should dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:30.374](0.000s) ok 5126 - no_table_access_method: should dump GRANT SELECT ON TABLE measurement [07:25:30.375](0.001s) ok 5127 - no_table_access_method: should dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:30.376](0.000s) ok 5128 - no_table_access_method: should dump GRANT SELECT ON TABLE test_table [07:25:30.378](0.002s) ok 5129 - no_table_access_method: should dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:30.378](0.000s) ok 5130 - no_table_access_method: should dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:30.379](0.001s) ok 5131 - no_table_access_method: should dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:30.380](0.000s) ok 5132 - no_table_access_method: should dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:30.382](0.002s) ok 5133 - no_table_access_method: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:30.383](0.001s) ok 5134 - no_table_access_method: should dump GRANT USAGE ON TYPE dump_test.int42 [07:25:30.383](0.000s) ok 5135 - no_table_access_method: should dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:30.383](0.001s) ok 5136 - no_table_access_method: should dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:30.384](0.000s) ok 5137 - no_table_access_method: should not dump INSERT INTO test_fifth_table [07:25:30.384](0.000s) ok 5138 - no_table_access_method: should not dump INSERT INTO test_fourth_table [07:25:30.384](0.000s) ok 5139 - no_table_access_method: should not dump INSERT INTO test_second_table [07:25:30.385](0.000s) ok 5140 - no_table_access_method: should not dump INSERT INTO test_table [07:25:30.385](0.000s) ok 5141 - no_table_access_method: should not dump INSERT INTO test_table_identity [07:25:30.386](0.000s) ok 5142 - no_table_access_method: should not dump INSERT INTO test_third_table [07:25:30.386](0.001s) ok 5143 - no_table_access_method: should not dump INSERT INTO test_third_table (colnames) [07:25:30.387](0.000s) ok 5144 - no_table_access_method: should dump LO create (using lo_from_bytea) [07:25:30.388](0.002s) ok 5145 - no_table_access_method: should dump LO create (with no data) [07:25:30.389](0.000s) ok 5146 - no_table_access_method: should dump LO load (using lo_from_bytea) [07:25:30.389](0.000s) ok 5147 - no_table_access_method: should dump Partition measurement_y2006m2 creation [07:25:30.395](0.006s) ok 5148 - no_table_access_method: should dump REFRESH MATERIALIZED VIEW matview [07:25:30.395](0.000s) ok 5149 - no_table_access_method: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:30.396](0.000s) ok 5150 - no_table_access_method: should dump REFRESH MATERIALIZED VIEW matview_second [07:25:30.396](0.000s) ok 5151 - no_table_access_method: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:30.397](0.000s) ok 5152 - no_table_access_method: should dump REVOKE ALL ON SCHEMA public [07:25:30.397](0.000s) ok 5153 - no_table_access_method: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:30.397](0.000s) ok 5154 - no_table_access_method: should dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:30.470](0.072s) ok 5155 - no_table_access_method: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:30.470](0.001s) ok 5156 - no_table_access_method: should dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:30.470](0.000s) ok 5157 - no_table_access_method: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:30.471](0.000s) ok 5158 - no_table_access_method: should dump Replica trigger on partition is altered [07:25:30.471](0.000s) ok 5159 - no_table_access_method: should not dump Triggers on partitions are not dropped [07:25:30.471](0.000s) ok 5160 - no_table_access_method: should not dump test_table with 4-row INSERTs # Running: pg_dump --no-sync --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/no_toast_compression.sql --no-toast-compression postgres pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order [07:25:30.895](0.423s) ok 5161 - no_toast_compression: pg_dump runs [07:25:30.898](0.003s) ok 5162 - no_toast_compression: should dump ALTER COLLATION test0 OWNER TO [07:25:30.898](0.000s) ok 5163 - no_toast_compression: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:30.898](0.000s) ok 5164 - no_toast_compression: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:30.899](0.000s) ok 5165 - no_toast_compression: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:30.899](0.000s) ok 5166 - no_toast_compression: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:30.899](0.000s) ok 5167 - no_toast_compression: should dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:30.899](0.000s) ok 5168 - no_toast_compression: should dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:30.900](0.000s) ok 5169 - no_toast_compression: should dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:30.900](0.000s) ok 5170 - no_toast_compression: should dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:30.900](0.000s) ok 5171 - no_toast_compression: should dump ALTER INDEX ... ATTACH PARTITION [07:25:30.900](0.000s) ok 5172 - no_toast_compression: should dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:30.901](0.000s) ok 5173 - no_toast_compression: should dump ALTER LARGE OBJECT ... OWNER TO [07:25:30.901](0.000s) ok 5174 - no_toast_compression: should dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:30.901](0.000s) ok 5175 - no_toast_compression: should dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:30.902](0.000s) ok 5176 - no_toast_compression: should dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:30.902](0.000s) ok 5177 - no_toast_compression: should dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:30.902](0.000s) ok 5178 - no_toast_compression: should dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:30.902](0.000s) ok 5179 - no_toast_compression: should dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:30.903](0.000s) ok 5180 - no_toast_compression: should dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:30.903](0.000s) ok 5181 - no_toast_compression: should dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:30.903](0.000s) ok 5182 - no_toast_compression: should dump ALTER PUBLICATION pub1 OWNER TO [07:25:30.904](0.000s) ok 5183 - no_toast_compression: should dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:30.904](0.000s) ok 5184 - no_toast_compression: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:30.904](0.000s) ok 5185 - no_toast_compression: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:30.905](0.000s) ok 5186 - no_toast_compression: should dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:30.905](0.000s) ok 5187 - no_toast_compression: should dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:30.905](0.000s) ok 5188 - no_toast_compression: should not dump ALTER ROLE regress_dump_test_role [07:25:30.905](0.000s) ok 5189 - no_toast_compression: should dump ALTER SCHEMA dump_test OWNER TO [07:25:30.906](0.000s) ok 5190 - no_toast_compression: should dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:30.906](0.000s) ok 5191 - no_toast_compression: should dump ALTER SCHEMA public OWNER TO [07:25:30.906](0.000s) ok 5192 - no_toast_compression: should dump ALTER SEQUENCE test_table_col1_seq [07:25:30.906](0.000s) ok 5193 - no_toast_compression: should dump ALTER SERVER s1 OWNER TO [07:25:30.907](0.000s) ok 5194 - no_toast_compression: should dump ALTER STATISTICS extended_stats_options [07:25:30.907](0.000s) ok 5195 - no_toast_compression: should dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:30.907](0.000s) ok 5196 - no_toast_compression: should dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:30.907](0.000s) ok 5197 - no_toast_compression: should dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:30.908](0.000s) ok 5198 - no_toast_compression: should dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:30.908](0.000s) ok 5199 - no_toast_compression: should dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:30.908](0.000s) ok 5200 - no_toast_compression: should dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:30.909](0.000s) ok 5201 - no_toast_compression: should dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:30.909](0.000s) ok 5202 - no_toast_compression: should dump ALTER TABLE measurement OWNER TO [07:25:30.909](0.000s) ok 5203 - no_toast_compression: should dump ALTER TABLE measurement PRIMARY KEY [07:25:30.909](0.000s) ok 5204 - no_toast_compression: should dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:30.910](0.000s) ok 5205 - no_toast_compression: should dump ALTER TABLE test_second_table OWNER TO [07:25:30.910](0.000s) ok 5206 - no_toast_compression: should dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:30.910](0.000s) ok 5207 - no_toast_compression: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:30.911](0.000s) ok 5208 - no_toast_compression: should dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:30.911](0.000s) ok 5209 - no_toast_compression: should dump ALTER TABLE test_table OWNER TO [07:25:30.911](0.000s) ok 5210 - no_toast_compression: should not dump ALTER TABLE test_table_generated_child1 [07:25:30.911](0.000s) ok 5211 - no_toast_compression: should dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:30.912](0.000s) ok 5212 - no_toast_compression: should dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:30.912](0.000s) ok 5213 - no_toast_compression: should dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:30.912](0.000s) ok 5214 - no_toast_compression: should dump ALTER VIEW test_view SET DEFAULT [07:25:30.913](0.000s) ok 5215 - no_toast_compression: should dump Always trigger on partition is altered [07:25:30.913](0.000s) ok 5216 - no_toast_compression: should dump COMMENT ON COLLATION test0 [07:25:30.913](0.000s) ok 5217 - no_toast_compression: should dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:30.913](0.000s) ok 5218 - no_toast_compression: should dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:30.914](0.000s) ok 5219 - no_toast_compression: should dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:30.914](0.000s) ok 5220 - no_toast_compression: should dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:30.914](0.000s) ok 5221 - no_toast_compression: should dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:30.914](0.000s) ok 5222 - no_toast_compression: should not dump COMMENT ON DATABASE postgres [07:25:30.915](0.000s) ok 5223 - no_toast_compression: should not dump COMMENT ON EXTENSION plpgsql [07:25:30.943](0.028s) ok 5224 - no_toast_compression: should dump COMMENT ON LARGE OBJECT ... [07:25:30.943](0.001s) ok 5225 - no_toast_compression: should dump COMMENT ON PUBLICATION pub1 [07:25:30.944](0.001s) ok 5226 - no_toast_compression: should not dump COMMENT ON SCHEMA public [07:25:30.944](0.000s) ok 5227 - no_toast_compression: should dump COMMENT ON SUBSCRIPTION sub1 [07:25:30.945](0.001s) ok 5228 - no_toast_compression: should dump COMMENT ON TABLE dump_test.test_table [07:25:30.945](0.000s) ok 5229 - no_toast_compression: should dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:30.945](0.000s) ok 5230 - no_toast_compression: should dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:30.946](0.001s) ok 5231 - no_toast_compression: should dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:30.946](0.000s) ok 5232 - no_toast_compression: should dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:30.947](0.000s) ok 5233 - no_toast_compression: should dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:30.947](0.000s) ok 5234 - no_toast_compression: should dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:30.948](0.000s) ok 5235 - no_toast_compression: should dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:30.948](0.001s) ok 5236 - no_toast_compression: should dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:30.949](0.001s) ok 5237 - no_toast_compression: should dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:30.949](0.001s) ok 5238 - no_toast_compression: should dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:30.950](0.000s) ok 5239 - no_toast_compression: should dump COPY fk_reference_test_table [07:25:30.950](0.000s) ok 5240 - no_toast_compression: should not dump COPY fk_reference_test_table second [07:25:30.951](0.001s) ok 5241 - no_toast_compression: should dump COPY measurement [07:25:30.951](0.000s) ok 5242 - no_toast_compression: should dump COPY test_compression_method [07:25:30.952](0.001s) ok 5243 - no_toast_compression: should dump COPY test_fifth_table [07:25:30.953](0.001s) ok 5244 - no_toast_compression: should dump COPY test_fourth_table [07:25:30.953](0.001s) ok 5245 - no_toast_compression: should dump COPY test_second_table [07:25:30.953](0.000s) ok 5246 - no_toast_compression: should dump COPY test_table [07:25:30.954](0.000s) ok 5247 - no_toast_compression: should dump COPY test_table_identity [07:25:30.954](0.001s) ok 5248 - no_toast_compression: should dump COPY test_third_table [07:25:30.955](0.000s) ok 5249 - no_toast_compression: should dump CREATE ACCESS METHOD gist2 [07:25:30.956](0.001s) ok 5250 - no_toast_compression: should dump CREATE ACCESS METHOD regress_test_table_am [07:25:30.956](0.001s) ok 5251 - no_toast_compression: should dump CREATE AGGREGATE dump_test.newavg [07:25:30.957](0.001s) ok 5252 - no_toast_compression: should dump CREATE CAST FOR timestamptz [07:25:30.957](0.001s) ok 5253 - no_toast_compression: should dump CREATE COLLATION test0 FROM "C" [07:25:30.958](0.001s) ok 5254 - no_toast_compression: should dump CREATE CONVERSION dump_test.test_conversion [07:25:30.958](0.001s) ok 5255 - no_toast_compression: should not dump CREATE DATABASE dump_test [07:25:30.959](0.000s) ok 5256 - no_toast_compression: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:30.959](0.000s) ok 5257 - no_toast_compression: should not dump CREATE DATABASE postgres [07:25:30.960](0.000s) ok 5258 - no_toast_compression: should not dump CREATE DATABASE regression_invalid... [07:25:30.963](0.003s) ok 5259 - no_toast_compression: should dump CREATE DOMAIN dump_test.us_postal_code [07:25:30.963](0.001s) ok 5260 - no_toast_compression: should dump CREATE EVENT TRIGGER test_event_trigger [07:25:30.964](0.001s) ok 5261 - no_toast_compression: should not dump CREATE EXTENSION ... plpgsql [07:25:30.965](0.001s) ok 5262 - no_toast_compression: should dump CREATE FOREIGN DATA WRAPPER dummy [07:25:30.965](0.000s) ok 5263 - no_toast_compression: should dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:30.965](0.000s) ok 5264 - no_toast_compression: should dump CREATE FUNCTION ... SUPPORT [07:25:30.965](0.000s) ok 5265 - no_toast_compression: should dump CREATE FUNCTION dump_test.event_trigger_func [07:25:30.966](0.000s) ok 5266 - no_toast_compression: should dump CREATE FUNCTION dump_test.int42_in [07:25:30.966](0.000s) ok 5267 - no_toast_compression: should dump CREATE FUNCTION dump_test.int42_out [07:25:30.966](0.000s) ok 5268 - no_toast_compression: should dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:30.966](0.000s) ok 5269 - no_toast_compression: should dump CREATE FUNCTION dump_test.trigger_func [07:25:30.966](0.000s) ok 5270 - no_toast_compression: should dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:30.966](0.000s) ok 5271 - no_toast_compression: should dump CREATE INDEX ON ONLY measurement [07:25:30.966](0.000s) ok 5272 - no_toast_compression: should dump CREATE LANGUAGE pltestlang [07:25:30.972](0.005s) ok 5273 - no_toast_compression: should dump CREATE MATERIALIZED VIEW matview [07:25:30.972](0.000s) ok 5274 - no_toast_compression: should dump CREATE MATERIALIZED VIEW matview_fourth [07:25:30.972](0.000s) ok 5275 - no_toast_compression: should dump CREATE MATERIALIZED VIEW matview_second [07:25:30.972](0.000s) ok 5276 - no_toast_compression: should dump CREATE MATERIALIZED VIEW matview_third [07:25:30.973](0.000s) ok 5277 - no_toast_compression: should dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:30.973](0.000s) ok 5278 - no_toast_compression: should dump CREATE OPERATOR CLASS dump_test.op_class [07:25:30.975](0.001s) ok 5279 - no_toast_compression: should dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:30.975](0.000s) ok 5280 - no_toast_compression: should dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:30.975](0.000s) ok 5281 - no_toast_compression: should dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:30.975](0.000s) ok 5282 - no_toast_compression: should dump CREATE POLICY p1 ON test_table [07:25:30.976](0.000s) ok 5283 - no_toast_compression: should dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:30.976](0.000s) ok 5284 - no_toast_compression: should dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:30.982](0.006s) ok 5285 - no_toast_compression: should dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:30.982](0.000s) ok 5286 - no_toast_compression: should dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:30.982](0.000s) ok 5287 - no_toast_compression: should dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:30.982](0.000s) ok 5288 - no_toast_compression: should dump CREATE PROCEDURE dump_test.ptest1 [07:25:30.983](0.000s) ok 5289 - no_toast_compression: should dump CREATE PUBLICATION pub1 [07:25:30.983](0.000s) ok 5290 - no_toast_compression: should dump CREATE PUBLICATION pub2 [07:25:30.984](0.001s) ok 5291 - no_toast_compression: should dump CREATE PUBLICATION pub3 [07:25:30.984](0.000s) ok 5292 - no_toast_compression: should dump CREATE PUBLICATION pub4 [07:25:30.985](0.001s) ok 5293 - no_toast_compression: should not dump CREATE ROLE regress_dump_test_role [07:25:30.985](0.000s) ok 5294 - no_toast_compression: should not dump CREATE ROLE regress_quoted... [07:25:30.986](0.001s) ok 5295 - no_toast_compression: should dump CREATE SCHEMA dump_test [07:25:30.986](0.000s) ok 5296 - no_toast_compression: should dump CREATE SCHEMA dump_test_second_schema [07:25:30.988](0.002s) ok 5297 - no_toast_compression: should not dump CREATE SCHEMA public [07:25:30.988](0.000s) ok 5298 - no_toast_compression: should dump CREATE SEQUENCE test_table_col1_seq [07:25:30.988](0.000s) ok 5299 - no_toast_compression: should dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:30.988](0.000s) ok 5300 - no_toast_compression: should dump CREATE STATISTICS extended_stats_expression [07:25:30.989](0.000s) ok 5301 - no_toast_compression: should dump CREATE STATISTICS extended_stats_no_options [07:25:30.991](0.002s) ok 5302 - no_toast_compression: should dump CREATE STATISTICS extended_stats_options [07:25:30.991](0.000s) ok 5303 - no_toast_compression: should dump CREATE SUBSCRIPTION sub1 [07:25:30.991](0.000s) ok 5304 - no_toast_compression: should dump CREATE SUBSCRIPTION sub2 [07:25:30.991](0.000s) ok 5305 - no_toast_compression: should dump CREATE SUBSCRIPTION sub3 [07:25:30.991](0.000s) ok 5306 - no_toast_compression: should dump CREATE TABLE fk_reference_test_table [07:25:30.991](0.000s) ok 5307 - no_toast_compression: should dump CREATE TABLE measurement PARTITIONED BY [07:25:30.992](0.000s) ok 5308 - no_toast_compression: should dump CREATE TABLE regress_pg_dump_table_am [07:25:30.992](0.000s) ok 5309 - no_toast_compression: should dump CREATE TABLE table_with_stats [07:25:30.992](0.000s) ok 5310 - no_toast_compression: should dump CREATE TABLE test_compression_method [07:25:30.992](0.000s) ok 5311 - no_toast_compression: should dump CREATE TABLE test_fifth_table [07:25:30.993](0.000s) ok 5312 - no_toast_compression: should dump CREATE TABLE test_fourth_table_zero_col [07:25:30.993](0.000s) ok 5313 - no_toast_compression: should dump CREATE TABLE test_inheritance_child [07:25:30.993](0.000s) ok 5314 - no_toast_compression: should dump CREATE TABLE test_inheritance_parent [07:25:30.993](0.000s) ok 5315 - no_toast_compression: should dump CREATE TABLE test_second_table [07:25:30.993](0.000s) ok 5316 - no_toast_compression: should dump CREATE TABLE test_seventh_table [07:25:30.993](0.000s) ok 5317 - no_toast_compression: should dump CREATE TABLE test_sixth_table [07:25:30.995](0.002s) ok 5318 - no_toast_compression: should dump CREATE TABLE test_table [07:25:30.996](0.001s) ok 5319 - no_toast_compression: should dump CREATE TABLE test_table_generated [07:25:30.996](0.000s) ok 5320 - no_toast_compression: should dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:30.996](0.000s) ok 5321 - no_toast_compression: should dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:30.997](0.000s) ok 5322 - no_toast_compression: should dump CREATE TABLE test_table_identity [07:25:30.997](0.000s) ok 5323 - no_toast_compression: should dump CREATE TABLE test_third_table_generated_cols [07:25:30.997](0.000s) ok 5324 - no_toast_compression: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:30.997](0.000s) ok 5325 - no_toast_compression: should dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:30.997](0.000s) ok 5326 - no_toast_compression: should dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:30.997](0.000s) ok 5327 - no_toast_compression: should dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:30.997](0.000s) ok 5328 - no_toast_compression: should dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:30.997](0.000s) ok 5329 - no_toast_compression: should dump CREATE TRANSFORM FOR int [07:25:30.997](0.000s) ok 5330 - no_toast_compression: should dump CREATE TRIGGER test_trigger [07:25:30.997](0.000s) ok 5331 - no_toast_compression: should dump CREATE TYPE dump_test.composite [07:25:30.998](0.000s) ok 5332 - no_toast_compression: should dump CREATE TYPE dump_test.int42 [07:25:30.998](0.000s) ok 5333 - no_toast_compression: should dump CREATE TYPE dump_test.int42 populated [07:25:30.998](0.000s) ok 5334 - no_toast_compression: should dump CREATE TYPE dump_test.planets AS ENUM [07:25:30.998](0.000s) ok 5335 - no_toast_compression: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:30.998](0.000s) ok 5336 - no_toast_compression: should dump CREATE TYPE dump_test.textrange AS RANGE [07:25:30.998](0.000s) ok 5337 - no_toast_compression: should dump CREATE TYPE dump_test.undefined [07:25:30.998](0.000s) ok 5338 - no_toast_compression: should dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:30.998](0.000s) ok 5339 - no_toast_compression: should dump CREATE VIEW test_view [07:25:30.999](0.000s) ok 5340 - no_toast_compression: should dump Check ordering of a function that depends on a primary key [07:25:30.999](0.000s) ok 5341 - no_toast_compression: should dump Check ordering of a matview that depends on a primary key [07:25:30.999](0.000s) ok 5342 - no_toast_compression: should dump Creation of row-level trigger in partitioned table [07:25:30.999](0.000s) ok 5343 - no_toast_compression: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:30.999](0.000s) ok 5344 - no_toast_compression: should not dump DROP EXTENSION plpgsql [07:25:31.000](0.000s) ok 5345 - no_toast_compression: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:31.000](0.000s) ok 5346 - no_toast_compression: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:31.000](0.000s) ok 5347 - no_toast_compression: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:31.000](0.000s) ok 5348 - no_toast_compression: should not dump DROP LANGUAGE pltestlang [07:25:31.000](0.000s) ok 5349 - no_toast_compression: should not dump DROP ROLE pg_ [07:25:31.000](0.000s) ok 5350 - no_toast_compression: should not dump DROP ROLE regress_dump_test_role [07:25:31.000](0.000s) ok 5351 - no_toast_compression: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:31.000](0.000s) ok 5352 - no_toast_compression: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:31.001](0.000s) ok 5353 - no_toast_compression: should not dump DROP SCHEMA IF EXISTS public [07:25:31.001](0.000s) ok 5354 - no_toast_compression: should not dump DROP SCHEMA dump_test [07:25:31.001](0.000s) ok 5355 - no_toast_compression: should not dump DROP SCHEMA dump_test_second_schema [07:25:31.001](0.000s) ok 5356 - no_toast_compression: should not dump DROP SCHEMA public [07:25:31.001](0.000s) ok 5357 - no_toast_compression: should not dump DROP TABLE IF EXISTS test_second_table [07:25:31.001](0.000s) ok 5358 - no_toast_compression: should not dump DROP TABLE IF EXISTS test_table [07:25:31.001](0.000s) ok 5359 - no_toast_compression: should not dump DROP TABLE fk_reference_test_table [07:25:31.002](0.000s) ok 5360 - no_toast_compression: should not dump DROP TABLE test_second_table [07:25:31.002](0.000s) ok 5361 - no_toast_compression: should not dump DROP TABLE test_table [07:25:31.002](0.000s) ok 5362 - no_toast_compression: should dump Disabled trigger on partition is altered [07:25:31.002](0.000s) ok 5363 - no_toast_compression: should not dump Disabled trigger on partition is not created [07:25:31.002](0.000s) ok 5364 - no_toast_compression: should dump GRANT ALL ON LARGE OBJECT ... [07:25:31.003](0.001s) ok 5365 - no_toast_compression: should not dump GRANT CREATE ON DATABASE dump_test [07:25:31.003](0.000s) ok 5366 - no_toast_compression: should dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:31.004](0.000s) ok 5367 - no_toast_compression: should dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:31.004](0.001s) ok 5368 - no_toast_compression: should dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:31.004](0.000s) ok 5369 - no_toast_compression: should dump GRANT SELECT ON TABLE measurement [07:25:31.004](0.000s) ok 5370 - no_toast_compression: should dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:31.005](0.000s) ok 5371 - no_toast_compression: should dump GRANT SELECT ON TABLE test_table [07:25:31.005](0.000s) ok 5372 - no_toast_compression: should dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:31.005](0.000s) ok 5373 - no_toast_compression: should dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:31.005](0.000s) ok 5374 - no_toast_compression: should dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:31.005](0.000s) ok 5375 - no_toast_compression: should dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:31.006](0.000s) ok 5376 - no_toast_compression: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:31.006](0.000s) ok 5377 - no_toast_compression: should dump GRANT USAGE ON TYPE dump_test.int42 [07:25:31.006](0.000s) ok 5378 - no_toast_compression: should dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:31.006](0.000s) ok 5379 - no_toast_compression: should dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:31.006](0.000s) ok 5380 - no_toast_compression: should not dump INSERT INTO test_fifth_table [07:25:31.007](0.000s) ok 5381 - no_toast_compression: should not dump INSERT INTO test_fourth_table [07:25:31.007](0.000s) ok 5382 - no_toast_compression: should not dump INSERT INTO test_second_table [07:25:31.008](0.000s) ok 5383 - no_toast_compression: should not dump INSERT INTO test_table [07:25:31.008](0.000s) ok 5384 - no_toast_compression: should not dump INSERT INTO test_table_identity [07:25:31.008](0.000s) ok 5385 - no_toast_compression: should not dump INSERT INTO test_third_table [07:25:31.008](0.000s) ok 5386 - no_toast_compression: should not dump INSERT INTO test_third_table (colnames) [07:25:31.008](0.000s) ok 5387 - no_toast_compression: should dump LO create (using lo_from_bytea) [07:25:31.009](0.001s) ok 5388 - no_toast_compression: should dump LO create (with no data) [07:25:31.009](0.000s) ok 5389 - no_toast_compression: should dump LO load (using lo_from_bytea) [07:25:31.010](0.000s) ok 5390 - no_toast_compression: should dump Partition measurement_y2006m2 creation [07:25:31.010](0.000s) ok 5391 - no_toast_compression: should dump REFRESH MATERIALIZED VIEW matview [07:25:31.010](0.000s) ok 5392 - no_toast_compression: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:31.010](0.000s) ok 5393 - no_toast_compression: should dump REFRESH MATERIALIZED VIEW matview_second [07:25:31.010](0.000s) ok 5394 - no_toast_compression: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:31.010](0.000s) ok 5395 - no_toast_compression: should dump REVOKE ALL ON SCHEMA public [07:25:31.011](0.000s) ok 5396 - no_toast_compression: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:31.011](0.000s) ok 5397 - no_toast_compression: should dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:31.096](0.084s) ok 5398 - no_toast_compression: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:31.097](0.001s) ok 5399 - no_toast_compression: should dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:31.097](0.001s) ok 5400 - no_toast_compression: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:31.098](0.000s) ok 5401 - no_toast_compression: should dump Replica trigger on partition is altered [07:25:31.117](0.019s) ok 5402 - no_toast_compression: should not dump Triggers on partitions are not dropped [07:25:31.118](0.001s) ok 5403 - no_toast_compression: should not dump test_table with 4-row INSERTs # Running: pg_dump --no-sync --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/only_dump_measurement.sql --table-and-children=dump_test.measurement --lock-wait-timeout=180000 postgres pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order [07:25:31.942](0.825s) ok 5404 - only_dump_measurement: pg_dump runs [07:25:31.945](0.003s) ok 5405 - only_dump_measurement: should not dump ALTER COLLATION test0 OWNER TO [07:25:31.946](0.001s) ok 5406 - only_dump_measurement: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:31.947](0.001s) ok 5407 - only_dump_measurement: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:31.950](0.003s) ok 5408 - only_dump_measurement: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:31.951](0.001s) ok 5409 - only_dump_measurement: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:31.952](0.000s) ok 5410 - only_dump_measurement: should not dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:31.952](0.000s) ok 5411 - only_dump_measurement: should not dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:31.953](0.001s) ok 5412 - only_dump_measurement: should not dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:31.953](0.000s) ok 5413 - only_dump_measurement: should not dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:31.953](0.000s) ok 5414 - only_dump_measurement: should dump ALTER INDEX ... ATTACH PARTITION [07:25:31.955](0.001s) ok 5415 - only_dump_measurement: should dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:31.955](0.000s) ok 5416 - only_dump_measurement: should not dump ALTER LARGE OBJECT ... OWNER TO [07:25:31.955](0.000s) ok 5417 - only_dump_measurement: should not dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:31.955](0.000s) ok 5418 - only_dump_measurement: should not dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:31.955](0.000s) ok 5419 - only_dump_measurement: should not dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:31.956](0.001s) ok 5420 - only_dump_measurement: should not dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:31.956](0.000s) ok 5421 - only_dump_measurement: should not dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:31.957](0.001s) ok 5422 - only_dump_measurement: should not dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:31.960](0.003s) ok 5423 - only_dump_measurement: should not dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:31.963](0.004s) ok 5424 - only_dump_measurement: should not dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:31.964](0.000s) ok 5425 - only_dump_measurement: should not dump ALTER PUBLICATION pub1 OWNER TO [07:25:31.965](0.001s) ok 5426 - only_dump_measurement: should not dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:31.965](0.000s) ok 5427 - only_dump_measurement: should not dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:31.965](0.000s) ok 5428 - only_dump_measurement: should not dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:31.965](0.000s) ok 5429 - only_dump_measurement: should not dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:31.966](0.000s) ok 5430 - only_dump_measurement: should not dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:31.966](0.000s) ok 5431 - only_dump_measurement: should not dump ALTER ROLE regress_dump_test_role [07:25:31.966](0.000s) ok 5432 - only_dump_measurement: should not dump ALTER SCHEMA dump_test OWNER TO [07:25:31.967](0.000s) ok 5433 - only_dump_measurement: should not dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:31.967](0.000s) ok 5434 - only_dump_measurement: should not dump ALTER SCHEMA public OWNER TO [07:25:31.967](0.000s) ok 5435 - only_dump_measurement: should not dump ALTER SEQUENCE test_table_col1_seq [07:25:31.970](0.002s) ok 5436 - only_dump_measurement: should not dump ALTER SERVER s1 OWNER TO [07:25:31.970](0.000s) ok 5437 - only_dump_measurement: should not dump ALTER STATISTICS extended_stats_options [07:25:31.970](0.000s) ok 5438 - only_dump_measurement: should not dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:31.970](0.000s) ok 5439 - only_dump_measurement: should dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:31.971](0.000s) ok 5440 - only_dump_measurement: should not dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:31.972](0.001s) ok 5441 - only_dump_measurement: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:31.978](0.006s) ok 5442 - only_dump_measurement: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:31.978](0.000s) ok 5443 - only_dump_measurement: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:31.978](0.000s) ok 5444 - only_dump_measurement: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:31.978](0.000s) ok 5445 - only_dump_measurement: should dump ALTER TABLE measurement OWNER TO [07:25:31.978](0.000s) ok 5446 - only_dump_measurement: should dump ALTER TABLE measurement PRIMARY KEY [07:25:31.978](0.000s) ok 5447 - only_dump_measurement: should dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:31.978](0.000s) ok 5448 - only_dump_measurement: should not dump ALTER TABLE test_second_table OWNER TO [07:25:31.978](0.000s) ok 5449 - only_dump_measurement: should not dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:31.978](0.000s) ok 5450 - only_dump_measurement: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:31.978](0.000s) ok 5451 - only_dump_measurement: should not dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:31.979](0.000s) ok 5452 - only_dump_measurement: should not dump ALTER TABLE test_table OWNER TO [07:25:31.979](0.000s) ok 5453 - only_dump_measurement: should not dump ALTER TABLE test_table_generated_child1 [07:25:31.979](0.000s) ok 5454 - only_dump_measurement: should not dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:31.979](0.000s) ok 5455 - only_dump_measurement: should not dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:31.979](0.000s) ok 5456 - only_dump_measurement: should not dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:31.980](0.000s) ok 5457 - only_dump_measurement: should not dump ALTER VIEW test_view SET DEFAULT [07:25:31.980](0.001s) ok 5458 - only_dump_measurement: should dump Always trigger on partition is altered [07:25:31.985](0.004s) ok 5459 - only_dump_measurement: should not dump COMMENT ON COLLATION test0 [07:25:31.990](0.005s) ok 5460 - only_dump_measurement: should not dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:31.990](0.000s) ok 5461 - only_dump_measurement: should not dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:31.991](0.001s) ok 5462 - only_dump_measurement: should not dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:31.996](0.005s) ok 5463 - only_dump_measurement: should not dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:31.997](0.001s) ok 5464 - only_dump_measurement: should not dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:31.997](0.000s) ok 5465 - only_dump_measurement: should not dump COMMENT ON DATABASE postgres [07:25:31.997](0.000s) ok 5466 - only_dump_measurement: should not dump COMMENT ON EXTENSION plpgsql [07:25:31.997](0.000s) ok 5467 - only_dump_measurement: should not dump COMMENT ON LARGE OBJECT ... [07:25:31.998](0.001s) ok 5468 - only_dump_measurement: should not dump COMMENT ON PUBLICATION pub1 [07:25:31.998](0.000s) ok 5469 - only_dump_measurement: should not dump COMMENT ON SCHEMA public [07:25:31.999](0.000s) ok 5470 - only_dump_measurement: should not dump COMMENT ON SUBSCRIPTION sub1 [07:25:31.999](0.001s) ok 5471 - only_dump_measurement: should not dump COMMENT ON TABLE dump_test.test_table [07:25:32.000](0.000s) ok 5472 - only_dump_measurement: should not dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:32.000](0.000s) ok 5473 - only_dump_measurement: should not dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:32.000](0.000s) ok 5474 - only_dump_measurement: should not dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:32.000](0.000s) ok 5475 - only_dump_measurement: should not dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:32.001](0.000s) ok 5476 - only_dump_measurement: should not dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:32.001](0.000s) ok 5477 - only_dump_measurement: should not dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:32.001](0.000s) ok 5478 - only_dump_measurement: should not dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:32.001](0.000s) ok 5479 - only_dump_measurement: should not dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:32.001](0.000s) ok 5480 - only_dump_measurement: should not dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:32.001](0.000s) ok 5481 - only_dump_measurement: should not dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:32.001](0.000s) ok 5482 - only_dump_measurement: should not dump COPY fk_reference_test_table [07:25:32.001](0.000s) ok 5483 - only_dump_measurement: should not dump COPY fk_reference_test_table second [07:25:32.001](0.000s) ok 5484 - only_dump_measurement: should dump COPY measurement [07:25:32.001](0.000s) ok 5485 - only_dump_measurement: should not dump COPY test_compression_method [07:25:32.001](0.000s) ok 5486 - only_dump_measurement: should not dump COPY test_fifth_table [07:25:32.002](0.000s) ok 5487 - only_dump_measurement: should not dump COPY test_fourth_table [07:25:32.002](0.000s) ok 5488 - only_dump_measurement: should not dump COPY test_second_table [07:25:32.007](0.005s) ok 5489 - only_dump_measurement: should not dump COPY test_table [07:25:32.012](0.005s) ok 5490 - only_dump_measurement: should not dump COPY test_table_identity [07:25:32.013](0.001s) ok 5491 - only_dump_measurement: should not dump COPY test_third_table [07:25:32.013](0.000s) ok 5492 - only_dump_measurement: should not dump CREATE ACCESS METHOD gist2 [07:25:32.013](0.000s) ok 5493 - only_dump_measurement: should not dump CREATE ACCESS METHOD regress_test_table_am [07:25:32.016](0.003s) ok 5494 - only_dump_measurement: should not dump CREATE AGGREGATE dump_test.newavg [07:25:32.018](0.002s) ok 5495 - only_dump_measurement: should not dump CREATE CAST FOR timestamptz [07:25:32.019](0.000s) ok 5496 - only_dump_measurement: should not dump CREATE COLLATION test0 FROM "C" [07:25:32.019](0.000s) ok 5497 - only_dump_measurement: should not dump CREATE CONVERSION dump_test.test_conversion [07:25:32.019](0.000s) ok 5498 - only_dump_measurement: should not dump CREATE DATABASE dump_test [07:25:32.019](0.000s) ok 5499 - only_dump_measurement: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:32.019](0.000s) ok 5500 - only_dump_measurement: should not dump CREATE DATABASE postgres [07:25:32.019](0.000s) ok 5501 - only_dump_measurement: should not dump CREATE DATABASE regression_invalid... [07:25:32.019](0.000s) ok 5502 - only_dump_measurement: should not dump CREATE DOMAIN dump_test.us_postal_code [07:25:32.020](0.000s) ok 5503 - only_dump_measurement: should not dump CREATE EVENT TRIGGER test_event_trigger [07:25:32.020](0.000s) ok 5504 - only_dump_measurement: should not dump CREATE EXTENSION ... plpgsql [07:25:32.021](0.000s) ok 5505 - only_dump_measurement: should not dump CREATE FOREIGN DATA WRAPPER dummy [07:25:32.021](0.000s) ok 5506 - only_dump_measurement: should not dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:32.022](0.001s) ok 5507 - only_dump_measurement: should not dump CREATE FUNCTION ... SUPPORT [07:25:32.022](0.000s) ok 5508 - only_dump_measurement: should not dump CREATE FUNCTION dump_test.event_trigger_func [07:25:32.022](0.001s) ok 5509 - only_dump_measurement: should not dump CREATE FUNCTION dump_test.int42_in [07:25:32.023](0.000s) ok 5510 - only_dump_measurement: should not dump CREATE FUNCTION dump_test.int42_out [07:25:32.024](0.002s) ok 5511 - only_dump_measurement: should not dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:32.025](0.000s) ok 5512 - only_dump_measurement: should not dump CREATE FUNCTION dump_test.trigger_func [07:25:32.025](0.001s) ok 5513 - only_dump_measurement: should dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:32.029](0.004s) ok 5514 - only_dump_measurement: should dump CREATE INDEX ON ONLY measurement [07:25:32.030](0.000s) ok 5515 - only_dump_measurement: should not dump CREATE LANGUAGE pltestlang [07:25:32.030](0.000s) ok 5516 - only_dump_measurement: should not dump CREATE MATERIALIZED VIEW matview [07:25:32.030](0.000s) ok 5517 - only_dump_measurement: should not dump CREATE MATERIALIZED VIEW matview_fourth [07:25:32.032](0.002s) ok 5518 - only_dump_measurement: should not dump CREATE MATERIALIZED VIEW matview_second [07:25:32.032](0.000s) ok 5519 - only_dump_measurement: should not dump CREATE MATERIALIZED VIEW matview_third [07:25:32.033](0.000s) ok 5520 - only_dump_measurement: should not dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:32.033](0.000s) ok 5521 - only_dump_measurement: should not dump CREATE OPERATOR CLASS dump_test.op_class [07:25:32.033](0.000s) ok 5522 - only_dump_measurement: should not dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:32.033](0.000s) ok 5523 - only_dump_measurement: should not dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:32.033](0.000s) ok 5524 - only_dump_measurement: should not dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:32.033](0.000s) ok 5525 - only_dump_measurement: should not dump CREATE POLICY p1 ON test_table [07:25:32.033](0.000s) ok 5526 - only_dump_measurement: should not dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:32.036](0.003s) ok 5527 - only_dump_measurement: should not dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:32.036](0.000s) ok 5528 - only_dump_measurement: should not dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:32.036](0.000s) ok 5529 - only_dump_measurement: should not dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:32.036](0.000s) ok 5530 - only_dump_measurement: should not dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:32.037](0.000s) ok 5531 - only_dump_measurement: should not dump CREATE PROCEDURE dump_test.ptest1 [07:25:32.037](0.000s) ok 5532 - only_dump_measurement: should not dump CREATE PUBLICATION pub1 [07:25:32.037](0.000s) ok 5533 - only_dump_measurement: should not dump CREATE PUBLICATION pub2 [07:25:32.041](0.004s) ok 5534 - only_dump_measurement: should not dump CREATE PUBLICATION pub3 [07:25:32.044](0.002s) ok 5535 - only_dump_measurement: should not dump CREATE PUBLICATION pub4 [07:25:32.045](0.001s) ok 5536 - only_dump_measurement: should not dump CREATE ROLE regress_dump_test_role [07:25:32.046](0.001s) ok 5537 - only_dump_measurement: should not dump CREATE ROLE regress_quoted... [07:25:32.046](0.000s) ok 5538 - only_dump_measurement: should not dump CREATE SCHEMA dump_test [07:25:32.047](0.001s) ok 5539 - only_dump_measurement: should not dump CREATE SCHEMA dump_test_second_schema [07:25:32.047](0.000s) ok 5540 - only_dump_measurement: should not dump CREATE SCHEMA public [07:25:32.047](0.000s) ok 5541 - only_dump_measurement: should not dump CREATE SEQUENCE test_table_col1_seq [07:25:32.049](0.002s) ok 5542 - only_dump_measurement: should not dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:32.049](0.000s) ok 5543 - only_dump_measurement: should not dump CREATE STATISTICS extended_stats_expression [07:25:32.049](0.000s) ok 5544 - only_dump_measurement: should not dump CREATE STATISTICS extended_stats_no_options [07:25:32.050](0.000s) ok 5545 - only_dump_measurement: should not dump CREATE STATISTICS extended_stats_options [07:25:32.050](0.000s) ok 5546 - only_dump_measurement: should not dump CREATE SUBSCRIPTION sub1 [07:25:32.050](0.000s) ok 5547 - only_dump_measurement: should not dump CREATE SUBSCRIPTION sub2 [07:25:32.051](0.000s) ok 5548 - only_dump_measurement: should not dump CREATE SUBSCRIPTION sub3 [07:25:32.051](0.000s) ok 5549 - only_dump_measurement: should not dump CREATE TABLE fk_reference_test_table [07:25:32.051](0.000s) ok 5550 - only_dump_measurement: should dump CREATE TABLE measurement PARTITIONED BY [07:25:32.051](0.000s) ok 5551 - only_dump_measurement: should not dump CREATE TABLE regress_pg_dump_table_am [07:25:32.051](0.000s) ok 5552 - only_dump_measurement: should not dump CREATE TABLE table_with_stats [07:25:32.051](0.000s) ok 5553 - only_dump_measurement: should not dump CREATE TABLE test_compression_method [07:25:32.051](0.000s) ok 5554 - only_dump_measurement: should not dump CREATE TABLE test_fifth_table [07:25:32.051](0.000s) ok 5555 - only_dump_measurement: should not dump CREATE TABLE test_fourth_table_zero_col [07:25:32.051](0.000s) ok 5556 - only_dump_measurement: should not dump CREATE TABLE test_inheritance_child [07:25:32.051](0.000s) ok 5557 - only_dump_measurement: should not dump CREATE TABLE test_inheritance_parent [07:25:32.052](0.000s) ok 5558 - only_dump_measurement: should not dump CREATE TABLE test_second_table [07:25:32.052](0.000s) ok 5559 - only_dump_measurement: should not dump CREATE TABLE test_seventh_table [07:25:32.052](0.000s) ok 5560 - only_dump_measurement: should not dump CREATE TABLE test_sixth_table [07:25:32.052](0.000s) ok 5561 - only_dump_measurement: should not dump CREATE TABLE test_table [07:25:32.052](0.000s) ok 5562 - only_dump_measurement: should not dump CREATE TABLE test_table_generated [07:25:32.052](0.000s) ok 5563 - only_dump_measurement: should not dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:32.052](0.000s) ok 5564 - only_dump_measurement: should not dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:32.052](0.000s) ok 5565 - only_dump_measurement: should not dump CREATE TABLE test_table_identity [07:25:32.052](0.000s) ok 5566 - only_dump_measurement: should not dump CREATE TABLE test_third_table_generated_cols [07:25:32.052](0.000s) ok 5567 - only_dump_measurement: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:32.052](0.000s) ok 5568 - only_dump_measurement: should not dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:32.052](0.000s) ok 5569 - only_dump_measurement: should not dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:32.052](0.000s) ok 5570 - only_dump_measurement: should not dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:32.053](0.000s) ok 5571 - only_dump_measurement: should not dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:32.053](0.000s) ok 5572 - only_dump_measurement: should not dump CREATE TRANSFORM FOR int [07:25:32.053](0.000s) ok 5573 - only_dump_measurement: should not dump CREATE TRIGGER test_trigger [07:25:32.053](0.000s) ok 5574 - only_dump_measurement: should not dump CREATE TYPE dump_test.composite [07:25:32.053](0.000s) ok 5575 - only_dump_measurement: should not dump CREATE TYPE dump_test.int42 [07:25:32.053](0.000s) ok 5576 - only_dump_measurement: should not dump CREATE TYPE dump_test.int42 populated [07:25:32.053](0.000s) ok 5577 - only_dump_measurement: should not dump CREATE TYPE dump_test.planets AS ENUM [07:25:32.053](0.000s) ok 5578 - only_dump_measurement: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:32.053](0.000s) ok 5579 - only_dump_measurement: should not dump CREATE TYPE dump_test.textrange AS RANGE [07:25:32.053](0.000s) ok 5580 - only_dump_measurement: should not dump CREATE TYPE dump_test.undefined [07:25:32.053](0.000s) ok 5581 - only_dump_measurement: should not dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:32.053](0.000s) ok 5582 - only_dump_measurement: should not dump CREATE VIEW test_view [07:25:32.054](0.000s) ok 5583 - only_dump_measurement: should not dump Check ordering of a function that depends on a primary key [07:25:32.054](0.000s) ok 5584 - only_dump_measurement: should not dump Check ordering of a matview that depends on a primary key [07:25:32.056](0.002s) ok 5585 - only_dump_measurement: should dump Creation of row-level trigger in partitioned table [07:25:32.056](0.000s) ok 5586 - only_dump_measurement: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:32.056](0.000s) ok 5587 - only_dump_measurement: should not dump DROP EXTENSION plpgsql [07:25:32.057](0.001s) ok 5588 - only_dump_measurement: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:32.061](0.003s) ok 5589 - only_dump_measurement: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:32.061](0.000s) ok 5590 - only_dump_measurement: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:32.061](0.000s) ok 5591 - only_dump_measurement: should not dump DROP LANGUAGE pltestlang [07:25:32.062](0.000s) ok 5592 - only_dump_measurement: should not dump DROP ROLE pg_ [07:25:32.062](0.000s) ok 5593 - only_dump_measurement: should not dump DROP ROLE regress_dump_test_role [07:25:32.062](0.000s) ok 5594 - only_dump_measurement: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:32.063](0.000s) ok 5595 - only_dump_measurement: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:32.063](0.001s) ok 5596 - only_dump_measurement: should not dump DROP SCHEMA IF EXISTS public [07:25:32.063](0.000s) ok 5597 - only_dump_measurement: should not dump DROP SCHEMA dump_test [07:25:32.063](0.000s) ok 5598 - only_dump_measurement: should not dump DROP SCHEMA dump_test_second_schema [07:25:32.064](0.000s) ok 5599 - only_dump_measurement: should not dump DROP SCHEMA public [07:25:32.064](0.000s) ok 5600 - only_dump_measurement: should not dump DROP TABLE IF EXISTS test_second_table [07:25:32.064](0.000s) ok 5601 - only_dump_measurement: should not dump DROP TABLE IF EXISTS test_table [07:25:32.065](0.001s) ok 5602 - only_dump_measurement: should not dump DROP TABLE fk_reference_test_table [07:25:32.065](0.000s) ok 5603 - only_dump_measurement: should not dump DROP TABLE test_second_table [07:25:32.065](0.000s) ok 5604 - only_dump_measurement: should not dump DROP TABLE test_table [07:25:32.066](0.000s) ok 5605 - only_dump_measurement: should dump Disabled trigger on partition is altered [07:25:32.066](0.000s) ok 5606 - only_dump_measurement: should not dump Disabled trigger on partition is not created [07:25:32.066](0.000s) ok 5607 - only_dump_measurement: should not dump GRANT ALL ON LARGE OBJECT ... [07:25:32.067](0.000s) ok 5608 - only_dump_measurement: should not dump GRANT CREATE ON DATABASE dump_test [07:25:32.067](0.000s) ok 5609 - only_dump_measurement: should not dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:32.067](0.000s) ok 5610 - only_dump_measurement: should not dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:32.067](0.000s) ok 5611 - only_dump_measurement: should not dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:32.068](0.000s) ok 5612 - only_dump_measurement: should dump GRANT SELECT ON TABLE measurement [07:25:32.068](0.000s) ok 5613 - only_dump_measurement: should dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:32.068](0.000s) ok 5614 - only_dump_measurement: should not dump GRANT SELECT ON TABLE test_table [07:25:32.068](0.000s) ok 5615 - only_dump_measurement: should not dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:32.069](0.000s) ok 5616 - only_dump_measurement: should not dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:32.069](0.000s) ok 5617 - only_dump_measurement: should not dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:32.069](0.000s) ok 5618 - only_dump_measurement: should not dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:32.069](0.000s) ok 5619 - only_dump_measurement: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:32.069](0.000s) ok 5620 - only_dump_measurement: should not dump GRANT USAGE ON TYPE dump_test.int42 [07:25:32.071](0.002s) ok 5621 - only_dump_measurement: should not dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:32.073](0.002s) ok 5622 - only_dump_measurement: should not dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:32.074](0.001s) ok 5623 - only_dump_measurement: should not dump INSERT INTO test_fifth_table [07:25:32.075](0.000s) ok 5624 - only_dump_measurement: should not dump INSERT INTO test_fourth_table [07:25:32.076](0.001s) ok 5625 - only_dump_measurement: should not dump INSERT INTO test_second_table [07:25:32.078](0.002s) ok 5626 - only_dump_measurement: should not dump INSERT INTO test_table [07:25:32.081](0.003s) ok 5627 - only_dump_measurement: should not dump INSERT INTO test_table_identity [07:25:32.081](0.000s) ok 5628 - only_dump_measurement: should not dump INSERT INTO test_third_table [07:25:32.082](0.000s) ok 5629 - only_dump_measurement: should not dump INSERT INTO test_third_table (colnames) [07:25:32.082](0.000s) ok 5630 - only_dump_measurement: should not dump LO create (using lo_from_bytea) [07:25:32.082](0.000s) ok 5631 - only_dump_measurement: should not dump LO create (with no data) [07:25:32.082](0.000s) ok 5632 - only_dump_measurement: should not dump LO load (using lo_from_bytea) [07:25:32.083](0.000s) ok 5633 - only_dump_measurement: should dump Partition measurement_y2006m2 creation [07:25:32.083](0.001s) ok 5634 - only_dump_measurement: should not dump REFRESH MATERIALIZED VIEW matview [07:25:32.084](0.000s) ok 5635 - only_dump_measurement: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:32.084](0.000s) ok 5636 - only_dump_measurement: should not dump REFRESH MATERIALIZED VIEW matview_second [07:25:32.084](0.000s) ok 5637 - only_dump_measurement: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:32.084](0.000s) ok 5638 - only_dump_measurement: should not dump REVOKE ALL ON SCHEMA public [07:25:32.084](0.000s) ok 5639 - only_dump_measurement: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:32.084](0.000s) ok 5640 - only_dump_measurement: should not dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:32.086](0.001s) ok 5641 - only_dump_measurement: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:32.086](0.000s) ok 5642 - only_dump_measurement: should not dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:32.087](0.001s) ok 5643 - only_dump_measurement: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:32.087](0.000s) ok 5644 - only_dump_measurement: should dump Replica trigger on partition is altered [07:25:32.088](0.001s) ok 5645 - only_dump_measurement: should not dump Triggers on partitions are not dropped [07:25:32.088](0.000s) ok 5646 - only_dump_measurement: should not dump test_table with 4-row INSERTs # Running: pg_dump --no-sync --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/only_dump_test_schema.sql --schema=dump_test postgres pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order [07:25:32.474](0.386s) ok 5647 - only_dump_test_schema: pg_dump runs [07:25:32.476](0.003s) ok 5648 - only_dump_test_schema: should not dump ALTER COLLATION test0 OWNER TO [07:25:32.477](0.000s) ok 5649 - only_dump_test_schema: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:32.477](0.000s) ok 5650 - only_dump_test_schema: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:32.477](0.000s) ok 5651 - only_dump_test_schema: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:32.478](0.000s) ok 5652 - only_dump_test_schema: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:32.478](0.000s) ok 5653 - only_dump_test_schema: should not dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:32.478](0.000s) ok 5654 - only_dump_test_schema: should dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:32.479](0.000s) ok 5655 - only_dump_test_schema: should dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:32.479](0.000s) ok 5656 - only_dump_test_schema: should dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:32.479](0.000s) ok 5657 - only_dump_test_schema: should not dump ALTER INDEX ... ATTACH PARTITION [07:25:32.479](0.000s) ok 5658 - only_dump_test_schema: should not dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:32.480](0.000s) ok 5659 - only_dump_test_schema: should not dump ALTER LARGE OBJECT ... OWNER TO [07:25:32.480](0.000s) ok 5660 - only_dump_test_schema: should dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:32.480](0.000s) ok 5661 - only_dump_test_schema: should dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:32.480](0.000s) ok 5662 - only_dump_test_schema: should dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:32.481](0.000s) ok 5663 - only_dump_test_schema: should not dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:32.481](0.000s) ok 5664 - only_dump_test_schema: should not dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:32.481](0.000s) ok 5665 - only_dump_test_schema: should not dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:32.481](0.000s) ok 5666 - only_dump_test_schema: should not dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:32.481](0.000s) ok 5667 - only_dump_test_schema: should not dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:32.482](0.000s) ok 5668 - only_dump_test_schema: should not dump ALTER PUBLICATION pub1 OWNER TO [07:25:32.482](0.000s) ok 5669 - only_dump_test_schema: should not dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:32.482](0.000s) ok 5670 - only_dump_test_schema: should not dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:32.482](0.000s) ok 5671 - only_dump_test_schema: should not dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:32.482](0.000s) ok 5672 - only_dump_test_schema: should not dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:32.482](0.000s) ok 5673 - only_dump_test_schema: should not dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:32.482](0.000s) ok 5674 - only_dump_test_schema: should not dump ALTER ROLE regress_dump_test_role [07:25:32.482](0.000s) ok 5675 - only_dump_test_schema: should dump ALTER SCHEMA dump_test OWNER TO [07:25:32.483](0.000s) ok 5676 - only_dump_test_schema: should not dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:32.483](0.000s) ok 5677 - only_dump_test_schema: should not dump ALTER SCHEMA public OWNER TO [07:25:32.483](0.000s) ok 5678 - only_dump_test_schema: should dump ALTER SEQUENCE test_table_col1_seq [07:25:32.483](0.000s) ok 5679 - only_dump_test_schema: should not dump ALTER SERVER s1 OWNER TO [07:25:32.483](0.000s) ok 5680 - only_dump_test_schema: should dump ALTER STATISTICS extended_stats_options [07:25:32.483](0.000s) ok 5681 - only_dump_test_schema: should dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:32.484](0.000s) ok 5682 - only_dump_test_schema: should not dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:32.484](0.000s) ok 5683 - only_dump_test_schema: should dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:32.484](0.000s) ok 5684 - only_dump_test_schema: should dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:32.484](0.000s) ok 5685 - only_dump_test_schema: should dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:32.485](0.000s) ok 5686 - only_dump_test_schema: should dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:32.485](0.000s) ok 5687 - only_dump_test_schema: should dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:32.485](0.000s) ok 5688 - only_dump_test_schema: should dump ALTER TABLE measurement OWNER TO [07:25:32.485](0.000s) ok 5689 - only_dump_test_schema: should dump ALTER TABLE measurement PRIMARY KEY [07:25:32.485](0.000s) ok 5690 - only_dump_test_schema: should not dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:32.486](0.000s) ok 5691 - only_dump_test_schema: should dump ALTER TABLE test_second_table OWNER TO [07:25:32.486](0.000s) ok 5692 - only_dump_test_schema: should dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:32.486](0.000s) ok 5693 - only_dump_test_schema: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:32.486](0.000s) ok 5694 - only_dump_test_schema: should dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:32.486](0.000s) ok 5695 - only_dump_test_schema: should dump ALTER TABLE test_table OWNER TO [07:25:32.486](0.000s) ok 5696 - only_dump_test_schema: should not dump ALTER TABLE test_table_generated_child1 [07:25:32.487](0.000s) ok 5697 - only_dump_test_schema: should dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:32.487](0.000s) ok 5698 - only_dump_test_schema: should dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:32.487](0.000s) ok 5699 - only_dump_test_schema: should dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:32.487](0.000s) ok 5700 - only_dump_test_schema: should dump ALTER VIEW test_view SET DEFAULT [07:25:32.487](0.000s) ok 5701 - only_dump_test_schema: should not dump Always trigger on partition is altered [07:25:32.487](0.000s) ok 5702 - only_dump_test_schema: should not dump COMMENT ON COLLATION test0 [07:25:32.487](0.000s) ok 5703 - only_dump_test_schema: should dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:32.487](0.000s) ok 5704 - only_dump_test_schema: should dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:32.487](0.000s) ok 5705 - only_dump_test_schema: should dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:32.488](0.000s) ok 5706 - only_dump_test_schema: should dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:32.488](0.000s) ok 5707 - only_dump_test_schema: should dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:32.488](0.000s) ok 5708 - only_dump_test_schema: should not dump COMMENT ON DATABASE postgres [07:25:32.488](0.000s) ok 5709 - only_dump_test_schema: should not dump COMMENT ON EXTENSION plpgsql [07:25:32.488](0.000s) ok 5710 - only_dump_test_schema: should not dump COMMENT ON LARGE OBJECT ... [07:25:32.488](0.000s) ok 5711 - only_dump_test_schema: should not dump COMMENT ON PUBLICATION pub1 [07:25:32.488](0.000s) ok 5712 - only_dump_test_schema: should not dump COMMENT ON SCHEMA public [07:25:32.488](0.000s) ok 5713 - only_dump_test_schema: should not dump COMMENT ON SUBSCRIPTION sub1 [07:25:32.489](0.000s) ok 5714 - only_dump_test_schema: should dump COMMENT ON TABLE dump_test.test_table [07:25:32.489](0.000s) ok 5715 - only_dump_test_schema: should dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:32.489](0.000s) ok 5716 - only_dump_test_schema: should dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:32.489](0.000s) ok 5717 - only_dump_test_schema: should dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:32.489](0.000s) ok 5718 - only_dump_test_schema: should dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:32.489](0.000s) ok 5719 - only_dump_test_schema: should dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:32.489](0.000s) ok 5720 - only_dump_test_schema: should dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:32.489](0.000s) ok 5721 - only_dump_test_schema: should dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:32.490](0.000s) ok 5722 - only_dump_test_schema: should dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:32.490](0.000s) ok 5723 - only_dump_test_schema: should dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:32.490](0.000s) ok 5724 - only_dump_test_schema: should dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:32.490](0.000s) ok 5725 - only_dump_test_schema: should dump COPY fk_reference_test_table [07:25:32.490](0.000s) ok 5726 - only_dump_test_schema: should not dump COPY fk_reference_test_table second [07:25:32.490](0.000s) ok 5727 - only_dump_test_schema: should not dump COPY measurement [07:25:32.490](0.000s) ok 5728 - only_dump_test_schema: should dump COPY test_compression_method [07:25:32.490](0.000s) ok 5729 - only_dump_test_schema: should dump COPY test_fifth_table [07:25:32.490](0.000s) ok 5730 - only_dump_test_schema: should dump COPY test_fourth_table [07:25:32.491](0.000s) ok 5731 - only_dump_test_schema: should dump COPY test_second_table [07:25:32.491](0.000s) ok 5732 - only_dump_test_schema: should dump COPY test_table [07:25:32.491](0.000s) ok 5733 - only_dump_test_schema: should dump COPY test_table_identity [07:25:32.491](0.000s) ok 5734 - only_dump_test_schema: should dump COPY test_third_table [07:25:32.491](0.000s) ok 5735 - only_dump_test_schema: should not dump CREATE ACCESS METHOD gist2 [07:25:32.491](0.000s) ok 5736 - only_dump_test_schema: should not dump CREATE ACCESS METHOD regress_test_table_am [07:25:32.491](0.000s) ok 5737 - only_dump_test_schema: should dump CREATE AGGREGATE dump_test.newavg [07:25:32.491](0.000s) ok 5738 - only_dump_test_schema: should not dump CREATE CAST FOR timestamptz [07:25:32.491](0.000s) ok 5739 - only_dump_test_schema: should not dump CREATE COLLATION test0 FROM "C" [07:25:32.491](0.000s) ok 5740 - only_dump_test_schema: should dump CREATE CONVERSION dump_test.test_conversion [07:25:32.492](0.000s) ok 5741 - only_dump_test_schema: should not dump CREATE DATABASE dump_test [07:25:32.492](0.000s) ok 5742 - only_dump_test_schema: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:32.492](0.000s) ok 5743 - only_dump_test_schema: should not dump CREATE DATABASE postgres [07:25:32.492](0.000s) ok 5744 - only_dump_test_schema: should not dump CREATE DATABASE regression_invalid... [07:25:32.493](0.001s) ok 5745 - only_dump_test_schema: should dump CREATE DOMAIN dump_test.us_postal_code [07:25:32.493](0.000s) ok 5746 - only_dump_test_schema: should not dump CREATE EVENT TRIGGER test_event_trigger [07:25:32.493](0.000s) ok 5747 - only_dump_test_schema: should not dump CREATE EXTENSION ... plpgsql [07:25:32.493](0.000s) ok 5748 - only_dump_test_schema: should not dump CREATE FOREIGN DATA WRAPPER dummy [07:25:32.494](0.000s) ok 5749 - only_dump_test_schema: should dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:32.494](0.000s) ok 5750 - only_dump_test_schema: should dump CREATE FUNCTION ... SUPPORT [07:25:32.494](0.000s) ok 5751 - only_dump_test_schema: should dump CREATE FUNCTION dump_test.event_trigger_func [07:25:32.494](0.000s) ok 5752 - only_dump_test_schema: should dump CREATE FUNCTION dump_test.int42_in [07:25:32.494](0.000s) ok 5753 - only_dump_test_schema: should dump CREATE FUNCTION dump_test.int42_out [07:25:32.494](0.000s) ok 5754 - only_dump_test_schema: should dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:32.494](0.000s) ok 5755 - only_dump_test_schema: should dump CREATE FUNCTION dump_test.trigger_func [07:25:32.494](0.000s) ok 5756 - only_dump_test_schema: should not dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:32.494](0.000s) ok 5757 - only_dump_test_schema: should dump CREATE INDEX ON ONLY measurement [07:25:32.494](0.000s) ok 5758 - only_dump_test_schema: should not dump CREATE LANGUAGE pltestlang [07:25:32.494](0.000s) ok 5759 - only_dump_test_schema: should dump CREATE MATERIALIZED VIEW matview [07:25:32.494](0.000s) ok 5760 - only_dump_test_schema: should dump CREATE MATERIALIZED VIEW matview_fourth [07:25:32.495](0.000s) ok 5761 - only_dump_test_schema: should dump CREATE MATERIALIZED VIEW matview_second [07:25:32.495](0.000s) ok 5762 - only_dump_test_schema: should dump CREATE MATERIALIZED VIEW matview_third [07:25:32.495](0.000s) ok 5763 - only_dump_test_schema: should dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:32.495](0.000s) ok 5764 - only_dump_test_schema: should dump CREATE OPERATOR CLASS dump_test.op_class [07:25:32.495](0.001s) ok 5765 - only_dump_test_schema: should dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:32.496](0.000s) ok 5766 - only_dump_test_schema: should dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:32.496](0.000s) ok 5767 - only_dump_test_schema: should dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:32.496](0.000s) ok 5768 - only_dump_test_schema: should dump CREATE POLICY p1 ON test_table [07:25:32.496](0.000s) ok 5769 - only_dump_test_schema: should dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:32.496](0.000s) ok 5770 - only_dump_test_schema: should dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:32.496](0.000s) ok 5771 - only_dump_test_schema: should dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:32.496](0.000s) ok 5772 - only_dump_test_schema: should dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:32.496](0.000s) ok 5773 - only_dump_test_schema: should dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:32.496](0.000s) ok 5774 - only_dump_test_schema: should dump CREATE PROCEDURE dump_test.ptest1 [07:25:32.496](0.000s) ok 5775 - only_dump_test_schema: should not dump CREATE PUBLICATION pub1 [07:25:32.497](0.000s) ok 5776 - only_dump_test_schema: should not dump CREATE PUBLICATION pub2 [07:25:32.497](0.000s) ok 5777 - only_dump_test_schema: should not dump CREATE PUBLICATION pub3 [07:25:32.497](0.000s) ok 5778 - only_dump_test_schema: should not dump CREATE PUBLICATION pub4 [07:25:32.497](0.000s) ok 5779 - only_dump_test_schema: should not dump CREATE ROLE regress_dump_test_role [07:25:32.497](0.000s) ok 5780 - only_dump_test_schema: should not dump CREATE ROLE regress_quoted... [07:25:32.497](0.000s) ok 5781 - only_dump_test_schema: should dump CREATE SCHEMA dump_test [07:25:32.497](0.000s) ok 5782 - only_dump_test_schema: should not dump CREATE SCHEMA dump_test_second_schema [07:25:32.498](0.000s) ok 5783 - only_dump_test_schema: should not dump CREATE SCHEMA public [07:25:32.498](0.000s) ok 5784 - only_dump_test_schema: should dump CREATE SEQUENCE test_table_col1_seq [07:25:32.498](0.000s) ok 5785 - only_dump_test_schema: should not dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:32.498](0.000s) ok 5786 - only_dump_test_schema: should dump CREATE STATISTICS extended_stats_expression [07:25:32.499](0.000s) ok 5787 - only_dump_test_schema: should dump CREATE STATISTICS extended_stats_no_options [07:25:32.499](0.000s) ok 5788 - only_dump_test_schema: should dump CREATE STATISTICS extended_stats_options [07:25:32.499](0.000s) ok 5789 - only_dump_test_schema: should not dump CREATE SUBSCRIPTION sub1 [07:25:32.499](0.000s) ok 5790 - only_dump_test_schema: should not dump CREATE SUBSCRIPTION sub2 [07:25:32.499](0.000s) ok 5791 - only_dump_test_schema: should not dump CREATE SUBSCRIPTION sub3 [07:25:32.500](0.000s) ok 5792 - only_dump_test_schema: should dump CREATE TABLE fk_reference_test_table [07:25:32.500](0.000s) ok 5793 - only_dump_test_schema: should dump CREATE TABLE measurement PARTITIONED BY [07:25:32.557](0.057s) ok 5794 - only_dump_test_schema: should dump CREATE TABLE regress_pg_dump_table_am [07:25:32.558](0.001s) ok 5795 - only_dump_test_schema: should dump CREATE TABLE table_with_stats [07:25:32.559](0.000s) ok 5796 - only_dump_test_schema: should dump CREATE TABLE test_compression_method [07:25:32.559](0.000s) ok 5797 - only_dump_test_schema: should dump CREATE TABLE test_fifth_table [07:25:32.559](0.000s) ok 5798 - only_dump_test_schema: should dump CREATE TABLE test_fourth_table_zero_col [07:25:32.559](0.000s) ok 5799 - only_dump_test_schema: should dump CREATE TABLE test_inheritance_child [07:25:32.559](0.000s) ok 5800 - only_dump_test_schema: should dump CREATE TABLE test_inheritance_parent [07:25:32.560](0.000s) ok 5801 - only_dump_test_schema: should dump CREATE TABLE test_second_table [07:25:32.560](0.000s) ok 5802 - only_dump_test_schema: should dump CREATE TABLE test_seventh_table [07:25:32.560](0.000s) ok 5803 - only_dump_test_schema: should dump CREATE TABLE test_sixth_table [07:25:32.561](0.001s) ok 5804 - only_dump_test_schema: should dump CREATE TABLE test_table [07:25:32.562](0.000s) ok 5805 - only_dump_test_schema: should dump CREATE TABLE test_table_generated [07:25:32.562](0.000s) ok 5806 - only_dump_test_schema: should dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:32.562](0.000s) ok 5807 - only_dump_test_schema: should dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:32.562](0.000s) ok 5808 - only_dump_test_schema: should dump CREATE TABLE test_table_identity [07:25:32.562](0.000s) ok 5809 - only_dump_test_schema: should dump CREATE TABLE test_third_table_generated_cols [07:25:32.562](0.000s) ok 5810 - only_dump_test_schema: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:32.562](0.000s) ok 5811 - only_dump_test_schema: should dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:32.562](0.000s) ok 5812 - only_dump_test_schema: should dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:32.562](0.000s) ok 5813 - only_dump_test_schema: should dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:32.562](0.000s) ok 5814 - only_dump_test_schema: should dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:32.563](0.000s) ok 5815 - only_dump_test_schema: should not dump CREATE TRANSFORM FOR int [07:25:32.563](0.000s) ok 5816 - only_dump_test_schema: should dump CREATE TRIGGER test_trigger [07:25:32.563](0.000s) ok 5817 - only_dump_test_schema: should dump CREATE TYPE dump_test.composite [07:25:32.563](0.000s) ok 5818 - only_dump_test_schema: should dump CREATE TYPE dump_test.int42 [07:25:32.563](0.000s) ok 5819 - only_dump_test_schema: should dump CREATE TYPE dump_test.int42 populated [07:25:32.563](0.000s) ok 5820 - only_dump_test_schema: should dump CREATE TYPE dump_test.planets AS ENUM [07:25:32.563](0.000s) ok 5821 - only_dump_test_schema: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:32.563](0.000s) ok 5822 - only_dump_test_schema: should dump CREATE TYPE dump_test.textrange AS RANGE [07:25:32.563](0.000s) ok 5823 - only_dump_test_schema: should dump CREATE TYPE dump_test.undefined [07:25:32.563](0.000s) ok 5824 - only_dump_test_schema: should not dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:32.563](0.000s) ok 5825 - only_dump_test_schema: should dump CREATE VIEW test_view [07:25:32.564](0.000s) ok 5826 - only_dump_test_schema: should dump Check ordering of a function that depends on a primary key [07:25:32.564](0.000s) ok 5827 - only_dump_test_schema: should dump Check ordering of a matview that depends on a primary key [07:25:32.564](0.000s) ok 5828 - only_dump_test_schema: should dump Creation of row-level trigger in partitioned table [07:25:32.564](0.000s) ok 5829 - only_dump_test_schema: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:32.564](0.000s) ok 5830 - only_dump_test_schema: should not dump DROP EXTENSION plpgsql [07:25:32.564](0.000s) ok 5831 - only_dump_test_schema: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:32.564](0.000s) ok 5832 - only_dump_test_schema: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:32.565](0.000s) ok 5833 - only_dump_test_schema: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:32.565](0.000s) ok 5834 - only_dump_test_schema: should not dump DROP LANGUAGE pltestlang [07:25:32.565](0.000s) ok 5835 - only_dump_test_schema: should not dump DROP ROLE pg_ [07:25:32.565](0.000s) ok 5836 - only_dump_test_schema: should not dump DROP ROLE regress_dump_test_role [07:25:32.565](0.000s) ok 5837 - only_dump_test_schema: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:32.565](0.000s) ok 5838 - only_dump_test_schema: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:32.566](0.000s) ok 5839 - only_dump_test_schema: should not dump DROP SCHEMA IF EXISTS public [07:25:32.566](0.000s) ok 5840 - only_dump_test_schema: should not dump DROP SCHEMA dump_test [07:25:32.566](0.000s) ok 5841 - only_dump_test_schema: should not dump DROP SCHEMA dump_test_second_schema [07:25:32.566](0.000s) ok 5842 - only_dump_test_schema: should not dump DROP SCHEMA public [07:25:32.566](0.000s) ok 5843 - only_dump_test_schema: should not dump DROP TABLE IF EXISTS test_second_table [07:25:32.566](0.000s) ok 5844 - only_dump_test_schema: should not dump DROP TABLE IF EXISTS test_table [07:25:32.566](0.000s) ok 5845 - only_dump_test_schema: should not dump DROP TABLE fk_reference_test_table [07:25:32.566](0.000s) ok 5846 - only_dump_test_schema: should not dump DROP TABLE test_second_table [07:25:32.567](0.000s) ok 5847 - only_dump_test_schema: should not dump DROP TABLE test_table [07:25:32.567](0.000s) ok 5848 - only_dump_test_schema: should not dump Disabled trigger on partition is altered [07:25:32.567](0.000s) ok 5849 - only_dump_test_schema: should not dump Disabled trigger on partition is not created [07:25:32.567](0.000s) ok 5850 - only_dump_test_schema: should not dump GRANT ALL ON LARGE OBJECT ... [07:25:32.567](0.000s) ok 5851 - only_dump_test_schema: should not dump GRANT CREATE ON DATABASE dump_test [07:25:32.567](0.000s) ok 5852 - only_dump_test_schema: should not dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:32.567](0.000s) ok 5853 - only_dump_test_schema: should dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:32.567](0.000s) ok 5854 - only_dump_test_schema: should not dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:32.567](0.000s) ok 5855 - only_dump_test_schema: should dump GRANT SELECT ON TABLE measurement [07:25:32.568](0.001s) ok 5856 - only_dump_test_schema: should not dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:32.568](0.000s) ok 5857 - only_dump_test_schema: should dump GRANT SELECT ON TABLE test_table [07:25:32.569](0.000s) ok 5858 - only_dump_test_schema: should dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:32.569](0.000s) ok 5859 - only_dump_test_schema: should not dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:32.569](0.000s) ok 5860 - only_dump_test_schema: should not dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:32.569](0.000s) ok 5861 - only_dump_test_schema: should not dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:32.569](0.000s) ok 5862 - only_dump_test_schema: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:32.569](0.000s) ok 5863 - only_dump_test_schema: should dump GRANT USAGE ON TYPE dump_test.int42 [07:25:32.569](0.000s) ok 5864 - only_dump_test_schema: should dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:32.569](0.000s) ok 5865 - only_dump_test_schema: should dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:32.569](0.000s) ok 5866 - only_dump_test_schema: should not dump INSERT INTO test_fifth_table [07:25:32.569](0.000s) ok 5867 - only_dump_test_schema: should not dump INSERT INTO test_fourth_table [07:25:32.570](0.000s) ok 5868 - only_dump_test_schema: should not dump INSERT INTO test_second_table [07:25:32.570](0.000s) ok 5869 - only_dump_test_schema: should not dump INSERT INTO test_table [07:25:32.570](0.000s) ok 5870 - only_dump_test_schema: should not dump INSERT INTO test_table_identity [07:25:32.570](0.001s) ok 5871 - only_dump_test_schema: should not dump INSERT INTO test_third_table [07:25:32.571](0.001s) ok 5872 - only_dump_test_schema: should not dump INSERT INTO test_third_table (colnames) [07:25:32.571](0.000s) ok 5873 - only_dump_test_schema: should not dump LO create (using lo_from_bytea) [07:25:32.572](0.000s) ok 5874 - only_dump_test_schema: should not dump LO create (with no data) [07:25:32.572](0.000s) ok 5875 - only_dump_test_schema: should not dump LO load (using lo_from_bytea) [07:25:32.572](0.000s) ok 5876 - only_dump_test_schema: should not dump Partition measurement_y2006m2 creation [07:25:32.573](0.000s) ok 5877 - only_dump_test_schema: should dump REFRESH MATERIALIZED VIEW matview [07:25:32.573](0.000s) ok 5878 - only_dump_test_schema: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:32.573](0.000s) ok 5879 - only_dump_test_schema: should dump REFRESH MATERIALIZED VIEW matview_second [07:25:32.573](0.000s) ok 5880 - only_dump_test_schema: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:32.574](0.000s) ok 5881 - only_dump_test_schema: should not dump REVOKE ALL ON SCHEMA public [07:25:32.574](0.000s) ok 5882 - only_dump_test_schema: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:32.574](0.000s) ok 5883 - only_dump_test_schema: should not dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:32.601](0.027s) ok 5884 - only_dump_test_schema: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:32.601](0.000s) ok 5885 - only_dump_test_schema: should not dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:32.601](0.000s) ok 5886 - only_dump_test_schema: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:32.601](0.000s) ok 5887 - only_dump_test_schema: should not dump Replica trigger on partition is altered [07:25:32.602](0.000s) ok 5888 - only_dump_test_schema: should not dump Triggers on partitions are not dropped [07:25:32.602](0.000s) ok 5889 - only_dump_test_schema: should not dump test_table with 4-row INSERTs # Running: pg_dump --no-sync --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/only_dump_test_table.sql --table=dump_test.test_table --lock-wait-timeout=180000 postgres pg_dump: warning: archive items not in correct section order [07:25:32.820](0.218s) ok 5890 - only_dump_test_table: pg_dump runs [07:25:32.822](0.002s) ok 5891 - only_dump_test_table: should not dump ALTER COLLATION test0 OWNER TO [07:25:32.822](0.000s) ok 5892 - only_dump_test_table: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:32.823](0.000s) ok 5893 - only_dump_test_table: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:32.823](0.001s) ok 5894 - only_dump_test_table: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:32.825](0.002s) ok 5895 - only_dump_test_table: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:32.826](0.001s) ok 5896 - only_dump_test_table: should not dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:32.826](0.000s) ok 5897 - only_dump_test_table: should not dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:32.826](0.000s) ok 5898 - only_dump_test_table: should not dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:32.827](0.000s) ok 5899 - only_dump_test_table: should not dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:32.827](0.000s) ok 5900 - only_dump_test_table: should not dump ALTER INDEX ... ATTACH PARTITION [07:25:32.827](0.000s) ok 5901 - only_dump_test_table: should not dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:32.827](0.000s) ok 5902 - only_dump_test_table: should not dump ALTER LARGE OBJECT ... OWNER TO [07:25:32.827](0.000s) ok 5903 - only_dump_test_table: should not dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:32.827](0.000s) ok 5904 - only_dump_test_table: should not dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:32.827](0.000s) ok 5905 - only_dump_test_table: should not dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:32.827](0.000s) ok 5906 - only_dump_test_table: should not dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:32.827](0.000s) ok 5907 - only_dump_test_table: should not dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:32.827](0.000s) ok 5908 - only_dump_test_table: should not dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:32.827](0.000s) ok 5909 - only_dump_test_table: should not dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:32.828](0.000s) ok 5910 - only_dump_test_table: should not dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:32.828](0.000s) ok 5911 - only_dump_test_table: should not dump ALTER PUBLICATION pub1 OWNER TO [07:25:32.828](0.000s) ok 5912 - only_dump_test_table: should not dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:32.828](0.000s) ok 5913 - only_dump_test_table: should not dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:32.828](0.000s) ok 5914 - only_dump_test_table: should not dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:32.828](0.000s) ok 5915 - only_dump_test_table: should not dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:32.828](0.000s) ok 5916 - only_dump_test_table: should not dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:32.828](0.000s) ok 5917 - only_dump_test_table: should not dump ALTER ROLE regress_dump_test_role [07:25:32.829](0.000s) ok 5918 - only_dump_test_table: should not dump ALTER SCHEMA dump_test OWNER TO [07:25:32.829](0.000s) ok 5919 - only_dump_test_table: should not dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:32.829](0.000s) ok 5920 - only_dump_test_table: should not dump ALTER SCHEMA public OWNER TO [07:25:32.829](0.000s) ok 5921 - only_dump_test_table: should dump ALTER SEQUENCE test_table_col1_seq [07:25:32.829](0.000s) ok 5922 - only_dump_test_table: should not dump ALTER SERVER s1 OWNER TO [07:25:32.829](0.000s) ok 5923 - only_dump_test_table: should not dump ALTER STATISTICS extended_stats_options [07:25:32.829](0.000s) ok 5924 - only_dump_test_table: should not dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:32.829](0.000s) ok 5925 - only_dump_test_table: should not dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:32.829](0.000s) ok 5926 - only_dump_test_table: should dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:32.829](0.000s) ok 5927 - only_dump_test_table: should dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:32.829](0.000s) ok 5928 - only_dump_test_table: should dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:32.829](0.000s) ok 5929 - only_dump_test_table: should dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:32.829](0.000s) ok 5930 - only_dump_test_table: should dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:32.830](0.000s) ok 5931 - only_dump_test_table: should not dump ALTER TABLE measurement OWNER TO [07:25:32.830](0.000s) ok 5932 - only_dump_test_table: should not dump ALTER TABLE measurement PRIMARY KEY [07:25:32.830](0.000s) ok 5933 - only_dump_test_table: should not dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:32.830](0.000s) ok 5934 - only_dump_test_table: should not dump ALTER TABLE test_second_table OWNER TO [07:25:32.830](0.000s) ok 5935 - only_dump_test_table: should dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:32.830](0.000s) ok 5936 - only_dump_test_table: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:32.830](0.000s) ok 5937 - only_dump_test_table: should dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:32.830](0.000s) ok 5938 - only_dump_test_table: should dump ALTER TABLE test_table OWNER TO [07:25:32.830](0.000s) ok 5939 - only_dump_test_table: should not dump ALTER TABLE test_table_generated_child1 [07:25:32.830](0.000s) ok 5940 - only_dump_test_table: should not dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:32.830](0.000s) ok 5941 - only_dump_test_table: should not dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:32.830](0.000s) ok 5942 - only_dump_test_table: should not dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:32.831](0.000s) ok 5943 - only_dump_test_table: should not dump ALTER VIEW test_view SET DEFAULT [07:25:32.831](0.000s) ok 5944 - only_dump_test_table: should not dump Always trigger on partition is altered [07:25:32.831](0.000s) ok 5945 - only_dump_test_table: should not dump COMMENT ON COLLATION test0 [07:25:32.831](0.000s) ok 5946 - only_dump_test_table: should not dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:32.831](0.000s) ok 5947 - only_dump_test_table: should not dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:32.832](0.000s) ok 5948 - only_dump_test_table: should not dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:32.832](0.000s) ok 5949 - only_dump_test_table: should dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:32.832](0.000s) ok 5950 - only_dump_test_table: should not dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:32.832](0.000s) ok 5951 - only_dump_test_table: should not dump COMMENT ON DATABASE postgres [07:25:32.832](0.000s) ok 5952 - only_dump_test_table: should not dump COMMENT ON EXTENSION plpgsql [07:25:32.832](0.000s) ok 5953 - only_dump_test_table: should not dump COMMENT ON LARGE OBJECT ... [07:25:32.833](0.000s) ok 5954 - only_dump_test_table: should not dump COMMENT ON PUBLICATION pub1 [07:25:32.833](0.000s) ok 5955 - only_dump_test_table: should not dump COMMENT ON SCHEMA public [07:25:32.833](0.000s) ok 5956 - only_dump_test_table: should not dump COMMENT ON SUBSCRIPTION sub1 [07:25:32.833](0.000s) ok 5957 - only_dump_test_table: should dump COMMENT ON TABLE dump_test.test_table [07:25:32.833](0.000s) ok 5958 - only_dump_test_table: should not dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:32.833](0.000s) ok 5959 - only_dump_test_table: should not dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:32.833](0.000s) ok 5960 - only_dump_test_table: should not dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:32.833](0.000s) ok 5961 - only_dump_test_table: should not dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:32.833](0.000s) ok 5962 - only_dump_test_table: should not dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:32.833](0.000s) ok 5963 - only_dump_test_table: should not dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:32.833](0.000s) ok 5964 - only_dump_test_table: should not dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:32.833](0.000s) ok 5965 - only_dump_test_table: should not dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:32.833](0.000s) ok 5966 - only_dump_test_table: should not dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:32.833](0.000s) ok 5967 - only_dump_test_table: should not dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:32.833](0.000s) ok 5968 - only_dump_test_table: should not dump COPY fk_reference_test_table [07:25:32.834](0.000s) ok 5969 - only_dump_test_table: should not dump COPY fk_reference_test_table second [07:25:32.834](0.000s) ok 5970 - only_dump_test_table: should not dump COPY measurement [07:25:32.834](0.000s) ok 5971 - only_dump_test_table: should not dump COPY test_compression_method [07:25:32.834](0.000s) ok 5972 - only_dump_test_table: should not dump COPY test_fifth_table [07:25:32.834](0.000s) ok 5973 - only_dump_test_table: should not dump COPY test_fourth_table [07:25:32.834](0.000s) ok 5974 - only_dump_test_table: should not dump COPY test_second_table [07:25:32.834](0.000s) ok 5975 - only_dump_test_table: should dump COPY test_table [07:25:32.834](0.000s) ok 5976 - only_dump_test_table: should not dump COPY test_table_identity [07:25:32.834](0.000s) ok 5977 - only_dump_test_table: should not dump COPY test_third_table [07:25:32.834](0.000s) ok 5978 - only_dump_test_table: should not dump CREATE ACCESS METHOD gist2 [07:25:32.834](0.000s) ok 5979 - only_dump_test_table: should not dump CREATE ACCESS METHOD regress_test_table_am [07:25:32.834](0.000s) ok 5980 - only_dump_test_table: should not dump CREATE AGGREGATE dump_test.newavg [07:25:32.834](0.000s) ok 5981 - only_dump_test_table: should not dump CREATE CAST FOR timestamptz [07:25:32.834](0.000s) ok 5982 - only_dump_test_table: should not dump CREATE COLLATION test0 FROM "C" [07:25:32.834](0.000s) ok 5983 - only_dump_test_table: should not dump CREATE CONVERSION dump_test.test_conversion [07:25:32.834](0.000s) ok 5984 - only_dump_test_table: should not dump CREATE DATABASE dump_test [07:25:32.835](0.000s) ok 5985 - only_dump_test_table: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:32.835](0.000s) ok 5986 - only_dump_test_table: should not dump CREATE DATABASE postgres [07:25:32.835](0.000s) ok 5987 - only_dump_test_table: should not dump CREATE DATABASE regression_invalid... [07:25:32.835](0.000s) ok 5988 - only_dump_test_table: should not dump CREATE DOMAIN dump_test.us_postal_code [07:25:32.835](0.000s) ok 5989 - only_dump_test_table: should not dump CREATE EVENT TRIGGER test_event_trigger [07:25:32.835](0.000s) ok 5990 - only_dump_test_table: should not dump CREATE EXTENSION ... plpgsql [07:25:32.835](0.000s) ok 5991 - only_dump_test_table: should not dump CREATE FOREIGN DATA WRAPPER dummy [07:25:32.835](0.000s) ok 5992 - only_dump_test_table: should not dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:32.835](0.000s) ok 5993 - only_dump_test_table: should not dump CREATE FUNCTION ... SUPPORT [07:25:32.835](0.000s) ok 5994 - only_dump_test_table: should not dump CREATE FUNCTION dump_test.event_trigger_func [07:25:32.835](0.000s) ok 5995 - only_dump_test_table: should not dump CREATE FUNCTION dump_test.int42_in [07:25:32.835](0.000s) ok 5996 - only_dump_test_table: should not dump CREATE FUNCTION dump_test.int42_out [07:25:32.835](0.000s) ok 5997 - only_dump_test_table: should not dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:32.835](0.000s) ok 5998 - only_dump_test_table: should not dump CREATE FUNCTION dump_test.trigger_func [07:25:32.835](0.000s) ok 5999 - only_dump_test_table: should not dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:32.836](0.000s) ok 6000 - only_dump_test_table: should not dump CREATE INDEX ON ONLY measurement [07:25:32.836](0.000s) ok 6001 - only_dump_test_table: should not dump CREATE LANGUAGE pltestlang [07:25:32.836](0.000s) ok 6002 - only_dump_test_table: should not dump CREATE MATERIALIZED VIEW matview [07:25:32.836](0.000s) ok 6003 - only_dump_test_table: should not dump CREATE MATERIALIZED VIEW matview_fourth [07:25:32.836](0.000s) ok 6004 - only_dump_test_table: should not dump CREATE MATERIALIZED VIEW matview_second [07:25:32.836](0.000s) ok 6005 - only_dump_test_table: should not dump CREATE MATERIALIZED VIEW matview_third [07:25:32.836](0.000s) ok 6006 - only_dump_test_table: should not dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:32.836](0.000s) ok 6007 - only_dump_test_table: should not dump CREATE OPERATOR CLASS dump_test.op_class [07:25:32.836](0.000s) ok 6008 - only_dump_test_table: should not dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:32.836](0.000s) ok 6009 - only_dump_test_table: should not dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:32.836](0.000s) ok 6010 - only_dump_test_table: should not dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:32.836](0.000s) ok 6011 - only_dump_test_table: should dump CREATE POLICY p1 ON test_table [07:25:32.836](0.000s) ok 6012 - only_dump_test_table: should dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:32.836](0.000s) ok 6013 - only_dump_test_table: should dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:32.836](0.000s) ok 6014 - only_dump_test_table: should dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:32.836](0.000s) ok 6015 - only_dump_test_table: should dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:32.837](0.000s) ok 6016 - only_dump_test_table: should dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:32.837](0.000s) ok 6017 - only_dump_test_table: should not dump CREATE PROCEDURE dump_test.ptest1 [07:25:32.837](0.000s) ok 6018 - only_dump_test_table: should not dump CREATE PUBLICATION pub1 [07:25:32.837](0.000s) ok 6019 - only_dump_test_table: should not dump CREATE PUBLICATION pub2 [07:25:32.837](0.000s) ok 6020 - only_dump_test_table: should not dump CREATE PUBLICATION pub3 [07:25:32.837](0.000s) ok 6021 - only_dump_test_table: should not dump CREATE PUBLICATION pub4 [07:25:32.837](0.000s) ok 6022 - only_dump_test_table: should not dump CREATE ROLE regress_dump_test_role [07:25:32.837](0.000s) ok 6023 - only_dump_test_table: should not dump CREATE ROLE regress_quoted... [07:25:32.837](0.000s) ok 6024 - only_dump_test_table: should not dump CREATE SCHEMA dump_test [07:25:32.837](0.000s) ok 6025 - only_dump_test_table: should not dump CREATE SCHEMA dump_test_second_schema [07:25:32.837](0.000s) ok 6026 - only_dump_test_table: should not dump CREATE SCHEMA public [07:25:32.837](0.000s) ok 6027 - only_dump_test_table: should dump CREATE SEQUENCE test_table_col1_seq [07:25:32.837](0.000s) ok 6028 - only_dump_test_table: should not dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:32.837](0.000s) ok 6029 - only_dump_test_table: should not dump CREATE STATISTICS extended_stats_expression [07:25:32.837](0.000s) ok 6030 - only_dump_test_table: should not dump CREATE STATISTICS extended_stats_no_options [07:25:32.837](0.000s) ok 6031 - only_dump_test_table: should not dump CREATE STATISTICS extended_stats_options [07:25:32.838](0.000s) ok 6032 - only_dump_test_table: should not dump CREATE SUBSCRIPTION sub1 [07:25:32.838](0.000s) ok 6033 - only_dump_test_table: should not dump CREATE SUBSCRIPTION sub2 [07:25:32.838](0.000s) ok 6034 - only_dump_test_table: should not dump CREATE SUBSCRIPTION sub3 [07:25:32.838](0.000s) ok 6035 - only_dump_test_table: should not dump CREATE TABLE fk_reference_test_table [07:25:32.838](0.000s) ok 6036 - only_dump_test_table: should not dump CREATE TABLE measurement PARTITIONED BY [07:25:32.838](0.000s) ok 6037 - only_dump_test_table: should not dump CREATE TABLE regress_pg_dump_table_am [07:25:32.838](0.000s) ok 6038 - only_dump_test_table: should not dump CREATE TABLE table_with_stats [07:25:32.838](0.000s) ok 6039 - only_dump_test_table: should not dump CREATE TABLE test_compression_method [07:25:32.838](0.000s) ok 6040 - only_dump_test_table: should not dump CREATE TABLE test_fifth_table [07:25:32.838](0.000s) ok 6041 - only_dump_test_table: should not dump CREATE TABLE test_fourth_table_zero_col [07:25:32.838](0.000s) ok 6042 - only_dump_test_table: should not dump CREATE TABLE test_inheritance_child [07:25:32.838](0.000s) ok 6043 - only_dump_test_table: should not dump CREATE TABLE test_inheritance_parent [07:25:32.838](0.000s) ok 6044 - only_dump_test_table: should not dump CREATE TABLE test_second_table [07:25:32.838](0.000s) ok 6045 - only_dump_test_table: should not dump CREATE TABLE test_seventh_table [07:25:32.838](0.000s) ok 6046 - only_dump_test_table: should not dump CREATE TABLE test_sixth_table [07:25:32.839](0.000s) ok 6047 - only_dump_test_table: should dump CREATE TABLE test_table [07:25:32.839](0.000s) ok 6048 - only_dump_test_table: should not dump CREATE TABLE test_table_generated [07:25:32.839](0.000s) ok 6049 - only_dump_test_table: should not dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:32.839](0.000s) ok 6050 - only_dump_test_table: should not dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:32.839](0.000s) ok 6051 - only_dump_test_table: should not dump CREATE TABLE test_table_identity [07:25:32.839](0.000s) ok 6052 - only_dump_test_table: should not dump CREATE TABLE test_third_table_generated_cols [07:25:32.839](0.000s) ok 6053 - only_dump_test_table: should not dump CREATE TABLESPACE regress_dump_tablespace [07:25:32.839](0.000s) ok 6054 - only_dump_test_table: should not dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:32.840](0.000s) ok 6055 - only_dump_test_table: should not dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:32.842](0.002s) ok 6056 - only_dump_test_table: should not dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:32.842](0.000s) ok 6057 - only_dump_test_table: should not dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:32.843](0.000s) ok 6058 - only_dump_test_table: should not dump CREATE TRANSFORM FOR int [07:25:32.843](0.000s) ok 6059 - only_dump_test_table: should dump CREATE TRIGGER test_trigger [07:25:32.843](0.000s) ok 6060 - only_dump_test_table: should not dump CREATE TYPE dump_test.composite [07:25:32.843](0.000s) ok 6061 - only_dump_test_table: should not dump CREATE TYPE dump_test.int42 [07:25:32.843](0.000s) ok 6062 - only_dump_test_table: should not dump CREATE TYPE dump_test.int42 populated [07:25:32.844](0.000s) ok 6063 - only_dump_test_table: should not dump CREATE TYPE dump_test.planets AS ENUM [07:25:32.844](0.000s) ok 6064 - only_dump_test_table: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:32.844](0.000s) ok 6065 - only_dump_test_table: should not dump CREATE TYPE dump_test.textrange AS RANGE [07:25:32.844](0.000s) ok 6066 - only_dump_test_table: should not dump CREATE TYPE dump_test.undefined [07:25:32.845](0.001s) ok 6067 - only_dump_test_table: should not dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:32.845](0.000s) ok 6068 - only_dump_test_table: should not dump CREATE VIEW test_view [07:25:32.846](0.000s) ok 6069 - only_dump_test_table: should not dump Check ordering of a function that depends on a primary key [07:25:32.846](0.000s) ok 6070 - only_dump_test_table: should not dump Check ordering of a matview that depends on a primary key [07:25:32.846](0.000s) ok 6071 - only_dump_test_table: should not dump Creation of row-level trigger in partitioned table [07:25:32.846](0.000s) ok 6072 - only_dump_test_table: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:32.847](0.000s) ok 6073 - only_dump_test_table: should not dump DROP EXTENSION plpgsql [07:25:32.847](0.000s) ok 6074 - only_dump_test_table: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:32.847](0.000s) ok 6075 - only_dump_test_table: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:32.847](0.000s) ok 6076 - only_dump_test_table: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:32.847](0.000s) ok 6077 - only_dump_test_table: should not dump DROP LANGUAGE pltestlang [07:25:32.848](0.000s) ok 6078 - only_dump_test_table: should not dump DROP ROLE pg_ [07:25:32.848](0.000s) ok 6079 - only_dump_test_table: should not dump DROP ROLE regress_dump_test_role [07:25:32.848](0.000s) ok 6080 - only_dump_test_table: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:32.848](0.000s) ok 6081 - only_dump_test_table: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:32.848](0.000s) ok 6082 - only_dump_test_table: should not dump DROP SCHEMA IF EXISTS public [07:25:32.849](0.000s) ok 6083 - only_dump_test_table: should not dump DROP SCHEMA dump_test [07:25:32.849](0.000s) ok 6084 - only_dump_test_table: should not dump DROP SCHEMA dump_test_second_schema [07:25:32.849](0.000s) ok 6085 - only_dump_test_table: should not dump DROP SCHEMA public [07:25:32.849](0.000s) ok 6086 - only_dump_test_table: should not dump DROP TABLE IF EXISTS test_second_table [07:25:32.849](0.000s) ok 6087 - only_dump_test_table: should not dump DROP TABLE IF EXISTS test_table [07:25:32.849](0.000s) ok 6088 - only_dump_test_table: should not dump DROP TABLE fk_reference_test_table [07:25:32.849](0.000s) ok 6089 - only_dump_test_table: should not dump DROP TABLE test_second_table [07:25:32.849](0.000s) ok 6090 - only_dump_test_table: should not dump DROP TABLE test_table [07:25:32.850](0.000s) ok 6091 - only_dump_test_table: should not dump Disabled trigger on partition is altered [07:25:32.850](0.000s) ok 6092 - only_dump_test_table: should not dump Disabled trigger on partition is not created [07:25:32.850](0.000s) ok 6093 - only_dump_test_table: should not dump GRANT ALL ON LARGE OBJECT ... [07:25:32.850](0.000s) ok 6094 - only_dump_test_table: should not dump GRANT CREATE ON DATABASE dump_test [07:25:32.850](0.000s) ok 6095 - only_dump_test_table: should not dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:32.850](0.000s) ok 6096 - only_dump_test_table: should not dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:32.850](0.000s) ok 6097 - only_dump_test_table: should not dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:32.850](0.000s) ok 6098 - only_dump_test_table: should not dump GRANT SELECT ON TABLE measurement [07:25:32.850](0.000s) ok 6099 - only_dump_test_table: should not dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:32.850](0.000s) ok 6100 - only_dump_test_table: should dump GRANT SELECT ON TABLE test_table [07:25:32.850](0.000s) ok 6101 - only_dump_test_table: should not dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:32.850](0.000s) ok 6102 - only_dump_test_table: should not dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:32.851](0.001s) ok 6103 - only_dump_test_table: should not dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:32.851](0.000s) ok 6104 - only_dump_test_table: should not dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:32.852](0.000s) ok 6105 - only_dump_test_table: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:32.852](0.000s) ok 6106 - only_dump_test_table: should not dump GRANT USAGE ON TYPE dump_test.int42 [07:25:32.852](0.000s) ok 6107 - only_dump_test_table: should not dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:32.852](0.000s) ok 6108 - only_dump_test_table: should not dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:32.852](0.000s) ok 6109 - only_dump_test_table: should not dump INSERT INTO test_fifth_table [07:25:32.852](0.000s) ok 6110 - only_dump_test_table: should not dump INSERT INTO test_fourth_table [07:25:32.852](0.000s) ok 6111 - only_dump_test_table: should not dump INSERT INTO test_second_table [07:25:32.852](0.000s) ok 6112 - only_dump_test_table: should not dump INSERT INTO test_table [07:25:32.853](0.000s) ok 6113 - only_dump_test_table: should not dump INSERT INTO test_table_identity [07:25:32.853](0.000s) ok 6114 - only_dump_test_table: should not dump INSERT INTO test_third_table [07:25:32.853](0.000s) ok 6115 - only_dump_test_table: should not dump INSERT INTO test_third_table (colnames) [07:25:32.853](0.000s) ok 6116 - only_dump_test_table: should not dump LO create (using lo_from_bytea) [07:25:32.853](0.000s) ok 6117 - only_dump_test_table: should not dump LO create (with no data) [07:25:32.853](0.000s) ok 6118 - only_dump_test_table: should not dump LO load (using lo_from_bytea) [07:25:32.853](0.000s) ok 6119 - only_dump_test_table: should not dump Partition measurement_y2006m2 creation [07:25:32.853](0.000s) ok 6120 - only_dump_test_table: should not dump REFRESH MATERIALIZED VIEW matview [07:25:32.853](0.000s) ok 6121 - only_dump_test_table: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:32.853](0.000s) ok 6122 - only_dump_test_table: should not dump REFRESH MATERIALIZED VIEW matview_second [07:25:32.853](0.000s) ok 6123 - only_dump_test_table: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:32.853](0.000s) ok 6124 - only_dump_test_table: should not dump REVOKE ALL ON SCHEMA public [07:25:32.853](0.000s) ok 6125 - only_dump_test_table: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:32.853](0.000s) ok 6126 - only_dump_test_table: should not dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:32.854](0.000s) ok 6127 - only_dump_test_table: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:32.854](0.000s) ok 6128 - only_dump_test_table: should not dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:32.854](0.000s) ok 6129 - only_dump_test_table: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:32.854](0.000s) ok 6130 - only_dump_test_table: should not dump Replica trigger on partition is altered [07:25:32.854](0.000s) ok 6131 - only_dump_test_table: should not dump Triggers on partitions are not dropped [07:25:32.854](0.000s) ok 6132 - only_dump_test_table: should not dump test_table with 4-row INSERTs # Running: pg_dumpall --no-sync --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/pg_dumpall_dbprivs.sql pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order [07:25:35.431](2.577s) ok 6133 - pg_dumpall_dbprivs: pg_dump runs [07:25:35.434](0.003s) ok 6134 - pg_dumpall_dbprivs: should dump ALTER COLLATION test0 OWNER TO [07:25:35.434](0.000s) ok 6135 - pg_dumpall_dbprivs: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:35.434](0.000s) ok 6136 - pg_dumpall_dbprivs: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:35.434](0.000s) ok 6137 - pg_dumpall_dbprivs: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:35.435](0.000s) ok 6138 - pg_dumpall_dbprivs: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:35.435](0.000s) ok 6139 - pg_dumpall_dbprivs: should dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:35.435](0.000s) ok 6140 - pg_dumpall_dbprivs: should dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:35.435](0.000s) ok 6141 - pg_dumpall_dbprivs: should dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:35.435](0.000s) ok 6142 - pg_dumpall_dbprivs: should dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:35.435](0.000s) ok 6143 - pg_dumpall_dbprivs: should dump ALTER INDEX ... ATTACH PARTITION [07:25:35.435](0.000s) ok 6144 - pg_dumpall_dbprivs: should dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:35.435](0.000s) ok 6145 - pg_dumpall_dbprivs: should dump ALTER LARGE OBJECT ... OWNER TO [07:25:35.435](0.000s) ok 6146 - pg_dumpall_dbprivs: should dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:35.436](0.000s) ok 6147 - pg_dumpall_dbprivs: should dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:35.436](0.000s) ok 6148 - pg_dumpall_dbprivs: should dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:35.436](0.000s) ok 6149 - pg_dumpall_dbprivs: should dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:35.436](0.000s) ok 6150 - pg_dumpall_dbprivs: should dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:35.436](0.000s) ok 6151 - pg_dumpall_dbprivs: should dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:35.440](0.004s) ok 6152 - pg_dumpall_dbprivs: should dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:35.443](0.003s) ok 6153 - pg_dumpall_dbprivs: should dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:35.443](0.000s) ok 6154 - pg_dumpall_dbprivs: should dump ALTER PUBLICATION pub1 OWNER TO [07:25:35.443](0.000s) ok 6155 - pg_dumpall_dbprivs: should dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:35.444](0.000s) ok 6156 - pg_dumpall_dbprivs: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:35.444](0.000s) ok 6157 - pg_dumpall_dbprivs: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:35.444](0.000s) ok 6158 - pg_dumpall_dbprivs: should dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:35.444](0.000s) ok 6159 - pg_dumpall_dbprivs: should dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:35.444](0.000s) ok 6160 - pg_dumpall_dbprivs: should dump ALTER ROLE regress_dump_test_role [07:25:35.444](0.000s) ok 6161 - pg_dumpall_dbprivs: should dump ALTER SCHEMA dump_test OWNER TO [07:25:35.444](0.000s) ok 6162 - pg_dumpall_dbprivs: should dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:35.444](0.000s) ok 6163 - pg_dumpall_dbprivs: should dump ALTER SCHEMA public OWNER TO [07:25:35.444](0.000s) ok 6164 - pg_dumpall_dbprivs: should dump ALTER SEQUENCE test_table_col1_seq [07:25:35.444](0.000s) ok 6165 - pg_dumpall_dbprivs: should dump ALTER SERVER s1 OWNER TO [07:25:35.444](0.000s) ok 6166 - pg_dumpall_dbprivs: should dump ALTER STATISTICS extended_stats_options [07:25:35.445](0.000s) ok 6167 - pg_dumpall_dbprivs: should dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:35.445](0.000s) ok 6168 - pg_dumpall_dbprivs: should dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:35.445](0.000s) ok 6169 - pg_dumpall_dbprivs: should dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:35.445](0.000s) ok 6170 - pg_dumpall_dbprivs: should dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:35.445](0.000s) ok 6171 - pg_dumpall_dbprivs: should dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:35.445](0.000s) ok 6172 - pg_dumpall_dbprivs: should dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:35.445](0.000s) ok 6173 - pg_dumpall_dbprivs: should dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:35.446](0.000s) ok 6174 - pg_dumpall_dbprivs: should dump ALTER TABLE measurement OWNER TO [07:25:35.446](0.000s) ok 6175 - pg_dumpall_dbprivs: should dump ALTER TABLE measurement PRIMARY KEY [07:25:35.446](0.000s) ok 6176 - pg_dumpall_dbprivs: should dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:35.446](0.000s) ok 6177 - pg_dumpall_dbprivs: should dump ALTER TABLE test_second_table OWNER TO [07:25:35.447](0.000s) ok 6178 - pg_dumpall_dbprivs: should dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:35.447](0.000s) ok 6179 - pg_dumpall_dbprivs: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:35.448](0.001s) ok 6180 - pg_dumpall_dbprivs: should dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:35.448](0.000s) ok 6181 - pg_dumpall_dbprivs: should dump ALTER TABLE test_table OWNER TO [07:25:35.448](0.000s) ok 6182 - pg_dumpall_dbprivs: should not dump ALTER TABLE test_table_generated_child1 [07:25:35.448](0.000s) ok 6183 - pg_dumpall_dbprivs: should dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:35.449](0.001s) ok 6184 - pg_dumpall_dbprivs: should dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:35.450](0.001s) ok 6185 - pg_dumpall_dbprivs: should dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:35.451](0.001s) ok 6186 - pg_dumpall_dbprivs: should dump ALTER VIEW test_view SET DEFAULT [07:25:35.452](0.000s) ok 6187 - pg_dumpall_dbprivs: should dump Always trigger on partition is altered [07:25:35.452](0.000s) ok 6188 - pg_dumpall_dbprivs: should dump COMMENT ON COLLATION test0 [07:25:35.452](0.000s) ok 6189 - pg_dumpall_dbprivs: should dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:35.453](0.001s) ok 6190 - pg_dumpall_dbprivs: should dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:35.453](0.000s) ok 6191 - pg_dumpall_dbprivs: should dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:35.453](0.000s) ok 6192 - pg_dumpall_dbprivs: should dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:35.454](0.000s) ok 6193 - pg_dumpall_dbprivs: should dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:35.455](0.001s) ok 6194 - pg_dumpall_dbprivs: should not dump COMMENT ON DATABASE postgres [07:25:35.455](0.000s) ok 6195 - pg_dumpall_dbprivs: should not dump COMMENT ON EXTENSION plpgsql [07:25:35.459](0.003s) ok 6196 - pg_dumpall_dbprivs: should dump COMMENT ON LARGE OBJECT ... [07:25:35.460](0.001s) ok 6197 - pg_dumpall_dbprivs: should dump COMMENT ON PUBLICATION pub1 [07:25:35.461](0.001s) ok 6198 - pg_dumpall_dbprivs: should dump COMMENT ON SCHEMA public [07:25:35.463](0.002s) ok 6199 - pg_dumpall_dbprivs: should dump COMMENT ON SUBSCRIPTION sub1 [07:25:35.463](0.000s) ok 6200 - pg_dumpall_dbprivs: should dump COMMENT ON TABLE dump_test.test_table [07:25:35.463](0.000s) ok 6201 - pg_dumpall_dbprivs: should dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:35.464](0.000s) ok 6202 - pg_dumpall_dbprivs: should dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:35.464](0.000s) ok 6203 - pg_dumpall_dbprivs: should dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:35.464](0.000s) ok 6204 - pg_dumpall_dbprivs: should dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:35.465](0.000s) ok 6205 - pg_dumpall_dbprivs: should dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:35.465](0.000s) ok 6206 - pg_dumpall_dbprivs: should dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:35.466](0.001s) ok 6207 - pg_dumpall_dbprivs: should dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:35.470](0.004s) ok 6208 - pg_dumpall_dbprivs: should dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:35.470](0.000s) ok 6209 - pg_dumpall_dbprivs: should dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:35.471](0.000s) ok 6210 - pg_dumpall_dbprivs: should dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:35.472](0.001s) ok 6211 - pg_dumpall_dbprivs: should dump COPY fk_reference_test_table [07:25:35.474](0.003s) ok 6212 - pg_dumpall_dbprivs: should not dump COPY fk_reference_test_table second [07:25:35.477](0.003s) ok 6213 - pg_dumpall_dbprivs: should dump COPY measurement [07:25:35.477](0.000s) ok 6214 - pg_dumpall_dbprivs: should dump COPY test_compression_method [07:25:35.478](0.000s) ok 6215 - pg_dumpall_dbprivs: should dump COPY test_fifth_table [07:25:35.478](0.000s) ok 6216 - pg_dumpall_dbprivs: should dump COPY test_fourth_table [07:25:35.478](0.001s) ok 6217 - pg_dumpall_dbprivs: should dump COPY test_second_table [07:25:35.483](0.005s) ok 6218 - pg_dumpall_dbprivs: should dump COPY test_table [07:25:35.484](0.000s) ok 6219 - pg_dumpall_dbprivs: should dump COPY test_table_identity [07:25:35.484](0.000s) ok 6220 - pg_dumpall_dbprivs: should dump COPY test_third_table [07:25:35.484](0.000s) ok 6221 - pg_dumpall_dbprivs: should dump CREATE ACCESS METHOD gist2 [07:25:35.485](0.001s) ok 6222 - pg_dumpall_dbprivs: should dump CREATE ACCESS METHOD regress_test_table_am [07:25:35.485](0.000s) ok 6223 - pg_dumpall_dbprivs: should dump CREATE AGGREGATE dump_test.newavg [07:25:35.485](0.000s) ok 6224 - pg_dumpall_dbprivs: should dump CREATE CAST FOR timestamptz [07:25:35.486](0.000s) ok 6225 - pg_dumpall_dbprivs: should dump CREATE COLLATION test0 FROM "C" [07:25:35.486](0.000s) ok 6226 - pg_dumpall_dbprivs: should dump CREATE CONVERSION dump_test.test_conversion [07:25:35.486](0.000s) ok 6227 - pg_dumpall_dbprivs: should dump CREATE DATABASE dump_test [07:25:35.486](0.000s) ok 6228 - pg_dumpall_dbprivs: should dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:35.487](0.000s) ok 6229 - pg_dumpall_dbprivs: should not dump CREATE DATABASE postgres [07:25:35.487](0.000s) ok 6230 - pg_dumpall_dbprivs: should not dump CREATE DATABASE regression_invalid... [07:25:35.489](0.002s) ok 6231 - pg_dumpall_dbprivs: should dump CREATE DOMAIN dump_test.us_postal_code [07:25:35.489](0.000s) ok 6232 - pg_dumpall_dbprivs: should dump CREATE EVENT TRIGGER test_event_trigger [07:25:35.489](0.000s) ok 6233 - pg_dumpall_dbprivs: should not dump CREATE EXTENSION ... plpgsql [07:25:35.490](0.000s) ok 6234 - pg_dumpall_dbprivs: should dump CREATE FOREIGN DATA WRAPPER dummy [07:25:35.490](0.000s) ok 6235 - pg_dumpall_dbprivs: should dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:35.492](0.002s) ok 6236 - pg_dumpall_dbprivs: should dump CREATE FUNCTION ... SUPPORT [07:25:35.492](0.000s) ok 6237 - pg_dumpall_dbprivs: should dump CREATE FUNCTION dump_test.event_trigger_func [07:25:35.492](0.000s) ok 6238 - pg_dumpall_dbprivs: should dump CREATE FUNCTION dump_test.int42_in [07:25:35.493](0.000s) ok 6239 - pg_dumpall_dbprivs: should dump CREATE FUNCTION dump_test.int42_out [07:25:35.493](0.001s) ok 6240 - pg_dumpall_dbprivs: should dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:35.494](0.000s) ok 6241 - pg_dumpall_dbprivs: should dump CREATE FUNCTION dump_test.trigger_func [07:25:35.494](0.000s) ok 6242 - pg_dumpall_dbprivs: should dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:35.495](0.001s) ok 6243 - pg_dumpall_dbprivs: should dump CREATE INDEX ON ONLY measurement [07:25:35.495](0.001s) ok 6244 - pg_dumpall_dbprivs: should dump CREATE LANGUAGE pltestlang [07:25:35.498](0.003s) ok 6245 - pg_dumpall_dbprivs: should dump CREATE MATERIALIZED VIEW matview [07:25:35.503](0.005s) ok 6246 - pg_dumpall_dbprivs: should dump CREATE MATERIALIZED VIEW matview_fourth [07:25:35.503](0.000s) ok 6247 - pg_dumpall_dbprivs: should dump CREATE MATERIALIZED VIEW matview_second [07:25:35.503](0.000s) ok 6248 - pg_dumpall_dbprivs: should dump CREATE MATERIALIZED VIEW matview_third [07:25:35.504](0.001s) ok 6249 - pg_dumpall_dbprivs: should dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:35.504](0.001s) ok 6250 - pg_dumpall_dbprivs: should dump CREATE OPERATOR CLASS dump_test.op_class [07:25:35.506](0.002s) ok 6251 - pg_dumpall_dbprivs: should dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:35.507](0.001s) ok 6252 - pg_dumpall_dbprivs: should dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:35.507](0.000s) ok 6253 - pg_dumpall_dbprivs: should dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:35.507](0.000s) ok 6254 - pg_dumpall_dbprivs: should dump CREATE POLICY p1 ON test_table [07:25:35.507](0.000s) ok 6255 - pg_dumpall_dbprivs: should dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:35.508](0.000s) ok 6256 - pg_dumpall_dbprivs: should dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:35.508](0.000s) ok 6257 - pg_dumpall_dbprivs: should dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:35.508](0.000s) ok 6258 - pg_dumpall_dbprivs: should dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:35.508](0.000s) ok 6259 - pg_dumpall_dbprivs: should dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:35.508](0.000s) ok 6260 - pg_dumpall_dbprivs: should dump CREATE PROCEDURE dump_test.ptest1 [07:25:35.508](0.000s) ok 6261 - pg_dumpall_dbprivs: should dump CREATE PUBLICATION pub1 [07:25:35.508](0.000s) ok 6262 - pg_dumpall_dbprivs: should dump CREATE PUBLICATION pub2 [07:25:35.508](0.000s) ok 6263 - pg_dumpall_dbprivs: should dump CREATE PUBLICATION pub3 [07:25:35.509](0.000s) ok 6264 - pg_dumpall_dbprivs: should dump CREATE PUBLICATION pub4 [07:25:35.509](0.000s) ok 6265 - pg_dumpall_dbprivs: should dump CREATE ROLE regress_dump_test_role [07:25:35.509](0.000s) ok 6266 - pg_dumpall_dbprivs: should dump CREATE ROLE regress_quoted... [07:25:35.509](0.000s) ok 6267 - pg_dumpall_dbprivs: should dump CREATE SCHEMA dump_test [07:25:35.509](0.000s) ok 6268 - pg_dumpall_dbprivs: should dump CREATE SCHEMA dump_test_second_schema [07:25:35.509](0.000s) ok 6269 - pg_dumpall_dbprivs: should not dump CREATE SCHEMA public [07:25:35.510](0.000s) ok 6270 - pg_dumpall_dbprivs: should dump CREATE SEQUENCE test_table_col1_seq [07:25:35.510](0.000s) ok 6271 - pg_dumpall_dbprivs: should dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:35.510](0.000s) ok 6272 - pg_dumpall_dbprivs: should dump CREATE STATISTICS extended_stats_expression [07:25:35.510](0.000s) ok 6273 - pg_dumpall_dbprivs: should dump CREATE STATISTICS extended_stats_no_options [07:25:35.511](0.000s) ok 6274 - pg_dumpall_dbprivs: should dump CREATE STATISTICS extended_stats_options [07:25:35.511](0.000s) ok 6275 - pg_dumpall_dbprivs: should dump CREATE SUBSCRIPTION sub1 [07:25:35.511](0.000s) ok 6276 - pg_dumpall_dbprivs: should dump CREATE SUBSCRIPTION sub2 [07:25:35.511](0.000s) ok 6277 - pg_dumpall_dbprivs: should dump CREATE SUBSCRIPTION sub3 [07:25:35.511](0.000s) ok 6278 - pg_dumpall_dbprivs: should dump CREATE TABLE fk_reference_test_table [07:25:35.512](0.000s) ok 6279 - pg_dumpall_dbprivs: should dump CREATE TABLE measurement PARTITIONED BY [07:25:35.512](0.000s) ok 6280 - pg_dumpall_dbprivs: should dump CREATE TABLE regress_pg_dump_table_am [07:25:35.512](0.000s) ok 6281 - pg_dumpall_dbprivs: should dump CREATE TABLE table_with_stats [07:25:35.513](0.000s) ok 6282 - pg_dumpall_dbprivs: should dump CREATE TABLE test_compression_method [07:25:35.513](0.000s) ok 6283 - pg_dumpall_dbprivs: should dump CREATE TABLE test_fifth_table [07:25:35.513](0.000s) ok 6284 - pg_dumpall_dbprivs: should dump CREATE TABLE test_fourth_table_zero_col [07:25:35.513](0.000s) ok 6285 - pg_dumpall_dbprivs: should dump CREATE TABLE test_inheritance_child [07:25:35.514](0.000s) ok 6286 - pg_dumpall_dbprivs: should dump CREATE TABLE test_inheritance_parent [07:25:35.514](0.000s) ok 6287 - pg_dumpall_dbprivs: should dump CREATE TABLE test_second_table [07:25:35.514](0.000s) ok 6288 - pg_dumpall_dbprivs: should dump CREATE TABLE test_seventh_table [07:25:35.515](0.000s) ok 6289 - pg_dumpall_dbprivs: should dump CREATE TABLE test_sixth_table [07:25:35.517](0.002s) ok 6290 - pg_dumpall_dbprivs: should dump CREATE TABLE test_table [07:25:35.517](0.000s) ok 6291 - pg_dumpall_dbprivs: should dump CREATE TABLE test_table_generated [07:25:35.517](0.000s) ok 6292 - pg_dumpall_dbprivs: should dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:35.518](0.000s) ok 6293 - pg_dumpall_dbprivs: should dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:35.518](0.000s) ok 6294 - pg_dumpall_dbprivs: should dump CREATE TABLE test_table_identity [07:25:35.518](0.000s) ok 6295 - pg_dumpall_dbprivs: should dump CREATE TABLE test_third_table_generated_cols [07:25:35.519](0.000s) ok 6296 - pg_dumpall_dbprivs: should dump CREATE TABLESPACE regress_dump_tablespace [07:25:35.520](0.001s) ok 6297 - pg_dumpall_dbprivs: should dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:35.520](0.000s) ok 6298 - pg_dumpall_dbprivs: should dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:35.521](0.000s) ok 6299 - pg_dumpall_dbprivs: should dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:35.521](0.000s) ok 6300 - pg_dumpall_dbprivs: should dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:35.521](0.000s) ok 6301 - pg_dumpall_dbprivs: should dump CREATE TRANSFORM FOR int [07:25:35.521](0.000s) ok 6302 - pg_dumpall_dbprivs: should dump CREATE TRIGGER test_trigger [07:25:35.521](0.000s) ok 6303 - pg_dumpall_dbprivs: should dump CREATE TYPE dump_test.composite [07:25:35.521](0.000s) ok 6304 - pg_dumpall_dbprivs: should dump CREATE TYPE dump_test.int42 [07:25:35.522](0.000s) ok 6305 - pg_dumpall_dbprivs: should dump CREATE TYPE dump_test.int42 populated [07:25:35.522](0.000s) ok 6306 - pg_dumpall_dbprivs: should dump CREATE TYPE dump_test.planets AS ENUM [07:25:35.522](0.000s) ok 6307 - pg_dumpall_dbprivs: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:35.522](0.000s) ok 6308 - pg_dumpall_dbprivs: should dump CREATE TYPE dump_test.textrange AS RANGE [07:25:35.522](0.000s) ok 6309 - pg_dumpall_dbprivs: should dump CREATE TYPE dump_test.undefined [07:25:35.523](0.000s) ok 6310 - pg_dumpall_dbprivs: should dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:35.523](0.000s) ok 6311 - pg_dumpall_dbprivs: should dump CREATE VIEW test_view [07:25:35.536](0.013s) ok 6312 - pg_dumpall_dbprivs: should dump Check ordering of a function that depends on a primary key [07:25:35.537](0.002s) ok 6313 - pg_dumpall_dbprivs: should dump Check ordering of a matview that depends on a primary key [07:25:35.539](0.002s) ok 6314 - pg_dumpall_dbprivs: should dump Creation of row-level trigger in partitioned table [07:25:35.539](0.000s) ok 6315 - pg_dumpall_dbprivs: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:35.540](0.000s) ok 6316 - pg_dumpall_dbprivs: should not dump DROP EXTENSION plpgsql [07:25:35.540](0.000s) ok 6317 - pg_dumpall_dbprivs: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:35.560](0.020s) ok 6318 - pg_dumpall_dbprivs: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:35.561](0.001s) ok 6319 - pg_dumpall_dbprivs: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:35.562](0.001s) ok 6320 - pg_dumpall_dbprivs: should not dump DROP LANGUAGE pltestlang [07:25:35.563](0.001s) ok 6321 - pg_dumpall_dbprivs: should not dump DROP ROLE pg_ [07:25:35.564](0.002s) ok 6322 - pg_dumpall_dbprivs: should not dump DROP ROLE regress_dump_test_role [07:25:35.565](0.001s) ok 6323 - pg_dumpall_dbprivs: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:35.575](0.010s) ok 6324 - pg_dumpall_dbprivs: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:35.575](0.000s) ok 6325 - pg_dumpall_dbprivs: should not dump DROP SCHEMA IF EXISTS public [07:25:35.576](0.000s) ok 6326 - pg_dumpall_dbprivs: should not dump DROP SCHEMA dump_test [07:25:35.577](0.001s) ok 6327 - pg_dumpall_dbprivs: should not dump DROP SCHEMA dump_test_second_schema [07:25:35.578](0.001s) ok 6328 - pg_dumpall_dbprivs: should not dump DROP SCHEMA public [07:25:35.578](0.000s) ok 6329 - pg_dumpall_dbprivs: should not dump DROP TABLE IF EXISTS test_second_table [07:25:35.579](0.000s) ok 6330 - pg_dumpall_dbprivs: should not dump DROP TABLE IF EXISTS test_table [07:25:35.579](0.000s) ok 6331 - pg_dumpall_dbprivs: should not dump DROP TABLE fk_reference_test_table [07:25:35.579](0.000s) ok 6332 - pg_dumpall_dbprivs: should not dump DROP TABLE test_second_table [07:25:35.580](0.000s) ok 6333 - pg_dumpall_dbprivs: should not dump DROP TABLE test_table [07:25:35.580](0.000s) ok 6334 - pg_dumpall_dbprivs: should dump Disabled trigger on partition is altered [07:25:35.580](0.000s) ok 6335 - pg_dumpall_dbprivs: should not dump Disabled trigger on partition is not created [07:25:35.581](0.001s) ok 6336 - pg_dumpall_dbprivs: should dump GRANT ALL ON LARGE OBJECT ... [07:25:35.581](0.000s) ok 6337 - pg_dumpall_dbprivs: should dump GRANT CREATE ON DATABASE dump_test [07:25:35.581](0.000s) ok 6338 - pg_dumpall_dbprivs: should dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:35.582](0.000s) ok 6339 - pg_dumpall_dbprivs: should dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:35.583](0.001s) ok 6340 - pg_dumpall_dbprivs: should dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:35.583](0.001s) ok 6341 - pg_dumpall_dbprivs: should dump GRANT SELECT ON TABLE measurement [07:25:35.583](0.000s) ok 6342 - pg_dumpall_dbprivs: should dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:35.584](0.000s) ok 6343 - pg_dumpall_dbprivs: should dump GRANT SELECT ON TABLE test_table [07:25:35.584](0.000s) ok 6344 - pg_dumpall_dbprivs: should dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:35.584](0.000s) ok 6345 - pg_dumpall_dbprivs: should dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:35.585](0.001s) ok 6346 - pg_dumpall_dbprivs: should dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:35.585](0.000s) ok 6347 - pg_dumpall_dbprivs: should dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:35.586](0.000s) ok 6348 - pg_dumpall_dbprivs: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:35.586](0.000s) ok 6349 - pg_dumpall_dbprivs: should dump GRANT USAGE ON TYPE dump_test.int42 [07:25:35.586](0.000s) ok 6350 - pg_dumpall_dbprivs: should dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:35.586](0.000s) ok 6351 - pg_dumpall_dbprivs: should dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:35.587](0.000s) ok 6352 - pg_dumpall_dbprivs: should not dump INSERT INTO test_fifth_table [07:25:35.587](0.000s) ok 6353 - pg_dumpall_dbprivs: should not dump INSERT INTO test_fourth_table [07:25:35.590](0.003s) ok 6354 - pg_dumpall_dbprivs: should not dump INSERT INTO test_second_table [07:25:35.590](0.000s) ok 6355 - pg_dumpall_dbprivs: should not dump INSERT INTO test_table [07:25:35.591](0.000s) ok 6356 - pg_dumpall_dbprivs: should not dump INSERT INTO test_table_identity [07:25:35.591](0.000s) ok 6357 - pg_dumpall_dbprivs: should not dump INSERT INTO test_third_table [07:25:35.591](0.000s) ok 6358 - pg_dumpall_dbprivs: should not dump INSERT INTO test_third_table (colnames) [07:25:35.591](0.000s) ok 6359 - pg_dumpall_dbprivs: should dump LO create (using lo_from_bytea) [07:25:35.591](0.000s) ok 6360 - pg_dumpall_dbprivs: should dump LO create (with no data) [07:25:35.591](0.000s) ok 6361 - pg_dumpall_dbprivs: should dump LO load (using lo_from_bytea) [07:25:35.591](0.000s) ok 6362 - pg_dumpall_dbprivs: should dump Partition measurement_y2006m2 creation [07:25:35.591](0.000s) ok 6363 - pg_dumpall_dbprivs: should dump REFRESH MATERIALIZED VIEW matview [07:25:35.592](0.000s) ok 6364 - pg_dumpall_dbprivs: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:35.592](0.000s) ok 6365 - pg_dumpall_dbprivs: should dump REFRESH MATERIALIZED VIEW matview_second [07:25:35.592](0.000s) ok 6366 - pg_dumpall_dbprivs: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:35.592](0.000s) ok 6367 - pg_dumpall_dbprivs: should dump REVOKE ALL ON SCHEMA public [07:25:35.592](0.000s) ok 6368 - pg_dumpall_dbprivs: should dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:35.592](0.000s) ok 6369 - pg_dumpall_dbprivs: should dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:35.648](0.056s) ok 6370 - pg_dumpall_dbprivs: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:35.649](0.000s) ok 6371 - pg_dumpall_dbprivs: should dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:35.649](0.000s) ok 6372 - pg_dumpall_dbprivs: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:35.649](0.000s) ok 6373 - pg_dumpall_dbprivs: should dump Replica trigger on partition is altered [07:25:35.649](0.000s) ok 6374 - pg_dumpall_dbprivs: should not dump Triggers on partitions are not dropped [07:25:35.650](0.000s) ok 6375 - pg_dumpall_dbprivs: should not dump test_table with 4-row INSERTs # Running: pg_dumpall -v --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/pg_dumpall_exclude.sql --exclude-database *dump_test* --no-sync pg_dumpall: executing SELECT pg_catalog.set_config('search_path', '', false); pg_dumpall: executing SELECT datname FROM pg_catalog.pg_database n WHERE datname OPERATOR(pg_catalog.~) '^(.*dump_test.*)$' COLLATE pg_catalog.default pg_dumpall: executing SELECT oid, rolname, rolsuper, rolinherit, rolcreaterole, rolcreatedb, rolcanlogin, rolconnlimit, rolpassword, rolvaliduntil, rolreplication, rolbypassrls, pg_catalog.shobj_description(oid, 'pg_authid') as rolcomment, rolname = current_user AS is_current_user FROM pg_authid WHERE rolname !~ '^pg_' ORDER BY 2 pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_catalog.pg_authid'::pg_catalog.regclass AND objoid = '10' pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_catalog.pg_authid'::pg_catalog.regclass AND objoid = '16387' pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_catalog.pg_authid'::pg_catalog.regclass AND objoid = '16388' pg_dumpall: executing SELECT unnest(setconfig) FROM pg_db_role_setting WHERE setdatabase = 0 AND setrole = (SELECT oid FROM pg_authid WHERE rolname = 'SYSTEM') pg_dumpall: executing SELECT unnest(setconfig) FROM pg_db_role_setting WHERE setdatabase = 0 AND setrole = (SELECT oid FROM pg_authid WHERE rolname = 'regress_dump_test_role') pg_dumpall: executing SELECT unnest(setconfig) FROM pg_db_role_setting WHERE setdatabase = 0 AND setrole = (SELECT oid FROM pg_authid WHERE rolname = E'regress_quoted \\" role') pg_dumpall: executing SELECT ur.rolname AS role, um.rolname AS member, ug.oid AS grantorid, ug.rolname AS grantor, a.admin_option, a.inherit_option, a.set_option FROM pg_auth_members a LEFT JOIN pg_authid ur on ur.oid = a.roleid LEFT JOIN pg_authid um on um.oid = a.member LEFT JOIN pg_authid ug on ug.oid = a.grantor WHERE NOT (ur.rolname ~ '^pg_' AND um.rolname ~ '^pg_')ORDER BY 1,2,4 pg_dumpall: executing SELECT parname, pg_catalog.pg_get_userbyid(10) AS parowner, paracl, pg_catalog.acldefault('p', 10) AS acldefault FROM pg_catalog.pg_parameter_acl ORDER BY 1 pg_dumpall: executing SELECT oid, spcname, pg_catalog.pg_get_userbyid(spcowner) AS spcowner, pg_catalog.pg_tablespace_location(oid), spcacl, acldefault('t', spcowner) AS acldefault, array_to_string(spcoptions, ', '),pg_catalog.shobj_description(oid, 'pg_tablespace') FROM pg_catalog.pg_tablespace WHERE spcname !~ '^pg_' ORDER BY 1 pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_catalog.pg_tablespace'::pg_catalog.regclass AND objoid = '16391' pg_dumpall: executing SELECT datname FROM pg_database d WHERE datallowconn AND datconnlimit != -2 ORDER BY (datname <> 'template1'), datname pg_dumpall: dumping database "template1" pg_dumpall: running ""C:/cirrus/build/tmp_install/usr/local/pgsql/bin/pg_dump.exe" -v -f ^"C^:^\cirrus^\build^\testrun^\pg^_dump^\002^_pg^_dump^\data^\tmp^_test^_bdxe^/pg^_dumpall^_exclude^.sql^" --no-sync -Fa ^"^ dbname^=template1^"" pg_dump: last built-in OID is 16383 pg_dump: reading extensions pg_dump: identifying extension members pg_dump: reading schemas pg_dump: reading user-defined tables pg_dump: reading user-defined functions pg_dump: reading user-defined types pg_dump: reading procedural languages pg_dump: reading user-defined aggregate functions pg_dump: reading user-defined operators pg_dump: reading user-defined access methods pg_dump: reading user-defined operator classes pg_dump: reading user-defined operator families pg_dump: reading user-defined text search parsers pg_dump: reading user-defined text search templates pg_dump: reading user-defined text search dictionaries pg_dump: reading user-defined text search configurations pg_dump: reading user-defined foreign-data wrappers pg_dump: reading user-defined foreign servers pg_dump: reading default privileges pg_dump: reading user-defined collations pg_dump: reading user-defined conversions pg_dump: reading type casts pg_dump: reading transforms pg_dump: reading table inheritance information pg_dump: reading event triggers pg_dump: finding extension tables pg_dump: finding inheritance relationships pg_dump: reading column info for interesting tables pg_dump: flagging inherited columns in subtables pg_dump: reading partitioning data pg_dump: reading indexes pg_dump: flagging indexes in partitioned tables pg_dump: reading extended statistics pg_dump: reading constraints pg_dump: reading triggers pg_dump: reading rewrite rules pg_dump: reading policies pg_dump: reading row-level security policies pg_dump: reading publications pg_dump: reading publication membership of tables pg_dump: reading publication membership of schemas pg_dump: reading subscriptions pg_dump: reading subscription membership of tables pg_dump: reading large objects pg_dump: reading dependency data pg_dump: saving encoding = WIN1252 pg_dump: saving standard_conforming_strings = on pg_dump: saving search_path = pg_dump: implied data-only restore pg_dumpall: excluding database "dump_test" pg_dumpall: excluding database "dump_test2" pg_dumpall: dumping database "postgres" pg_dumpall: running ""C:/cirrus/build/tmp_install/usr/local/pgsql/bin/pg_dump.exe" -v -f ^"C^:^\cirrus^\build^\testrun^\pg^_dump^\002^_pg^_dump^\data^\tmp^_test^_bdxe^/pg^_dumpall^_exclude^.sql^" --no-sync -Fa ^"^ dbname^=postgres^"" pg_dump: last built-in OID is 16383 pg_dump: reading extensions pg_dump: identifying extension members pg_dump: reading schemas pg_dump: reading user-defined tables pg_dump: reading user-defined functions pg_dump: reading user-defined types pg_dump: reading procedural languages pg_dump: reading user-defined aggregate functions pg_dump: reading user-defined operators pg_dump: reading user-defined access methods pg_dump: reading user-defined operator classes pg_dump: reading user-defined operator families pg_dump: reading user-defined text search parsers pg_dump: reading user-defined text search templates pg_dump: reading user-defined text search dictionaries pg_dump: reading user-defined text search configurations pg_dump: reading user-defined foreign-data wrappers pg_dump: reading user-defined foreign servers pg_dump: reading default privileges pg_dump: reading user-defined collations pg_dump: reading user-defined conversions pg_dump: reading type casts pg_dump: reading transforms pg_dump: reading table inheritance information pg_dump: reading event triggers pg_dump: finding extension tables pg_dump: finding inheritance relationships pg_dump: reading column info for interesting tables pg_dump: finding table default expressions pg_dump: finding table check constraints pg_dump: flagging inherited columns in subtables pg_dump: reading partitioning data pg_dump: reading indexes pg_dump: flagging indexes in partitioned tables pg_dump: reading extended statistics pg_dump: reading constraints pg_dump: reading triggers pg_dump: reading rewrite rules pg_dump: reading policies pg_dump: reading row-level security policies pg_dump: reading publications pg_dump: reading publication membership of tables pg_dump: reading publication membership of schemas pg_dump: reading subscriptions pg_dump: reading subscription membership of tables pg_dump: reading large objects pg_dump: reading dependency data pg_dump: saving encoding = WIN1252 pg_dump: saving standard_conforming_strings = on pg_dump: saving search_path = pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: creating SCHEMA "dump_test" pg_dump: creating SCHEMA "dump_test_second_schema" pg_dump: creating SCHEMA "public" pg_dump: creating FUNCTION "dump_test.pltestlang_call_handler()" pg_dump: creating PROCEDURAL LANGUAGE "pltestlang" pg_dump: creating COLLATION "public.test0" pg_dump: creating COMMENT "public.COLLATION test0" pg_dump: creating TRANSFORM "TRANSFORM FOR integer LANGUAGE sql" pg_dump: creating SHELL TYPE "dump_test.int42" pg_dump: creating FUNCTION "dump_test.int42_in(cstring)" pg_dump: creating FUNCTION "dump_test.int42_out(dump_test.int42)" pg_dump: creating TYPE "dump_test.int42" pg_dump: creating COMMENT "dump_test.TYPE int42" pg_dump: creating TYPE "dump_test.composite" pg_dump: creating COMMENT "dump_test.COLUMN composite.f1" pg_dump: creating TYPE "dump_test.planets" pg_dump: creating COMMENT "dump_test.TYPE planets" pg_dump: creating OPERATOR "dump_test.~~" pg_dump: creating OPERATOR FAMILY "dump_test.op_class_custom" pg_dump: creating OPERATOR CLASS "dump_test.op_class_custom" pg_dump: creating TYPE "dump_test.range_type_custom" pg_dump: creating TYPE "dump_test.textrange" pg_dump: creating COMMENT "dump_test.TYPE textrange" pg_dump: creating TYPE "dump_test.undefined" pg_dump: creating COMMENT "dump_test.TYPE undefined" pg_dump: creating DOMAIN "dump_test.us_postal_code" pg_dump: creating COMMENT "dump_test.CONSTRAINT us_postal_code_check ON DOMAIN us_postal_code" pg_dump: creating CAST "CAST (timestamp with time zone AS interval)" pg_dump: creating FUNCTION "dump_test.event_trigger_func()" pg_dump: creating FUNCTION "dump_test.func_with_support()" pg_dump: creating PROCEDURE "dump_test.ptest1(integer)" pg_dump: creating FUNCTION "dump_test.trigger_func()" pg_dump: creating AGGREGATE "dump_test.newavg(integer)" pg_dump: creating ACCESS METHOD "gist2" pg_dump: creating ACCESS METHOD "regress_table_am" pg_dump: creating OPERATOR FAMILY "dump_test.op_family" pg_dump: creating OPERATOR CLASS "dump_test.op_class" pg_dump: creating OPERATOR CLASS "dump_test.op_class_empty" pg_dump: creating CONVERSION "dump_test.test_conversion" pg_dump: creating COMMENT "dump_test.CONVERSION test_conversion" pg_dump: creating TEXT SEARCH PARSER "dump_test.alt_ts_prs1" pg_dump: creating COMMENT "dump_test.TEXT SEARCH PARSER alt_ts_prs1" pg_dump: creating TEXT SEARCH TEMPLATE "dump_test.alt_ts_temp1" pg_dump: creating COMMENT "dump_test.TEXT SEARCH TEMPLATE alt_ts_temp1" pg_dump: creating TEXT SEARCH DICTIONARY "dump_test.alt_ts_dict1" pg_dump: creating COMMENT "dump_test.TEXT SEARCH DICTIONARY alt_ts_dict1" pg_dump: creating TEXT SEARCH CONFIGURATION "dump_test.alt_ts_conf1" pg_dump: creating COMMENT "dump_test.TEXT SEARCH CONFIGURATION alt_ts_conf1" pg_dump: creating FOREIGN DATA WRAPPER "dummy" pg_dump: creating SERVER "s1" pg_dump: creating USER MAPPING "USER MAPPING regress_dump_test_role SERVER s1" pg_dump: creating TABLE "dump_test.fk_reference_test_table" pg_dump: creating STATS IMPORT "dump_test.TABLE fk_reference_test_table" pg_dump: creating FOREIGN TABLE "dump_test.foreign_table" pg_dump: creating STATS IMPORT "dump_test.FOREIGN TABLE foreign_table" pg_dump: creating TABLE "dump_test.test_table" pg_dump: creating COMMENT "dump_test.TABLE test_table" pg_dump: creating COMMENT "dump_test.COLUMN test_table.col1" pg_dump: creating STATS IMPORT "dump_test.TABLE test_table" pg_dump: creating COMMENT "dump_test.CONSTRAINT test_table_col1_check ON test_table" pg_dump: creating MATERIALIZED VIEW "dump_test.matview" pg_dump: creating STATS IMPORT "dump_test.MATERIALIZED VIEW matview" pg_dump: creating MATERIALIZED VIEW "dump_test.matview_second" pg_dump: creating STATS IMPORT "dump_test.MATERIALIZED VIEW matview_second" pg_dump: creating MATERIALIZED VIEW "dump_test.matview_third" pg_dump: creating STATS IMPORT "dump_test.MATERIALIZED VIEW matview_third" pg_dump: creating MATERIALIZED VIEW "dump_test.matview_fourth" pg_dump: creating STATS IMPORT "dump_test.MATERIALIZED VIEW matview_fourth" pg_dump: creating TABLE "dump_test.measurement" pg_dump: creating STATS IMPORT "dump_test.TABLE measurement" pg_dump: creating SEQUENCE "dump_test.measurement_city_id_seq" pg_dump: creating SEQUENCE OWNED BY "dump_test.measurement_city_id_seq" pg_dump: creating TABLE "dump_test.ordering_table" pg_dump: creating STATS IMPORT "dump_test.TABLE ordering_table" pg_dump: creating MATERIALIZED VIEW "dump_test.regress_pg_dump_matview_am_0" pg_dump: creating STATS IMPORT "dump_test.MATERIALIZED VIEW regress_pg_dump_matview_am_0" pg_dump: creating MATERIALIZED VIEW "dump_test.regress_pg_dump_matview_am_1" pg_dump: creating STATS IMPORT "dump_test.MATERIALIZED VIEW regress_pg_dump_matview_am_1" pg_dump: creating MATERIALIZED VIEW "dump_test.regress_pg_dump_matview_am_2" pg_dump: creating STATS IMPORT "dump_test.MATERIALIZED VIEW regress_pg_dump_matview_am_2" pg_dump: creating TABLE "dump_test.regress_pg_dump_table_am_0" pg_dump: creating STATS IMPORT "dump_test.TABLE regress_pg_dump_table_am_0" pg_dump: creating TABLE "dump_test.regress_pg_dump_table_am_1" pg_dump: creating STATS IMPORT "dump_test.TABLE regress_pg_dump_table_am_1" pg_dump: creating TABLE "dump_test.regress_pg_dump_table_am_2" pg_dump: creating STATS IMPORT "dump_test.TABLE regress_pg_dump_table_am_2" pg_dump: creating TABLE "dump_test.table_index_stats" pg_dump: creating STATS IMPORT "dump_test.TABLE table_index_stats" pg_dump: creating TABLE "dump_test.test_compression_method" pg_dump: creating STATS IMPORT "dump_test.TABLE test_compression_method" pg_dump: creating TABLE "dump_test.test_fifth_table" pg_dump: creating STATS IMPORT "dump_test.TABLE test_fifth_table" pg_dump: creating TABLE "dump_test.test_fourth_table" pg_dump: creating STATS IMPORT "dump_test.TABLE test_fourth_table" pg_dump: creating TABLE "dump_test.test_inheritance_parent" pg_dump: creating STATS IMPORT "dump_test.TABLE test_inheritance_parent" pg_dump: creating TABLE "dump_test.test_inheritance_child" pg_dump: creating STATS IMPORT "dump_test.TABLE test_inheritance_child" pg_dump: creating TABLE "dump_test.test_second_table" pg_dump: creating COMMENT "dump_test.COLUMN test_second_table.col1" pg_dump: creating COMMENT "dump_test.COLUMN test_second_table.col2" pg_dump: creating STATS IMPORT "dump_test.TABLE test_second_table" pg_dump: creating TABLE "dump_test.test_seventh_table" pg_dump: creating STATS IMPORT "dump_test.TABLE test_seventh_table" pg_dump: creating TABLE "dump_test.test_sixth_table" pg_dump: creating STATS IMPORT "dump_test.TABLE test_sixth_table" pg_dump: creating SEQUENCE "dump_test.test_table_col1_seq" pg_dump: creating SEQUENCE OWNED BY "dump_test.test_table_col1_seq" pg_dump: creating TABLE "dump_test.test_table_fk" pg_dump: creating STATS IMPORT "dump_test.TABLE test_table_fk" pg_dump: creating TABLE "dump_test.test_table_fk_1" pg_dump: creating STATS IMPORT "dump_test.TABLE test_table_fk_1" pg_dump: creating TABLE "dump_test.test_table_generated" pg_dump: creating STATS IMPORT "dump_test.TABLE test_table_generated" pg_dump: creating TABLE "dump_test.test_table_generated_child1" pg_dump: creating STATS IMPORT "dump_test.TABLE test_table_generated_child1" pg_dump: creating TABLE "dump_test.test_table_generated_child2" pg_dump: creating STATS IMPORT "dump_test.TABLE test_table_generated_child2" pg_dump: creating TABLE "dump_test.test_table_identity" pg_dump: creating STATS IMPORT "dump_test.TABLE test_table_identity" pg_dump: creating SEQUENCE "dump_test.test_table_identity_col1_seq" pg_dump: creating TABLE "dump_test.test_table_tpk" pg_dump: creating STATS IMPORT "dump_test.TABLE test_table_tpk" pg_dump: creating TABLE "dump_test.test_table_tuq" pg_dump: creating STATS IMPORT "dump_test.TABLE test_table_tuq" pg_dump: creating TABLE "dump_test.test_third_table" pg_dump: creating STATS IMPORT "dump_test.TABLE test_third_table" pg_dump: creating VIEW "dump_test.test_view" pg_dump: creating STATS IMPORT "dump_test.VIEW test_view" pg_dump: creating TABLE "dump_test_second_schema.measurement_y2006m2" pg_dump: creating STATS IMPORT "dump_test_second_schema.TABLE measurement_y2006m2" pg_dump: creating TABLE "dump_test_second_schema.measurement_y2006m3" pg_dump: creating STATS IMPORT "dump_test_second_schema.TABLE measurement_y2006m3" pg_dump: creating TABLE "dump_test_second_schema.measurement_y2006m4" pg_dump: creating STATS IMPORT "dump_test_second_schema.TABLE measurement_y2006m4" pg_dump: creating TABLE "dump_test_second_schema.measurement_y2006m5" pg_dump: creating STATS IMPORT "dump_test_second_schema.TABLE measurement_y2006m5" pg_dump: creating TABLE ATTACH "dump_test.test_table_fk_1" pg_dump: creating TABLE ATTACH "dump_test_second_schema.measurement_y2006m2" pg_dump: creating TABLE ATTACH "dump_test_second_schema.measurement_y2006m3" pg_dump: creating TABLE ATTACH "dump_test_second_schema.measurement_y2006m4" pg_dump: creating TABLE ATTACH "dump_test_second_schema.measurement_y2006m5" pg_dump: creating DEFAULT "dump_test.measurement city_id" pg_dump: creating DEFAULT "dump_test.test_table col1" pg_dump: creating DEFAULT "dump_test.test_view col1" pg_dump: executing BLOB 16567 pg_dump: executing COMMENT LARGE OBJECT 16567 pg_dump: executing BLOB 16743 pg_dump: processing data for table "dump_test.fk_reference_test_table" pg_dump: dumping contents of table "dump_test.fk_reference_test_table" pg_dump: processing data for table "dump_test.ordering_table" pg_dump: dumping contents of table "dump_test.ordering_table" pg_dump: processing data for table "dump_test.regress_pg_dump_table_am_0" pg_dump: dumping contents of table "dump_test.regress_pg_dump_table_am_0" pg_dump: processing data for table "dump_test.regress_pg_dump_table_am_1" pg_dump: dumping contents of table "dump_test.regress_pg_dump_table_am_1" pg_dump: processing data for table "dump_test.regress_pg_dump_table_am_2" pg_dump: dumping contents of table "dump_test.regress_pg_dump_table_am_2" pg_dump: processing data for table "dump_test.table_index_stats" pg_dump: dumping contents of table "dump_test.table_index_stats" pg_dump: processing data for table "dump_test.test_compression_method" pg_dump: dumping contents of table "dump_test.test_compression_method" pg_dump: processing data for table "dump_test.test_fifth_table" pg_dump: dumping contents of table "dump_test.test_fifth_table" pg_dump: processing data for table "dump_test.test_fourth_table" pg_dump: dumping contents of table "dump_test.test_fourth_table" pg_dump: processing data for table "dump_test.test_inheritance_child" pg_dump: dumping contents of table "dump_test.test_inheritance_child" pg_dump: processing data for table "dump_test.test_inheritance_parent" pg_dump: dumping contents of table "dump_test.test_inheritance_parent" pg_dump: processing data for table "dump_test.test_second_table" pg_dump: dumping contents of table "dump_test.test_second_table" pg_dump: processing data for table "dump_test.test_seventh_table" pg_dump: dumping contents of table "dump_test.test_seventh_table" pg_dump: processing data for table "dump_test.test_sixth_table" pg_dump: dumping contents of table "dump_test.test_sixth_table" pg_dump: processing data for table "dump_test.test_table" pg_dump: dumping contents of table "dump_test.test_table" pg_dump: processing data for table "dump_test.test_table_fk_1" pg_dump: dumping contents of table "dump_test.test_table_fk_1" pg_dump: processing data for table "dump_test.test_table_generated" pg_dump: dumping contents of table "dump_test.test_table_generated" pg_dump: processing data for table "dump_test.test_table_generated_child1" pg_dump: dumping contents of table "dump_test.test_table_generated_child1" pg_dump: processing data for table "dump_test.test_table_generated_child2" pg_dump: dumping contents of table "dump_test.test_table_generated_child2" pg_dump: processing data for table "dump_test.test_table_identity" pg_dump: dumping contents of table "dump_test.test_table_identity" pg_dump: processing data for table "dump_test.test_table_tpk" pg_dump: dumping contents of table "dump_test.test_table_tpk" pg_dump: processing data for table "dump_test.test_table_tuq" pg_dump: dumping contents of table "dump_test.test_table_tuq" pg_dump: processing data for table "dump_test.test_third_table" pg_dump: dumping contents of table "dump_test.test_third_table" pg_dump: processing data for table "dump_test_second_schema.measurement_y2006m2" pg_dump: dumping contents of table "dump_test_second_schema.measurement_y2006m2" pg_dump: processing data for table "dump_test_second_schema.measurement_y2006m3" pg_dump: dumping contents of table "dump_test_second_schema.measurement_y2006m3" pg_dump: processing data for table "dump_test_second_schema.measurement_y2006m4" pg_dump: dumping contents of table "dump_test_second_schema.measurement_y2006m4" pg_dump: processing data for table "dump_test_second_schema.measurement_y2006m5" pg_dump: dumping contents of table "dump_test_second_schema.measurement_y2006m5" pg_dump: executing SEQUENCE SET measurement_city_id_seq pg_dump: executing SEQUENCE SET test_table_col1_seq pg_dump: executing SEQUENCE SET test_table_identity_col1_seq pg_dump: processing BLOBS pg_dump: saving large objects pg_dump: creating CONSTRAINT "dump_test.ordering_table ordering_table_pkey" pg_dump: creating FUNCTION "dump_test.ordering_func()" pg_dump: creating MATERIALIZED VIEW "dump_test.ordering_view" pg_dump: creating STATS IMPORT "dump_test.MATERIALIZED VIEW ordering_view" pg_dump: creating CONSTRAINT "dump_test.fk_reference_test_table fk_reference_test_table_pkey" pg_dump: creating CONSTRAINT "dump_test.measurement measurement_pkey" pg_dump: creating CONSTRAINT "dump_test.test_table_generated test_table_generated_pkey" pg_dump: creating CONSTRAINT "dump_test.test_table_identity test_table_identity_pkey" pg_dump: creating CONSTRAINT "dump_test.test_table test_table_pkey" pg_dump: creating CONSTRAINT "dump_test.test_table_tpk test_table_tpk_pkey" pg_dump: creating CONSTRAINT "dump_test.test_table_tuq test_table_tuq_uq" pg_dump: creating CONSTRAINT "dump_test_second_schema.measurement_y2006m2 measurement_y2006m2_pkey" pg_dump: creating CONSTRAINT "dump_test_second_schema.measurement_y2006m3 measurement_y2006m3_pkey" pg_dump: creating CONSTRAINT "dump_test_second_schema.measurement_y2006m4 measurement_y2006m4_pkey" pg_dump: creating CONSTRAINT "dump_test_second_schema.measurement_y2006m5 measurement_y2006m5_pkey" pg_dump: creating STATS IMPORT "dump_test.INDEX fk_reference_test_table_pkey" pg_dump: creating INDEX "dump_test.index_with_stats" pg_dump: creating STATS IMPORT "dump_test.INDEX index_with_stats" pg_dump: creating INDEX "dump_test.measurement_city_id_logdate_idx" pg_dump: creating STATS IMPORT "dump_test.INDEX measurement_city_id_logdate_idx" pg_dump: creating STATS IMPORT "dump_test.INDEX measurement_pkey" pg_dump: creating STATS IMPORT "dump_test.INDEX ordering_table_pkey" pg_dump: creating STATS IMPORT "dump_test.INDEX test_table_generated_pkey" pg_dump: creating STATS IMPORT "dump_test.INDEX test_table_identity_pkey" pg_dump: creating STATS IMPORT "dump_test.INDEX test_table_pkey" pg_dump: creating STATS IMPORT "dump_test.INDEX test_table_tpk_pkey" pg_dump: creating STATS IMPORT "dump_test.INDEX test_table_tuq_uq" pg_dump: creating INDEX "dump_test_second_schema.measurement_y2006m2_city_id_logdate_idx" pg_dump: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m2_city_id_logdate_idx" pg_dump: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m2_pkey" pg_dump: creating INDEX "dump_test_second_schema.measurement_y2006m3_city_id_logdate_idx" pg_dump: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m3_city_id_logdate_idx" pg_dump: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m3_pkey" pg_dump: creating INDEX "dump_test_second_schema.measurement_y2006m4_city_id_logdate_idx" pg_dump: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m4_city_id_logdate_idx" pg_dump: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m4_pkey" pg_dump: creating INDEX "dump_test_second_schema.measurement_y2006m5_city_id_logdate_idx" pg_dump: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m5_city_id_logdate_idx" pg_dump: creating STATS IMPORT "dump_test_second_schema.INDEX measurement_y2006m5_pkey" pg_dump: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m2_city_id_logdate_idx" pg_dump: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m2_pkey" pg_dump: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m3_city_id_logdate_idx" pg_dump: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m3_pkey" pg_dump: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m4_city_id_logdate_idx" pg_dump: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m4_pkey" pg_dump: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m5_city_id_logdate_idx" pg_dump: creating INDEX ATTACH "dump_test_second_schema.measurement_y2006m5_pkey" pg_dump: creating STATISTICS "dump_test.test_ext_stats_expr" pg_dump: creating STATISTICS "dump_test.test_ext_stats_no_options" pg_dump: creating STATISTICS "dump_test.test_ext_stats_opts" pg_dump: creating TRIGGER "dump_test.measurement test_trigger" pg_dump: creating TRIGGER "dump_test.test_table test_trigger" pg_dump: creating TRIGGER "dump_test_second_schema.measurement_y2006m3 test_trigger" pg_dump: creating TRIGGER "dump_test_second_schema.measurement_y2006m4 test_trigger" pg_dump: creating TRIGGER "dump_test_second_schema.measurement_y2006m5 test_trigger" pg_dump: creating FK CONSTRAINT "dump_test.fk_reference_test_table fk_reference_test_table_col1_fkey" pg_dump: creating FK CONSTRAINT "dump_test.test_table_fk test_table_fk_col1_fkey" pg_dump: creating POLICY "dump_test.test_table p1" pg_dump: creating POLICY "dump_test.test_table p2" pg_dump: creating POLICY "dump_test.test_table p3" pg_dump: creating POLICY "dump_test.test_table p4" pg_dump: creating POLICY "dump_test.test_table p5" pg_dump: creating POLICY "dump_test.test_table p6" pg_dump: creating ROW SECURITY "dump_test.test_table" pg_dump: creating PUBLICATION "pub1" pg_dump: creating COMMENT "PUBLICATION pub1" pg_dump: creating PUBLICATION "pub2" pg_dump: creating PUBLICATION "pub3" pg_dump: creating PUBLICATION "pub4" pg_dump: creating PUBLICATION TABLE "dump_test.pub4 test_second_table" pg_dump: creating PUBLICATION TABLE "dump_test.pub1 test_second_table" pg_dump: creating PUBLICATION TABLE "dump_test.pub1 test_seventh_table" pg_dump: creating PUBLICATION TABLE "dump_test.pub1 test_sixth_table" pg_dump: creating PUBLICATION TABLE "dump_test.pub4 test_table" pg_dump: creating PUBLICATION TABLE "dump_test.pub1 test_table" pg_dump: creating PUBLICATION TABLE "dump_test.pub3 test_table" pg_dump: creating PUBLICATION TABLES IN SCHEMA "dump_test.pub3 dump_test" pg_dump: creating PUBLICATION TABLES IN SCHEMA "public.pub3 public" pg_dump: creating SUBSCRIPTION "sub1" pg_dump: creating COMMENT "SUBSCRIPTION sub1" pg_dump: creating SUBSCRIPTION "sub2" pg_dump: creating SUBSCRIPTION "sub3" pg_dump: creating ACL "SCHEMA dump_test_second_schema" pg_dump: creating ACL "SCHEMA public" pg_dump: creating ACL "LANGUAGE plpgsql" pg_dump: creating ACL "dump_test.TYPE int42" pg_dump: creating ACL "dump_test.TYPE planets" pg_dump: creating ACL "dump_test.TYPE textrange" pg_dump: creating ACL "dump_test.TYPE us_postal_code" pg_dump: creating ACL "pg_catalog.FUNCTION pg_sleep(double precision)" pg_dump: creating ACL "pg_catalog.FUNCTION pg_stat_reset()" pg_dump: creating ACL "FOREIGN DATA WRAPPER dummy" pg_dump: creating ACL "FOREIGN SERVER s1" pg_dump: creating ACL "dump_test.TABLE test_table" pg_dump: creating ACL "dump_test.TABLE measurement" pg_dump: creating ACL "dump_test.COLUMN measurement.city_id" pg_dump: creating ACL "dump_test.COLUMN test_second_table.col1" pg_dump: creating ACL "dump_test_second_schema.TABLE measurement_y2006m2" pg_dump: creating ACL "dump_test_second_schema.TABLE measurement_y2006m3" pg_dump: creating ACL "dump_test_second_schema.TABLE measurement_y2006m4" pg_dump: creating ACL "dump_test_second_schema.TABLE measurement_y2006m5" pg_dump: creating ACL "pg_catalog.TABLE pg_proc" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.tableoid" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.oid" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proname" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.pronamespace" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proowner" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.prolang" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.procost" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.prorows" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.provariadic" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.prosupport" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.prokind" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.prosecdef" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proleakproof" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proisstrict" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proretset" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.provolatile" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proparallel" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.pronargs" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.pronargdefaults" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.prorettype" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proargtypes" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proallargtypes" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proargmodes" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proargnames" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proargdefaults" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.protrftypes" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.prosrc" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.probin" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proconfig" pg_dump: creating ACL "pg_catalog.COLUMN pg_proc.proacl" pg_dump: executing ACL LARGE OBJECT 16567 pg_dump: creating DEFAULT ACL "dump_test.DEFAULT PRIVILEGES FOR FUNCTIONS" pg_dump: creating DEFAULT ACL "dump_test.DEFAULT PRIVILEGES FOR TABLES" pg_dump: creating DEFAULT ACL "DEFAULT PRIVILEGES FOR FUNCTIONS" pg_dump: creating DEFAULT ACL "DEFAULT PRIVILEGES FOR TABLES" pg_dump: creating EVENT TRIGGER "test_event_trigger" pg_dump: creating MATERIALIZED VIEW DATA "dump_test.matview" pg_dump: creating MATERIALIZED VIEW DATA "dump_test.matview_second" pg_dump: creating MATERIALIZED VIEW DATA "dump_test.ordering_view" pg_dump: creating MATERIALIZED VIEW DATA "dump_test.regress_pg_dump_matview_am_0" pg_dump: creating MATERIALIZED VIEW DATA "dump_test.regress_pg_dump_matview_am_1" pg_dump: creating MATERIALIZED VIEW DATA "dump_test.regress_pg_dump_matview_am_2" pg_dumpall: excluding database "regress_pg_dump_test" pg_dumpall: dumping database "regress_public_owner" pg_dumpall: running ""C:/cirrus/build/tmp_install/usr/local/pgsql/bin/pg_dump.exe" -v -f ^"C^:^\cirrus^\build^\testrun^\pg^_dump^\002^_pg^_dump^\data^\tmp^_test^_bdxe^/pg^_dumpall^_exclude^.sql^" --no-sync --create -Fa ^"^ dbname^=regress^_public^_owner^"" pg_dump: last built-in OID is 16383 pg_dump: reading extensions pg_dump: identifying extension members pg_dump: reading schemas pg_dump: reading user-defined tables pg_dump: reading user-defined functions pg_dump: reading user-defined types pg_dump: reading procedural languages pg_dump: reading user-defined aggregate functions pg_dump: reading user-defined operators pg_dump: reading user-defined access methods pg_dump: reading user-defined operator classes pg_dump: reading user-defined operator families pg_dump: reading user-defined text search parsers pg_dump: reading user-defined text search templates pg_dump: reading user-defined text search dictionaries pg_dump: reading user-defined text search configurations pg_dump: reading user-defined foreign-data wrappers pg_dump: reading user-defined foreign servers pg_dump: reading default privileges pg_dump: reading user-defined collations pg_dump: reading user-defined conversions pg_dump: reading type casts pg_dump: reading transforms pg_dump: reading table inheritance information pg_dump: reading event triggers pg_dump: finding extension tables pg_dump: finding inheritance relationships pg_dump: reading column info for interesting tables pg_dump: flagging inherited columns in subtables pg_dump: reading partitioning data pg_dump: reading indexes pg_dump: flagging indexes in partitioned tables pg_dump: reading extended statistics pg_dump: reading constraints pg_dump: reading triggers pg_dump: reading rewrite rules pg_dump: reading policies pg_dump: reading row-level security policies pg_dump: reading publications pg_dump: reading publication membership of tables pg_dump: reading publication membership of schemas pg_dump: reading subscriptions pg_dump: reading subscription membership of tables pg_dump: reading large objects pg_dump: reading dependency data pg_dump: saving encoding = WIN1252 pg_dump: saving standard_conforming_strings = on pg_dump: saving search_path = pg_dump: saving database definition pg_dump: creating DATABASE "regress_public_owner" pg_dump: connecting to new database "regress_public_owner" pg_dump: creating SCHEMA "public" pg_dump: creating COMMENT "SCHEMA public" [07:25:37.684](2.034s) ok 6376 - pg_dumpall_exclude: pg_dump runs [07:25:37.700](0.016s) ok 6377 - pg_dumpall_exclude: should dump ALTER COLLATION test0 OWNER TO [07:25:37.700](0.001s) ok 6378 - pg_dumpall_exclude: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:37.702](0.002s) ok 6379 - pg_dumpall_exclude: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:37.703](0.001s) ok 6380 - pg_dumpall_exclude: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:37.703](0.000s) ok 6381 - pg_dumpall_exclude: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:37.704](0.000s) ok 6382 - pg_dumpall_exclude: should dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:37.704](0.000s) ok 6383 - pg_dumpall_exclude: should dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:37.704](0.000s) ok 6384 - pg_dumpall_exclude: should dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:37.704](0.000s) ok 6385 - pg_dumpall_exclude: should dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:37.705](0.000s) ok 6386 - pg_dumpall_exclude: should dump ALTER INDEX ... ATTACH PARTITION [07:25:37.705](0.000s) ok 6387 - pg_dumpall_exclude: should dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:37.705](0.000s) ok 6388 - pg_dumpall_exclude: should dump ALTER LARGE OBJECT ... OWNER TO [07:25:37.705](0.000s) ok 6389 - pg_dumpall_exclude: should dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:37.705](0.000s) ok 6390 - pg_dumpall_exclude: should dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:37.705](0.000s) ok 6391 - pg_dumpall_exclude: should dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:37.705](0.000s) ok 6392 - pg_dumpall_exclude: should dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:37.705](0.000s) ok 6393 - pg_dumpall_exclude: should dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:37.705](0.000s) ok 6394 - pg_dumpall_exclude: should dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:37.705](0.000s) ok 6395 - pg_dumpall_exclude: should dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:37.706](0.000s) ok 6396 - pg_dumpall_exclude: should dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:37.706](0.000s) ok 6397 - pg_dumpall_exclude: should dump ALTER PUBLICATION pub1 OWNER TO [07:25:37.706](0.000s) ok 6398 - pg_dumpall_exclude: should dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:37.706](0.000s) ok 6399 - pg_dumpall_exclude: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:37.706](0.000s) ok 6400 - pg_dumpall_exclude: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:37.706](0.000s) ok 6401 - pg_dumpall_exclude: should dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:37.706](0.000s) ok 6402 - pg_dumpall_exclude: should dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:37.707](0.000s) ok 6403 - pg_dumpall_exclude: should dump ALTER ROLE regress_dump_test_role [07:25:37.707](0.000s) ok 6404 - pg_dumpall_exclude: should dump ALTER SCHEMA dump_test OWNER TO [07:25:37.707](0.000s) ok 6405 - pg_dumpall_exclude: should dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:37.707](0.000s) ok 6406 - pg_dumpall_exclude: should dump ALTER SCHEMA public OWNER TO [07:25:37.707](0.000s) ok 6407 - pg_dumpall_exclude: should dump ALTER SEQUENCE test_table_col1_seq [07:25:37.707](0.000s) ok 6408 - pg_dumpall_exclude: should dump ALTER SERVER s1 OWNER TO [07:25:37.707](0.000s) ok 6409 - pg_dumpall_exclude: should dump ALTER STATISTICS extended_stats_options [07:25:37.707](0.000s) ok 6410 - pg_dumpall_exclude: should dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:37.707](0.000s) ok 6411 - pg_dumpall_exclude: should dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:37.707](0.000s) ok 6412 - pg_dumpall_exclude: should dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:37.708](0.000s) ok 6413 - pg_dumpall_exclude: should dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:37.708](0.000s) ok 6414 - pg_dumpall_exclude: should dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:37.709](0.001s) ok 6415 - pg_dumpall_exclude: should dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:37.724](0.015s) ok 6416 - pg_dumpall_exclude: should dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:37.729](0.005s) ok 6417 - pg_dumpall_exclude: should dump ALTER TABLE measurement OWNER TO [07:25:37.733](0.004s) ok 6418 - pg_dumpall_exclude: should dump ALTER TABLE measurement PRIMARY KEY [07:25:37.738](0.005s) ok 6419 - pg_dumpall_exclude: should dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:37.738](0.001s) ok 6420 - pg_dumpall_exclude: should dump ALTER TABLE test_second_table OWNER TO [07:25:37.739](0.000s) ok 6421 - pg_dumpall_exclude: should dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:37.739](0.000s) ok 6422 - pg_dumpall_exclude: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:37.739](0.000s) ok 6423 - pg_dumpall_exclude: should dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:37.739](0.000s) ok 6424 - pg_dumpall_exclude: should dump ALTER TABLE test_table OWNER TO [07:25:37.741](0.001s) ok 6425 - pg_dumpall_exclude: should not dump ALTER TABLE test_table_generated_child1 [07:25:37.747](0.006s) ok 6426 - pg_dumpall_exclude: should dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:37.752](0.005s) ok 6427 - pg_dumpall_exclude: should dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:37.753](0.000s) ok 6428 - pg_dumpall_exclude: should dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:37.753](0.000s) ok 6429 - pg_dumpall_exclude: should dump ALTER VIEW test_view SET DEFAULT [07:25:37.753](0.000s) ok 6430 - pg_dumpall_exclude: should dump Always trigger on partition is altered [07:25:37.754](0.000s) ok 6431 - pg_dumpall_exclude: should dump COMMENT ON COLLATION test0 [07:25:37.754](0.001s) ok 6432 - pg_dumpall_exclude: should dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:37.755](0.000s) ok 6433 - pg_dumpall_exclude: should dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:37.755](0.000s) ok 6434 - pg_dumpall_exclude: should dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:37.755](0.000s) ok 6435 - pg_dumpall_exclude: should dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:37.755](0.000s) ok 6436 - pg_dumpall_exclude: should dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:37.756](0.000s) ok 6437 - pg_dumpall_exclude: should not dump COMMENT ON DATABASE postgres [07:25:37.756](0.000s) ok 6438 - pg_dumpall_exclude: should not dump COMMENT ON EXTENSION plpgsql [07:25:37.756](0.000s) ok 6439 - pg_dumpall_exclude: should dump COMMENT ON LARGE OBJECT ... [07:25:37.756](0.000s) ok 6440 - pg_dumpall_exclude: should dump COMMENT ON PUBLICATION pub1 [07:25:37.758](0.002s) ok 6441 - pg_dumpall_exclude: should dump COMMENT ON SCHEMA public [07:25:37.761](0.002s) ok 6442 - pg_dumpall_exclude: should dump COMMENT ON SUBSCRIPTION sub1 [07:25:37.761](0.001s) ok 6443 - pg_dumpall_exclude: should dump COMMENT ON TABLE dump_test.test_table [07:25:37.763](0.001s) ok 6444 - pg_dumpall_exclude: should dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:37.764](0.001s) ok 6445 - pg_dumpall_exclude: should dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:37.764](0.000s) ok 6446 - pg_dumpall_exclude: should dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:37.764](0.000s) ok 6447 - pg_dumpall_exclude: should dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:37.765](0.000s) ok 6448 - pg_dumpall_exclude: should dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:37.765](0.000s) ok 6449 - pg_dumpall_exclude: should dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:37.765](0.000s) ok 6450 - pg_dumpall_exclude: should dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:37.765](0.000s) ok 6451 - pg_dumpall_exclude: should dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:37.765](0.000s) ok 6452 - pg_dumpall_exclude: should dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:37.773](0.008s) ok 6453 - pg_dumpall_exclude: should dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:37.775](0.002s) ok 6454 - pg_dumpall_exclude: should dump COPY fk_reference_test_table [07:25:37.775](0.000s) ok 6455 - pg_dumpall_exclude: should not dump COPY fk_reference_test_table second [07:25:37.775](0.000s) ok 6456 - pg_dumpall_exclude: should dump COPY measurement [07:25:37.775](0.000s) ok 6457 - pg_dumpall_exclude: should dump COPY test_compression_method [07:25:37.775](0.000s) ok 6458 - pg_dumpall_exclude: should dump COPY test_fifth_table [07:25:37.775](0.000s) ok 6459 - pg_dumpall_exclude: should dump COPY test_fourth_table [07:25:37.775](0.000s) ok 6460 - pg_dumpall_exclude: should dump COPY test_second_table [07:25:37.775](0.000s) ok 6461 - pg_dumpall_exclude: should dump COPY test_table [07:25:37.776](0.000s) ok 6462 - pg_dumpall_exclude: should dump COPY test_table_identity [07:25:37.776](0.000s) ok 6463 - pg_dumpall_exclude: should dump COPY test_third_table [07:25:37.776](0.000s) ok 6464 - pg_dumpall_exclude: should dump CREATE ACCESS METHOD gist2 [07:25:37.776](0.000s) ok 6465 - pg_dumpall_exclude: should dump CREATE ACCESS METHOD regress_test_table_am [07:25:37.776](0.000s) ok 6466 - pg_dumpall_exclude: should dump CREATE AGGREGATE dump_test.newavg [07:25:37.776](0.000s) ok 6467 - pg_dumpall_exclude: should dump CREATE CAST FOR timestamptz [07:25:37.776](0.000s) ok 6468 - pg_dumpall_exclude: should dump CREATE COLLATION test0 FROM "C" [07:25:37.776](0.000s) ok 6469 - pg_dumpall_exclude: should dump CREATE CONVERSION dump_test.test_conversion [07:25:37.776](0.000s) ok 6470 - pg_dumpall_exclude: should not dump CREATE DATABASE dump_test [07:25:37.777](0.000s) ok 6471 - pg_dumpall_exclude: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:37.777](0.000s) ok 6472 - pg_dumpall_exclude: should not dump CREATE DATABASE postgres [07:25:37.777](0.000s) ok 6473 - pg_dumpall_exclude: should not dump CREATE DATABASE regression_invalid... [07:25:37.779](0.002s) ok 6474 - pg_dumpall_exclude: should dump CREATE DOMAIN dump_test.us_postal_code [07:25:37.779](0.000s) ok 6475 - pg_dumpall_exclude: should dump CREATE EVENT TRIGGER test_event_trigger [07:25:37.780](0.000s) ok 6476 - pg_dumpall_exclude: should not dump CREATE EXTENSION ... plpgsql [07:25:37.781](0.001s) ok 6477 - pg_dumpall_exclude: should dump CREATE FOREIGN DATA WRAPPER dummy [07:25:37.782](0.000s) ok 6478 - pg_dumpall_exclude: should dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:37.782](0.001s) ok 6479 - pg_dumpall_exclude: should dump CREATE FUNCTION ... SUPPORT [07:25:37.782](0.000s) ok 6480 - pg_dumpall_exclude: should dump CREATE FUNCTION dump_test.event_trigger_func [07:25:37.783](0.000s) ok 6481 - pg_dumpall_exclude: should dump CREATE FUNCTION dump_test.int42_in [07:25:37.783](0.000s) ok 6482 - pg_dumpall_exclude: should dump CREATE FUNCTION dump_test.int42_out [07:25:37.783](0.000s) ok 6483 - pg_dumpall_exclude: should dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:37.783](0.000s) ok 6484 - pg_dumpall_exclude: should dump CREATE FUNCTION dump_test.trigger_func [07:25:37.783](0.000s) ok 6485 - pg_dumpall_exclude: should dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:37.783](0.000s) ok 6486 - pg_dumpall_exclude: should dump CREATE INDEX ON ONLY measurement [07:25:37.783](0.000s) ok 6487 - pg_dumpall_exclude: should dump CREATE LANGUAGE pltestlang [07:25:37.783](0.000s) ok 6488 - pg_dumpall_exclude: should dump CREATE MATERIALIZED VIEW matview [07:25:37.783](0.000s) ok 6489 - pg_dumpall_exclude: should dump CREATE MATERIALIZED VIEW matview_fourth [07:25:37.783](0.000s) ok 6490 - pg_dumpall_exclude: should dump CREATE MATERIALIZED VIEW matview_second [07:25:37.784](0.000s) ok 6491 - pg_dumpall_exclude: should dump CREATE MATERIALIZED VIEW matview_third [07:25:37.784](0.000s) ok 6492 - pg_dumpall_exclude: should dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:37.784](0.000s) ok 6493 - pg_dumpall_exclude: should dump CREATE OPERATOR CLASS dump_test.op_class [07:25:37.785](0.001s) ok 6494 - pg_dumpall_exclude: should dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:37.785](0.000s) ok 6495 - pg_dumpall_exclude: should dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:37.785](0.000s) ok 6496 - pg_dumpall_exclude: should dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:37.785](0.000s) ok 6497 - pg_dumpall_exclude: should dump CREATE POLICY p1 ON test_table [07:25:37.785](0.000s) ok 6498 - pg_dumpall_exclude: should dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:37.786](0.000s) ok 6499 - pg_dumpall_exclude: should dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:37.786](0.000s) ok 6500 - pg_dumpall_exclude: should dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:37.786](0.000s) ok 6501 - pg_dumpall_exclude: should dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:37.786](0.000s) ok 6502 - pg_dumpall_exclude: should dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:37.786](0.000s) ok 6503 - pg_dumpall_exclude: should dump CREATE PROCEDURE dump_test.ptest1 [07:25:37.786](0.000s) ok 6504 - pg_dumpall_exclude: should dump CREATE PUBLICATION pub1 [07:25:37.786](0.000s) ok 6505 - pg_dumpall_exclude: should dump CREATE PUBLICATION pub2 [07:25:37.786](0.000s) ok 6506 - pg_dumpall_exclude: should dump CREATE PUBLICATION pub3 [07:25:37.786](0.000s) ok 6507 - pg_dumpall_exclude: should dump CREATE PUBLICATION pub4 [07:25:37.787](0.000s) ok 6508 - pg_dumpall_exclude: should dump CREATE ROLE regress_dump_test_role [07:25:37.787](0.000s) ok 6509 - pg_dumpall_exclude: should dump CREATE ROLE regress_quoted... [07:25:37.787](0.000s) ok 6510 - pg_dumpall_exclude: should dump CREATE SCHEMA dump_test [07:25:37.787](0.000s) ok 6511 - pg_dumpall_exclude: should dump CREATE SCHEMA dump_test_second_schema [07:25:37.787](0.000s) ok 6512 - pg_dumpall_exclude: should not dump CREATE SCHEMA public [07:25:37.787](0.000s) ok 6513 - pg_dumpall_exclude: should dump CREATE SEQUENCE test_table_col1_seq [07:25:37.787](0.000s) ok 6514 - pg_dumpall_exclude: should dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:37.787](0.000s) ok 6515 - pg_dumpall_exclude: should dump CREATE STATISTICS extended_stats_expression [07:25:37.787](0.000s) ok 6516 - pg_dumpall_exclude: should dump CREATE STATISTICS extended_stats_no_options [07:25:37.787](0.000s) ok 6517 - pg_dumpall_exclude: should dump CREATE STATISTICS extended_stats_options [07:25:37.787](0.000s) ok 6518 - pg_dumpall_exclude: should dump CREATE SUBSCRIPTION sub1 [07:25:37.788](0.000s) ok 6519 - pg_dumpall_exclude: should dump CREATE SUBSCRIPTION sub2 [07:25:37.788](0.000s) ok 6520 - pg_dumpall_exclude: should dump CREATE SUBSCRIPTION sub3 [07:25:37.788](0.000s) ok 6521 - pg_dumpall_exclude: should dump CREATE TABLE fk_reference_test_table [07:25:37.788](0.000s) ok 6522 - pg_dumpall_exclude: should dump CREATE TABLE measurement PARTITIONED BY [07:25:37.788](0.000s) ok 6523 - pg_dumpall_exclude: should dump CREATE TABLE regress_pg_dump_table_am [07:25:37.788](0.000s) ok 6524 - pg_dumpall_exclude: should dump CREATE TABLE table_with_stats [07:25:37.788](0.000s) ok 6525 - pg_dumpall_exclude: should dump CREATE TABLE test_compression_method [07:25:37.788](0.000s) ok 6526 - pg_dumpall_exclude: should dump CREATE TABLE test_fifth_table [07:25:37.788](0.000s) ok 6527 - pg_dumpall_exclude: should dump CREATE TABLE test_fourth_table_zero_col [07:25:37.789](0.000s) ok 6528 - pg_dumpall_exclude: should dump CREATE TABLE test_inheritance_child [07:25:37.789](0.000s) ok 6529 - pg_dumpall_exclude: should dump CREATE TABLE test_inheritance_parent [07:25:37.789](0.000s) ok 6530 - pg_dumpall_exclude: should dump CREATE TABLE test_second_table [07:25:37.789](0.000s) ok 6531 - pg_dumpall_exclude: should dump CREATE TABLE test_seventh_table [07:25:37.789](0.000s) ok 6532 - pg_dumpall_exclude: should dump CREATE TABLE test_sixth_table [07:25:37.791](0.002s) ok 6533 - pg_dumpall_exclude: should dump CREATE TABLE test_table [07:25:37.792](0.000s) ok 6534 - pg_dumpall_exclude: should dump CREATE TABLE test_table_generated [07:25:37.794](0.002s) ok 6535 - pg_dumpall_exclude: should dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:37.794](0.000s) ok 6536 - pg_dumpall_exclude: should dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:37.795](0.001s) ok 6537 - pg_dumpall_exclude: should dump CREATE TABLE test_table_identity [07:25:37.795](0.000s) ok 6538 - pg_dumpall_exclude: should dump CREATE TABLE test_third_table_generated_cols [07:25:37.795](0.000s) ok 6539 - pg_dumpall_exclude: should dump CREATE TABLESPACE regress_dump_tablespace [07:25:37.796](0.000s) ok 6540 - pg_dumpall_exclude: should dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:37.796](0.000s) ok 6541 - pg_dumpall_exclude: should dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:37.796](0.000s) ok 6542 - pg_dumpall_exclude: should dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:37.796](0.000s) ok 6543 - pg_dumpall_exclude: should dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:37.796](0.000s) ok 6544 - pg_dumpall_exclude: should dump CREATE TRANSFORM FOR int [07:25:37.796](0.000s) ok 6545 - pg_dumpall_exclude: should dump CREATE TRIGGER test_trigger [07:25:37.796](0.000s) ok 6546 - pg_dumpall_exclude: should dump CREATE TYPE dump_test.composite [07:25:37.796](0.000s) ok 6547 - pg_dumpall_exclude: should dump CREATE TYPE dump_test.int42 [07:25:37.796](0.000s) ok 6548 - pg_dumpall_exclude: should dump CREATE TYPE dump_test.int42 populated [07:25:37.797](0.000s) ok 6549 - pg_dumpall_exclude: should dump CREATE TYPE dump_test.planets AS ENUM [07:25:37.797](0.000s) ok 6550 - pg_dumpall_exclude: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:37.797](0.000s) ok 6551 - pg_dumpall_exclude: should dump CREATE TYPE dump_test.textrange AS RANGE [07:25:37.797](0.000s) ok 6552 - pg_dumpall_exclude: should dump CREATE TYPE dump_test.undefined [07:25:37.798](0.001s) ok 6553 - pg_dumpall_exclude: should dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:37.798](0.000s) ok 6554 - pg_dumpall_exclude: should dump CREATE VIEW test_view [07:25:37.799](0.001s) ok 6555 - pg_dumpall_exclude: should dump Check ordering of a function that depends on a primary key [07:25:37.800](0.001s) ok 6556 - pg_dumpall_exclude: should dump Check ordering of a matview that depends on a primary key [07:25:37.800](0.000s) ok 6557 - pg_dumpall_exclude: should dump Creation of row-level trigger in partitioned table [07:25:37.800](0.000s) ok 6558 - pg_dumpall_exclude: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:37.801](0.000s) ok 6559 - pg_dumpall_exclude: should not dump DROP EXTENSION plpgsql [07:25:37.801](0.000s) ok 6560 - pg_dumpall_exclude: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:37.801](0.000s) ok 6561 - pg_dumpall_exclude: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:37.801](0.000s) ok 6562 - pg_dumpall_exclude: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:37.802](0.000s) ok 6563 - pg_dumpall_exclude: should not dump DROP LANGUAGE pltestlang [07:25:37.802](0.000s) ok 6564 - pg_dumpall_exclude: should not dump DROP ROLE pg_ [07:25:37.802](0.000s) ok 6565 - pg_dumpall_exclude: should not dump DROP ROLE regress_dump_test_role [07:25:37.802](0.000s) ok 6566 - pg_dumpall_exclude: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:37.803](0.000s) ok 6567 - pg_dumpall_exclude: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:37.805](0.003s) ok 6568 - pg_dumpall_exclude: should not dump DROP SCHEMA IF EXISTS public [07:25:37.806](0.001s) ok 6569 - pg_dumpall_exclude: should not dump DROP SCHEMA dump_test [07:25:37.808](0.003s) ok 6570 - pg_dumpall_exclude: should not dump DROP SCHEMA dump_test_second_schema [07:25:37.809](0.000s) ok 6571 - pg_dumpall_exclude: should not dump DROP SCHEMA public [07:25:37.809](0.000s) ok 6572 - pg_dumpall_exclude: should not dump DROP TABLE IF EXISTS test_second_table [07:25:37.810](0.001s) ok 6573 - pg_dumpall_exclude: should not dump DROP TABLE IF EXISTS test_table [07:25:37.810](0.001s) ok 6574 - pg_dumpall_exclude: should not dump DROP TABLE fk_reference_test_table [07:25:37.810](0.000s) ok 6575 - pg_dumpall_exclude: should not dump DROP TABLE test_second_table [07:25:37.811](0.000s) ok 6576 - pg_dumpall_exclude: should not dump DROP TABLE test_table [07:25:37.811](0.000s) ok 6577 - pg_dumpall_exclude: should dump Disabled trigger on partition is altered [07:25:37.811](0.000s) ok 6578 - pg_dumpall_exclude: should not dump Disabled trigger on partition is not created [07:25:37.811](0.000s) ok 6579 - pg_dumpall_exclude: should dump GRANT ALL ON LARGE OBJECT ... [07:25:37.812](0.001s) ok 6580 - pg_dumpall_exclude: should not dump GRANT CREATE ON DATABASE dump_test [07:25:37.814](0.002s) ok 6581 - pg_dumpall_exclude: should dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:37.817](0.003s) ok 6582 - pg_dumpall_exclude: should dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:37.818](0.001s) ok 6583 - pg_dumpall_exclude: should dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:37.819](0.000s) ok 6584 - pg_dumpall_exclude: should dump GRANT SELECT ON TABLE measurement [07:25:37.819](0.000s) ok 6585 - pg_dumpall_exclude: should dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:37.819](0.000s) ok 6586 - pg_dumpall_exclude: should dump GRANT SELECT ON TABLE test_table [07:25:37.820](0.000s) ok 6587 - pg_dumpall_exclude: should dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:37.852](0.032s) ok 6588 - pg_dumpall_exclude: should dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:37.853](0.001s) ok 6589 - pg_dumpall_exclude: should dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:37.853](0.001s) ok 6590 - pg_dumpall_exclude: should dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:37.854](0.000s) ok 6591 - pg_dumpall_exclude: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:37.854](0.000s) ok 6592 - pg_dumpall_exclude: should dump GRANT USAGE ON TYPE dump_test.int42 [07:25:37.854](0.000s) ok 6593 - pg_dumpall_exclude: should dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:37.855](0.000s) ok 6594 - pg_dumpall_exclude: should dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:37.855](0.000s) ok 6595 - pg_dumpall_exclude: should not dump INSERT INTO test_fifth_table [07:25:37.855](0.000s) ok 6596 - pg_dumpall_exclude: should not dump INSERT INTO test_fourth_table [07:25:37.855](0.000s) ok 6597 - pg_dumpall_exclude: should not dump INSERT INTO test_second_table [07:25:37.856](0.001s) ok 6598 - pg_dumpall_exclude: should not dump INSERT INTO test_table [07:25:37.857](0.000s) ok 6599 - pg_dumpall_exclude: should not dump INSERT INTO test_table_identity [07:25:37.857](0.000s) ok 6600 - pg_dumpall_exclude: should not dump INSERT INTO test_third_table [07:25:37.857](0.000s) ok 6601 - pg_dumpall_exclude: should not dump INSERT INTO test_third_table (colnames) [07:25:37.857](0.000s) ok 6602 - pg_dumpall_exclude: should dump LO create (using lo_from_bytea) [07:25:37.858](0.000s) ok 6603 - pg_dumpall_exclude: should dump LO create (with no data) [07:25:37.858](0.000s) ok 6604 - pg_dumpall_exclude: should dump LO load (using lo_from_bytea) [07:25:37.858](0.000s) ok 6605 - pg_dumpall_exclude: should dump Partition measurement_y2006m2 creation [07:25:37.859](0.000s) ok 6606 - pg_dumpall_exclude: should dump REFRESH MATERIALIZED VIEW matview [07:25:37.859](0.000s) ok 6607 - pg_dumpall_exclude: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:37.859](0.000s) ok 6608 - pg_dumpall_exclude: should dump REFRESH MATERIALIZED VIEW matview_second [07:25:37.859](0.000s) ok 6609 - pg_dumpall_exclude: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:37.859](0.000s) ok 6610 - pg_dumpall_exclude: should dump REVOKE ALL ON SCHEMA public [07:25:37.859](0.000s) ok 6611 - pg_dumpall_exclude: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:37.860](0.000s) ok 6612 - pg_dumpall_exclude: should dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:37.887](0.027s) ok 6613 - pg_dumpall_exclude: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:37.887](0.000s) ok 6614 - pg_dumpall_exclude: should dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:37.889](0.002s) ok 6615 - pg_dumpall_exclude: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:37.891](0.003s) ok 6616 - pg_dumpall_exclude: should dump Replica trigger on partition is altered [07:25:37.892](0.001s) ok 6617 - pg_dumpall_exclude: should not dump Triggers on partitions are not dropped [07:25:37.893](0.001s) ok 6618 - pg_dumpall_exclude: should not dump test_table with 4-row INSERTs # Running: pg_dumpall -v --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/pg_dumpall_globals.sql -g --no-sync pg_dumpall: executing SELECT pg_catalog.set_config('search_path', '', false); pg_dumpall: executing SELECT oid, rolname, rolsuper, rolinherit, rolcreaterole, rolcreatedb, rolcanlogin, rolconnlimit, rolpassword, rolvaliduntil, rolreplication, rolbypassrls, pg_catalog.shobj_description(oid, 'pg_authid') as rolcomment, rolname = current_user AS is_current_user FROM pg_authid WHERE rolname !~ '^pg_' ORDER BY 2 pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_catalog.pg_authid'::pg_catalog.regclass AND objoid = '10' pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_catalog.pg_authid'::pg_catalog.regclass AND objoid = '16387' pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_catalog.pg_authid'::pg_catalog.regclass AND objoid = '16388' pg_dumpall: executing SELECT unnest(setconfig) FROM pg_db_role_setting WHERE setdatabase = 0 AND setrole = (SELECT oid FROM pg_authid WHERE rolname = 'SYSTEM') pg_dumpall: executing SELECT unnest(setconfig) FROM pg_db_role_setting WHERE setdatabase = 0 AND setrole = (SELECT oid FROM pg_authid WHERE rolname = 'regress_dump_test_role') pg_dumpall: executing SELECT unnest(setconfig) FROM pg_db_role_setting WHERE setdatabase = 0 AND setrole = (SELECT oid FROM pg_authid WHERE rolname = E'regress_quoted \\" role') pg_dumpall: executing SELECT ur.rolname AS role, um.rolname AS member, ug.oid AS grantorid, ug.rolname AS grantor, a.admin_option, a.inherit_option, a.set_option FROM pg_auth_members a LEFT JOIN pg_authid ur on ur.oid = a.roleid LEFT JOIN pg_authid um on um.oid = a.member LEFT JOIN pg_authid ug on ug.oid = a.grantor WHERE NOT (ur.rolname ~ '^pg_' AND um.rolname ~ '^pg_')ORDER BY 1,2,4 pg_dumpall: executing SELECT parname, pg_catalog.pg_get_userbyid(10) AS parowner, paracl, pg_catalog.acldefault('p', 10) AS acldefault FROM pg_catalog.pg_parameter_acl ORDER BY 1 pg_dumpall: executing SELECT oid, spcname, pg_catalog.pg_get_userbyid(spcowner) AS spcowner, pg_catalog.pg_tablespace_location(oid), spcacl, acldefault('t', spcowner) AS acldefault, array_to_string(spcoptions, ', '),pg_catalog.shobj_description(oid, 'pg_tablespace') FROM pg_catalog.pg_tablespace WHERE spcname !~ '^pg_' ORDER BY 1 pg_dumpall: executing SELECT provider, label FROM pg_catalog.pg_shseclabel WHERE classoid = 'pg_catalog.pg_tablespace'::pg_catalog.regclass AND objoid = '16391' [07:25:38.131](0.238s) ok 6619 - pg_dumpall_globals: pg_dump runs [07:25:38.148](0.017s) ok 6620 - pg_dumpall_globals: should not dump ALTER COLLATION test0 OWNER TO [07:25:38.149](0.000s) ok 6621 - pg_dumpall_globals: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:38.149](0.000s) ok 6622 - pg_dumpall_globals: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:38.149](0.000s) ok 6623 - pg_dumpall_globals: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:38.149](0.000s) ok 6624 - pg_dumpall_globals: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:38.150](0.000s) ok 6625 - pg_dumpall_globals: should not dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:38.151](0.001s) ok 6626 - pg_dumpall_globals: should not dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:38.152](0.001s) ok 6627 - pg_dumpall_globals: should not dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:38.152](0.000s) ok 6628 - pg_dumpall_globals: should not dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:38.152](0.000s) ok 6629 - pg_dumpall_globals: should not dump ALTER INDEX ... ATTACH PARTITION [07:25:38.152](0.000s) ok 6630 - pg_dumpall_globals: should not dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:38.153](0.000s) ok 6631 - pg_dumpall_globals: should not dump ALTER LARGE OBJECT ... OWNER TO [07:25:38.153](0.000s) ok 6632 - pg_dumpall_globals: should not dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:38.153](0.000s) ok 6633 - pg_dumpall_globals: should not dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:38.153](0.000s) ok 6634 - pg_dumpall_globals: should not dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:38.153](0.000s) ok 6635 - pg_dumpall_globals: should not dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:38.154](0.000s) ok 6636 - pg_dumpall_globals: should not dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:38.154](0.000s) ok 6637 - pg_dumpall_globals: should not dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:38.154](0.000s) ok 6638 - pg_dumpall_globals: should not dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:38.154](0.000s) ok 6639 - pg_dumpall_globals: should not dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:38.154](0.000s) ok 6640 - pg_dumpall_globals: should not dump ALTER PUBLICATION pub1 OWNER TO [07:25:38.154](0.000s) ok 6641 - pg_dumpall_globals: should not dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:38.154](0.000s) ok 6642 - pg_dumpall_globals: should not dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:38.154](0.000s) ok 6643 - pg_dumpall_globals: should not dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:38.154](0.000s) ok 6644 - pg_dumpall_globals: should not dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:38.154](0.000s) ok 6645 - pg_dumpall_globals: should not dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:38.155](0.000s) ok 6646 - pg_dumpall_globals: should dump ALTER ROLE regress_dump_test_role [07:25:38.155](0.000s) ok 6647 - pg_dumpall_globals: should not dump ALTER SCHEMA dump_test OWNER TO [07:25:38.155](0.000s) ok 6648 - pg_dumpall_globals: should not dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:38.155](0.000s) ok 6649 - pg_dumpall_globals: should not dump ALTER SCHEMA public OWNER TO [07:25:38.155](0.000s) ok 6650 - pg_dumpall_globals: should not dump ALTER SEQUENCE test_table_col1_seq [07:25:38.155](0.000s) ok 6651 - pg_dumpall_globals: should not dump ALTER SERVER s1 OWNER TO [07:25:38.155](0.000s) ok 6652 - pg_dumpall_globals: should not dump ALTER STATISTICS extended_stats_options [07:25:38.155](0.000s) ok 6653 - pg_dumpall_globals: should not dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:38.155](0.000s) ok 6654 - pg_dumpall_globals: should not dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:38.155](0.000s) ok 6655 - pg_dumpall_globals: should not dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:38.155](0.000s) ok 6656 - pg_dumpall_globals: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:38.155](0.000s) ok 6657 - pg_dumpall_globals: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:38.155](0.000s) ok 6658 - pg_dumpall_globals: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:38.155](0.000s) ok 6659 - pg_dumpall_globals: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:38.156](0.000s) ok 6660 - pg_dumpall_globals: should not dump ALTER TABLE measurement OWNER TO [07:25:38.156](0.000s) ok 6661 - pg_dumpall_globals: should not dump ALTER TABLE measurement PRIMARY KEY [07:25:38.156](0.000s) ok 6662 - pg_dumpall_globals: should not dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:38.156](0.000s) ok 6663 - pg_dumpall_globals: should not dump ALTER TABLE test_second_table OWNER TO [07:25:38.156](0.000s) ok 6664 - pg_dumpall_globals: should not dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:38.156](0.000s) ok 6665 - pg_dumpall_globals: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:38.156](0.000s) ok 6666 - pg_dumpall_globals: should not dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:38.156](0.000s) ok 6667 - pg_dumpall_globals: should not dump ALTER TABLE test_table OWNER TO [07:25:38.157](0.000s) ok 6668 - pg_dumpall_globals: should not dump ALTER TABLE test_table_generated_child1 [07:25:38.157](0.000s) ok 6669 - pg_dumpall_globals: should not dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:38.157](0.000s) ok 6670 - pg_dumpall_globals: should not dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:38.157](0.000s) ok 6671 - pg_dumpall_globals: should not dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:38.157](0.000s) ok 6672 - pg_dumpall_globals: should not dump ALTER VIEW test_view SET DEFAULT [07:25:38.157](0.000s) ok 6673 - pg_dumpall_globals: should not dump Always trigger on partition is altered [07:25:38.158](0.000s) ok 6674 - pg_dumpall_globals: should not dump COMMENT ON COLLATION test0 [07:25:38.158](0.000s) ok 6675 - pg_dumpall_globals: should not dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:38.158](0.000s) ok 6676 - pg_dumpall_globals: should not dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:38.158](0.000s) ok 6677 - pg_dumpall_globals: should not dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:38.158](0.000s) ok 6678 - pg_dumpall_globals: should not dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:38.158](0.000s) ok 6679 - pg_dumpall_globals: should not dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:38.159](0.000s) ok 6680 - pg_dumpall_globals: should not dump COMMENT ON DATABASE postgres [07:25:38.159](0.000s) ok 6681 - pg_dumpall_globals: should not dump COMMENT ON EXTENSION plpgsql [07:25:38.159](0.000s) ok 6682 - pg_dumpall_globals: should not dump COMMENT ON LARGE OBJECT ... [07:25:38.159](0.000s) ok 6683 - pg_dumpall_globals: should not dump COMMENT ON PUBLICATION pub1 [07:25:38.160](0.000s) ok 6684 - pg_dumpall_globals: should not dump COMMENT ON SCHEMA public [07:25:38.160](0.000s) ok 6685 - pg_dumpall_globals: should not dump COMMENT ON SUBSCRIPTION sub1 [07:25:38.160](0.000s) ok 6686 - pg_dumpall_globals: should not dump COMMENT ON TABLE dump_test.test_table [07:25:38.160](0.000s) ok 6687 - pg_dumpall_globals: should not dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:38.161](0.000s) ok 6688 - pg_dumpall_globals: should not dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:38.161](0.000s) ok 6689 - pg_dumpall_globals: should not dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:38.161](0.000s) ok 6690 - pg_dumpall_globals: should not dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:38.161](0.000s) ok 6691 - pg_dumpall_globals: should not dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:38.162](0.000s) ok 6692 - pg_dumpall_globals: should not dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:38.162](0.000s) ok 6693 - pg_dumpall_globals: should not dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:38.162](0.000s) ok 6694 - pg_dumpall_globals: should not dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:38.162](0.000s) ok 6695 - pg_dumpall_globals: should not dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:38.162](0.000s) ok 6696 - pg_dumpall_globals: should not dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:38.162](0.000s) ok 6697 - pg_dumpall_globals: should not dump COPY fk_reference_test_table [07:25:38.162](0.000s) ok 6698 - pg_dumpall_globals: should not dump COPY fk_reference_test_table second [07:25:38.162](0.000s) ok 6699 - pg_dumpall_globals: should not dump COPY measurement [07:25:38.163](0.000s) ok 6700 - pg_dumpall_globals: should not dump COPY test_compression_method [07:25:38.163](0.000s) ok 6701 - pg_dumpall_globals: should not dump COPY test_fifth_table [07:25:38.163](0.000s) ok 6702 - pg_dumpall_globals: should not dump COPY test_fourth_table [07:25:38.163](0.000s) ok 6703 - pg_dumpall_globals: should not dump COPY test_second_table [07:25:38.163](0.000s) ok 6704 - pg_dumpall_globals: should not dump COPY test_table [07:25:38.163](0.000s) ok 6705 - pg_dumpall_globals: should not dump COPY test_table_identity [07:25:38.163](0.000s) ok 6706 - pg_dumpall_globals: should not dump COPY test_third_table [07:25:38.163](0.000s) ok 6707 - pg_dumpall_globals: should not dump CREATE ACCESS METHOD gist2 [07:25:38.163](0.000s) ok 6708 - pg_dumpall_globals: should not dump CREATE ACCESS METHOD regress_test_table_am [07:25:38.163](0.000s) ok 6709 - pg_dumpall_globals: should not dump CREATE AGGREGATE dump_test.newavg [07:25:38.163](0.000s) ok 6710 - pg_dumpall_globals: should not dump CREATE CAST FOR timestamptz [07:25:38.163](0.000s) ok 6711 - pg_dumpall_globals: should not dump CREATE COLLATION test0 FROM "C" [07:25:38.163](0.000s) ok 6712 - pg_dumpall_globals: should not dump CREATE CONVERSION dump_test.test_conversion [07:25:38.163](0.000s) ok 6713 - pg_dumpall_globals: should not dump CREATE DATABASE dump_test [07:25:38.163](0.000s) ok 6714 - pg_dumpall_globals: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:38.163](0.000s) ok 6715 - pg_dumpall_globals: should not dump CREATE DATABASE postgres [07:25:38.164](0.000s) ok 6716 - pg_dumpall_globals: should not dump CREATE DATABASE regression_invalid... [07:25:38.164](0.000s) ok 6717 - pg_dumpall_globals: should not dump CREATE DOMAIN dump_test.us_postal_code [07:25:38.164](0.000s) ok 6718 - pg_dumpall_globals: should not dump CREATE EVENT TRIGGER test_event_trigger [07:25:38.164](0.000s) ok 6719 - pg_dumpall_globals: should not dump CREATE EXTENSION ... plpgsql [07:25:38.164](0.000s) ok 6720 - pg_dumpall_globals: should not dump CREATE FOREIGN DATA WRAPPER dummy [07:25:38.164](0.000s) ok 6721 - pg_dumpall_globals: should not dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:38.164](0.000s) ok 6722 - pg_dumpall_globals: should not dump CREATE FUNCTION ... SUPPORT [07:25:38.164](0.000s) ok 6723 - pg_dumpall_globals: should not dump CREATE FUNCTION dump_test.event_trigger_func [07:25:38.164](0.000s) ok 6724 - pg_dumpall_globals: should not dump CREATE FUNCTION dump_test.int42_in [07:25:38.164](0.000s) ok 6725 - pg_dumpall_globals: should not dump CREATE FUNCTION dump_test.int42_out [07:25:38.164](0.000s) ok 6726 - pg_dumpall_globals: should not dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:38.164](0.000s) ok 6727 - pg_dumpall_globals: should not dump CREATE FUNCTION dump_test.trigger_func [07:25:38.164](0.000s) ok 6728 - pg_dumpall_globals: should not dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:38.164](0.000s) ok 6729 - pg_dumpall_globals: should not dump CREATE INDEX ON ONLY measurement [07:25:38.164](0.000s) ok 6730 - pg_dumpall_globals: should not dump CREATE LANGUAGE pltestlang [07:25:38.164](0.000s) ok 6731 - pg_dumpall_globals: should not dump CREATE MATERIALIZED VIEW matview [07:25:38.165](0.000s) ok 6732 - pg_dumpall_globals: should not dump CREATE MATERIALIZED VIEW matview_fourth [07:25:38.165](0.000s) ok 6733 - pg_dumpall_globals: should not dump CREATE MATERIALIZED VIEW matview_second [07:25:38.165](0.000s) ok 6734 - pg_dumpall_globals: should not dump CREATE MATERIALIZED VIEW matview_third [07:25:38.165](0.000s) ok 6735 - pg_dumpall_globals: should not dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:38.165](0.000s) ok 6736 - pg_dumpall_globals: should not dump CREATE OPERATOR CLASS dump_test.op_class [07:25:38.165](0.000s) ok 6737 - pg_dumpall_globals: should not dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:38.165](0.000s) ok 6738 - pg_dumpall_globals: should not dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:38.165](0.000s) ok 6739 - pg_dumpall_globals: should not dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:38.165](0.000s) ok 6740 - pg_dumpall_globals: should not dump CREATE POLICY p1 ON test_table [07:25:38.165](0.000s) ok 6741 - pg_dumpall_globals: should not dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:38.165](0.000s) ok 6742 - pg_dumpall_globals: should not dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:38.165](0.000s) ok 6743 - pg_dumpall_globals: should not dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:38.178](0.013s) ok 6744 - pg_dumpall_globals: should not dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:38.180](0.001s) ok 6745 - pg_dumpall_globals: should not dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:38.180](0.000s) ok 6746 - pg_dumpall_globals: should not dump CREATE PROCEDURE dump_test.ptest1 [07:25:38.180](0.000s) ok 6747 - pg_dumpall_globals: should not dump CREATE PUBLICATION pub1 [07:25:38.180](0.000s) ok 6748 - pg_dumpall_globals: should not dump CREATE PUBLICATION pub2 [07:25:38.180](0.000s) ok 6749 - pg_dumpall_globals: should not dump CREATE PUBLICATION pub3 [07:25:38.180](0.000s) ok 6750 - pg_dumpall_globals: should not dump CREATE PUBLICATION pub4 [07:25:38.180](0.000s) ok 6751 - pg_dumpall_globals: should dump CREATE ROLE regress_dump_test_role [07:25:38.181](0.000s) ok 6752 - pg_dumpall_globals: should dump CREATE ROLE regress_quoted... [07:25:38.181](0.000s) ok 6753 - pg_dumpall_globals: should not dump CREATE SCHEMA dump_test [07:25:38.181](0.000s) ok 6754 - pg_dumpall_globals: should not dump CREATE SCHEMA dump_test_second_schema [07:25:38.182](0.000s) ok 6755 - pg_dumpall_globals: should not dump CREATE SCHEMA public [07:25:38.182](0.000s) ok 6756 - pg_dumpall_globals: should not dump CREATE SEQUENCE test_table_col1_seq [07:25:38.182](0.000s) ok 6757 - pg_dumpall_globals: should not dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:38.182](0.000s) ok 6758 - pg_dumpall_globals: should not dump CREATE STATISTICS extended_stats_expression [07:25:38.183](0.000s) ok 6759 - pg_dumpall_globals: should not dump CREATE STATISTICS extended_stats_no_options [07:25:38.183](0.000s) ok 6760 - pg_dumpall_globals: should not dump CREATE STATISTICS extended_stats_options [07:25:38.183](0.000s) ok 6761 - pg_dumpall_globals: should not dump CREATE SUBSCRIPTION sub1 [07:25:38.183](0.000s) ok 6762 - pg_dumpall_globals: should not dump CREATE SUBSCRIPTION sub2 [07:25:38.183](0.000s) ok 6763 - pg_dumpall_globals: should not dump CREATE SUBSCRIPTION sub3 [07:25:38.183](0.000s) ok 6764 - pg_dumpall_globals: should not dump CREATE TABLE fk_reference_test_table [07:25:38.183](0.000s) ok 6765 - pg_dumpall_globals: should not dump CREATE TABLE measurement PARTITIONED BY [07:25:38.183](0.000s) ok 6766 - pg_dumpall_globals: should not dump CREATE TABLE regress_pg_dump_table_am [07:25:38.183](0.000s) ok 6767 - pg_dumpall_globals: should not dump CREATE TABLE table_with_stats [07:25:38.184](0.000s) ok 6768 - pg_dumpall_globals: should not dump CREATE TABLE test_compression_method [07:25:38.184](0.000s) ok 6769 - pg_dumpall_globals: should not dump CREATE TABLE test_fifth_table [07:25:38.184](0.000s) ok 6770 - pg_dumpall_globals: should not dump CREATE TABLE test_fourth_table_zero_col [07:25:38.184](0.000s) ok 6771 - pg_dumpall_globals: should not dump CREATE TABLE test_inheritance_child [07:25:38.184](0.000s) ok 6772 - pg_dumpall_globals: should not dump CREATE TABLE test_inheritance_parent [07:25:38.184](0.000s) ok 6773 - pg_dumpall_globals: should not dump CREATE TABLE test_second_table [07:25:38.184](0.000s) ok 6774 - pg_dumpall_globals: should not dump CREATE TABLE test_seventh_table [07:25:38.184](0.000s) ok 6775 - pg_dumpall_globals: should not dump CREATE TABLE test_sixth_table [07:25:38.184](0.000s) ok 6776 - pg_dumpall_globals: should not dump CREATE TABLE test_table [07:25:38.184](0.000s) ok 6777 - pg_dumpall_globals: should not dump CREATE TABLE test_table_generated [07:25:38.184](0.000s) ok 6778 - pg_dumpall_globals: should not dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:38.184](0.000s) ok 6779 - pg_dumpall_globals: should not dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:38.184](0.000s) ok 6780 - pg_dumpall_globals: should not dump CREATE TABLE test_table_identity [07:25:38.184](0.000s) ok 6781 - pg_dumpall_globals: should not dump CREATE TABLE test_third_table_generated_cols [07:25:38.184](0.000s) ok 6782 - pg_dumpall_globals: should dump CREATE TABLESPACE regress_dump_tablespace [07:25:38.184](0.000s) ok 6783 - pg_dumpall_globals: should not dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:38.185](0.000s) ok 6784 - pg_dumpall_globals: should not dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:38.185](0.000s) ok 6785 - pg_dumpall_globals: should not dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:38.185](0.000s) ok 6786 - pg_dumpall_globals: should not dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:38.185](0.000s) ok 6787 - pg_dumpall_globals: should not dump CREATE TRANSFORM FOR int [07:25:38.185](0.000s) ok 6788 - pg_dumpall_globals: should not dump CREATE TRIGGER test_trigger [07:25:38.185](0.000s) ok 6789 - pg_dumpall_globals: should not dump CREATE TYPE dump_test.composite [07:25:38.185](0.000s) ok 6790 - pg_dumpall_globals: should not dump CREATE TYPE dump_test.int42 [07:25:38.185](0.000s) ok 6791 - pg_dumpall_globals: should not dump CREATE TYPE dump_test.int42 populated [07:25:38.185](0.000s) ok 6792 - pg_dumpall_globals: should not dump CREATE TYPE dump_test.planets AS ENUM [07:25:38.185](0.000s) ok 6793 - pg_dumpall_globals: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:38.185](0.000s) ok 6794 - pg_dumpall_globals: should not dump CREATE TYPE dump_test.textrange AS RANGE [07:25:38.185](0.000s) ok 6795 - pg_dumpall_globals: should not dump CREATE TYPE dump_test.undefined [07:25:38.185](0.000s) ok 6796 - pg_dumpall_globals: should not dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:38.185](0.000s) ok 6797 - pg_dumpall_globals: should not dump CREATE VIEW test_view [07:25:38.185](0.000s) ok 6798 - pg_dumpall_globals: should not dump Check ordering of a function that depends on a primary key [07:25:38.185](0.000s) ok 6799 - pg_dumpall_globals: should not dump Check ordering of a matview that depends on a primary key [07:25:38.185](0.000s) ok 6800 - pg_dumpall_globals: should not dump Creation of row-level trigger in partitioned table [07:25:38.186](0.000s) ok 6801 - pg_dumpall_globals: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:38.186](0.000s) ok 6802 - pg_dumpall_globals: should not dump DROP EXTENSION plpgsql [07:25:38.186](0.000s) ok 6803 - pg_dumpall_globals: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:38.186](0.000s) ok 6804 - pg_dumpall_globals: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:38.186](0.000s) ok 6805 - pg_dumpall_globals: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:38.186](0.000s) ok 6806 - pg_dumpall_globals: should not dump DROP LANGUAGE pltestlang [07:25:38.186](0.000s) ok 6807 - pg_dumpall_globals: should not dump DROP ROLE pg_ [07:25:38.186](0.000s) ok 6808 - pg_dumpall_globals: should not dump DROP ROLE regress_dump_test_role [07:25:38.186](0.000s) ok 6809 - pg_dumpall_globals: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:38.186](0.000s) ok 6810 - pg_dumpall_globals: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:38.186](0.000s) ok 6811 - pg_dumpall_globals: should not dump DROP SCHEMA IF EXISTS public [07:25:38.186](0.000s) ok 6812 - pg_dumpall_globals: should not dump DROP SCHEMA dump_test [07:25:38.186](0.000s) ok 6813 - pg_dumpall_globals: should not dump DROP SCHEMA dump_test_second_schema [07:25:38.186](0.000s) ok 6814 - pg_dumpall_globals: should not dump DROP SCHEMA public [07:25:38.186](0.000s) ok 6815 - pg_dumpall_globals: should not dump DROP TABLE IF EXISTS test_second_table [07:25:38.186](0.000s) ok 6816 - pg_dumpall_globals: should not dump DROP TABLE IF EXISTS test_table [07:25:38.186](0.000s) ok 6817 - pg_dumpall_globals: should not dump DROP TABLE fk_reference_test_table [07:25:38.187](0.000s) ok 6818 - pg_dumpall_globals: should not dump DROP TABLE test_second_table [07:25:38.187](0.000s) ok 6819 - pg_dumpall_globals: should not dump DROP TABLE test_table [07:25:38.187](0.000s) ok 6820 - pg_dumpall_globals: should not dump Disabled trigger on partition is altered [07:25:38.187](0.000s) ok 6821 - pg_dumpall_globals: should not dump Disabled trigger on partition is not created [07:25:38.187](0.000s) ok 6822 - pg_dumpall_globals: should not dump GRANT ALL ON LARGE OBJECT ... [07:25:38.187](0.000s) ok 6823 - pg_dumpall_globals: should not dump GRANT CREATE ON DATABASE dump_test [07:25:38.187](0.000s) ok 6824 - pg_dumpall_globals: should not dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:38.187](0.000s) ok 6825 - pg_dumpall_globals: should not dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:38.187](0.000s) ok 6826 - pg_dumpall_globals: should not dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:38.187](0.000s) ok 6827 - pg_dumpall_globals: should not dump GRANT SELECT ON TABLE measurement [07:25:38.187](0.000s) ok 6828 - pg_dumpall_globals: should not dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:38.187](0.000s) ok 6829 - pg_dumpall_globals: should not dump GRANT SELECT ON TABLE test_table [07:25:38.187](0.000s) ok 6830 - pg_dumpall_globals: should not dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:38.187](0.000s) ok 6831 - pg_dumpall_globals: should not dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:38.187](0.000s) ok 6832 - pg_dumpall_globals: should not dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:38.187](0.000s) ok 6833 - pg_dumpall_globals: should not dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:38.187](0.000s) ok 6834 - pg_dumpall_globals: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:38.187](0.000s) ok 6835 - pg_dumpall_globals: should not dump GRANT USAGE ON TYPE dump_test.int42 [07:25:38.188](0.000s) ok 6836 - pg_dumpall_globals: should not dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:38.188](0.000s) ok 6837 - pg_dumpall_globals: should not dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:38.188](0.000s) ok 6838 - pg_dumpall_globals: should not dump INSERT INTO test_fifth_table [07:25:38.188](0.000s) ok 6839 - pg_dumpall_globals: should not dump INSERT INTO test_fourth_table [07:25:38.188](0.000s) ok 6840 - pg_dumpall_globals: should not dump INSERT INTO test_second_table [07:25:38.188](0.000s) ok 6841 - pg_dumpall_globals: should not dump INSERT INTO test_table [07:25:38.188](0.000s) ok 6842 - pg_dumpall_globals: should not dump INSERT INTO test_table_identity [07:25:38.188](0.000s) ok 6843 - pg_dumpall_globals: should not dump INSERT INTO test_third_table [07:25:38.188](0.000s) ok 6844 - pg_dumpall_globals: should not dump INSERT INTO test_third_table (colnames) [07:25:38.188](0.000s) ok 6845 - pg_dumpall_globals: should not dump LO create (using lo_from_bytea) [07:25:38.188](0.000s) ok 6846 - pg_dumpall_globals: should not dump LO create (with no data) [07:25:38.188](0.000s) ok 6847 - pg_dumpall_globals: should not dump LO load (using lo_from_bytea) [07:25:38.188](0.000s) ok 6848 - pg_dumpall_globals: should not dump Partition measurement_y2006m2 creation [07:25:38.188](0.000s) ok 6849 - pg_dumpall_globals: should not dump REFRESH MATERIALIZED VIEW matview [07:25:38.188](0.000s) ok 6850 - pg_dumpall_globals: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:38.188](0.000s) ok 6851 - pg_dumpall_globals: should not dump REFRESH MATERIALIZED VIEW matview_second [07:25:38.188](0.000s) ok 6852 - pg_dumpall_globals: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:38.189](0.000s) ok 6853 - pg_dumpall_globals: should not dump REVOKE ALL ON SCHEMA public [07:25:38.189](0.000s) ok 6854 - pg_dumpall_globals: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:38.189](0.000s) ok 6855 - pg_dumpall_globals: should not dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:38.189](0.000s) ok 6856 - pg_dumpall_globals: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:38.189](0.000s) ok 6857 - pg_dumpall_globals: should not dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:38.189](0.000s) ok 6858 - pg_dumpall_globals: should not dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:38.189](0.000s) ok 6859 - pg_dumpall_globals: should not dump Replica trigger on partition is altered [07:25:38.189](0.000s) ok 6860 - pg_dumpall_globals: should not dump Triggers on partitions are not dropped [07:25:38.189](0.000s) ok 6861 - pg_dumpall_globals: should not dump test_table with 4-row INSERTs # Running: pg_dumpall --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/pg_dumpall_globals_clean.sql -g -c --no-sync [07:25:38.463](0.274s) ok 6862 - pg_dumpall_globals_clean: pg_dump runs [07:25:38.466](0.003s) ok 6863 - pg_dumpall_globals_clean: should not dump ALTER COLLATION test0 OWNER TO [07:25:38.466](0.000s) ok 6864 - pg_dumpall_globals_clean: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT [07:25:38.466](0.000s) ok 6865 - pg_dumpall_globals_clean: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role GRANT EXECUTE ON FUNCTIONS [07:25:38.466](0.000s) ok 6866 - pg_dumpall_globals_clean: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE [07:25:38.466](0.000s) ok 6867 - pg_dumpall_globals_clean: should not dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_role REVOKE SELECT [07:25:38.466](0.000s) ok 6868 - pg_dumpall_globals_clean: should not dump ALTER FOREIGN DATA WRAPPER dummy OWNER TO [07:25:38.466](0.000s) ok 6869 - pg_dumpall_globals_clean: should not dump ALTER FOREIGN TABLE foreign_table ALTER COLUMN c1 OPTIONS [07:25:38.466](0.000s) ok 6870 - pg_dumpall_globals_clean: should not dump ALTER FOREIGN TABLE foreign_table OWNER TO [07:25:38.466](0.000s) ok 6871 - pg_dumpall_globals_clean: should not dump ALTER FUNCTION dump_test.pltestlang_call_handler() OWNER TO [07:25:38.466](0.000s) ok 6872 - pg_dumpall_globals_clean: should not dump ALTER INDEX ... ATTACH PARTITION [07:25:38.467](0.000s) ok 6873 - pg_dumpall_globals_clean: should not dump ALTER INDEX ... ATTACH PARTITION (primary key) [07:25:38.467](0.000s) ok 6874 - pg_dumpall_globals_clean: should not dump ALTER LARGE OBJECT ... OWNER TO [07:25:38.467](0.000s) ok 6875 - pg_dumpall_globals_clean: should not dump ALTER OPERATOR CLASS dump_test.op_class OWNER TO [07:25:38.467](0.000s) ok 6876 - pg_dumpall_globals_clean: should not dump ALTER OPERATOR FAMILY dump_test.op_family OWNER TO [07:25:38.467](0.000s) ok 6877 - pg_dumpall_globals_clean: should not dump ALTER OPERATOR FAMILY dump_test.op_family USING btree [07:25:38.467](0.000s) ok 6878 - pg_dumpall_globals_clean: should not dump ALTER PROCEDURAL LANGUAGE pltestlang OWNER TO [07:25:38.467](0.000s) ok 6879 - pg_dumpall_globals_clean: should not dump ALTER PUBLICATION pub1 ADD TABLE test_second_table [07:25:38.467](0.000s) ok 6880 - pg_dumpall_globals_clean: should not dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table (col3, col2) WHERE (col1 = 1) [07:25:38.467](0.000s) ok 6881 - pg_dumpall_globals_clean: should not dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (col3, col2) [07:25:38.467](0.000s) ok 6882 - pg_dumpall_globals_clean: should not dump ALTER PUBLICATION pub1 ADD TABLE test_table [07:25:38.467](0.000s) ok 6883 - pg_dumpall_globals_clean: should not dump ALTER PUBLICATION pub1 OWNER TO [07:25:38.468](0.000s) ok 6884 - pg_dumpall_globals_clean: should not dump ALTER PUBLICATION pub3 ADD TABLE test_table [07:25:38.468](0.000s) ok 6885 - pg_dumpall_globals_clean: should not dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_test [07:25:38.468](0.000s) ok 6886 - pg_dumpall_globals_clean: should not dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public [07:25:38.468](0.000s) ok 6887 - pg_dumpall_globals_clean: should not dump ALTER PUBLICATION pub4 ADD TABLE test_second_table WHERE (col2 = 'test'); [07:25:38.468](0.000s) ok 6888 - pg_dumpall_globals_clean: should not dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (col1 > 0); [07:25:38.468](0.000s) ok 6889 - pg_dumpall_globals_clean: should dump ALTER ROLE regress_dump_test_role [07:25:38.468](0.000s) ok 6890 - pg_dumpall_globals_clean: should not dump ALTER SCHEMA dump_test OWNER TO [07:25:38.468](0.000s) ok 6891 - pg_dumpall_globals_clean: should not dump ALTER SCHEMA dump_test_second_schema OWNER TO [07:25:38.468](0.000s) ok 6892 - pg_dumpall_globals_clean: should not dump ALTER SCHEMA public OWNER TO [07:25:38.468](0.000s) ok 6893 - pg_dumpall_globals_clean: should not dump ALTER SEQUENCE test_table_col1_seq [07:25:38.468](0.000s) ok 6894 - pg_dumpall_globals_clean: should not dump ALTER SERVER s1 OWNER TO [07:25:38.468](0.000s) ok 6895 - pg_dumpall_globals_clean: should not dump ALTER STATISTICS extended_stats_options [07:25:38.469](0.000s) ok 6896 - pg_dumpall_globals_clean: should not dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN KEY [07:25:38.469](0.000s) ok 6897 - pg_dumpall_globals_clean: should not dump ALTER TABLE ONLY dump_test.measurement ATTACH PARTITION measurement_y2006m2 [07:25:38.469](0.000s) ok 6898 - pg_dumpall_globals_clean: should not dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMARY KEY [07:25:38.469](0.000s) ok 6899 - pg_dumpall_globals_clean: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col1 SET STATISTICS 90 [07:25:38.469](0.000s) ok 6900 - pg_dumpall_globals_clean: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col2 SET STORAGE [07:25:38.469](0.000s) ok 6901 - pg_dumpall_globals_clean: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col3 SET STORAGE [07:25:38.469](0.000s) ok 6902 - pg_dumpall_globals_clean: should not dump ALTER TABLE ONLY test_table ALTER COLUMN col4 SET n_distinct [07:25:38.469](0.000s) ok 6903 - pg_dumpall_globals_clean: should not dump ALTER TABLE measurement OWNER TO [07:25:38.469](0.000s) ok 6904 - pg_dumpall_globals_clean: should not dump ALTER TABLE measurement PRIMARY KEY [07:25:38.469](0.000s) ok 6905 - pg_dumpall_globals_clean: should not dump ALTER TABLE measurement_y2006m2 OWNER TO [07:25:38.469](0.000s) ok 6906 - pg_dumpall_globals_clean: should not dump ALTER TABLE test_second_table OWNER TO [07:25:38.469](0.000s) ok 6907 - pg_dumpall_globals_clean: should not dump ALTER TABLE test_table CLUSTER ON test_table_pkey [07:25:38.469](0.000s) ok 6908 - pg_dumpall_globals_clean: should not dump ALTER TABLE test_table DISABLE TRIGGER ALL [07:25:38.469](0.000s) ok 6909 - pg_dumpall_globals_clean: should not dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY [07:25:38.469](0.000s) ok 6910 - pg_dumpall_globals_clean: should not dump ALTER TABLE test_table OWNER TO [07:25:38.469](0.000s) ok 6911 - pg_dumpall_globals_clean: should not dump ALTER TABLE test_table_generated_child1 [07:25:38.470](0.000s) ok 6912 - pg_dumpall_globals_clean: should not dump ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 OWNER TO [07:25:38.470](0.000s) ok 6913 - pg_dumpall_globals_clean: should not dump ALTER TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 ... [07:25:38.470](0.000s) ok 6914 - pg_dumpall_globals_clean: should not dump ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 OWNER TO [07:25:38.470](0.000s) ok 6915 - pg_dumpall_globals_clean: should not dump ALTER VIEW test_view SET DEFAULT [07:25:38.470](0.000s) ok 6916 - pg_dumpall_globals_clean: should not dump Always trigger on partition is altered [07:25:38.470](0.000s) ok 6917 - pg_dumpall_globals_clean: should not dump COMMENT ON COLLATION test0 [07:25:38.470](0.000s) ok 6918 - pg_dumpall_globals_clean: should not dump COMMENT ON COLUMN dump_test.composite.f1 [07:25:38.470](0.000s) ok 6919 - pg_dumpall_globals_clean: should not dump COMMENT ON COLUMN dump_test.test_second_table.col1 [07:25:38.470](0.000s) ok 6920 - pg_dumpall_globals_clean: should not dump COMMENT ON COLUMN dump_test.test_second_table.col2 [07:25:38.470](0.000s) ok 6921 - pg_dumpall_globals_clean: should not dump COMMENT ON COLUMN dump_test.test_table.col1 [07:25:38.470](0.000s) ok 6922 - pg_dumpall_globals_clean: should not dump COMMENT ON CONVERSION dump_test.test_conversion [07:25:38.470](0.000s) ok 6923 - pg_dumpall_globals_clean: should not dump COMMENT ON DATABASE postgres [07:25:38.470](0.000s) ok 6924 - pg_dumpall_globals_clean: should not dump COMMENT ON EXTENSION plpgsql [07:25:38.470](0.000s) ok 6925 - pg_dumpall_globals_clean: should not dump COMMENT ON LARGE OBJECT ... [07:25:38.470](0.000s) ok 6926 - pg_dumpall_globals_clean: should not dump COMMENT ON PUBLICATION pub1 [07:25:38.470](0.000s) ok 6927 - pg_dumpall_globals_clean: should not dump COMMENT ON SCHEMA public [07:25:38.470](0.000s) ok 6928 - pg_dumpall_globals_clean: should not dump COMMENT ON SUBSCRIPTION sub1 [07:25:38.471](0.000s) ok 6929 - pg_dumpall_globals_clean: should not dump COMMENT ON TABLE dump_test.test_table [07:25:38.471](0.000s) ok 6930 - pg_dumpall_globals_clean: should not dump COMMENT ON TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:38.471](0.000s) ok 6931 - pg_dumpall_globals_clean: should not dump COMMENT ON TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:38.471](0.000s) ok 6932 - pg_dumpall_globals_clean: should not dump COMMENT ON TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:38.471](0.000s) ok 6933 - pg_dumpall_globals_clean: should not dump COMMENT ON TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:38.471](0.000s) ok 6934 - pg_dumpall_globals_clean: should not dump COMMENT ON TYPE dump_test.int42 - Regular [07:25:38.471](0.000s) ok 6935 - pg_dumpall_globals_clean: should not dump COMMENT ON TYPE dump_test.planets - ENUM [07:25:38.471](0.000s) ok 6936 - pg_dumpall_globals_clean: should not dump COMMENT ON TYPE dump_test.textrange - RANGE [07:25:38.472](0.000s) ok 6937 - pg_dumpall_globals_clean: should not dump COMMENT ON TYPE dump_test.undefined - Undefined [07:25:38.472](0.000s) ok 6938 - pg_dumpall_globals_clean: should not dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS [07:25:38.472](0.000s) ok 6939 - pg_dumpall_globals_clean: should not dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS [07:25:38.472](0.000s) ok 6940 - pg_dumpall_globals_clean: should not dump COPY fk_reference_test_table [07:25:38.473](0.000s) ok 6941 - pg_dumpall_globals_clean: should not dump COPY fk_reference_test_table second [07:25:38.473](0.000s) ok 6942 - pg_dumpall_globals_clean: should not dump COPY measurement [07:25:38.473](0.000s) ok 6943 - pg_dumpall_globals_clean: should not dump COPY test_compression_method [07:25:38.473](0.000s) ok 6944 - pg_dumpall_globals_clean: should not dump COPY test_fifth_table [07:25:38.474](0.000s) ok 6945 - pg_dumpall_globals_clean: should not dump COPY test_fourth_table [07:25:38.474](0.000s) ok 6946 - pg_dumpall_globals_clean: should not dump COPY test_second_table [07:25:38.474](0.000s) ok 6947 - pg_dumpall_globals_clean: should not dump COPY test_table [07:25:38.474](0.000s) ok 6948 - pg_dumpall_globals_clean: should not dump COPY test_table_identity [07:25:38.474](0.000s) ok 6949 - pg_dumpall_globals_clean: should not dump COPY test_third_table [07:25:38.475](0.000s) ok 6950 - pg_dumpall_globals_clean: should not dump CREATE ACCESS METHOD gist2 [07:25:38.475](0.000s) ok 6951 - pg_dumpall_globals_clean: should not dump CREATE ACCESS METHOD regress_test_table_am [07:25:38.475](0.000s) ok 6952 - pg_dumpall_globals_clean: should not dump CREATE AGGREGATE dump_test.newavg [07:25:38.475](0.000s) ok 6953 - pg_dumpall_globals_clean: should not dump CREATE CAST FOR timestamptz [07:25:38.476](0.000s) ok 6954 - pg_dumpall_globals_clean: should not dump CREATE COLLATION test0 FROM "C" [07:25:38.476](0.000s) ok 6955 - pg_dumpall_globals_clean: should not dump CREATE CONVERSION dump_test.test_conversion [07:25:38.476](0.000s) ok 6956 - pg_dumpall_globals_clean: should not dump CREATE DATABASE dump_test [07:25:38.476](0.000s) ok 6957 - pg_dumpall_globals_clean: should not dump CREATE DATABASE dump_test2 LOCALE = 'C' [07:25:38.477](0.000s) ok 6958 - pg_dumpall_globals_clean: should not dump CREATE DATABASE postgres [07:25:38.477](0.000s) ok 6959 - pg_dumpall_globals_clean: should not dump CREATE DATABASE regression_invalid... [07:25:38.477](0.000s) ok 6960 - pg_dumpall_globals_clean: should not dump CREATE DOMAIN dump_test.us_postal_code [07:25:38.477](0.000s) ok 6961 - pg_dumpall_globals_clean: should not dump CREATE EVENT TRIGGER test_event_trigger [07:25:38.477](0.000s) ok 6962 - pg_dumpall_globals_clean: should not dump CREATE EXTENSION ... plpgsql [07:25:38.478](0.000s) ok 6963 - pg_dumpall_globals_clean: should not dump CREATE FOREIGN DATA WRAPPER dummy [07:25:38.478](0.000s) ok 6964 - pg_dumpall_globals_clean: should not dump CREATE FOREIGN TABLE dump_test.foreign_table SERVER s1 [07:25:38.478](0.000s) ok 6965 - pg_dumpall_globals_clean: should not dump CREATE FUNCTION ... SUPPORT [07:25:38.479](0.000s) ok 6966 - pg_dumpall_globals_clean: should not dump CREATE FUNCTION dump_test.event_trigger_func [07:25:38.479](0.000s) ok 6967 - pg_dumpall_globals_clean: should not dump CREATE FUNCTION dump_test.int42_in [07:25:38.479](0.000s) ok 6968 - pg_dumpall_globals_clean: should not dump CREATE FUNCTION dump_test.int42_out [07:25:38.479](0.000s) ok 6969 - pg_dumpall_globals_clean: should not dump CREATE FUNCTION dump_test.pltestlang_call_handler [07:25:38.479](0.000s) ok 6970 - pg_dumpall_globals_clean: should not dump CREATE FUNCTION dump_test.trigger_func [07:25:38.480](0.000s) ok 6971 - pg_dumpall_globals_clean: should not dump CREATE INDEX ... ON measurement_y2006_m2 [07:25:38.480](0.000s) ok 6972 - pg_dumpall_globals_clean: should not dump CREATE INDEX ON ONLY measurement [07:25:38.480](0.000s) ok 6973 - pg_dumpall_globals_clean: should not dump CREATE LANGUAGE pltestlang [07:25:38.480](0.000s) ok 6974 - pg_dumpall_globals_clean: should not dump CREATE MATERIALIZED VIEW matview [07:25:38.481](0.000s) ok 6975 - pg_dumpall_globals_clean: should not dump CREATE MATERIALIZED VIEW matview_fourth [07:25:38.481](0.000s) ok 6976 - pg_dumpall_globals_clean: should not dump CREATE MATERIALIZED VIEW matview_second [07:25:38.481](0.000s) ok 6977 - pg_dumpall_globals_clean: should not dump CREATE MATERIALIZED VIEW matview_third [07:25:38.481](0.000s) ok 6978 - pg_dumpall_globals_clean: should not dump CREATE MATERIALIZED VIEW regress_pg_dump_matview_am [07:25:38.481](0.000s) ok 6979 - pg_dumpall_globals_clean: should not dump CREATE OPERATOR CLASS dump_test.op_class [07:25:38.482](0.000s) ok 6980 - pg_dumpall_globals_clean: should not dump CREATE OPERATOR CLASS dump_test.op_class_custom [07:25:38.482](0.000s) ok 6981 - pg_dumpall_globals_clean: should not dump CREATE OPERATOR CLASS dump_test.op_class_empty [07:25:38.482](0.000s) ok 6982 - pg_dumpall_globals_clean: should not dump CREATE OPERATOR FAMILY dump_test.op_family [07:25:38.482](0.000s) ok 6983 - pg_dumpall_globals_clean: should not dump CREATE POLICY p1 ON test_table [07:25:38.483](0.000s) ok 6984 - pg_dumpall_globals_clean: should not dump CREATE POLICY p2 ON test_table FOR SELECT [07:25:38.483](0.000s) ok 6985 - pg_dumpall_globals_clean: should not dump CREATE POLICY p3 ON test_table FOR INSERT [07:25:38.483](0.000s) ok 6986 - pg_dumpall_globals_clean: should not dump CREATE POLICY p4 ON test_table FOR UPDATE [07:25:38.483](0.000s) ok 6987 - pg_dumpall_globals_clean: should not dump CREATE POLICY p5 ON test_table FOR DELETE [07:25:38.483](0.000s) ok 6988 - pg_dumpall_globals_clean: should not dump CREATE POLICY p6 ON test_table AS RESTRICTIVE [07:25:38.484](0.000s) ok 6989 - pg_dumpall_globals_clean: should not dump CREATE PROCEDURE dump_test.ptest1 [07:25:38.484](0.000s) ok 6990 - pg_dumpall_globals_clean: should not dump CREATE PUBLICATION pub1 [07:25:38.484](0.000s) ok 6991 - pg_dumpall_globals_clean: should not dump CREATE PUBLICATION pub2 [07:25:38.484](0.000s) ok 6992 - pg_dumpall_globals_clean: should not dump CREATE PUBLICATION pub3 [07:25:38.484](0.000s) ok 6993 - pg_dumpall_globals_clean: should not dump CREATE PUBLICATION pub4 [07:25:38.484](0.000s) ok 6994 - pg_dumpall_globals_clean: should dump CREATE ROLE regress_dump_test_role [07:25:38.485](0.000s) ok 6995 - pg_dumpall_globals_clean: should dump CREATE ROLE regress_quoted... [07:25:38.485](0.000s) ok 6996 - pg_dumpall_globals_clean: should not dump CREATE SCHEMA dump_test [07:25:38.485](0.000s) ok 6997 - pg_dumpall_globals_clean: should not dump CREATE SCHEMA dump_test_second_schema [07:25:38.485](0.000s) ok 6998 - pg_dumpall_globals_clean: should not dump CREATE SCHEMA public [07:25:38.485](0.000s) ok 6999 - pg_dumpall_globals_clean: should not dump CREATE SEQUENCE test_table_col1_seq [07:25:38.485](0.000s) ok 7000 - pg_dumpall_globals_clean: should not dump CREATE SERVER s1 FOREIGN DATA WRAPPER dummy [07:25:38.485](0.000s) ok 7001 - pg_dumpall_globals_clean: should not dump CREATE STATISTICS extended_stats_expression [07:25:38.485](0.000s) ok 7002 - pg_dumpall_globals_clean: should not dump CREATE STATISTICS extended_stats_no_options [07:25:38.485](0.000s) ok 7003 - pg_dumpall_globals_clean: should not dump CREATE STATISTICS extended_stats_options [07:25:38.485](0.000s) ok 7004 - pg_dumpall_globals_clean: should not dump CREATE SUBSCRIPTION sub1 [07:25:38.485](0.000s) ok 7005 - pg_dumpall_globals_clean: should not dump CREATE SUBSCRIPTION sub2 [07:25:38.485](0.000s) ok 7006 - pg_dumpall_globals_clean: should not dump CREATE SUBSCRIPTION sub3 [07:25:38.485](0.000s) ok 7007 - pg_dumpall_globals_clean: should not dump CREATE TABLE fk_reference_test_table [07:25:38.485](0.000s) ok 7008 - pg_dumpall_globals_clean: should not dump CREATE TABLE measurement PARTITIONED BY [07:25:38.485](0.000s) ok 7009 - pg_dumpall_globals_clean: should not dump CREATE TABLE regress_pg_dump_table_am [07:25:38.485](0.000s) ok 7010 - pg_dumpall_globals_clean: should not dump CREATE TABLE table_with_stats [07:25:38.485](0.000s) ok 7011 - pg_dumpall_globals_clean: should not dump CREATE TABLE test_compression_method [07:25:38.486](0.000s) ok 7012 - pg_dumpall_globals_clean: should not dump CREATE TABLE test_fifth_table [07:25:38.486](0.000s) ok 7013 - pg_dumpall_globals_clean: should not dump CREATE TABLE test_fourth_table_zero_col [07:25:38.486](0.000s) ok 7014 - pg_dumpall_globals_clean: should not dump CREATE TABLE test_inheritance_child [07:25:38.486](0.000s) ok 7015 - pg_dumpall_globals_clean: should not dump CREATE TABLE test_inheritance_parent [07:25:38.486](0.000s) ok 7016 - pg_dumpall_globals_clean: should not dump CREATE TABLE test_second_table [07:25:38.486](0.000s) ok 7017 - pg_dumpall_globals_clean: should not dump CREATE TABLE test_seventh_table [07:25:38.486](0.000s) ok 7018 - pg_dumpall_globals_clean: should not dump CREATE TABLE test_sixth_table [07:25:38.486](0.000s) ok 7019 - pg_dumpall_globals_clean: should not dump CREATE TABLE test_table [07:25:38.486](0.000s) ok 7020 - pg_dumpall_globals_clean: should not dump CREATE TABLE test_table_generated [07:25:38.486](0.000s) ok 7021 - pg_dumpall_globals_clean: should not dump CREATE TABLE test_table_generated_child1 (without local columns) [07:25:38.486](0.000s) ok 7022 - pg_dumpall_globals_clean: should not dump CREATE TABLE test_table_generated_child2 (with local columns) [07:25:38.486](0.000s) ok 7023 - pg_dumpall_globals_clean: should not dump CREATE TABLE test_table_identity [07:25:38.486](0.000s) ok 7024 - pg_dumpall_globals_clean: should not dump CREATE TABLE test_third_table_generated_cols [07:25:38.486](0.000s) ok 7025 - pg_dumpall_globals_clean: should dump CREATE TABLESPACE regress_dump_tablespace [07:25:38.486](0.000s) ok 7026 - pg_dumpall_globals_clean: should not dump CREATE TEXT SEARCH CONFIGURATION dump_test.alt_ts_conf1 [07:25:38.486](0.000s) ok 7027 - pg_dumpall_globals_clean: should not dump CREATE TEXT SEARCH DICTIONARY dump_test.alt_ts_dict1 [07:25:38.486](0.000s) ok 7028 - pg_dumpall_globals_clean: should not dump CREATE TEXT SEARCH PARSER dump_test.alt_ts_prs1 [07:25:38.487](0.000s) ok 7029 - pg_dumpall_globals_clean: should not dump CREATE TEXT SEARCH TEMPLATE dump_test.alt_ts_temp1 [07:25:38.487](0.000s) ok 7030 - pg_dumpall_globals_clean: should not dump CREATE TRANSFORM FOR int [07:25:38.487](0.000s) ok 7031 - pg_dumpall_globals_clean: should not dump CREATE TRIGGER test_trigger [07:25:38.487](0.000s) ok 7032 - pg_dumpall_globals_clean: should not dump CREATE TYPE dump_test.composite [07:25:38.487](0.000s) ok 7033 - pg_dumpall_globals_clean: should not dump CREATE TYPE dump_test.int42 [07:25:38.487](0.000s) ok 7034 - pg_dumpall_globals_clean: should not dump CREATE TYPE dump_test.int42 populated [07:25:38.487](0.000s) ok 7035 - pg_dumpall_globals_clean: should not dump CREATE TYPE dump_test.planets AS ENUM [07:25:38.487](0.000s) ok 7036 - pg_dumpall_globals_clean: should not dump CREATE TYPE dump_test.planets AS ENUM pg_upgrade [07:25:38.487](0.000s) ok 7037 - pg_dumpall_globals_clean: should not dump CREATE TYPE dump_test.textrange AS RANGE [07:25:38.487](0.000s) ok 7038 - pg_dumpall_globals_clean: should not dump CREATE TYPE dump_test.undefined [07:25:38.487](0.000s) ok 7039 - pg_dumpall_globals_clean: should not dump CREATE USER MAPPING FOR regress_dump_test_role SERVER s1 [07:25:38.487](0.000s) ok 7040 - pg_dumpall_globals_clean: should not dump CREATE VIEW test_view [07:25:38.487](0.000s) ok 7041 - pg_dumpall_globals_clean: should not dump Check ordering of a function that depends on a primary key [07:25:38.488](0.000s) ok 7042 - pg_dumpall_globals_clean: should not dump Check ordering of a matview that depends on a primary key [07:25:38.488](0.000s) ok 7043 - pg_dumpall_globals_clean: should not dump Creation of row-level trigger in partitioned table [07:25:38.488](0.000s) ok 7044 - pg_dumpall_globals_clean: should not dump DROP EXTENSION IF EXISTS plpgsql [07:25:38.488](0.000s) ok 7045 - pg_dumpall_globals_clean: should not dump DROP EXTENSION plpgsql [07:25:38.488](0.000s) ok 7046 - pg_dumpall_globals_clean: should not dump DROP FUNCTION IF EXISTS dump_test.pltestlang_call_handler() [07:25:38.488](0.000s) ok 7047 - pg_dumpall_globals_clean: should not dump DROP FUNCTION dump_test.pltestlang_call_handler() [07:25:38.488](0.000s) ok 7048 - pg_dumpall_globals_clean: should not dump DROP LANGUAGE IF EXISTS pltestlang [07:25:38.489](0.000s) ok 7049 - pg_dumpall_globals_clean: should not dump DROP LANGUAGE pltestlang [07:25:38.489](0.000s) ok 7050 - pg_dumpall_globals_clean: should not dump DROP ROLE pg_ [07:25:38.489](0.000s) ok 7051 - pg_dumpall_globals_clean: should dump DROP ROLE regress_dump_test_role [07:25:38.489](0.000s) ok 7052 - pg_dumpall_globals_clean: should not dump DROP SCHEMA IF EXISTS dump_test [07:25:38.489](0.000s) ok 7053 - pg_dumpall_globals_clean: should not dump DROP SCHEMA IF EXISTS dump_test_second_schema [07:25:38.489](0.000s) ok 7054 - pg_dumpall_globals_clean: should not dump DROP SCHEMA IF EXISTS public [07:25:38.489](0.000s) ok 7055 - pg_dumpall_globals_clean: should not dump DROP SCHEMA dump_test [07:25:38.489](0.000s) ok 7056 - pg_dumpall_globals_clean: should not dump DROP SCHEMA dump_test_second_schema [07:25:38.489](0.000s) ok 7057 - pg_dumpall_globals_clean: should not dump DROP SCHEMA public [07:25:38.489](0.000s) ok 7058 - pg_dumpall_globals_clean: should not dump DROP TABLE IF EXISTS test_second_table [07:25:38.489](0.000s) ok 7059 - pg_dumpall_globals_clean: should not dump DROP TABLE IF EXISTS test_table [07:25:38.489](0.000s) ok 7060 - pg_dumpall_globals_clean: should not dump DROP TABLE fk_reference_test_table [07:25:38.489](0.000s) ok 7061 - pg_dumpall_globals_clean: should not dump DROP TABLE test_second_table [07:25:38.489](0.000s) ok 7062 - pg_dumpall_globals_clean: should not dump DROP TABLE test_table [07:25:38.490](0.000s) ok 7063 - pg_dumpall_globals_clean: should not dump Disabled trigger on partition is altered [07:25:38.490](0.000s) ok 7064 - pg_dumpall_globals_clean: should not dump Disabled trigger on partition is not created [07:25:38.490](0.000s) ok 7065 - pg_dumpall_globals_clean: should not dump GRANT ALL ON LARGE OBJECT ... [07:25:38.490](0.000s) ok 7066 - pg_dumpall_globals_clean: should not dump GRANT CREATE ON DATABASE dump_test [07:25:38.490](0.000s) ok 7067 - pg_dumpall_globals_clean: should not dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump_test_role [07:25:38.490](0.000s) ok 7068 - pg_dumpall_globals_clean: should not dump GRANT INSERT(col1) ON TABLE test_second_table [07:25:38.490](0.000s) ok 7069 - pg_dumpall_globals_clean: should not dump GRANT SELECT (proname ...) ON TABLE pg_proc TO public [07:25:38.490](0.000s) ok 7070 - pg_dumpall_globals_clean: should not dump GRANT SELECT ON TABLE measurement [07:25:38.490](0.000s) ok 7071 - pg_dumpall_globals_clean: should not dump GRANT SELECT ON TABLE measurement_y2006m2 [07:25:38.490](0.000s) ok 7072 - pg_dumpall_globals_clean: should not dump GRANT SELECT ON TABLE test_table [07:25:38.490](0.000s) ok 7073 - pg_dumpall_globals_clean: should not dump GRANT USAGE ON DOMAIN dump_test.us_postal_code [07:25:38.490](0.000s) ok 7074 - pg_dumpall_globals_clean: should not dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy [07:25:38.490](0.000s) ok 7075 - pg_dumpall_globals_clean: should not dump GRANT USAGE ON FOREIGN SERVER s1 [07:25:38.490](0.000s) ok 7076 - pg_dumpall_globals_clean: should not dump GRANT USAGE ON SCHEMA dump_test_second_schema [07:25:38.490](0.000s) ok 7077 - pg_dumpall_globals_clean: should not dump GRANT USAGE ON SCHEMA public TO public [07:25:38.490](0.000s) ok 7078 - pg_dumpall_globals_clean: should not dump GRANT USAGE ON TYPE dump_test.int42 [07:25:38.490](0.000s) ok 7079 - pg_dumpall_globals_clean: should not dump GRANT USAGE ON TYPE dump_test.planets - ENUM [07:25:38.491](0.000s) ok 7080 - pg_dumpall_globals_clean: should not dump GRANT USAGE ON TYPE dump_test.textrange - RANGE [07:25:38.491](0.000s) ok 7081 - pg_dumpall_globals_clean: should not dump INSERT INTO test_fifth_table [07:25:38.491](0.000s) ok 7082 - pg_dumpall_globals_clean: should not dump INSERT INTO test_fourth_table [07:25:38.491](0.000s) ok 7083 - pg_dumpall_globals_clean: should not dump INSERT INTO test_second_table [07:25:38.491](0.000s) ok 7084 - pg_dumpall_globals_clean: should not dump INSERT INTO test_table [07:25:38.491](0.000s) ok 7085 - pg_dumpall_globals_clean: should not dump INSERT INTO test_table_identity [07:25:38.491](0.000s) ok 7086 - pg_dumpall_globals_clean: should not dump INSERT INTO test_third_table [07:25:38.491](0.000s) ok 7087 - pg_dumpall_globals_clean: should not dump INSERT INTO test_third_table (colnames) [07:25:38.491](0.000s) ok 7088 - pg_dumpall_globals_clean: should not dump LO create (using lo_from_bytea) [07:25:38.491](0.000s) ok 7089 - pg_dumpall_globals_clean: should not dump LO create (with no data) [07:25:38.491](0.000s) ok 7090 - pg_dumpall_globals_clean: should not dump LO load (using lo_from_bytea) [07:25:38.491](0.000s) ok 7091 - pg_dumpall_globals_clean: should not dump Partition measurement_y2006m2 creation [07:25:38.491](0.000s) ok 7092 - pg_dumpall_globals_clean: should not dump REFRESH MATERIALIZED VIEW matview [07:25:38.491](0.000s) ok 7093 - pg_dumpall_globals_clean: should not dump REFRESH MATERIALIZED VIEW matview_fourth [07:25:38.491](0.000s) ok 7094 - pg_dumpall_globals_clean: should not dump REFRESH MATERIALIZED VIEW matview_second [07:25:38.491](0.000s) ok 7095 - pg_dumpall_globals_clean: should not dump REFRESH MATERIALIZED VIEW matview_third [07:25:38.492](0.000s) ok 7096 - pg_dumpall_globals_clean: should not dump REVOKE ALL ON SCHEMA public [07:25:38.492](0.000s) ok 7097 - pg_dumpall_globals_clean: should not dump REVOKE CONNECT ON DATABASE dump_test FROM public [07:25:38.492](0.000s) ok 7098 - pg_dumpall_globals_clean: should not dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public [07:25:38.492](0.000s) ok 7099 - pg_dumpall_globals_clean: should not dump REVOKE EXECUTE ON FUNCTION pg_stat_reset FROM regress_dump_test_role [07:25:38.492](0.000s) ok 7100 - pg_dumpall_globals_clean: should not dump REVOKE SELECT ON TABLE pg_proc FROM public [07:25:38.492](0.000s) ok 7101 - pg_dumpall_globals_clean: should not dump REVOKE USAGE ON LANGUAGE plpgsql FROM public [07:25:38.492](0.000s) ok 7102 - pg_dumpall_globals_clean: should not dump Replica trigger on partition is altered [07:25:38.492](0.000s) ok 7103 - pg_dumpall_globals_clean: should not dump Triggers on partitions are not dropped [07:25:38.492](0.000s) ok 7104 - pg_dumpall_globals_clean: should not dump test_table with 4-row INSERTs # Running: pg_dump --no-sync --file=C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/role.sql --role=regress_dump_test_role --schema=dump_test_second_schema postgres pg_dump: warning: subscriptions not dumped because current user is not a superuser [07:25:47.303](8.811s) not ok 7105 - role: pg_dump runs [07:25:47.303](0.001s) # Failed test 'role: pg_dump runs' # at C:/cirrus/src/bin/pg_dump/t/002_pg_dump.pl line 4849. could not open "C:\cirrus\build\testrun\pg_dump\002_pg_dump\data\tmp_test_bdxe/role.sql": The system cannot find the file specified at C:/cirrus/src/bin/pg_dump/t/002_pg_dump.pl line 4897. # Postmaster PID for node "main" is 4600 ### Stopping node "main" using mode immediate # Running: pg_ctl -D C:\cirrus\build/testrun/pg_dump/002_pg_dump\data/t_002_pg_dump_main_data/pgdata -m immediate stop waiting for server to shut down.... done server stopped # No postmaster PID for node "main" [07:25:47.530](0.226s) # Tests were run but no plan was declared and done_testing() was not seen. [07:25:47.530](0.001s) # Looks like your test exited with 84 just after 7105.