|
6 | 6 | * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group |
7 | 7 | * Portions Copyright (c) 1994, Regents of the University of California |
8 | 8 | * |
9 | | - * $PostgreSQL: pgsql/src/include/port.h,v 1.95 2006/07/19 17:01:24 momjian Exp $ |
| 9 | + * $PostgreSQL: pgsql/src/include/port.h,v 1.96 2006/08/18 15:47:08 momjian Exp $ |
10 | 10 | * |
11 | 11 | *------------------------------------------------------------------------- |
12 | 12 | */ |
@@ -94,7 +94,7 @@ extern int find_other_exec(const char *argv0, const char *target, |
94 | 94 | *It also requires double-quotes around the executable name and |
95 | 95 | *any files used for redirection. Other args can use single-quotes. |
96 | 96 | * |
97 | | - *From http://www.computerhope.com/cmd.htm: |
| 97 | + *Generated using Win32 "CMD /?": |
98 | 98 | * |
99 | 99 | * 1. If all of the following conditions are met, then quote characters |
100 | 100 | * on the command line are preserved: |
|