[GENERAL] type creates broken view, which can't be deleted

1999-01-31 Thread Charles Hornberger
It looks like there's a bug that allows you to create views with columns of type unknown, and then prevents you from dropping the view/table. alpha_2=> \i brokenview CREATE VIEW article_contrib_info AS SELECT ac.article_id, p,firstname,-- TYPO HERE, USED COMMA

[GENERAL] Extensive PostgreSQL queries in PHP scripts causing browser error?

1999-03-22 Thread Charles Hornberger
Hello all, I've recently begun getting some strange browser errors from PHP scripts that do heavy-duty DB work inserting data and creating tables in PostgreSQL (but not SELECTing data). One script creates databases for clients using a lengthy -- 459 lines -- SQL script file, and the other per