This commit is contained in:
Zhang Huangbin 2018-12-31 09:56:10 +08:00
parent 27a36e8f79
commit 47efb41f39
2 changed files with 2 additions and 2 deletions

View File

@ -476,7 +476,7 @@ For more details about changing mailbox format, please check our tutorial:
#### PostgreSQL 9.x and later releases
If you're running __PostgreSQL 9.x__ and later releases, you can find the
`user_attrs =` line like below:
`user_query =` line like below:
```
user_query = SELECT \

View File

@ -463,7 +463,7 @@ below:</p>
<a href="./change.mailbox.format.html">Change mailbox format</a>.</p>
<h4 id="postgresql-9x-and-later-releases">PostgreSQL 9.x and later releases</h4>
<p>If you're running <strong>PostgreSQL 9.x</strong> and later releases, you can find the
<code>user_attrs =</code> line like below:</p>
<code>user_query =</code> line like below:</p>
<pre><code>user_query = SELECT \
...
CONCAT(mailbox.storagebasedirectory, '/', mailbox.storagenode, '/', mailbox.maildir) AS home, \