Marko Kreen
Marko Kreen
Following improvements are now done: - warning on connect string without host= - public_node_location= config param, so the connect string does not need to be given on command line. -...
It seems you are using Skytools 2.1. This bug seems to be fixed in 3.x. You could either move to skytools 3.x... :) or instead copy this file from master:...
Initial copy (or resync) will test the module. So pick or create tables with various functionality or weird naming and see if it works.
As no value changed, the trigger has no idea which column you used in UPDATE statement. Such case falls under another rule of "Do propagate empty updates" as they might...
Changing the behavior based on whether "ignore" is present seems bad idea - too much magic. So addition trigger flag, like "skip_empty_update" might be ok. But seems suppress_redundant_updates_trigger() is even...
Usual attitude has been that admin is allowed to mess around if he knows what he is doing. So perhaps no? I think better fix will be the upcoming event...
please also say: skytools version, psycopg2 version, postgresql version. and what does "select londiste.version()" show?
I cannot reproduce it with same version of components. Although all they are self-compiled, so maybe some ubuntu patches mess something up. Please try to find out what kind of...
I understand it's supposed to be fkey. The question was about python object - why python % operator thinks its not a "mapping"? Please add print(repr(row)) or something there, to...
Recently there was "extraction filters" feature added to tarfile - https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter which allows such customizations to be implemented outside by user of tarfile. Would such feature help you if added...