Skip to content

Commit 481979a

Browse files
committed
python version update
1 parent 322284c commit 481979a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pg-dump2insert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import fileinput
33
import re
44

5-
start_table_pattern = re.compile("^COPY ([\w\.]+) \(([\w, ]+)\) FROM stdin;")
5+
start_table_pattern = re.compile("^COPY (.+) \((.+)\) FROM stdin;")
66
table_name = None
77
fields = None
88
insert_mode = False

0 commit comments

Comments
 (0)