File: scripts

package info (click to toggle)
pg-partman 4.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,640 kB
  • sloc: sql: 154,470; python: 1,298; ansic: 372; makefile: 35; sh: 20
file content (7 lines) | stat: -rw-r--r-- 82 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/bin/sh

set -eux

for f in /usr/lib/postgresql/*/bin/*.py; do
  $f --help
done