1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Update to ora2pg 1.2.

This commit is contained in:
Bruce Momjian
2001-05-13 02:10:00 +00:00
parent 911a498176
commit 904ba3ff69
6 changed files with 926 additions and 531 deletions

6
contrib/oracle/TODO Normal file
View File

@ -0,0 +1,6 @@
- Extract sequences on tables. Seem to be difficult, can't find the way to link
a sequence with one or more column. So problably just dump and edit manually
- More precision in type conversion based on length (I've no good DB to do that)
- Extract triggers and internal function.
- Extract datas.
- SQL queries converter.