PostgreSQL Processes Names in Windows

If you are from linux then its simple to see all processes names (writer process, wal writer, autovacuum etc.,) just by typing ‘ps -ef | grep postgres‘, but if you are from windows then its bit tough to see without any help of windows system internal tools. Process Explorer a windows system internal tool will…