On Wed, 22 Sep 2004, Markus Feier wrote:
> Dear Sirs
>
> I encountered a minor Postgres problem using VIEW:
>
> Creating a View like
> CREATE VIEW SELECT * FROM table1
> works perfecly
>
> As soon as we enlarge table1 by new Attributes, they will not show up in the
> VIEV
> The VIEW will need to
Neil Conway <[EMAIL PROTECTED]> writes:
> "Jeff Post" <[EMAIL PROTECTED]> wrote:
>> The best way that I can think to describe this is that views are not added
>> as candidates of possible line completions in psql.
> On my end, that doesn't seem to be the case (running a build of CVS
> that is few
On Fri, 24 May 2002 17:16:28 -0700
"Jeff Post" <[EMAIL PROTECTED]> wrote:
> The best way that I can think to describe this is that views are not added
> as candidates of possible line completions in psql.
> So if I have a view with the name org_details and a table with the name
> organizations an