coming ColdFusion support for PostgreSQL

From: "Ross J(dot) Reedstrom" <reedstrm(at)wallace(dot)ece(dot)rice(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: coming ColdFusion support for PostgreSQL
Date: 2000-02-03 18:36:14
Message-ID: 20000203123614.A23721@rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

This is probably somewhat off topic, but all the people who need to
know about this read this list, so, if you'll forgive me:

Background:
The project I'm working on is using ColdFusion as it's middleware,
accessing a PostgreSQL backend. To date, we've had to run on NT, using
ODBC to the DB on a separate box. Allaire is in the process of releasing
a real live Linux version of their software (a native port, this time)
which I've been beta testing. I was pleased to discover that the unixODBC
driver worked (although I had to hand configure it into ColdFusion.)

Current news:
I just pulled the latest beta, and low and behold, it's checking to see
if PostgreSQL is installed, in order to install examples! It missed on my
box, since I run a Debian install, not the RedHat it's expecting, but
they're on the right track. Yep, the pgsql datasources are configurable
from within the CF adminstrator pages: excellent!

This _will_ lead to more commercial type users, I can guarantee.
Especially since the examples will be there. Lamar, we should make sure
that they detect the RPM install correctly, so that the examples just
work, right out of the box. I can image a lot of "throw together a demo,
using a DB backend, oh, here's PostgreSQL, I can use that" systems ending
up in production, since it'll just keep working.

Ross
--
Ross J. Reedstrom, Ph.D., <reedstrm(at)rice(dot)edu>
NSBRI Research Scientist/Programmer
Computer and Information Technology Institute
Rice University, 6100 S. Main St., Houston, TX 77005

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Elphick 2000-02-03 18:41:28 Re: [HACKERS] Another nasty cache problem
Previous Message Sevo Stille 2000-02-03 18:06:23 Re: [HACKERS] SERIAL type isn't listed...?

Browse pgsql-interfaces by date

  From Date Subject
Next Message Lamar Owen 2000-02-03 18:59:07 Re: [HACKERS] coming ColdFusion support for PostgreSQL
Previous Message Richard 2000-02-03 17:46:36 Re: [INTERFACES] ExecCommandOk() return code always zero?