Re: [HACKERS] sql_implementation_info still contains old value

2012-10-25 Thread Euler Taveira
On 25-10-2012 21:05, David Johnston wrote: > If this is the case does pg_upgrade "init-db" for this purpose? > Yes. -- Euler Taveira de Oliveira - Timbira http://www.timbira.com.br/ PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento -- Sent via pgsql-hackers mai

Re: [HACKERS] sql_implementation_info still contains old value

2012-10-25 Thread David Johnston
> -Original Message- > From: pgsql-hackers-ow...@postgresql.org [mailto:pgsql-hackers- > ow...@postgresql.org] On Behalf Of Euler Taveira > Sent: Thursday, October 25, 2012 6:59 PM > To: Erik Rijkers > Cc: pgsql-hackers@postgresql.org > Subject: Re: [HACKERS] sql_impl

Re: [HACKERS] sql_implementation_info still contains old value

2012-10-25 Thread Euler Taveira
On 25-10-2012 15:36, Erik Rijkers wrote: > I would expect 9.2.1 to contain '09.02.0001' (not '09.02.'). > '09.02.' is the initdb'ed version. It seems you upgrade binaries from 9.2 to 9.2.1. euler=# select version(); version -

[HACKERS] sql_implementation_info still contains old value

2012-10-25 Thread Erik Rijkers
I noticed this in information_schema; it would seem the 'DBMS VERSION' is still the old value: $ psql psql (9.2.1) Type "help" for help. # select version(); version --- PostgreS