[SQL] Coming from Oracle SQL

2005-04-22 Thread Veronica L Bounmixay

I have a dumb question to ask - as I'm
certain all of my future ones will be as well.  I am coming from the
Oracle SQL PL/SQL side of things and trying to get wrapped around PostgreSQL.
 I used to find tables in Oracle by using the following query and
hoped to find a replacement.  Better would be someplace to reference
these sorts of "key" tables, etc that keep track of the indexes,
tables, columns and more.

select distinct table_name from all_tables;

Thank you for the help - you will never
know how appreciated it is!
Ronni

Re: [SQL] Coming from Oracle SQL

2005-04-29 Thread Veronica L Bounmixay

Thank you Mike - and SO SORRY all!  I'm
a newbie to this forum and the style is not customary to me!

:-)

Thanks again!
Ronni






Michael Fuhr <[EMAIL PROTECTED]>

04/25/2005 03:36 PM



Please respond to
pgsql-sql@postgresql.org





To
Veronica L Bounmixay <[EMAIL PROTECTED]>


cc
pgsql-sql@postgresql.org


Subject
Re: [SQL] Coming from Oracle 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/