File: pgsql_drop.sql

package info (click to toggle)
horde2 2.2.8-1sarge3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,832 kB
  • ctags: 2,897
  • sloc: php: 12,784; sh: 954; sql: 149; makefile: 104; perl: 97; xml: 24; pascal: 6
file content (9 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
7
8
9
-- $Horde: horde/scripts/db/pgsql_drop.sql,v 1.1.2.2 2001/12/31 03:14:42 jon Exp $
--
-- Run using:
--
-- $ psql -f pgsql_drop.sql

DROP USER horde;

DROP DATABASE horde;