Project

General

Profile

« Previous | Next » 

Revision 7694

my2pg: Remove any (#) after bytea

View differences:

bin/my2pg
23 23
-e 's/ longtext/ text/g' \
24 24
-e 's/ (int|mediumint|smallint|tinyint)([ (])/ integer\2/g' \
25 25
-e 's/ double/ double precision/g' \
26
-e 's/ (integer|bigint|double precision|float)(\([^)]*\))?( unsigned)?/ \1/g' \
26
-e 's/ (integer|bigint|bytea|double precision|float)(\([^)]*\))?( unsigned)?/ \1/g' \
27 27
-e 's/ datetime/ timestamp/g' \
28 28
"$@"\
29 29
|"$selfDir/my2pg.data"

Also available in: Unified diff