I'm stuck with the to_date function in Postgres. I compiled Postgres
7.0 with the --with-tcl option. Then, when I ran load-data-model.sql,
I uncommented i postgres-pgtcl. Had I been thinking, I probably
would've left it commented out. (I guess it's only required for
6.5.) Now, when the tcl calls to_date, postgres burps. My question
is what do I do now? I don't want to lose my database, I've already
got some valuable data in it. Can I manually make corrections?