tds-fdw / tds_fdw

A PostgreSQL foreign data wrapper to connect to TDS databases (Sybase and Microsoft SQL Server)
Other
380 stars 102 forks source link

Updating reported version number #42

Open donnorman opened 9 years ago

donnorman commented 9 years ago

Hi,

I upgraded from v1.0.3 to v1.0.6. The compile and install went fine, I checked the dates on the new files in the install folders.

However when you check the version with \dx, it still reports as being v1.0.3. I know the upgrade worked because I can now run a query that would previously fail due to a memory leak that is now fixed.

I did check the tds_fdw.control file and default_version = '1.0.6' is there, so I'm not sure why it's still displaying that 1.0.3 is installed.

Is there a way to get the extension to reflect the correct version information? If just for sanity's sake later on when upgrading again.

Thanks!

GeoffMontee commented 9 years ago

Thanks for the bug report!

I'm not sure if it's relevant, but what version of PostgreSQL are you using?

donnorman commented 9 years ago

v9.4.1.3 (EnterpriseDB if it matters.)