Skip to content

Commit

Permalink
python version update
Browse files Browse the repository at this point in the history
  • Loading branch information
freddez committed Mar 7, 2022
1 parent 322284c commit 481979a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pg-dump2insert.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import fileinput
import re

start_table_pattern = re.compile("^COPY ([\w\.]+) \(([\w, ]+)\) FROM stdin;")
start_table_pattern = re.compile("^COPY (.+) \((.+)\) FROM stdin;")
table_name = None
fields = None
insert_mode = False
Expand Down

0 comments on commit 481979a

Please sign in to comment.