donb
committed
on 02 Mar 03
I've changed "timestamp" to "timestamptz" and have begun fixing some
code that used to be legal but as of PG 7.3 is not. You can no longer… Show more
I've changed "timestamp" to "timestamptz" and have begun fixing some

code that used to be legal but as of PG 7.3 is not.  You can no longer

subtract an integer from a timestamp but must cast to date, "timestamp"

disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"),

and suchwhat.

Not done but closer than it was before ...

Show less

CVSROOT/config (+1 -1)
1 1 # Set this to "no" if pserver shouldn't check system users/passwords
2 2 #SystemAuth=no
3 3
4 4 # Set `PreservePermissions' to `yes' to save file status information
5 5 # in the repository.
6 6 #PreservePermissions=no
7 7
8 8 # Set `TopLevelAdmin' to `yes' to create a CVS directory at the top
9 9 # level of the new working directory when using the `cvs checkout'
10 10 # command.
11 11 #TopLevelAdmin=no
12 12 UseNewInfoFmtStrings=yes
13   DateFormat=old
  13 #DateFormat=old