Postgres doesn't have theUSE
directive, unlike SQL Server or MySQL. There is the\c <database>
command, but that only works in thepsql
REPL. Is there an alternative toUSE
that can be used withcfquery
in Postgres? We would be using this with CF 11.
↧
Using USE in ColdFusion with Postgres
↧