0
Using USE in ColdFusion with Postgres
Explorer
,
/t5/coldfusion-discussions/using-use-in-coldfusion-with-postgres/td-p/7885003
Dec 15, 2015
Dec 15, 2015
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.
TOPICS
Database access
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Guide
,
LATEST
/t5/coldfusion-discussions/using-use-in-coldfusion-with-postgres/m-p/7885004#M170759
Dec 16, 2015
Dec 16, 2015
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

