Package: ora2pg / 20.0-1

01_Ora2Pg.pod.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Description: Fix wrong paths
Forwarded: no
Author: Julián Moreno Patiño <darkjunix@gmail.com
Last-Update: 2011-01-25
--- a/doc/Ora2Pg.pod
+++ b/doc/Ora2Pg.pod
@@ -127,7 +127,7 @@ Like any other Perl Module Ora2Pg can be
 	make && make install
 
 This will install Ora2Pg.pm into your site Perl repository, ora2pg into
-/usr/local/bin/ and ora2pg.conf into /etc/ora2pg/.
+/usr/bin/ and ora2pg.conf into /etc/ora2pg/.
 
 On Windows(tm) OSes you may use instead:
 
@@ -213,7 +213,7 @@ file.
 By default Ora2Pg will look for /etc/ora2pg/ora2pg.conf configuration file, if
 the file exist you can simply execute:
 
-	/usr/local/bin/ora2pg
+	/usr/bin/ora2pg
 
 or under Windows(tm) run ora2pg.bat file, located in your perl bin directory.
 Windows(tm) users may also find a template configuration file in C:\ora2pg
@@ -221,7 +221,7 @@ Windows(tm) users may also find a templa
 If you want to call another configuration file, just give the path as command
 line argument:
 
-	/usr/local/bin/ora2pg -c /etc/ora2pg/new_ora2pg.conf
+	/usr/bin/ora2pg -c /etc/ora2pg/new_ora2pg.conf
 
 Here are all command line parameters available when using ora2pg:
 
@@ -605,7 +605,7 @@ will add users INTERNAL and SYSDBA to th
 =item FORCE_OWNER
 
 By default the owner of the database objects is the one you're using to connect
-to PostgreSQL using the psql command. If you use an other user (postgres for exemple)
+to PostgreSQL using the psql command. If you use another user (postgres for example)
 you can force Ora2Pg to set the object owner to be the one used in the Oracle database
 by setting the directive to 1, or to a completely different username by setting the
 directive value to that username.