Skip to content

PostgreSQL schema import that contains OWNER instructions #430

Closed
@tibeer

Description

@tibeer

Hi!

During the import of an SQL statement which was created from a pg_dump I ran into an issue with lines like this:

ALTER TABLE public.address OWNER TO postgres;

It seems that the import mechanism does not support OWNER instructions for postgres databases.

Is this intended or a missing feature?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions