diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2001-08-24 14:07:50 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2001-08-24 14:07:50 +0000 |
| commit | 968d7733a19cda3db16947024bd335d877b3d9c3 (patch) | |
| tree | a39593b292dbfcaad45924e9a20ae90300167524 /doc/src/sgml | |
| parent | 7326e78c4249393359edce09f555aaa049be2a80 (diff) | |
Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of
places that were including the wrong files.
Diffstat (limited to 'doc/src/sgml')
| -rw-r--r-- | doc/src/sgml/indices.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/indices.sgml b/doc/src/sgml/indices.sgml index 9c5b805bb28..1f746aa8b09 100644 --- a/doc/src/sgml/indices.sgml +++ b/doc/src/sgml/indices.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/indices.sgml,v 1.21 2001/08/21 16:35:59 tgl Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/indices.sgml,v 1.22 2001/08/24 14:07:48 petere Exp $ --> <chapter id="indexes"> <title id="indexes-title">Indexes</title> @@ -238,7 +238,7 @@ CREATE INDEX test2_mm_idx ON test2 (major, minor); Currently, only the B-tree implementation supports multi-column indexes. Up to 16 columns may be specified. (This limit can be altered when building <productname>Postgres</productname>; see the - file <filename>config.h</filename>.) + file <filename>pg_config.h</filename>.) </para> <para> |
