From: | frank_lupo <frank_lupo(at)email(dot)it> |
---|---|
To: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | new visualization of the functions and aggregates |
Date: | 2002-09-12 13:23:01 |
Message-ID: | H2BUIE$430D7346910218F514F4861A3266C45F@email.it |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Is possible to change the visualization of the functions and aggregates?
Current visualization is:
computername
+ database
+ languages
+ schemas
+ aggregates
avg int8
avg int4
avg int2
avg numeric
avg float4
.....
max int8
max int4
max int2
max numeric
max float4
.....
+ functions
abs(int8)
abs(int4)
abs(int2)
abs(n
umeric)0
D
abs(float4)
.....
date_part(text, date)
date_part(text, reltime)
date_part(text, timestamp)
.....
New visualisation
computername
+ database
+ languages
+ schemas
+ aggregates
+ avg
int8
int4
int2
numeric
float4
.....
+ max
int8
int4
int2
n
umeric 0
D
float4
.....
+ functions
+ abs
(int8)
(int4)
(int2)
(numeric)
(float4)
.....
+ date_part
(text, date)
(text, reltime)
(text, timestamp)
.....
Not to visualize all the functions and aggregates but rgrupparle for name.
Bye !!
Frank Lupo (Wolf) !!
--
Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f
Sponsor:
Se avete deciso di andare in vacanza solo adesso non preoccupatevi da oliviero.it trovate zaini e valigie da riempire con tutto quello che più amate portarvi in vacanza.
Clicca qui: http://adv2.email.it/cgi-bin/foclick.cgi?mid=731&d=12-9
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2002-09-12 14:10:40 | Re: new visualization of the functions and aggregates |
Previous Message | Dave Page | 2002-09-11 07:15:16 | Re: idea for reading encodign format |