Appendix B: References
Appendix B: References
← Appendix A. Glossary | Index
B.1 Normative References
| Reference | Title | URI |
|---|---|---|
| RFC 2119 | Key words for use in RFCs to Indicate Requirement Levels | https://datatracker.ietf.org/doc/html/rfc2119 |
| RFC 8174 | Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words | https://datatracker.ietf.org/doc/html/rfc8174 |
| BCP 14 | Best Current Practice 14 (RFC 2119 + RFC 8174) | https://www.rfc-editor.org/info/bcp14 |
| RFC Authoring Standards | RFC Authoring Standards (v2) | docs/standards/authoring/ |
| RFC-RFCSTD-0002 | Architecture Kind Standard | docs/standards/rfc-kinds/architecture/RFC-RFCSTD-0002/ |
B.2 Informative References
| Reference | Title | URI |
|---|---|---|
| PostgreSQL 18 Release Notes | PostgreSQL 18 Release Notes | https://www.postgresql.org/docs/18/release-18.html |
| PostgreSQL 18 Point Release | PostgreSQL 18 Point Release Notes | https://www.postgresql.org/docs/release/18.2/ |
| PostgreSQL Upgrade Guide | Upgrading a PostgreSQL Cluster | https://www.postgresql.org/docs/18/upgrading.html |
| pg_upgrade Reference | pg_upgrade Reference Documentation | https://www.postgresql.org/docs/18/pgupgrade.html |
| Prisma Baselining | Prisma Migrate Baselining Guide | https://www.prisma.io/docs/orm/prisma-migrate/workflows/baselining |
B.3 Internal References
| Reference | Title | Relationship |
|---|---|---|
| postgres/Dockerfile | PostgreSQL container image definition | Defines the container build, extensions, and baseline |
| docker-compose.yml | Container orchestration configuration | Defines metadata and tenant database services |
| postgres/postgresql.conf | Tenant database PostgreSQL configuration | Sets wal_level logical and password encryption |
| scripts/init-debezium.mjs | Debezium initialization script | Configures PostgreSQL connector and pgoutput plugin |
| shared/schema-manager/README.md | Schema manager documentation | References pgvector image pinned to pg16 |
| postgres/README.md | PostgreSQL container documentation | Container usage and extension documentation |
B.4 Version History
| Version | Date | Author | Changes |
|---|---|---|---|
| 1.0.0 | 2026-02-23 | Prathik Shetty | Initial draft for PostgreSQL 18 baseline upgrade |
Document Navigation
| Previous | Index | Next |
|---|---|---|
| ← Appendix A. Glossary | Table of Contents | — |
End of Appendix B