We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03c53a7 + a15a1a4 commit 63f3a0bCopy full SHA for 63f3a0b
src/include/catalog/README
@@ -0,0 +1,11 @@
1
+# Catalog
2
+
3
+For more details see https://www.postgresql.org/docs/current/bki.html
4
5
+Below are some checklists for common scenarios.
6
7
+## Adding a New Built-in SQL Command
8
9
+1. Implement the function in C and place it in the appropriate directory under `src` (typically in `src/utils/adt`)
10
+2. Each function should have a unique integer OID. Run the script `src/include/catalog/unused_oids` to find available ranges.
11
+3. Add the entry to `pg_proc.dat` following the surrounding conventions.
0 commit comments