]> granicus.if.org Git - postgresql/blobdiff - src/include/fe_utils/psqlscan_int.h
Allow psql variable substitution to occur in backtick command strings.
[postgresql] / src / include / fe_utils / psqlscan_int.h
index b4044e806a8a783c71c712148db992973934d848..af62f5ebdfc21bec0f44b1046677018e470924c5 100644 (file)
@@ -141,6 +141,6 @@ extern char *psqlscan_extract_substring(PsqlScanState state,
                                                   const char *txt, int len);
 extern void psqlscan_escape_variable(PsqlScanState state,
                                                 const char *txt, int len,
-                                                bool as_ident);
+                                                PsqlScanQuoteType quote);
 
 #endif   /* PSQLSCAN_INT_H */