Extended protocol logging

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Extended protocol logging
Date: 2006-11-01 03:27:46
Message-ID: B13449F4-A5FE-4E00-ABE2-66EAF3EB73B2@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

These are logs from Beta 2.

Did I miss a discussion where we removed the name of the portal
during parse, and bind ?

5715%2006-11-01 01:02:26.631 PST%454862a0.1653%SELECT LOG: execute
S_2: select t0.c_id, t0.c_contact, t0.c_credit_limit, t0.c_state,
t0.c_zip, t0.c_phone, t0.c_credit, t0.c_since, t0.c_ytd_payment,
t0.c_street1, t0.c_balance, t0.c_first, t0.c_last, t0.c_street2,
t0.c_country, t0.c_city from c_customer t0 where t0.c_id = $1 for
update
5715%2006-11-01 01:02:26.631 PST%454862a0.1653%SELECT DETAIL:
parameters: $1 = '44381'

5719%2006-11-01 01:02:28.459 PST%454862a0.1657%SELECT LOG: duration:
4.365 ms
5719%2006-11-01 01:02:28.463 PST%454862a0.1657%PARSE LOG: duration:
0.672 ms
5719%2006-11-01 01:02:28.464 PST%454862a0.1657%BIND LOG: duration:
0.128 ms

Dave

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2006-11-01 03:46:48 Re: [HACKERS] Index greater than 8k
Previous Message Henry B. Hotz 2006-11-01 00:14:17 Design Considerations for New Authentication Methods

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-11-01 04:51:40 Re: Extended protocol logging
Previous Message Tom Lane 2006-10-31 21:25:18 Re: [HACKERS] WAL logging freezing