X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id 5F16DD1B1A2 for ; Sun, 23 May 2004 18:52:01 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 52634-07 for ; Sun, 23 May 2004 18:51:38 -0300 (ADT) Received: from gsp02-c03d4.vodafone.hu (um-relay-out.vodafone.hu [80.244.96.68]) by svr1.postgresql.org (Postfix) with ESMTP id 5100AD1CA04 for ; Sun, 23 May 2004 18:45:20 -0300 (ADT) Received: from [195.56.226.128] (127.0.0.1) by gsp02-c03d4.vodafone.hu (NPlex 5.1.046) id 40AF91D10000350A for pgsql-docs@postgresql.org; Sun, 23 May 2004 23:45:20 +0200 Message-ID: <40B11B6B.2080500@enerla.net> Date: Sun, 23 May 2004 23:45:15 +0200 From: bituman User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: pgsql-docs@postgresql.org Subject: postgresql data structure Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at postgresql.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200405/19 X-Sequence-Number: 2394 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