"Titus von Boxberg" <[EMAIL PROTECTED]> writes: > Questions: > - could anyone who knows Oracle better than me confirm > that with Oracle there are no RECORD variables of varying > dynamically assigned type?
Anyone? > - is the syntax RECORD.(identifier), RECORD.(*), RECORD.(#) > still acceptable? It works for me if we want to have an "NFIELDS" construct. Personally I'm still not convinced that we need one --- what's the use-case? > - do you agree with my approach that "identifier" > is restricted to be a variable and cannot be an arbitrary > expression evaluating to a string? I'd prefer arbitrary expression, but I suppose there's no harm in doing the simple case first and generalizing if there's demand. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match