Re: Optimal Postgres Development Process, Software

From: "ben sewell" <mosherben(at)gmail(dot)com>
To: "Roger Rasmussen" <pgsqln00b(at)australiamail(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: Optimal Postgres Development Process, Software
Date: 2006-08-16 08:57:02
Message-ID: bf6c74d80608160157g4f10dc5fne056aef88177df7d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi Roger,
I'm developing an access frontend for a postgresql backend as well. I think
you have anything covered, apart from the handling of booleans which could
really save you changing code in your existing front end.

To see what I mean, have a look at
http://alma.ch/blogs/bahut/2006/04/access-odbc-postgresql-boolean-mess.html
.

Regards,
Ben

On 8/16/06, Roger Rasmussen <pgsqln00b(at)australiamail(dot)com> wrote:
>
> operationsengineer wrote:
> > i think converting Access to a front end for PGSQL is
> > a great idea - then you can focus your energy learning
> > to administer PGSQL and spend some down time reading
> > up on and evaluating languages.
>
> I think a variation on this theme will work well. I will start coding the
> backend of a small database (e.g. stockroom) with postgres, to learn how
> it works. At the moment I am a bit scared at the magnitude of the task, so a
> small database will give me opportunity to experiment with types etc. As I
> have questions, I will ask here.
>
> I will then experiment with various front ends. One of which will be dabo,
> as Glenn suggests. Meanwhile maybe someone here will offer up a holy grail I
> hadn't thought of.
>
> If nothing else is suitable, I will continue with access - either 97 or
> 2003. I do like the pivot table/chart feature that it has, that
> functionality would be excellent for dabo to emulate.
>
> Thanks for all the help, and if anyone has more thoughts on this topic I
> am all ears. I think I will formulate some questions as to the first part of
> my project in another email.
>
> Cheers,
> pgsqln00b
>
> --
> ___________________________________________________
> Play 100s of games for FREE! http://games.mail.com/
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Andrej Ricnik-Bay 2006-08-16 08:58:55 Re: Optimal Postgres Development Process, Software
Previous Message ben sewell 2006-08-16 08:41:27 Re: Return type for procedure