Re: Help me about postgreSql code

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Help me about postgreSql code
Date: 2010-01-21 18:33:52
Message-ID: 4B589E10.8040704@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Elian Laura wrote:
> i understand, but why my teacher wrote in his paper.."Probably the
> most obvious case is a database engine where the user defines, at run
> time, if a field is integer, char, float, etc. but, it is not
> necessary to compile the program again. All this felxibility must be
> ........."

I have no idea why your teacher wrote that. You should ask them.

in a relational database, all data fields are typed. the only "user
input" that Postgres processes is the SQL language, and thats a full
blown complex language parser, the internals of which I have little
desire to take apart.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kynn Jones 2010-01-21 18:49:45 PgSQL problem: How to split strings into rows
Previous Message Steve Atkins 2010-01-21 18:13:37 Re: db cluster location