Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Using USE in ColdFusion with Postgres

Explorer ,
Dec 15, 2015 Dec 15, 2015

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
524
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Dec 16, 2015 Dec 16, 2015
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources