Re: Coming from Oracle SQL

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Veronica L Bounmixay <Veronica(dot)Bounmixay(at)inl(dot)gov>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Coming from Oracle SQL
Date: 2005-04-25 21:36:00
Message-ID: 20050425213600.GA8979@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

[Please copy the mailing list on replies so others can contribute
to and learn from discussions.]

On Mon, Apr 25, 2005 at 09:31:35AM -0600, Veronica L Bounmixay wrote:
>
> Thank you so much for responding. I did dig around until I was able to
> find pg_tables but I must be extremely stupid. I'm using 8.0.2 and I
> noticed that my download includes the docs - how the heck do I get to
> them? I'm just using the psql interactive terminal.

If the doc is a bunch of HTML files then you can view them with a
browser, either by serving them via a web server or by using a file
URL. For example, if the files are under /path/to/files then you
could view the doc with file:///path/to/files/index.html.

> Also, what did you mean by "if you're using psql?" Is there any other? I
> really would like to find that out. I know I'm stupid on that part!

psql is the standard client but third-party clients exist. Some
people, for example, like pgAdmin III.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Veronica L Bounmixay 2005-04-25 21:45:01 Re: Coming from Oracle SQL
Previous Message Michael Fuhr 2005-04-25 20:24:06 Re: searching cidr/inet arrays