; TABLESPACE pg_default;
>>
>> ALTER TABLE IF EXISTS public.tablename
>> OWNER to devschema;
>>
>>
>> When I run the script on testschema, I don't want it trying to alter the
>> owner of the table because that statement will fail anyway.
>>
>
cript on testschema, I don't want it trying to
alter the
owner of the table because that statement will fail anyway.
I found a setting in "preferences" called "ignore owner", and set
it to
true (If set to True, then the Schema Diff tool ignores the own
he table because that statement will fail anyway.
>
> I found a setting in "preferences" called "ignore owner", and set it to
> true (If set to True, then the Schema Diff tool ignores the owner while
> comparing the objects.)
>
> However, this setting has
quot;, and set it to
true (If set to True, then the Schema Diff tool ignores the owner while
comparing the objects.)
However, this setting has no effect. The alter table statements still
get generated, and I am left to remove them manually.
If there is something I'm doing wrong please
Is it possible to add a command line interface (CLI) to pgadmin4 to use
schema diff in scripts (like apgdiff)?