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
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
> > +---+--+
> > 102
I am writing an Emacs based navigation/editing tool. I would like to have the
backend parse a query, EXPLAIN VERBOSE it I want to know for every non
functional column the source (table/attribute). How to interpret the parse tree?
---(end of broadcast)---
What about (optionally) printing the type of the column data?
i.e:
io | tu | tipo |data
int | int | int2 |date
+---+--+
102242 | 26404 | 1203 | 2000-11-22
(1 row)
---(end of broadcast)--
(In psql:)
I need to modify the 2nd prompt. So i looked at the sources:
I leave the validity test (of the name of the option/param) to SetVariable !!
Here is the patch:
diff -c /internet/cvs/pgsql/src/bin/psql/command.c.~1~
/internet/cvs/pgsql/src/bin/psql/command.c
*** /internet/cvs/pgsql/s
I have started trying to make the emacs' psql experience more comfortable.
I transformed (with sed(1) & manually) the C-source to elisp program.
Now I want to improve it.
My question: What is the licence of this file. Can I distribute is under GPL?
the file is at:
http://maruska.dyn