diff options
| author | Bruce Momjian <bruce@momjian.us> | 1999-05-10 16:10:51 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1999-05-10 16:10:51 +0000 |
| commit | 94bd4e3da713e412a56582ed516ea23af5f96877 (patch) | |
| tree | ca805c65e933b2d4b621388d1caa058ba9ddf5b9 /src/interfaces/python/mkdefines | |
| parent | 86dacdb74c20d8af6ec900b7cd163df031ab90e4 (diff) | |
Update to PyGreSQL 2.3.
Diffstat (limited to 'src/interfaces/python/mkdefines')
| -rwxr-xr-x | src/interfaces/python/mkdefines | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/interfaces/python/mkdefines b/src/interfaces/python/mkdefines deleted file mode 100755 index fd5eb6f4cd7..00000000000 --- a/src/interfaces/python/mkdefines +++ /dev/null @@ -1,11 +0,0 @@ -#! /usr/local/bin/python - -import string - -# change this if you have it somewhere else -for l in open("/usr/local/pgsql/src/include/catalog/pg_type.h").readlines(): - tokens = string.split(l) - if len(tokens) == 0 or tokens[0] != "#define": continue - - if tokens[1] in ('CASHOID', 'INT2OID', 'INT4OID', 'OIDOID', 'FLOAT4OID', 'FLOAT8OID'): - print l, |
