Project

General

Profile

numeric_to_bigint.patch

Convert numeric(20) types to int8 - admin admin, 05/16/2007 11:19 AM

Download (455 Bytes)

View differences:

mysql2pgsql.sh 2007-05-16 11:11:05.000000000 +0200
9 9
        -e 's/ TINYINT / INT2 /g' \
10 10
        -e 's/ SMALLINT UNSIGNED / INT8 /g' \
11 11
        -e 's/ SMALLINT / INT4 /g' \
12
	-e 's/ BIGINT UNSIGNED / NUMERIC(20) /g' \
12
	-e 's/ BIGINT UNSIGNED / INT8 /g' \
13 13
	-e 's/ BIGINT / INT8 /g' \
14 14
	-e 's/ INT\(EGER\)\{0,1\} UNSIGNED / INT8 /g' \
15 15
	-e 's/ INT\(EGER\)\{0,1\} / INT4 /g' \