File: get_version.sql

package info (click to toggle)
pg-activity 3.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,144 kB
  • sloc: python: 3,902; sql: 1,067; sh: 5; makefile: 2
file content (2 lines) | stat: -rw-r--r-- 60 bytes parent folder | download | duplicates (3)
1
2
-- Get the server's version
SELECT version() AS pg_version;