Re: table design - Mailing list pgsql-novice

From hostel Nate
Subject Re: table design
Date
Msg-id 4f0672b50704300111g41b9189lf1d2b54c30100ccc@mail.gmail.com
Whole thread Raw
In response to Re: table design  ("Phillip Smith" <phillip.smith@weatherbeeta.com.au>)
List pgsql-novice
I think I see what the problem is now. My first attempt was with Reservation and Paid Guest tables only and combine the queries to check all bookings. But, I was trying to use LEFT JOIN for the view. The inheritance example shows using UNION for a similar problem, which I think will take away my headaches.

Thanks.

pgsql-novice by date:

Previous
From: "Phillip Smith"
Date:
Subject: Re: table design
Next
From: "Michael Swierczek"
Date:
Subject: Re: PGSQL Query