Re: eval function - Mailing list pgsql-general

From John R Pierce
Subject Re: eval function
Date
Msg-id 4E358C9E.4070504@hogranch.com
Whole thread Raw
In response to Re: eval function  (saeed ahmed <mycomputerbooks@gmail.com>)
List pgsql-general
On 07/31/11 9:43 AM, saeed ahmed wrote:
> i am new to postgresql and not very good in english language.i need
> help to understand,how i can make,(by using postgresql)something like
> microsofts access.i remebre you see a lot of buttons and
> functions.when you finish inserting some data,you have something
> permanent like a software that remains for ever.and everytime you need
> to insert new data ,you can simply.
> another example is openoffice's base.where you can make tables,queries
> and lot more.
> what i want to know is how can one use postgresql like microsoft
> access or openoffices base?

Access and Base are not database servers, they are application
development systems, which happen to have a database behind them.   In
fact, you can use Access or Base with a PostgreSQL database.




--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast


pgsql-general by date:

Previous
From: saeed ahmed
Date:
Subject: Re: eval function
Next
From: Gavin Flower
Date:
Subject: Re: Finding referecing and referenced tables, adaptation from David Fetter's solution