Camilo Herrera
Camilo Herrera
What would be steps to debug real issue with this ? My issue was closed but no solution is given/ no alternative and no root cause.
    This is an example of some of the issues I have had (Possibly) due to having multiple databases distributed on a postgresql instance, however I have...
In that case I would suggest adding a warning against performing "create database with as template" to avoid creating those issues.
This is another example of inconsistent behaviour, possibly caused due to using the template create database option : 
Another example, the database cant find one of the shards of a distributed table when dumping the database. 
 This is the output of the previous commands then logging remote commands
 The consequence of using a select * from the table previously throwing errors in schema ota when making a dump.
 However using the drop table command does work, i assume its becuase it internally uses the command drop table if exists.