2008-11-16 02:41:31 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<root>
|
|
|
|
<regexp value="PostgreSQL\s+([\w\.]+)">
|
2008-11-18 20:42:46 +03:00
|
|
|
<info dbms_version="1"/>
|
2008-11-16 02:41:31 +03:00
|
|
|
</regexp>
|
|
|
|
|
2009-01-03 02:23:55 +03:00
|
|
|
<!-- Windows -->
|
|
|
|
<regexp value="Visual C\+\+">
|
|
|
|
<info type="Windows"/>
|
|
|
|
</regexp>
|
|
|
|
|
2009-01-30 03:35:05 +03:00
|
|
|
<regexp value="mingw([\d]+)">
|
|
|
|
<info type="Windows"/>
|
|
|
|
</regexp>
|
|
|
|
|
2008-11-16 02:41:31 +03:00
|
|
|
<!-- Ubuntu -->
|
2016-10-21 14:01:28 +03:00
|
|
|
<regexp value="PostgreSQL\s+(8\.2\.7)\s+on.*?\(Ubuntu 4\.2\.3-2ubuntu4\)">
|
2008-12-12 22:06:31 +03:00
|
|
|
<info dbms_version="1" type="Linux" distrib="Ubuntu" release="8.04" codename="Hardy Heron"/>
|
|
|
|
</regexp>
|
|
|
|
|
2016-10-21 14:01:28 +03:00
|
|
|
<regexp value="PostgreSQL\s+(8\.3\.5)\s+on.*?\(Ubuntu 4\.3\.2-1ubuntu11\)">
|
2008-12-12 22:06:31 +03:00
|
|
|
<info dbms_version="1" type="Linux" distrib="Ubuntu" release="8.10" codename="Intrepid Ibex"/>
|
2008-11-16 02:41:31 +03:00
|
|
|
</regexp>
|
|
|
|
</root>
|