Skip to main content
rhpt
Known Participant
December 15, 2015
Question

Using USE in ColdFusion with Postgres

  • December 15, 2015
  • 1 reply
  • 562 views

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.

This topic has been closed for replies.

1 reply

Carl Von Stetten
Legend
December 16, 2015

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.