You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
——row178至179,调整英文内容为:
must exist (<command>CREATE TABLESPACE</command> will not create it),
should be empty, and must be owned by the
——row185,调整中文内容为:
要被用于表空间的目录。该目录必需存在(<command>CREATE TABLESPACE</command> 将不创建它),应该为空,并且必须由
——row263至271,调整英文内容为:
To create a tablespace <literal>dbspace</literal> at file system location
<literal>/data/dbs</literal>, first create the directory using operating
system facilities and set the correct ownership:
<programlisting>
mkdir /data/dbs
chown postgres:postgres /data/dbs
</programlisting>
Then issue the tablespace creation command inside
<productname>PostgreSQL</productname>:
——row278至284,调整中文内容为:
要在文件系统位置<literal>/data/dbs</literal>创建表空间<literal>dbspace</literal>,请首先使用操作系统工具创建目录并设置正确的所有权:
<programlisting>
mkdir /data/dbs
chown postgres:postgres /data/dbs
</programlisting>
然后在内部发出表空间创建命令
<productname>PostgreSQL</productname>:
——row292至293,调整英文内容为:
To create a tablespace owned by a different database user, use a command
like this:
——row299,调整中文内容为:
要创建由不同数据库用户拥有的表空间,可用类似这样的命令:
0 commit comments