mirror of
https://github.com/postgres/postgres.git
synced 2025-09-11 00:12:06 +03:00
More README src cleanups.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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]
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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.
|
||||
|
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user