]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql-python.patch
This commit was manufactured by cvs2git to create tag 'STABLE'.
[packages/postgresql.git] / postgresql-python.patch
1 diff -Nru postgresql-7.0.2/src/interfaces/python/mkdefines postgresql-7.0.2.new/src/interfaces/python/mkdefines
2 --- postgresql-7.0.2/src/interfaces/python/mkdefines    Mon May 17 08:15:27 1999
3 +++ postgresql-7.0.2.new/src/interfaces/python/mkdefines        Thu Jul  6 02:34:09 2000
4 @@ -1,4 +1,4 @@
5 -#! /usr/local/bin/python
6 +#! /usr/bin/python
7  
8  import string
9  
10 diff -Nru postgresql-7.0.2/src/interfaces/python/tutorial/advanced.py postgresql-7.0.2.new/src/interfaces/python/tutorial/advanced.py
11 --- postgresql-7.0.2/src/interfaces/python/tutorial/advanced.py Mon May 17 08:06:28 1999
12 +++ postgresql-7.0.2.new/src/interfaces/python/tutorial/advanced.py     Thu Jul  6 02:32:57 2000
13 @@ -1,4 +1,4 @@
14 -#! /usr/local/bin/python
15 +#! /usr/bin/python
16  # advanced.py - demo of advanced features of PostGres. Some may not be ANSI.
17  # inspired from the Postgres tutorial 
18  # adapted to Python 1995 by Pascal Andre
19 diff -Nru postgresql-7.0.2/src/interfaces/python/tutorial/basics.py postgresql-7.0.2.new/src/interfaces/python/tutorial/basics.py
20 --- postgresql-7.0.2/src/interfaces/python/tutorial/basics.py   Mon May 17 08:06:30 1999
21 +++ postgresql-7.0.2.new/src/interfaces/python/tutorial/basics.py       Thu Jul  6 02:32:50 2000
22 @@ -1,4 +1,4 @@
23 -#! /usr/local/bin/python
24 +#! /usr/bin/python
25  # basics.py - basic SQL commands tutorial
26  # inspired from the Postgres95 tutorial 
27  # adapted to Python 1995 by Pascal ANDRE
28 diff -Nru postgresql-7.0.2/src/interfaces/python/tutorial/pgtools.py postgresql-7.0.2.new/src/interfaces/python/tutorial/pgtools.py
29 --- postgresql-7.0.2/src/interfaces/python/tutorial/pgtools.py  Mon May 17 08:06:34 1999
30 +++ postgresql-7.0.2.new/src/interfaces/python/tutorial/pgtools.py      Thu Jul  6 02:32:46 2000
31 @@ -1,4 +1,4 @@
32 -#! /usr/local/bin/python
33 +#! /usr/bin/python
34  # pgtools.py - valuable functions for PostGreSQL tutorial
35  # written 1995 by Pascal ANDRE
36  
This page took 0.021861 seconds and 3 git commands to generate.