Re: ERROR: relation . . . does not exist - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: ERROR: relation . . . does not exist
Date
Msg-id 48BBF2F4.9070005@gmx.net
Whole thread Raw
In response to Re: ERROR: relation . . . does not exist  ("Albretch Mueller" <lbrtchx@gmail.com>)
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: determining existence of database and language
Next
From: David Fetter
Date:
Subject: Re: Oracle and Postgresql