1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00
Files
postgres/src/backend/utils/adt
Thomas G. Lockhart 3eb1bc67b1 Check explicitly for valid input strings for both TRUE and FALSE.
Allow true/false, yes/no, 1/0. Throw elog warning if anything else.
Allow shorter strings, so "t", "tr", "tru" and "true" match "true".
Old behavior accepted anything starting with "t" as TRUE,
 everything else as FALSE.
1997-10-25 05:09:58 +00:00
..
1997-09-18 20:22:58 +00:00
1997-09-18 20:22:58 +00:00
1997-10-17 05:36:01 +00:00
1997-09-26 20:32:02 +00:00
1997-04-09 08:36:21 +00:00
1997-09-18 20:22:58 +00:00