Re: How to query information schema from shell script - Mailing list pgsql-sql

From Jon Horsman
Subject Re: How to query information schema from shell script
Date
Msg-id 4f4c2a010610270822j2c162d7bm19902412dd15cae3@mail.gmail.com
Whole thread Raw
In response to Re: How to query information schema from shell script  ("Jon Horsman" <horshaq@gmail.com>)
List pgsql-sql
For more information, i know how this is done using the pg_catalog but
have yet to find out how its done with the information schema.

select * from pg_catalog.pg_database where datname='test'

will work for me but i can't find a solution with the IS.  I'd prefer
to use the IS if its as easily done as with pg_catalog

Jon


pgsql-sql by date:

Previous
From: "Jon Horsman"
Date:
Subject: Re: How to query information schema from shell script
Next
From: "Aaron Bono"
Date:
Subject: Re: not able to execute query on spatial database.