Hi,
> It's unlikely that we'll add xls capabilities as it's a proprietary
> format used on just one of the platforms we support - plus no one else
> has asked for it until today! I'm more interested in fixing the CSV
> issue you've run into.
XLS (or Excel XML) output would really be a big benefit
Hi,
today I discovered the following bug / missing feature:
> create table x (a interval, b interval hour to minute);
in psql it looks ok:
\d x
Tabelle »public.x«
Spalte | Typ | Attribute
+-+---
a | interval