Merge branch 'master' into no-glib

This commit is contained in:
Evan Miller
2020-08-05 18:49:24 -04:00
4 changed files with 13 additions and 14 deletions

View File

@@ -138,7 +138,9 @@ main(int argc, char **argv)
/* Process options */
if (quote_char)
quote_char = escapes(quote_char);
else
else if (insert_dialect && !strcmp(insert_dialect, "postgres"))
quote_char = g_strdup("'");
else
quote_char = g_strdup("\"");
if (delimiter)