0002-Add-id-to-varlistentry.patch
text/x-patch
Filename: 0002-Add-id-to-varlistentry.patch
Type: text/x-patch
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch 0002
Subject: Add id to varlistentry
| File | + | − |
|---|---|---|
| doc/src/sgml/ref/psql-ref.sgml | 1 | 1 |
From c7b7f39c171648f3193cb9d61a4815ac32b779e3 Mon Sep 17 00:00:00 2001
From: Sadeq <3616518+msdousti@users.noreply.github.com>
Date: Sun, 23 Feb 2025 21:37:51 +0100
Subject: [PATCH 2/2] Add id to varlistentry
---
doc/src/sgml/ref/psql-ref.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index b1ed4a3bfaa..17b55b47d50 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -1871,7 +1871,7 @@ SELECT $1 \parse stmt1
</listitem>
</varlistentry>
- <varlistentry>
+ <varlistentry id="app-psql-meta-command-dh">
<term><literal>\dh[it+] [ <link linkend="app-psql-patterns"><replaceable class="parameter">pattern</replaceable></link> ]</literal></term>
<listitem>
<para>
--
2.43.0