diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-03-30 01:02:42 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-03-30 01:02:42 +0000 |
commit | 5f4745adf4fb2a1f933b25d7a2bc72b39fa9edfd (patch) | |
tree | e024d7d1a3eb76220378e4054bf34485812962ea /contrib/pgstattuple/README.pgstattuple | |
parent | 25004eec957853a55789398d4228d7e77d4877c1 (diff) |
Further cleanups for relations in schemas: teach nextval and other
sequence functions how to cope with qualified names. Same code is
also used for int4notin, currtid_byrelname, pgstattuple. Also,
move TOAST tables into special pg_toast namespace.
Diffstat (limited to 'contrib/pgstattuple/README.pgstattuple')
-rw-r--r-- | contrib/pgstattuple/README.pgstattuple | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgstattuple/README.pgstattuple b/contrib/pgstattuple/README.pgstattuple index 6a191e9cced..7237b9a4dc8 100644 --- a/contrib/pgstattuple/README.pgstattuple +++ b/contrib/pgstattuple/README.pgstattuple @@ -33,7 +33,7 @@ NOTICE: physical length: 0.08MB live tuples: 20 (0.00MB, 1.17%) dead tuples: 32 pgstattuple can be called as a function: - pgstattuple(NAME) RETURNS FLOAT8 + pgstattuple(TEXT) RETURNS FLOAT8 The argument is the table name. pgstattuple returns the percentage of the "dead" tuples of a table. |