diff options
Diffstat (limited to 'src/bin/psql/psqlscan.h')
-rw-r--r-- | src/bin/psql/psqlscan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/psqlscan.h b/src/bin/psql/psqlscan.h index b2545d0ebf2..6264def953d 100644 --- a/src/bin/psql/psqlscan.h +++ b/src/bin/psql/psqlscan.h @@ -33,7 +33,7 @@ enum slash_option_type OT_SQLIDHACK, /* SQL identifier, but don't downcase */ OT_FILEPIPE, /* it's a filename or pipe */ OT_WHOLE_LINE, /* just snarf the rest of the line */ - OT_VERBATIM /* literal (no backticks or variables) */ + OT_NO_EVAL /* no expansion of backticks or variables */ }; |