|
233 | 233 | </glossdef>
|
234 | 234 | </glossentry>
|
235 | 235 |
|
| 236 | + <glossentry id="glossary-bootstrap-superuser"> |
| 237 | + <glossterm>Bootstrap superuser</glossterm> |
| 238 | + <glossdef> |
| 239 | + <para> |
| 240 | + The first <glossterm linkend="glossary-user">user</glossterm> initialized in a |
| 241 | + <glossterm linkend="glossary-db-cluster">database cluster</glossterm>. |
| 242 | + </para> |
| 243 | + <para> |
| 244 | + This user owns all system catalog tables in each database. It is also the role |
| 245 | + from which all granted permissions originate. Because of these things, this |
| 246 | + role may not be dropped. |
| 247 | + </para> |
| 248 | + <para> |
| 249 | + This role also behaves as a normal |
| 250 | + <glossterm linkend="glossary-database-superuser">database superuser</glossterm>. |
| 251 | + </para> |
| 252 | + </glossdef> |
| 253 | + </glossentry> |
| 254 | + |
236 | 255 | <glossentry id="glossary-cast">
|
237 | 256 | <glossterm>Cast</glossterm>
|
238 | 257 | <glossdef>
|
|
342 | 361 | </glossdef>
|
343 | 362 | </glossentry>
|
344 | 363 |
|
| 364 | + <glossentry id="glossary-cluster-owner"> |
| 365 | + <glossterm>Cluster owner</glossterm> |
| 366 | + <glossdef> |
| 367 | + <para> |
| 368 | + The operating system user that owns the |
| 369 | + <glossterm linkend="glossary-data-directory">data directory</glossterm> |
| 370 | + and under which the <literal>postgres</literal> process is run. |
| 371 | + It is required that this user exist prior to creating a new |
| 372 | + <glossterm linkend="glossary-db-cluster">database cluster</glossterm>. |
| 373 | + </para> |
| 374 | + <para> |
| 375 | + On operating systems with a <literal>root</literal> user, |
| 376 | + said user is not allowed to be the cluster owner. |
| 377 | + </para> |
| 378 | + </glossdef> |
| 379 | + </glossentry> |
| 380 | + |
345 | 381 | <glossentry id="glossary-column">
|
346 | 382 | <glossterm>Column</glossterm>
|
347 | 383 | <glossdef>
|
|
475 | 511 | and their common static and dynamic metadata.
|
476 | 512 | Sometimes referred to as a
|
477 | 513 | <firstterm>cluster</firstterm>.
|
| 514 | + A database cluster is created using the |
| 515 | + <xref linkend="app-initdb" /> program. |
478 | 516 | </para>
|
479 | 517 | <para>
|
480 | 518 | In <productname>PostgreSQL</productname>, the term
|
481 | 519 | <firstterm>cluster</firstterm> is also sometimes used to refer to an instance.
|
482 | 520 | (Don't confuse this term with the SQL command <command>CLUSTER</command>.)
|
483 | 521 | </para>
|
| 522 | + <para> |
| 523 | + See also <glossterm linkend="glossary-cluster-owner">cluster owner</glossterm>, |
| 524 | + the operating-system owner of a cluster, |
| 525 | + and <glossterm linkend="glossary-bootstrap-superuser">bootstrap superuser</glossterm>, |
| 526 | + the <productname>PostgreSQL</productname> owner of a cluster. |
| 527 | + </para> |
484 | 528 | </glossdef>
|
485 | 529 | </glossentry>
|
486 | 530 |
|
|
489 | 533 | <glosssee otherterm="glossary-instance" />
|
490 | 534 | </glossentry>
|
491 | 535 |
|
| 536 | + <glossentry id="glossary-database-superuser"> |
| 537 | + <glossterm>Database superuser</glossterm> |
| 538 | + <glossdef> |
| 539 | + <para> |
| 540 | + A role having <firstterm>superuser status</firstterm> |
| 541 | + (see <xref linkend="role-attributes"/>). |
| 542 | + </para> |
| 543 | + <para> |
| 544 | + Frequently referred to as <firstterm>superuser</firstterm>. |
| 545 | + </para> |
| 546 | + </glossdef> |
| 547 | + </glossentry> |
| 548 | + |
492 | 549 | <glossentry id="glossary-data-directory">
|
493 | 550 | <glossterm>Data directory</glossterm>
|
494 | 551 | <glossdef>
|
|
1577 | 1634 | </glossdef>
|
1578 | 1635 | </glossentry>
|
1579 | 1636 |
|
| 1637 | + <glossentry id="glossary-superuser"> |
| 1638 | + <glossterm>Superuser</glossterm> |
| 1639 | + <glossdef> |
| 1640 | + <para> |
| 1641 | + As used in this documentation, it is a synonym for |
| 1642 | + <glossterm linkend="glossary-database-superuser">database superuser</glossterm>. |
| 1643 | + </para> |
| 1644 | + </glossdef> |
| 1645 | + </glossentry> |
| 1646 | + |
1580 | 1647 | <glossentry id="glossary-system-catalog">
|
1581 | 1648 | <glossterm>System catalog</glossterm>
|
1582 | 1649 | <glossdef>
|
|
1827 | 1894 | <glossdef>
|
1828 | 1895 | <para>
|
1829 | 1896 | A <glossterm linkend="glossary-role">role</glossterm> that has the
|
1830 |
| - <literal>LOGIN</literal> privilege. |
| 1897 | + <firstterm>login privilege</firstterm> |
| 1898 | + (see <xref linkend="role-attributes"/>). |
1831 | 1899 | </para>
|
1832 | 1900 | </glossdef>
|
1833 | 1901 | </glossentry>
|
|
0 commit comments