Michael Vitale

Results 68 comments of Michael Vitale

@samodadela , Thanks for the catch, please try the latest code.

I am not able to duplicate the swapping of index name with constraint name. Here is my test case: create schema test; ``` set search_path = 'test'; create table test.f_hub...

@samodadela , I finally got around to fixing the constraint name problem. It brought up other areas I needed to fix as well. Will get to the sequence problem shortly......

Fixed the primary key naming problem, but I don't see how the syntax changed for the primary key def in the clone. ``` \d t_clone_schema.flyway_schema_history Table "t_clone_schema.flyway_schema_history" Column | Type...

Regarding the sequences, I count the sequences in the source and target after the clone and they are the same count. ``` SELECT count(*) as sequences FROM pg_class c, pg_namespace...

Here is the complete output to it and I don't see any diffs. I am using PG v16 ``` clone_testing=# drop schema if exists t_clone_schema cascade; create schema if not...

@samodadela comment???

I am not able to reproduce what you are showing: ``` clone_testing=# drop schema if exists t_clone_schema cascade; NOTICE: schema "t_clone_schema" does not exist, skipping DROP SCHEMA clone_testing=# drop schema...

@samodadela , any response before i close this?

Thanks for pointing out stuff that we did fix with this ticket. Closing it now.