Re: [pgadmin-support] xls export function

2008-09-09 Thread W. Haslbeck
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

[pgadmin-support] Interval with precision

2006-05-15 Thread W. Haslbeck
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