Hello,

it's great news. My personal opinion about formating NULL values
  '{a,"",b}  -- wrong, "" means empty string, isn't null
  '{a,,b} '   -- ok, maybe not unique,
  '{a, NULL, b}' -- longer, clean NULL is NULL
  '{a, "NULL", b}' -- "NULL" is not null varchar 'NULL'

Flags for array? Maybe bit isHash? So, hash array can be in line

array->null array->hash array

or flag for nor regular array (sparse array), not type unique arrays (array can contains different types)

Regards
Pavel Stehule

_________________________________________________________________
Citite se osamele? Poznejte nekoho vyjmecneho diky Match.com. http://www.msn.cz/


---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

              http://www.postgresql.org/docs/faq

Reply via email to