Skip to content

Commit 904ba3f

Browse files
committed
Update to ora2pg 1.2.
1 parent 911a498 commit 904ba3f

File tree

6 files changed

+949
-554
lines changed

6 files changed

+949
-554
lines changed

contrib/oracle/CHANGES

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2001 05 09 - Initial version 1.0
2+
3+
2001 05 09 - Version 1.1
4+
- Add table grant extraction based on group. Oracle ROLES are groups in PG
5+
6+
2001 05 11 - Version 1.2
7+
- Views extraction is now really done with the option type=>'VIEWS'
8+
- Add indexes extraction on tables.
9+
- Changes name of constraints, default is now used.
10+
- Add debug printing to see that the process is running :-)
11+
- Add extraction of only required tablename.
12+
- Add extraction of only n to n table indice. Indices of extraction can be obtained
13+
with the option showtableid set to 1.
14+
- Fix print of NOT NULL field.
15+
- Complete rewrite of the grant extraction
16+
- Complete rewrite of most things
17+

0 commit comments

Comments
 (0)