Re: View String or Representation

From: SERFIOTIs gewrgios <serfioti(at)csd(dot)uoc(dot)gr>
To: Gregory Seidman <gss+pg(at)cs(dot)brown(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: View String or Representation
Date: 2002-06-11 16:28:25
Message-ID: Pine.GSO.4.44.0206111926310.5458-100000@thetis.csd.uch.gr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

Thanks,
I have read about this option, but i need to access the view definition
through JDBC, so i need a 'SELECT' statement that can be executed by JDBC.

George.

On Tue, 11 Jun 2002, Gregory Seidman wrote:

> SERFIOTIs gewrgios sez:
> } does anyone know when I create a view where does Postgresql
> } store the string with the view definition or any other internal
> } representation of the view?
> }
> } I have looked up for the question in two Postgresql manual without finding
> } an answer!
>
> If you use psql, you can type \d <viewname> to get the definition of the
> view. If you start psql with the -E and type that you will see the SQL that
> psql is invoking to find the information, including the reference to the
> pg_views system table.
>
> } Thank you,
> } George.
> --Greg
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jan Wieck 2002-06-11 16:56:09 Re: View String or Representation
Previous Message Scott Marlowe 2002-06-11 16:24:41 Re: View String or Representation

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jan Wieck 2002-06-11 16:56:09 Re: View String or Representation
Previous Message Scott Marlowe 2002-06-11 16:24:41 Re: View String or Representation