"ALTER ROLE {db_user} SET random_page_cost TO 1.0; -- https://www.postgresql.org/docs/current/runtime-config-query.html#GUC-RANDOM-PAGE-COST",
"ALTER ROLE {db_user} SET track_counts TO off; -- https://www.postgresql.org/docs/current/runtime-config-statistics.html#GUC-TRACK-COUNTS",
"-- ALTER ROLE {db_user} SET max_parallel_workers_per_gather TO 0; -- https://www.postgresql.org/docs/current/runtime-config-resource.html#GUC-MAX-PARALLEL-WORKERS-PER-GATHER",
"-- SHOW_CONTEXT: errors(*),always,never",
"\\set SHOW_CONTEXT always"
],
"monetdb":[
]
},
"monetdb":{
"echo_format":"\\f tab\n",
"echo_prefix":"select",
"echo_suffix":";",
"format_text":"sql",
"db_prepare_commands":[
"-- Source this file from within mclient using \\< Queries_MonetDB.sql",
"-- If \"\\f trash\" does not work (usually when using content from stdin), set",
"-- \"--interactive\" option when starting mclient",