Skip to content

Commit 3f79be1

Browse files
author
Michael Paquier
committed
Add documentation of pg_rman
Documentation is fairly refactored and rewritten, fixing many typos and many grammar mistakes in the previous version of the docs.
1 parent 8efe5c9 commit 3f79be1

File tree

2 files changed

+446
-0
lines changed

2 files changed

+446
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ SRCS = \
2020
OBJS = $(SRCS:.c=.o)
2121
# pg_crc.c and are copied from PostgreSQL source tree.
2222

23+
DOCS = pg_rman.txt
24+
2325
# XXX for debug, add -g and disable optimization
2426
PG_CPPFLAGS = -I$(libpq_srcdir)
2527
PG_LIBS = $(libpq_pgport)

0 commit comments

Comments
 (0)