Need query - Mailing list pgsql-admin

From Firthouse banu
Subject Need query
Date
Msg-id CAK_Ha4xccRpDqzC-M5NWXn1+saRXbC_PVn3Rw0Lo=qBHxQDhuw@mail.gmail.com
Whole thread Raw
Responses Re: Need query
Re: Need query
Re: Need query
List pgsql-admin
Table1
Name      Fruit
A              Mango 
A              Apple
A               Grape
B.              Mango 
B.              Mango 
A.              Mango 
A.              Apple 

Output 
Name.   Mango   Apple   Grape
A.           2.            2.          1 
B.           2.             0.         0

Can anyone write query to get this desired output from table one in Postgres please. 

TIA

pgsql-admin by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: pg_wal directory
Next
From: "David G. Johnston"
Date:
Subject: Re: Need query