Skip to content

Backport for Update Quick Start Guide Postgresql Server (17)#947

Open
Andriciuc wants to merge 2 commits into17from
backport-update-quick-start-guide(17)
Open

Backport for Update Quick Start Guide Postgresql Server (17)#947
Andriciuc wants to merge 2 commits into17from
backport-update-quick-start-guide(17)

Conversation

@Andriciuc
Copy link
Copy Markdown
Contributor

@Andriciuc Andriciuc commented Apr 22, 2026

This PR is a backport for #925 and #923's postgresql-server.md file.

This PR is a backport for #925 and #923's pgserver.md file.
Replaced hardcode version with variable and made TOC work
Comment thread docs/quick-start.md
3. Switch to the `postgres` user and open the psql interactive terminal:

```{.bash data-prompt="$"}
sudo -i -u postgres
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That won't work by copy/paste and should be sudo -i -u postgres psql instead.

Comment thread docs/quick-start.md
5. Insert data in the customers table and query the data insertion:

```sql
INSERT INTO customers (first_name, last_name, email) VALUES ('John', 'Doe', 'john.doe@example.com');
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That could be smoother like this "INSERT INTO customers VALUES ('John','Doe','john.doe@example.com');"

Copy link
Copy Markdown
Contributor

@ImTheKai ImTheKai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM and tested on Ubuntu 24.04. Only the two cosmetic issues, and these are the same in all the other backports as well as the original merged one, so I will not mention this in all reviews again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants