Re: Migration from MySQL, some difficulties with DESCRIBE and SHOW

Поиск
Список
Период
Сортировка
От Eric Johnson
Тема Re: Migration from MySQL, some difficulties with DESCRIBE and SHOW
Дата
Msg-id 012101c359fe$698e3b00$1a08090a@MINIDEV
обсуждение исходный текст
Ответ на Migration from MySQL, some difficulties with DESCRIBE and SHOW  (Wolfgang Draxinger <wdraxinger@darkstargames.de>)
Список pgsql-novice
Try:

\d tablename     for DESCRIBE functionality
\dt                    for SHOW TABLES functionality.


Hope that helps,
Eric


----- Original Message -----
From: "Wolfgang Draxinger" <wdraxinger@darkstargames.de>
To: <pgsql-novice@postgresql.org>
Sent: Sunday, August 03, 2003 2:44 PM
Subject: [NOVICE] Migration from MySQL, some difficulties with DESCRIBE and
SHOW


> I just migrated to PostgreSQL since this offers a few features I needes
> ugently, especially subqueries. However I got to stuck with DESCRIBE and
> SHOW commands. Are those not avaliable, or have they some special
behaviour?
> When trying a SHOW TABLES; I just get an error.
>
> Wolfgang
> --
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>



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

Предыдущее
От: Wolfgang Draxinger
Дата:
Сообщение: Migration from MySQL, some difficulties with DESCRIBE and SHOW
Следующее
От: "paul butler"
Дата:
Сообщение: Re: Migration from MySQL, some difficulties with DESCRIBE and SHOW