summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorBruce Momjian2008-03-21 13:23:29 +0000
committerBruce Momjian2008-03-21 13:23:29 +0000
commitfca9fff41bf2c1d4340404af23491bff65bc2e4b (patch)
tree768ae839c4004e92d2e39ced660ae97151b2e685 /src/tools
parentd287818eb514d431b1a68e1f3940cd958f82aa34 (diff)
More README src cleanups.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/backend/README2
-rw-r--r--src/tools/findoidjoins/README5
-rw-r--r--src/tools/fsync/README5
-rw-r--r--src/tools/make_diff/README7
-rw-r--r--src/tools/msvc/README5
-rw-r--r--src/tools/pginclude/README5
-rw-r--r--src/tools/pgindent/README5
7 files changed, 30 insertions, 4 deletions
diff --git a/src/tools/backend/README b/src/tools/backend/README
index 601c66cc4b..bde3a3e4c0 100644
--- a/src/tools/backend/README
+++ b/src/tools/backend/README
@@ -1,3 +1,5 @@
+$PostgreSQL: pgsql/src/tools/backend/README,v 1.2 2008/03/21 13:23:29 momjian Exp $
+
Just point your browser at the index.html file, and click on the
flowchart to see the description and source code.
diff --git a/src/tools/findoidjoins/README b/src/tools/findoidjoins/README
index be4613eaf3..8feeb69096 100644
--- a/src/tools/findoidjoins/README
+++ b/src/tools/findoidjoins/README
@@ -1,6 +1,7 @@
-$PostgreSQL: pgsql/src/tools/findoidjoins/README,v 1.4 2007/05/11 17:57:14 tgl Exp $
+$PostgreSQL: pgsql/src/tools/findoidjoins/README,v 1.5 2008/03/21 13:23:29 momjian Exp $
- findoidjoins
+findoidjoins
+============
This program scans a database and prints oid fields (also reg* fields)
and the tables they join to. We don't really recommend running it on
diff --git a/src/tools/fsync/README b/src/tools/fsync/README
index f93f649b0e..d33e390f49 100644
--- a/src/tools/fsync/README
+++ b/src/tools/fsync/README
@@ -1,3 +1,8 @@
+$PostgreSQL: pgsql/src/tools/fsync/README,v 1.4 2008/03/21 13:23:29 momjian Exp $
+
+fsync
+=====
+
This program tests fsync. The tests are described as part of the program output.
Usage: test_fsync [-f filename] [loops]
diff --git a/src/tools/make_diff/README b/src/tools/make_diff/README
index 2d66b36ddb..9e333b6164 100644
--- a/src/tools/make_diff/README
+++ b/src/tools/make_diff/README
@@ -1,6 +1,7 @@
-$PostgreSQL: pgsql/src/tools/make_diff/README,v 1.3 2006/03/11 04:38:42 momjian Exp $
+$PostgreSQL: pgsql/src/tools/make_diff/README,v 1.4 2008/03/21 13:23:29 momjian Exp $
-Bruce Momjian <pgman@candle.pha.pa.us>
+scripts
+=======
Here are some of the scripts I use to make development easier.
@@ -35,3 +36,5 @@ the files I used with cporig.
Finally, I remove my old copies with 'rmorig'.
+Bruce Momjian
+
diff --git a/src/tools/msvc/README b/src/tools/msvc/README
index 17a480047c..603a6e0be2 100644
--- a/src/tools/msvc/README
+++ b/src/tools/msvc/README
@@ -1,3 +1,8 @@
+$PostgreSQL: pgsql/src/tools/msvc/README,v 1.7 2008/03/21 13:23:29 momjian Exp $
+
+MSVC build
+==========
+
This directory contains the tools required to build PostgreSQL using
Microsoft Visual Studio 2005. This builds the whole backend, not just
the libpq frontend library. For more information, see the documentation
diff --git a/src/tools/pginclude/README b/src/tools/pginclude/README
index dc92735d5f..dbe0a6ab0c 100644
--- a/src/tools/pginclude/README
+++ b/src/tools/pginclude/README
@@ -1,3 +1,8 @@
+$PostgreSQL: pgsql/src/tools/pginclude/README,v 1.10 2008/03/21 13:23:29 momjian Exp $
+
+pginclude
+=========
+
These utilities help clean up #include file usage. They should be run
in this order so that the include files have the proper includes before
the C files are tested.
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README
index 58a0ca2fd9..decce29929 100644
--- a/src/tools/pgindent/README
+++ b/src/tools/pgindent/README
@@ -1,3 +1,8 @@
+$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.29 2008/03/21 13:23:29 momjian Exp $
+
+pgindent
+========
+
This can format all PostgreSQL *.c and *.h files, but excludes *.y, and *.l
files.