Question
ColdFusion 8 - Client Variables don't work with PostgreSQL
RedHat Fedora Linux
PostgreSQL version 8.2
ColdFusion version 8 Developer
Steps to create problem:
Creating Client Variables in the "ColdFusion Administrator".
checked "Create Client Variables" pressed "submit"
Results:
The "ColdFusion Administrator" errors out.
Problem:
"ColdFusion Administrator" calls a the page "postgresql.cfm", which creates the tables in the database.
Until "ColdFusion" executes the SQL "create table CGLOBAL (cfid char(64), data text, lvisit datetime)".
According to PostgreSQL website and documentation, the data type "datetime" doesn't exists."
Valid 'time/date data types' are timestamp,interval,date and time.
Question:
Is there some way of getting "ColdFusion" to "create a 'Client Variables' database" in PostgreSQL DBMS,
using "ColdFusion Administrator?
What are the SQL statements to "create a 'Client Variables' database" by hand?
PostgreSQL version 8.2
ColdFusion version 8 Developer
Steps to create problem:
Creating Client Variables in the "ColdFusion Administrator".
checked "Create Client Variables" pressed "submit"
Results:
The "ColdFusion Administrator" errors out.
Problem:
"ColdFusion Administrator" calls a the page "postgresql.cfm", which creates the tables in the database.
Until "ColdFusion" executes the SQL "create table CGLOBAL (cfid char(64), data text, lvisit datetime)".
According to PostgreSQL website and documentation, the data type "datetime" doesn't exists."
Valid 'time/date data types' are timestamp,interval,date and time.
Question:
Is there some way of getting "ColdFusion" to "create a 'Client Variables' database" in PostgreSQL DBMS,
using "ColdFusion Administrator?
What are the SQL statements to "create a 'Client Variables' database" by hand?
