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-
>
-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
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