Skip to content

Commit 110faa5

Browse files
committed
Minor update to PostgreSQL how to
1 parent 6f03094 commit 110faa5

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

src/content/notes/how-to-postgresql-locally.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
11
---
22
title: "How To: PostgreSQL (Locally)"
33
dateCreated: 2025-08-25
4-
dateUpdated: 2025-12-08
4+
dateUpdated: 2025-12-12
55
---
66

77
## Preamble
88

99
### Aims
1010

11-
To document steps, commands, and flags that I primarily do and use when setting
12-
up and interacting with PostgreSQL locally but forget when I haven't worked with
13-
it in a while.
11+
To document steps, commands, and flags that I do and use when I set up and
12+
interact with PostgreSQL locally for development but forget when I haven't
13+
worked with it in a while.
14+
15+
This document can be useful for those who want or need to interface with
16+
PostgreSQL directly through its client and server applications rather than by
17+
other means such as third-party administration tools or service management
18+
software.
1419

1520
### Assumptions
1621

1722
- Arch Linux (btw)
18-
- Use of the default host, localhost, and port, 5432.
23+
- Use of PostgreSQL's default host, localhost, and port, 5432
1924

20-
### Caveat
25+
### Caveats
2126

2227
You don't have to go through steps 1-6 every time. You likely only need to go
2328
through a subset of them depending on your use case:
@@ -175,6 +180,8 @@ through a subset of them depending on your use case:
175180

176181
## Changelog
177182

183+
- December 12, 2025
184+
- Minor updates and additions to preamble
178185
- December 08, 2025
179186
- Update title from "Cheatsheet: PostgreSQL" to "How To: PostgreSQL (Locally)"
180187
- Break down introductory paragraph into sections

0 commit comments

Comments
 (0)