소스 검색

Add some warning about ; in SQL statements

I got at least a few reports of people pasting these statements one by
one and missing the `;`.
pull/809/head
Slavi Pantaleev 5 년 전
부모
커밋
49c0e254db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      CHANGELOG.md

+ 1
- 1
CHANGELOG.md 파일 보기

@@ -53,7 +53,7 @@ CREATE ROLE matrix LOGIN SUPERUSER PASSWORD 'YOUR_POSTGRES_PASSWORD_HERE';


.. where `YOUR_POSTGRES_PASSWORD_HERE` is to be replaced with the password you generated during step #2. .. where `YOUR_POSTGRES_PASSWORD_HERE` is to be replaced with the password you generated during step #2.


9. Execute the following queries as you see them (no modifications necessary, so you can just paste them):
9. Execute the following queries as you see them (no modifications necessary, so you can just **paste them all at once** and **don't forget the sneaky `;`**):


```sql ```sql
CREATE DATABASE matrix OWNER matrix; CREATE DATABASE matrix OWNER matrix;


불러오는 중...
취소
저장