Re: [GENERAL] PostgreSQL Object-Oriented Database?

2009-04-27 Thread Jeff Soules
On Mon, Apr 27, 2009 at 2:03 PM, Bill Moran wrote: > Reading between the lines, the original question was: "This guy is > making my life difficult, and he claims it's for this reason." I read the question more as "Did we hire some database contractor who has no idea what he's doing?" If the cont

Re: [GENERAL] Need schema design advice

2008-10-11 Thread Jeff Soules
On Sat, Oct 11, 2008 at 1:10 PM, Matthew Wilson <[EMAIL PROTECTED]> wrote: > I need to track employees and their preferred locations, shifts, and > stations. > > For example, I need to track that Alice prefers to work the morning > shift at the west-side location, and she likes to work the cash-reg

Re: [GENERAL] Stroring html form settings

2008-09-25 Thread Jeff Soules
On Thu, Sep 25, 2008 at 5:38 PM, Dianne Yumul <[EMAIL PROTECTED]> wrote: > Hello, > > I have some html forms that I save the settings into the database, things > like which item was selected in the menu and if a checkbox was checked. The > table looks like this: > > user_id | report_id |

Re: [GENERAL] Problems Restarting PostgreSQL Daemon

2008-07-22 Thread Jeff Soules
> I tried following the logic, and it appears the issue now is 'invalid data > in PID file "/var/lib/pgsql/data/postmaster.pid" '. If I delete that file, > is it automatically recreated? Why not just move it and rename it? If it's recreated, great; if not, you still have the corrupted file on ha