| От | Einar Karttunen |
|---|---|
| Тема | Re: Two very basic questions.. |
| Дата | |
| Msg-id | 20011205154023.A12678@shellak.helsinki.fi обсуждение |
| Ответ на | Two very basic questions.. (Colm McCartan <colmm@owl.co.uk>) |
| Список | pgsql-general |
On 05.12.01 13:00 +0000(+0000), Colm McCartan wrote: > Hello all, > > I don't see either of these in the faq or docs... Very basic: > > - how do I see details of the various constraints (e.g foreign keys) in > psql client? Am I looking at a system-table query? Yes, all the data is in system tables. The developers manual has info on the contents of the system tables: http://www.postgresql.org/idocs/index.php?catalogs.html You can also try using psql -E to see what queries the \*-commands (eg. \dv) generate. > - Er, what can I use as a comment character in a sql file? Multiple > hashmarks seem to cause parse errors You can have two kinds of comments: -- single line comments /* and multiline comments */ - Einar Karttunen
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера