-- pg_isok A query centered monitoring tool for PostgreSQL -- Copyright (C) 2025 The Meme Factory, Inc. http://www.karlpinc.com/ -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU Affero General Public License as published -- by the Free Software Foundation, either version 3 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU Affero General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License -- along with this program. If not, see . -- -- Karl O. Pinc -- -- Remarks: -- Call pg_extension_config_dump(regclass, text) on all the tables and -- sequences so that their content is retained in database dumps. SELECT pg_extension_config_dump('iq_types', ''); SELECT pg_extension_config_dump('ir_types', ''); SELECT pg_extension_config_dump('isok_queries', ''); SELECT pg_extension_config_dump('isok_results', ''); SELECT pg_extension_config_dump('isok_results_irid_seq', '');