Added comand line tool to quickly and easily get the PostgreSQL version for each supported release.
This commit is contained in:
parent
4f9aef4bc5
commit
8009577a94
1 changed files with 4 additions and 0 deletions
4
postgresql/tools/checkpgversion
Executable file
4
postgresql/tools/checkpgversion
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo -e "\n\n\nThese are the currently supported versions of PostgreSQL:" ; wget -q -O - https://www.postgresql.org/versions.rss | sed '/unsupported/,$d' | sed '$ d' | grep -v versions | grep link | sed 's/.*<description>//'
|
||||||
|
|
Loading…
Reference in a new issue