Re: [HACKERS] psql missing feature

2001-03-12 Thread Michal Maru¹ka
Peter Eisentraut writes: > Michal Maru¹ka writes: > > What about (optionally) printing the type of the column data? > >io | tu | tipo |data > >int | int | int2 |date > > +---+--+ > > 102242 | 26404 | 1203 | 2000-11-22 > > (1 row) > I've b

Re: [HACKERS] psql missing feature

2001-03-07 Thread Michal Maru¹ka
Peter Eisentraut writes: > Michal Maru¹ka writes: > > > What about (optionally) printing the type of the column data? > > >io | tu | tipo |data > >int | int | int2 |date > > +---+--+ > > 102242 | 26404 | 1203 | 2000-11-22 > > (1 ro

Re: [HACKERS] psql missing feature

2001-03-07 Thread Peter Eisentraut
Michal Maru¹ka writes: > What about (optionally) printing the type of the column data? >io | tu | tipo |data >int | int | int2 |date > +---+--+ > 102242 | 26404 | 1203 | 2000-11-22 > (1 row) I've been meaning to implement this for a while. N