Bugs item #1569377, was opened at 2006-10-02 11:50 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1569377&group_id=139143
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: tools Group: ver devel Status: Open Resolution: None Priority: 5 Submitted By: Norman Brandinger (goestelecom) Assigned to: Nobody/Anonymous (nobody) Summary: PostgreSQL script to create table fails Initial Comment: Revision 1.37 of scripts/postgresqldb.sh reverted the datetime fix. The "time" column was changed back to "datetime" from "$DATETIME". This caused the script to fail creation of two tables. The fix is to replace "time datetime" with "time $DATETIME". ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1569377&group_id=139143 _______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
