From 16d434d53d56c5dd1919ca07274193ee2600ed1b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 19 Aug 2025 08:03:53 +0200 Subject: Add src/include/catalog/README This just includes a link to the bki documentation, to help people get started. Before commit 372728b0d49, there was a README at src/backend/catalog/README, but then this was moved to the SGML documentation. So this effectively puts back a link to what was moved. But src/include/catalog/ is probably a better location, because that's where all the interesting files are. Co-authored-by: Florents Tselai Discussion: https://www.postgresql.org/message-id/flat/CA+v5N400GJFJ9RyXAX7hFKbtF7vVQGvWdFWEfcSQmvVhi9xfrA@mail.gmail.com --- src/include/catalog/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/include/catalog/README (limited to 'src') diff --git a/src/include/catalog/README b/src/include/catalog/README new file mode 100644 index 00000000000..7e0e5d7e70c --- /dev/null +++ b/src/include/catalog/README @@ -0,0 +1,2 @@ +See about the +files in this directory. -- cgit v1.2.3