View Single Post

   
  #3 (permalink)  
Old 04-16-2008, 12:56 AM
Markus Schaber
 
Posts: n/a
Default Re: In or Exists?

Hi, Fabrice,

Fabrice.Sznajderman@devoteam.com wrote:

> how I can know the version of my postgres DataBase ?
> I know is 7.3.x but I don't know for the 'x' number ..


use psql or another command line tool, and send the query
SELECT VERSION();

HTH,
Markus



--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf. | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply With Quote