diff options
| author | Tom Lane | 2006-06-01 01:28:00 +0000 |
|---|---|---|
| committer | Tom Lane | 2006-06-01 01:28:00 +0000 |
| commit | 8a4d9f6b88e03b7cb03f4cbed84f49ce16cf388e (patch) | |
| tree | 4594cd4ea924bd43ce983b9fa8be5245de370c83 /src/bin/psql/stringutils.h | |
| parent | a47db4a9e9d0c830fdd417adbd45dbd6b28053b3 (diff) | |
Respond to Jeremy Drake's original gripe that \copy needs to recognize
E'...' syntax for strings in order to track the backend.
Diffstat (limited to 'src/bin/psql/stringutils.h')
| -rw-r--r-- | src/bin/psql/stringutils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/psql/stringutils.h b/src/bin/psql/stringutils.h index d8a8c115c5..d089e8f306 100644 --- a/src/bin/psql/stringutils.h +++ b/src/bin/psql/stringutils.h @@ -15,6 +15,7 @@ extern char *strtokx(const char *s, const char *delim, const char *quote, char escape, + bool e_strings, bool del_quotes, int encoding); |
