[pgadmin-support] I need to code a float with magnitude (ie unit of measure)

2009-11-13 Thread Emilio Platzer
I'm apologize about my poor english I need to a "double precision" with magniude (ie meters, kilo, dolar, etc). And can operate with them (ie dolar+dolar=dolar or dolar/dolar=double precision). Do you know some pluggin or module to do this? I can implement it but I need some examples. I try

Re: [pgadmin-support] Text Search Configuration Mapping displayed out of order, pgAdmin 1.10.0

2009-11-13 Thread Jean-Pierre Pelletier
To reverse engineer the definition of a text search configuration, pgAdmin uses a query with an incomplete ORDER BY such as: SELECT (SELECT t.alias FROM pg_catalog.ts_token_type(cfgparser) AS t WHERE t.tokid = maptokentype) AS tokenalias, dictname FROM pg_ts_config_map LEFT OUTER JOIN

Re: [pgadmin-support] PgAdmin vs lost connections

2009-11-13 Thread Dave Page
On Fri, Nov 13, 2009 at 12:17 PM, Michael Shapiro wrote: > The issue for this list has always been that PgAdmin gracefully handle the > lost connection, not that it was the cause of it. Well we never really knew that until now (though some might have suspected it). > On Fri, Nov 13, 2009 at 5:0