Skip to content

Commit 9f61c38

Browse files
committed
Update documentation
1 parent d5e9e93 commit 9f61c38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ make
2323
make install
2424
```
2525

26-
## Within Source Tree:
26+
## Within Source Tree
2727

2828
```bash
2929
PG_VER='15.3' # Set the required PostgreSQL version.
@@ -119,11 +119,11 @@ query |
119119

120120
*Default values are shown after '=' sign.*
121121

122-
## VIEWS
122+
## Views
123123

124124
* `pg_show_plans`: defined as `SELECT * FROM pg_show_plans();`.
125125

126-
## FUNCTIONS
126+
## Functions
127127

128128
* `pg_show_plans()`: show query plans:
129129
- `pid`: server process ID that runs the query.

0 commit comments

Comments
 (0)