Re: [BUGS] VIEWS

2004-09-24 Thread Stephan Szabo
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

Re: [BUGS] views are not auto completed on psql

2002-05-27 Thread Tom Lane
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

Re: [BUGS] views are not auto completed on psql

2002-05-27 Thread Neil Conway
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