Skip to content

Commit 5098293

Browse files
committed
Add TOAST table to the set of relkinds known to \d.
1 parent f7b7b03 commit 5098293

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/bin/psql/describe.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright 2000 by PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/describe.c,v 1.36 2001/08/05 22:13:46 tgl Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/describe.c,v 1.37 2001/08/09 03:32:16 tgl Exp $
77
*/
88
#include "postgres_fe.h"
99
#include "describe.h"
@@ -631,6 +631,9 @@ describeTableDetails(const char *name, bool desc)
631631
case 's':
632632
snprintf(title, 32 + NAMEDATALEN, _("Special relation \"%s\""), name);
633633
break;
634+
case 't':
635+
snprintf(title, 32 + NAMEDATALEN, _("TOAST table \"%s\""), name);
636+
break;
634637
default:
635638
snprintf(title, 32 + NAMEDATALEN, _("?%c? \"%s\""), tableinfo.relkind, name);
636639
break;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy