File: puppetdb.pgsql.rm

package info (click to toggle)
puppetdb 8.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 19,624 kB
  • sloc: javascript: 23,285; ruby: 5,605; sh: 3,455; python: 389; xml: 114; makefile: 38
file content (8 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
/*
 line below must remain broken over two lines
 otherwise substitution does not work correctly
*/
REASSIGN OWNED BY _DBC_DBUSER__read
  TO _DBC_DBUSER_;
DROP OWNED BY _DBC_DBUSER__read;
DROP USER IF EXISTS _DBC_DBUSER__read;