mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Solaris has always had problems with 1947 in the
regression tests so I prepared a set of expected files to make things look OK. There's also a file to account for minor variations in the geopmetry output and a resultmap patch to pull them all together. With these changes PostgreSQL, from CVS, builds and regression tests (runcheck) cleanly. Keith Parks.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
.\" This is -*-nroff-*-
|
||||
.\" XXX standard disclaimer belongs here....
|
||||
.\" $Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.3 2000/01/22 23:50:08 tgl Exp $
|
||||
.\" $Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.4 2000/02/06 05:09:31 momjian Exp $
|
||||
.TH "SYSTEM CATALOGS" INTRO 03/13/94 PostgreSQL PostgreSQL
|
||||
.SH "Section 7 - System Catalogs"
|
||||
.de LS
|
||||
@ -28,7 +28,7 @@ These catalogs form the core of the extensibility system:
|
||||
pg_amproc local procedures used with specific access methods
|
||||
pg_attribute local class attributes
|
||||
pg_class local classes
|
||||
pg_index local secondary indices
|
||||
pg_index local indices
|
||||
pg_inherits local class inheritance hierarchy
|
||||
pg_language local procedure implementation languages
|
||||
pg_opclass local operator classes
|
||||
|
@ -2,8 +2,8 @@
|
||||
<title>Copyrights and Trademarks</title>
|
||||
|
||||
<para>
|
||||
<productname>PostgreSQL</productname> is Copyright © 1996-9
|
||||
by the PostgreSQL Global Development Group,
|
||||
<productname>PostgreSQL</productname> is Copyright © 1996-2000
|
||||
by the PostgreSQL Inc.
|
||||
and is distributed under the terms of the Berkeley license.
|
||||
</para>
|
||||
|
||||
|
Reference in New Issue
Block a user