vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi Andreas Dunno how I didn't spot this earlier, but it appears that the update http://cvs.pgadmin.org/cgi-bin/viewc.../pgConn.cpp.di ff?r1=1.63&r2=1.64 causes an error message on 7.3 servers: --------------------------- pgAdmin III --------------------------- An error has occured: ERROR: SET DATESTYLE: unrecognized keyword dmy --------------------------- OK --------------------------- Not sure why you're tweaking the datestyle, so I'll let you fix it in the most appropriate way! Regards, Dave ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| ||||
| Dave Page wrote: > Hi Andreas > > Dunno how I didn't spot this earlier, but it appears that the update > http://cvs.pgadmin.org/cgi-bin/viewc.../pgConn.cpp.di > ff?r1=1.63&r2=1.64 causes an error message on 7.3 servers: Logfile reader will fail if the DateStyle is not ISO. Simple SET DATESTYLE=ISO should be sufficient; corrected. Regards, Andreas ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings |