[PR #18459] [MERGED] Closes: #18416 - Add warning about UTF8 encoding in PostgreSQL #15355

Closed
opened 2025-12-30 00:21:27 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/18459
Author: @bctiemann
Created: 1/23/2025
Status: Merged
Merged: 1/24/2025
Merged by: @jeremystretch

Base: mainHead: 18416-document-postgres-utf8-encoding


📝 Commits (2)

  • be47663 Add warning about UTF8 encoding in PostgreSQL
  • db7583a Add note about \l command

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 docs/installation/1-postgresql.md (+3 -0)

📄 Description

Fixes: #18416

Adds a warning to the documentation's Database Creation section to use UTF8 encoding and not SQL_ASCII.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/18459 **Author:** [@bctiemann](https://github.com/bctiemann) **Created:** 1/23/2025 **Status:** ✅ Merged **Merged:** 1/24/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `main` ← **Head:** `18416-document-postgres-utf8-encoding` --- ### 📝 Commits (2) - [`be47663`](https://github.com/netbox-community/netbox/commit/be47663b2c3ec016fc7c9da810f6fb7a772a4abb) Add warning about UTF8 encoding in PostgreSQL - [`db7583a`](https://github.com/netbox-community/netbox/commit/db7583a1084777f26e4791b0481493ff20221b57) Add note about \l command ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/installation/1-postgresql.md` (+3 -0) </details> ### 📄 Description ### Fixes: #18416 Adds a warning to the documentation's Database Creation section to use `UTF8` encoding and not `SQL_ASCII`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:21:27 +01:00
adam closed this issue 2025-12-30 00:21:27 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15355