comparison src/postgres.sml @ 1196:134da5110bf7

Relational operators portability
author Adam Chlipala <adamc@hcoop.net>
date Thu, 01 Apr 2010 17:21:16 -0400
parents bafb6a5a52a9
children 514be09d5018
comparison
equal deleted inserted replaced
1195:aff5e661b5f8 1196:134da5110bf7
949 supportsNextval = true, 949 supportsNextval = true,
950 supportsNestedPrepared = true, 950 supportsNestedPrepared = true,
951 sqlPrefix = "", 951 sqlPrefix = "",
952 supportsOctetLength = true, 952 supportsOctetLength = true,
953 trueString = "TRUE", 953 trueString = "TRUE",
954 falseString = "FALSE"} 954 falseString = "FALSE",
955 onlyUnion = false,
956 nestedRelops = true}
955 957
956 val () = setDbms "postgres" 958 val () = setDbms "postgres"
957 959
958 end 960 end