Re: [GENERAL] Forms for entering data into postgresql

2013-10-12 Thread Chuck Davis
Hi Chuck, > > Could you explain the acronym AP? > > I understand that there are lots of situations I have not met yet, so > this might explain my ignorance, but I don't see what you get from using > a client-side app over a browser for most databases uses; after all, > from the user's point of vie

Re: [GENERAL] Forms for entering data into postgresql

2013-10-12 Thread Chuck Davis
Browsers are fine for displaying informaiton that is already in a database. They are the ultimate crap for entering data that has to be typed into a "form" and processed for persistence. It will be a long time before I ask my users to enter data into a browser. Just for an example: If you have

Re: [GENERAL] compile of 8.1.15

2009-01-10 Thread Chuck Davis
I have been trying to install 8.1.14 and 15 and it seems like there is an infinite loop in the make file. I do not have the skills to find it. Has anyone else had success compiling for Linux with gmake? Thanks. -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make chang