pg_dump: Remove "blob" terminology

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pg_dump: Remove "blob" terminology
Дата
Msg-id 868a381f-4650-9460-1726-1ffd39a270b4@enterprisedb.com
обсуждение исходный текст
Ответы Re: pg_dump: Remove "blob" terminology  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-hackers
For historical reasons, pg_dump refers to large objects as "BLOBs". 
This term is not used anywhere else in PostgreSQL, and it also means 
something different in the SQL standard and other SQL systems.

This patch renames internal functinos, code comments, documentation, 
etc. to use the "large object" or "LO" terminology instead.  There is no 
functionality change, so the archive format still uses the name "BLOB" 
for the archive entry.  Additional long command-line options are added 
with the new naming.
Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Making pg_rewind faster
Следующее
От: Noah Misch
Дата:
Сообщение: Re: pgsql: Revoke PUBLIC CREATE from public schema, now owned by pg_databas