OSDN Git Service

Tablespaces. Alternate database locations are dead, long live tablespaces.
[pg-rex/syncrep.git] / src / bin / psql / describe.h
index acc841a..195bf0e 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $PostgreSQL: pgsql/src/bin/psql/describe.h,v 1.23 2003/12/01 22:21:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/describe.h,v 1.24 2004/06/18 06:14:04 tgl Exp $
  */
 #ifndef DESCRIBE_H
 #define DESCRIBE_H
@@ -13,6 +13,9 @@
 /* \da */
 bool           describeAggregates(const char *pattern, bool verbose);
 
+/* \db */
+bool           describeTablespaces(const char *pattern);
+
 /* \df */
 bool           describeFunctions(const char *pattern, bool verbose);