Re: new visualization of the functions and aggregates

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: new visualization of the functions and aggregates
Дата
Msg-id 03AF4E498C591348A42FC93DEA9661B867F9@mail.vale-housing.co.uk
обсуждение исходный текст
Список 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@email.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

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

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "frank_lupo"
Дата:
Сообщение: new visualization of the functions and aggregates
Следующее
От: "frank_lupo"
Дата:
Сообщение: postgres crash