Re: new visualization of the functions and aggregates

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "frank_lupo" <frank_lupo(at)email(dot)it>, "pgadmin-hackers" <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: new visualization of the functions and aggregates
Date: 2002-09-12 14:10:40
Message-ID: 03AF4E498C591348A42FC93DEA9661B867F9@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

That would probably cause nightmarish problems in the code that associates objects with nodes, and searches for specific nodes. If you can come up with a patch I'll certainly look at it though.

Regards, Dave.

-----Original Message-----
From: frank_lupo [mailto:frank_lupo(at)email(dot)it]
Sent: 12 September 2002 14:23
To: pgadmin-hackers
Subject: [pgadmin-hackers] new visualization of the functions and aggregates


Is possible to change the visualization of the functions and aggregates?
Current visualization is:
computername
+ database
+ languages
+ schemas
+ aggregates
avg int8
avg int4
& nbsp;&nb s p; avg int2
avg numeric
avg float4
.....
max int8
max int4
&n b sp; max int2
max numeric
max float4
.....

+ functions
; & n bsp; abs(int8)
abs(int4)
abs(int2)
abs(numeric)
abs(float4)
.....
&n b sp; date_part(text, date)
date_part(text, reltime)
date_part(text, timestamp)
.....
New visualisation
computername
+ database
+ languages
+ sc hemas
+ aggregates
+ avg
int8
int4
int2
&n b sp; numeric
float4
.....
+ max
int8
&nbs p; & nbsp; int4
int2
numeric
float4
&n b sp; .....
+ functions
+ abs
(int8)
(int4)
&nb sp; ; (int2)
(numeric)
(float4)
.....
+ date_part
&n bsp;&nbs p ; (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: clicca qui <http://www.email.it/cgi-bin/start?sid=3>

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>

Browse pgadmin-hackers by date

  From Date Subject
Next Message frank_lupo 2002-09-13 16:13:43 postgres crash
Previous Message frank_lupo 2002-09-12 13:23:01 new visualization of the functions and aggregates