Re: Two very basic questions..

Поиск
Список
Период
Сортировка
От missive@frontiernet.net (Lee Harr)
Тема Re: Two very basic questions..
Дата
Msg-id 9v3lbk$1pom$1@news.tht.net
обсуждение исходный текст
Ответ на Two very basic questions..  (Colm McCartan <colmm@owl.co.uk>)
Список pgsql-general
> - how do I see details of the various constraints (e.g foreign keys)  in
> psql client? Am I looking at a system-table query?

Most of this can be seen with
\d tableName

(also see \? for more psql backslash commands)

though I don't think foreign keys are shown.
I am not exactly sure how to get that information,
but you might try searching the mailing list
archives.

> - Er, what can I use as a comment character in a sql file? Multiple
> hashmarks seem to cause parse errors

-- this is a comment

(I believe this is an SQL standard)


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

Предыдущее
От: S P Arif Sahari Wibowo
Дата:
Сообщение: Varying bit field: to set and query a particular bit
Следующее
От: "Rich Ryan"
Дата:
Сообщение: Re: Vacuum errors and warnings