Re: Some Simple Questions

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Some Simple Questions
Дата
Msg-id 20030929171914.GB10856@wolff.to
обсуждение исходный текст
Ответ на Some Simple Questions  ("Williams, Quinton L" <QWilliams@Central.UH.edu>)
Ответы Install question  ("Mickey" <mickey@mcnjeni.com>)
Список pgsql-novice
On Fri, Sep 26, 2003 at 18:12:04 -0500,
  "Williams, Quinton L" <QWilliams@Central.UH.edu> wrote:
> 1.    How do you list the definitions of the tables you have created in a
> database?
> 2.    How do you list the users in a database?

Using psql, you can use \d to list tables and \du to list users. \? can
be used to see a list of \ commands. If you want to see the SQL used by
these commands, you can run psql with the -E option.

В списке pgsql-novice по дате отправления:

Предыдущее
От: Bruno LEVEQUE
Дата:
Сообщение: Re: SQL Syntax problem
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Computed columns and functions?