Re: SQL Query for Foreign constraint

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: SQL Query for Foreign constraint
Дата
Msg-id 532B6167.7000609@iol.ie
обсуждение исходный текст
Ответ на SQL Query for Foreign constraint  (Bhim Kumar <bhimkumar33@gmail.com>)
Ответы Re: SQL Query for Foreign constraint  (Andy Colson <andy@squeakycode.net>)
Список pgsql-general
On 20/03/2014 07:48, Bhim Kumar wrote:
> Hi sir
>
> Currently I am using following query on mysql :
>
> * SHOW TABLES;   ---> To get list of table in a particular db.

Assuming you're using psql, did you take the advice you're given on
connection and type "help"?

Anyway, to see a list of tables just enter:

 \d

Lots of handy backslash commands are available - \? will tell you more,
as will the fine manual:

  http://www.postgresql.org/docs/9.3/static/app-psql.html

Ray.


--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie


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

Предыдущее
От: Venkata Balaji Nagothi
Дата:
Сообщение: Re: Dead rows not getting removed during vacuum
Следующее
От: Andy Colson
Дата:
Сообщение: Re: SQL Query for Foreign constraint