Few questions

Поиск
Список
Период
Сортировка
От Chris Boget
Тема Few questions
Дата
Msg-id 020d01c29488$119f9790$8c01a8c0@ENTROPY
обсуждение исходный текст
Ответы Re: Few questions
Список pgsql-novice
Ok, so I listed out all the table using '\l'.  3 were
displayed:

  List of databases
   Name    |  Owner
-----------+----------
 template0 | postgres
 template1 | postgres
 test      | postgres
(3 rows)

However, when I did

\d test

It came back with the error:

Did not find any relation named "test".

Why?  Is the table not really there?  If that's the case,
why is it showing up with '\l'?

Also, I was reading through the documentation and I just
want to be clear what a "tuple" is.  Is it a row of data or
anything else in the singular that is returned by a query?

thnx,
Chris




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

Предыдущее
От: Eduardo Nogueira
Дата:
Сообщение: graphics display
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Few questions