core-jgi/utils/postgresql/Stop.bat

8 lines
121 B
Batchfile

@Title Stop PostgreSQL DB Service
@Rem $Id: Stop.bat,v 1.2 2002/04/24 01:52:59 jjanke Exp $
pg_ctl stop
@pause