From 3d58a1c168fafd4e31ba3ab2da1f83ee0ae03ab4 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Sun, 28 May 2006 02:27:08 +0000 Subject: Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits in place though, so that it plays nicely with older servers. Per discussion. --- doc/src/sgml/catalogs.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index fe993aa4eeb..27ea27fec4e 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1,4 +1,4 @@ - + @@ -1386,7 +1386,7 @@ everything else that has columns or is otherwise similar to a table. This includes indexes (but see also pg_index), sequences, views, composite types, - and some kinds of special relation; see relkind. + and TOAST tables; see relkind. Below, when we mean all of these kinds of objects we speak of relations. Not all columns are meaningful for all relation types. @@ -1540,7 +1540,7 @@ r = ordinary table, i = index, S = sequence, v = view, c = - composite type, s = special, t = TOAST + composite type, t = TOAST table -- cgit v1.2.3