Nicolas Marchildon

120
Reputation
115 views

Registered User

Name Nicolas Marchildon
Member for 1 year
Seen 2 days ago
Website
Location Montreal, QC, Canada
Age
Java programmer. Linux user/admin. Bicycle rider.
Oct
2
awarded  Popular Question
Sep
16
awarded  Yearling
Aug
15
comment Is there a way to get the list of SQL statements that were previously executed as part of a given transaction in PostgreSQL?
This is not the same question at all.
Aug
6
comment Is there a way to get the list of SQL statements that were previously executed as part of a given transaction in PostgreSQL?
This has a considerable performance hit, and requires full logging at all times. It would be easier if there was a function or a system view that can be called with a transaction ID.
Aug
6
awarded  Critic
Aug
6
asked Is there a way to get the list of SQL statements that were previously executed as part of a given transaction in PostgreSQL?
Jun
27
comment What is a git topic branch?
I was looking for how to have two branches without common a ancestor commit and found this: madduck.net/blog/…