[SQL]

2003-03-13 Thread Tilo Schwarz
unsubscribe end ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

Re: [SQL] Relation "pg_relcheck"

2003-02-26 Thread Tilo Schwarz
Tom Lane writes: > "Victor Yegorov" <[EMAIL PROTECTED]> writes: > > mema2=> \d forest > > ERROR: Relation "pg_relcheck" does not exist > > > > Whats the problem, I wonder. > > psql version not matching server version. > > regards, tom lane Because this sort of questions appe

Re: [SQL] Question on SQL and pg_-tables

2002-11-27 Thread Tilo Schwarz
> Tilo Schwarz <[EMAIL PROTECTED]> writes: > > - Is it possible to get not only the two tables, but also their > > corresponding two columns involved in a RI-Constraint out of the pg_* > > tables just with a SQL query? > > Not easily --- the column info is buried

[SQL] Question on SQL and pg_-tables

2002-11-25 Thread Tilo Schwarz
Dear all, after reading about the pg_* system tables, I made up a view to see the all user columns, their type, default value, indices etc. at once (see example below). Now my first question is: - Is it possible to get the same result with a simpler / shorter SQL query than shown below (I'm no