Copy link to clipboard
Copied
Postgres doesn't have the USE
directive, unlike SQL Server or MySQL. There is the \c <database>
command, but that only works in the psql
REPL. Is there an alternative to USE
that can be used with cfquery
in Postgres? We would be using this with CF 11.
Copy link to clipboard
Copied
Looks like this question is getting a little bit more attention over on StackOverflow: http://stackoverflow.com/questions/34292834/using-use-in-coldfusion-with-postgres.