Skip to content

Commit d2b7fef

Browse files
author
Euler Taveira
committed
Improve style
1 parent edaced3 commit d2b7fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $ USE_PGXS=1 make install
4040
Windows
4141
-------
4242

43-
There are several ways to build wal2json on Windows. If you are build PostgreSQL too, you can put wal2json directory inside contrib, change the contrib Makefile (variable SUBDIRS) and build it following the [Installation from Source Code on Windows](http://www.postgresql.org/docs/current/static/install-windows.html) instructions. However, if you already have PostgreSQL installed, it is also possible to compile **wal2json** out of the tree. Edit wal2json.vcxproj file and change `c:\postgres\pg103` to the PostgreSQL prefix directory. The next step is to open this project file in MS Visual Studio and compile it. Final step is to copy `wal2json.dll` to the `pg_config --pkglibdir` directory.
43+
There are several ways to build **wal2json** on Windows. If you are build PostgreSQL too, you can put **wal2json** directory inside contrib, change the contrib Makefile (variable SUBDIRS) and build it following the [Installation from Source Code on Windows](http://www.postgresql.org/docs/current/static/install-windows.html) instructions. However, if you already have PostgreSQL installed, it is also possible to compile **wal2json** out of the tree. Edit `wal2json.vcxproj` file and change `c:\postgres\pg103` to the PostgreSQL prefix directory. The next step is to open this project file in MS Visual Studio and compile it. Final step is to copy `wal2json.dll` to the `pg_config --pkglibdir` directory.
4444

4545
Configuration
4646
=============
@@ -98,7 +98,7 @@ max_wal_senders = 1
9898

9999
A restart is necessary if you changed max_wal_senders.
100100

101-
You are ready to try wal2json. In one terminal:
101+
You are ready to try **wal2json**. In one terminal:
102102

103103
```
104104
$ pg_recvlogical -d postgres --slot test_slot --create-slot -P wal2json

0 commit comments

Comments
 (0)