access information_schema - Mailing list pgsql-novice

From f.kater2@gmx.net (f.kater)
Subject access information_schema
Date
Msg-id c74e9fd0.0404240202.19b0b90e@posting.google.com
Whole thread Raw
Responses Re: access information_schema
List pgsql-novice
Hi,

I successfully created my first db, a table and some data with psql
7.3.6. However, I can't access the information_schema. In psql I tried
queries like

SELECT * FROM information_schema.columns
SELECT * FROM information_schema.tables

but I get the error message that information_schema wouln't exist.

* Do I have to activate them?
* I don't think it's because of my permissions.
* I use psql 7.3.6.
* How could I list all availabel schemas?
* How do I access information_schema stuff?

pgsql-novice by date:

Previous
From: David Ayers
Date:
Subject: libpg date/timestamps format used by PQgetvalue
Next
From: Skidew8@cs.com
Date:
Subject: Could not create shared memory segment...(in linux)