aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeFunctionscan.c
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>2002-08-04 06:51:23 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>2002-08-04 06:51:23 +0000
commiteb121ba2cfe1dba9463301f612743df9b63e35ce (patch)
treec050b5a8983054dcc5ff701862590174908ef940 /src/backend/executor/nodeFunctionscan.c
parent7c1e67bd5210054258340c05b73d641b78b8c51c (diff)
downloadpostgresql-eb121ba2cfe1dba9463301f612743df9b63e35ce.tar.gz
postgresql-eb121ba2cfe1dba9463301f612743df9b63e35ce.zip
Implement IS OF and IS NOT OF type predicate.
Can now do queries of the form: SELECT value IS OF (integer, float8); Define macros for handling typmod manipulation for date/time types. Should be more robust than all of that brute-force inline code. Rename macros for masking and typmod manipulation to put TIMESTAMP_ or INTERVAL_ in front of the macro name, to reduce the possibility of name space collisions. Allow bit string constants without fully-specified length declaration. Try implementing CREATE TABLE/OF as a mapping to inheritance. May be appropriate, or may be replace later with something more exactly like one might expect from databases without the feature.
Diffstat (limited to 'src/backend/executor/nodeFunctionscan.c')
0 files changed, 0 insertions, 0 deletions