Search Postgresql Archives

Re: ERROR: relation . . . does not exist

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux