Skip to content

Commit ad03684

Browse files
committed
Added another PostgreSQL banner signature for Windows (it's specific
for PostgreSQL compiled by hand with MinGW/GCC or using the binary MSI file of PostgreSQL version 8.2.x. PostgreSQL 8.3.x is compiled by default using Visual C++)
1 parent 6054090 commit ad03684

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

xml/banner/postgresql.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<info type="Windows"/>
1111
</regexp>
1212

13+
<regexp value="mingw([\d]+)">
14+
<info type="Windows"/>
15+
</regexp>
16+
1317
<!-- Ubuntu -->
1418
<regexp value="PostgreSQL\s+(8\.2\.7)\s+on\s+.*?\s+\(Ubuntu 4\.2\.3-2ubuntu4\)">
1519
<info dbms_version="1" type="Linux" distrib="Ubuntu" release="8.04" codename="Hardy Heron"/>

0 commit comments

Comments
 (0)