Revision 7694
Added by Aaron Marcuse-Kubitza almost 12 years ago
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
my2pg: Remove any (#) after bytea