On Oct 26 06:53, jennifer llerena wrote:
> I want to know, how does postgresql work????
> How an application can interact with postgresql?????
Via frontend/backend protocol. You can look at PostgreSQL manual[1] for
further information.
[1] http://www.postgresql.org/docs/current/interactive/protocol.html
Regards.