From 44e626a086bc29c446dc3ab2b76730a01833a49c Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Thu, 16 May 2024 14:50:34 -0500 Subject: [PATCH] Add source link for latest TIL --- postgres/get-row-count-for-most-recent-query.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/postgres/get-row-count-for-most-recent-query.md b/postgres/get-row-count-for-most-recent-query.md index 6f11000..49d60d4 100644 --- a/postgres/get-row-count-for-most-recent-query.md +++ b/postgres/get-row-count-for-most-recent-query.md @@ -61,3 +61,5 @@ Time: 2.804 ms > \echo :ROW_COUNT 3 ``` + +[source](https://postgresql.verite.pro/blog/2024/05/13/advanced-psql-coproc.html)