Re: MySQL Command Comparison

Поиск
Список
Период
Сортировка
От Robert J. Sprawls
Тема Re: MySQL Command Comparison
Дата
Msg-id Pine.LNX.4.20.0006241613430.4479-100000@tacdyn.com
обсуждение исходный текст
Ответ на MySQL Command Comparison  (Stephen Lawrence <logart@mail.com>)
Список pgsql-general
On Sat, 24 Jun 2000, Stephen Lawrence wrote:

SL>Has anyone posted a web page describing MySQL -> Postgresql commands?
SL>
SL>ie. In MySQL, to show all databases you type #show databases; How does
SL>Postgresql do this?
SL>
SL>Things like that. Is there a page anywhere like this?

Look at the man page for psql. In response to you example:

psql -l

will list all databases. Not sure if the user will have access to them
all, or if they are *all* the databases in the data directory.

Robert J. Sprawls            sprawlsr@worldnet.att.net
Tactical Dynamics            http://home.att.net/~sprawlsr
CEO (Chief Everything Officer)



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

Предыдущее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: boolean isn't boolean?
Следующее
От: Stephen Lawrence
Дата:
Сообщение: Re: MySQL Command Comparison