Re: ERROR: relation . . . does not exist

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: ERROR: relation . . . does not exist
Дата
Msg-id 48BBF2F4.9070005@gmx.net
обсуждение исходный текст
Ответ на Re: ERROR: relation . . . does not exist  ("Albretch Mueller" <lbrtchx@gmail.com>)
Список pgsql-general
Albretch Mueller wrote:
>> PostgreSQL has 60+ types and many look like eachother. How do you propose to differentiate?
> ~
>  Data Types are basically about value ranges (how many bits do you
> need to hold the value) and formatting.

That is exactly wrong, at least in the PostgreSQL approach to the type
system.  Data types are about functions and operators associated with
them.  So it is not about what the data looks like, but what kind of
processing you want to do with it.  Guessing that information from a
dump of data seems pretty much impossible.


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: determining existence of database and language
Следующее
От: David Fetter
Дата:
Сообщение: Re: Oracle and Postgresql