1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add type conversion TODO.detail

This commit is contained in:
Bruce Momjian
2000-06-14 03:30:49 +00:00
parent a194574dde
commit 95336f037d
2 changed files with 455 additions and 1 deletions

View File

@ -97,7 +97,7 @@ TYPES
* SELECT col FROM tab WHERE numeric_col = 10.1 fails
* Allow arrays to hold NULL elements
* Get BIT type working
* Allow better handling of numeric constants
* Allow better handling of numeric constants, type conversion [typeconv]
* Support multiple simultaneous character sets, per SQL92
VIEWS