diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-06-11 16:10:09 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-06-11 16:10:09 +0000 |
commit | 800910fe97647c809bfcc044cf05fad1669e7c58 (patch) | |
tree | ed5db9cbec2c15ec3212a76414568b5b65abcb8e /src | |
parent | eae2a7204f2e60cea81dc033b28eb8f838a9a945 (diff) | |
download | postgresql-800910fe97647c809bfcc044cf05fad1669e7c58.tar.gz postgresql-800910fe97647c809bfcc044cf05fad1669e7c58.zip |
Add URL about Win32 quoting behavior.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/port.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/port.h b/src/include/port.h index 1a4a4d43361..c6ba9e82a48 100644 --- a/src/include/port.h +++ b/src/include/port.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/port.h,v 1.42 2004/06/10 22:26:20 momjian Exp $ + * $PostgreSQL: pgsql/src/include/port.h,v 1.43 2004/06/11 16:10:09 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -91,6 +91,9 @@ extern int find_other_exec(const char *argv0, const char *target, * strings. If not, it gets confused with multiple quoted strings. * It also must use double-quotes around the executable name * and any files use for redirection. Other args can use single-quotes. + * + * See the "Notes" section about quotes at: + * http://home.earthlink.net/~rlively/MANUALS/COMMANDS/C/CMD.HTM */ #ifdef WIN32 #define SYSTEMQUOTE "\"" |