|
5172 | 5172 | </row>
|
5173 | 5173 | <row>
|
5174 | 5174 | <entry><structfield>provider</structfield></entry>
|
5175 |
| - <entry><type>name</type></entry> |
| 5175 | + <entry><type>text</type></entry> |
5176 | 5176 | <entry></entry>
|
5177 | 5177 | <entry>The label provider associated with this label.</entry>
|
5178 | 5178 | </row>
|
|
6400 | 6400 | converter to produce a constant.
|
6401 | 6401 | </para></entry>
|
6402 | 6402 | </row>
|
| 6403 | + |
| 6404 | + <row> |
| 6405 | + <entry><structfield>typacl</structfield></entry> |
| 6406 | + <entry><type>aclitem[]</type></entry> |
| 6407 | + <entry></entry> |
| 6408 | + <entry> |
| 6409 | + Access privileges; see |
| 6410 | + <xref linkend="sql-grant"> and |
| 6411 | + <xref linkend="sql-revoke"> |
| 6412 | + for details |
| 6413 | + </entry> |
| 6414 | + </row> |
6403 | 6415 | </tbody>
|
6404 | 6416 | </tgroup>
|
6405 | 6417 | </table>
|
|
8161 | 8173 | </entry>
|
8162 | 8174 | </row>
|
8163 | 8175 |
|
| 8176 | + <row> |
| 8177 | + <entry><structfield>userepl</structfield></entry> |
| 8178 | + <entry><type>bool</type></entry> |
| 8179 | + <entry></entry> |
| 8180 | + <entry> |
| 8181 | + User can initiate streaming replication and put the system in and |
| 8182 | + out of backup mode. |
| 8183 | + </entry> |
| 8184 | + </row> |
| 8185 | + |
8164 | 8186 | <row>
|
8165 | 8187 | <entry><structfield>passwd</structfield></entry>
|
8166 | 8188 | <entry><type>text</type></entry>
|
|
8596 | 8618 |
|
8597 | 8619 | <row>
|
8598 | 8620 | <entry><structfield>usesysid</structfield></entry>
|
8599 |
| - <entry><type>int4</type></entry> |
8600 |
| - <entry>User ID (arbitrary number used to reference this user)</entry> |
| 8621 | + <entry><type>oid</type></entry> |
| 8622 | + <entry>ID of this user</entry> |
8601 | 8623 | </row>
|
8602 | 8624 |
|
8603 | 8625 | <row>
|
|
8621 | 8643 | </entry>
|
8622 | 8644 | </row>
|
8623 | 8645 |
|
| 8646 | + <row> |
| 8647 | + <entry><structfield>userepl</structfield></entry> |
| 8648 | + <entry><type>bool</type></entry> |
| 8649 | + <entry> |
| 8650 | + User can initiate streaming replication and put the system in and |
| 8651 | + out of backup mode. |
| 8652 | + </entry> |
| 8653 | + </row> |
| 8654 | + |
8624 | 8655 | <row>
|
8625 | 8656 | <entry><structfield>passwd</structfield></entry>
|
8626 | 8657 | <entry><type>text</type></entry>
|
|
8692 | 8723 |
|
8693 | 8724 | <row>
|
8694 | 8725 | <entry><structfield>srvname</structfield></entry>
|
8695 |
| - <entry><type>text</type></entry> |
8696 |
| - <entry></entry> |
| 8726 | + <entry><type>name</type></entry> |
| 8727 | + <entry><literal><link linkend="catalog-pg-foreign-server"><structname>pg_foreign_server</structname></link>.srvname</literal></entry> |
8697 | 8728 | <entry>
|
8698 | 8729 | Name of the foreign server
|
8699 | 8730 | </entry>
|
|
0 commit comments