core-jgi/org.adempiere.server-feature/utils.windows/postgresql/Stop.bat

8 lines
121 B
Batchfile
Raw Normal View History

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