[DOCS] postgresql data structure

2004-05-23 Thread bituman
Ahoi. I had to write a lightweight small utility to connect to a 
postgreSQL dbase.
My question is: where can i find detailed data on the structure of the 
data sent during a simple session (for example identify, query, get 
response from server, logout) from client to server?
Thanks

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
   (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])


Re: [DOCS] postgresql data structure

2004-05-23 Thread Tom Lane
bituman <[EMAIL PROTECTED]> writes:
> My question is: where can i find detailed data on the structure of the 
> data sent during a simple session (for example identify, query, get 
> response from server, logout) from client to server?

I think you are looking for the protocol spec:
http://www.postgresql.org/docs/7.4/static/protocol.html

regards, tom lane

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])