Skip to content

Не работает pg_dump схемы profile #132

Description

@triwada

Почему-то не работает создание дампа схемы profile с помощью pg_dump, точнее работает несколько неожиданно, выгружается только команда создания схемы, а остальная схема (таблицы, функции) и данные таблиц схемы не попадают в дамп.
Это штатное поведение?

Посмотрел на разных серверах, воспроизводится одинаково, например, на pg_profile 4.2 с postgresql 11 и pgpro_pwr 4.5 с postgrespro std 16


$ pg_dump -n profile
--
-- PostgreSQL database dump
--

-- Dumped from database version 16.4
-- Dumped by pg_dump version 16.4

SET statement_timeout = 0;
SET lock_timeout = 0;
SET idle_in_transaction_session_timeout = 0;
SET client_encoding = 'UTF8';
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: profile; Type: SCHEMA; Schema: -; Owner: postgres
--

CREATE SCHEMA profile;


ALTER SCHEMA profile OWNER TO postgres;

--
-- PostgreSQL database dump complete
--

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions