|
6 | 6 | * Portions Copyright (c) 1996-2003, 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.42 2004/06/10 22:26:20 momjian Exp $ |
| 9 | + * $PostgreSQL: pgsql/src/include/port.h,v 1.43 2004/06/11 16:10:09 momjian Exp $ |
10 | 10 | *
|
11 | 11 | *-------------------------------------------------------------------------
|
12 | 12 | */
|
@@ -91,6 +91,9 @@ extern int find_other_exec(const char *argv0, const char *target,
|
91 | 91 | *strings. If not, it gets confused with multiple quoted strings.
|
92 | 92 | *It also must use double-quotes around the executable name
|
93 | 93 | *and any files use for redirection. Other args can use single-quotes.
|
| 94 | + * |
| 95 | + *See the "Notes" section about quotes at: |
| 96 | + *http://home.earthlink.net/~rlively/MANUALS/COMMANDS/C/CMD.HTM |
94 | 97 | */
|
95 | 98 | #ifdefWIN32
|
96 | 99 | #defineSYSTEMQUOTE "\""
|
|