Re: Add A Glossary

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: Add A Glossary
Дата
Msg-id 686e65ba48801791816771e993ff5eebe571fac9.camel@cybertec.at
обсуждение исходный текст
Ответ на Re: Add A Glossary  (Justin Pryzby <pryzby@telsasoft.com>)
Ответы Re: Add A Glossary
Re: Add A Glossary
Список pgsql-hackers
On Fri, 2020-04-03 at 16:01 -0500, Justin Pryzby wrote:
> BTW it's now visible at:
> https://www.postgresql.org/docs/devel/glossary.html

Great!

Some comments:

- SQL object: There are more kinds of objects, like roles or full text dictionaries.
  Perhaps better:

    Anything that is created with a CREATE statement, for example ...
    Most objects belong to a database schema, except ...

  Or do we consider a replication slot to be an object?

- The glossary has "Primary (server)", but not "Standby (server)".
  That should be a synonym for "Replica".

- Server: is that really our definition?
  I thought that "server" is what the glossary defines as "instance", and
  the thing called "server" in the glossary should really be called "host".

  Maybe I am too Unix-centered.

  Many people I know use "instance" synonymous to "cluster".

- Role: I understand the motivation behind the definition (except that the word "instance"
  is ill chosen), but a role is more than a collection of privileges.
  How can a collection of privileges have a password or own an object?
  Perhaps, instead of the first sentence:

    A database object used for authentication, authorization and ownership.
    Both database users and user groups are "roles" in PostgreSQL.

  In the second sentence, "roles" is mis-spelled as "roless".

- Null

  I think it should say "It represents the absence of *a definite* value."
  Usually it is better to think of NULL as "unknown".

- Function

  I don't know if "transformation of data" describes it well.
  Quite a lot of functions in PostgreSQL have side effects.
  How about:

    Procedural code stored in the database that can be used in SQL statements.

Yours,
Laurenz Albe




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: backup manifests and contemporaneous buildfarm failures
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: proposal \gcsv