sql_implementation_info still contains old value - Mailing list pgsql-hackers

From Erik Rijkers
Subject sql_implementation_info still contains old value
Date
Msg-id 519490e7c8c2d2caa8b4ac71ba3836c9.squirrel@webmail.xs4all.nl
Whole thread Raw
Responses Re: sql_implementation_info still contains old value  (Euler Taveira <euler@timbira.com>)
List pgsql-hackers
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
-----------------------------------------------------------------------------------PostgreSQL 9.2.1 on
x86_64-unknown-linux-gnu,compiled by gcc (GCC) 4.6.2, 64-bit
 
(1 row)

# select *
from  information_schema.sql_implementation_info
where implementation_info_name = 'DBMS VERSION';

-[ RECORD 1 ]------------+-------------
implementation_info_id   | 18
implementation_info_name | DBMS VERSION
integer_value            |
character_value          | 09.02.0000
comments                 |


I would expect 9.2.1 to contain '09.02.0001' (not '09.02.0000').

Unless, of course, I have overlooked some step in the upgrade...


Thanks,

Erik Rijkers






pgsql-hackers by date:

Previous
From: Amit kapila
Date:
Subject: Re: Performance Improvement by reducing WAL for Update Operation
Next
From: Simon Riggs
Date:
Subject: Re: Extensions Documentation