Project

General

Profile

« Previous | Next » 

Revision 7695

my2pg: Remove (0) after char

View differences:

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

Also available in: Unified diff