chore: update pgdump_sort to latest version
This commit is contained in:
Executable → Regular
+1
-2
@@ -35,7 +35,7 @@ RE_OBJDESC = re.compile(
|
|||||||
'Schema: (?P<schema>.*?); '
|
'Schema: (?P<schema>.*?); '
|
||||||
'Owner: (?P<owner>.*)'
|
'Owner: (?P<owner>.*)'
|
||||||
)
|
)
|
||||||
RE_SEQSET = re.compile("SELECT pg_catalog.setval\('(?P<name>.*?)'.*")
|
RE_SEQSET = re.compile(r"SELECT pg_catalog.setval\('(?P<name>.*?)'.*")
|
||||||
|
|
||||||
|
|
||||||
class state(Enum):
|
class state(Enum):
|
||||||
@@ -267,4 +267,3 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
|
|
||||||
pgdump_sort(dump, sdump, fsorted, **fsorted_args)
|
pgdump_sort(dump, sdump, fsorted, **fsorted_args)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user