Euler Taveira

Results 17 issues of Euler Taveira

When you drop and create the pglogical extension after previously using a pglogical function, there could be some function call that will reference a pglogical.depend OID from the previous pglogical...

`barman backup` fails with the following output: ``` 2021-04-15 00:00:01,123 [123456] barman.backup ERROR: Backup failed copying files. DETAILS: data transfer failure rsync error: ssh_exchange_identification: Connection closed by remote host rsync:...

Each object category excludes objects that belong to extension. For example, language could be part of an extension and, if it is, we actually don't compare its privileges (because who...

bug

If we rename an object or attribute there isn't a way to know that 'foo' becomes 'bar' unless (i) we have a discovery algorithm (that can't be precise -- e.g....

enhancement

Add support for: ALTER DOMAIN foo ADD my_constraint ALTER DOMAIN foo DROP my_constraint ALTER DOMAIN foo VALIDATE my_constraint

enhancement

Add support for: ALTER TABLE foo ENABLE TRIGGER bar ALTER TABLE foo DISABLE RULE USER

enhancement

Add support for adding enum values. ALTER TYPE foo ADD VALUE 'test' BEFORE 'project'

enhancement

Add a configuration option to (dis)allow tablespace specification on the following objects: - DATABASE - INDEX - MATERIALIZED VIEW - TABLE ALTER and CREATE should be supported.

enhancement

Add support for: ALTER VIEW foo ALTER COLUMN bar SET DEFAULT 'test' ALTER VIEW foo ALTER COLUMN bar DROP DEFAULT

enhancement

We don't support inheritance on tables yet.

enhancement