|
1 | 1 | #! /bin/sh |
2 | 2 |
|
3 | | -# $PostgreSQL: pgsql/src/tools/findoidjoins/make_oidjoins_check,v 1.2 2006/03/11 04:38:42 momjian Exp $ |
| 3 | +# $PostgreSQL: pgsql/src/tools/findoidjoins/make_oidjoins_check,v 1.3 2008/10/13 12:59:29 tgl Exp $ |
4 | 4 |
|
5 | 5 | # You first run findoidjoins on the template1 database, and send that |
6 | 6 | # output into this script to generate a list of SQL statements. |
@@ -54,7 +54,7 @@ $AWK -F'[ \.]' '\ |
54 | 54 | { |
55 | 55 | printf "\ |
56 | 56 | --\n\ |
57 | | --- This is created by pgsql/contrib/findoidjoins/make_oidjoin_check\n\ |
| 57 | +-- This is created by pgsql/src/tools/findoidjoins/make_oidjoins_check\n\ |
58 | 58 | --\n"; |
59 | 59 | } |
60 | 60 | { |
|