diff options
Diffstat (limited to 'doc/src/sgml/storage.sgml')
-rw-r--r-- | doc/src/sgml/storage.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index 1035f58a9b1..8d9610e7040 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -244,8 +244,8 @@ The <function>pg_relation_filepath()</> function shows the entire path as a substitute for remembering many of the above rules. But keep in mind that this function just gives the name of the first segment of the main fork of the relation — you may need to append a segment number -and/or <literal>_fsm</> or <literal>_vm</> to find all the files associated -with the relation. +and/or <literal>_fsm</>, <literal>_vm</>, or <literal>_init</> to find all +the files associated with the relation. </para> <para> |