Re: [ADMIN] Version String

2011-04-15 Thread Sam Nelson
Alright, thanks guys! I'll start testing it out, see what happens. --- === Samuel Nelson Consistent State www.consistentstate.com 303-955-0509 === On Thu, Apr 14, 2011 at 7:23 PM, Greg Sabino Mullane wrote: > > -BEGIN PGP SIGNED MESSAGE- >

Re: [ADMIN] Version String

2011-04-14 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 > alter function pg_catalog.version() rename to version_old; > > create function pg_catalog.version() returns text > as $$select 'fake version goes here'::text$$ language sql;; Alternatively, you could create a public version and create a user

Re: [ADMIN] Version String

2011-04-14 Thread Jerry Sievers
Sam Nelson writes: > Hi, list > > We're attempting to change the version string for a Postgres Plus > instance to sort of trick a standard Postgres ODBC driver into > connecting to the pgplus instance.  I know there is a postgres > plus ODBC driver out there, but, while I don't know the specific