Bugs item #1569377, was opened at 2006-10-02 18:50 Message generated for change (Comment added) made by bogdan_iancu 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: Closed >Resolution: Fixed 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". ---------------------------------------------------------------------- >Comment By: Bogdan (bogdan_iancu) Date: 2006-10-03 11:37 Message: Logged In: YES user_id=1275325 My fault - fixed now. thanks and regards, Bogdan ---------------------------------------------------------------------- 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
