Re: Table appears on listing but can't drop it

Поиск
Список
Период
Сортировка
От Sam Mason
Тема Re: Table appears on listing but can't drop it
Дата
Msg-id 20100108164416.GE5407@samason.me.uk
обсуждение исходный текст
Ответ на Table appears on listing but can't drop it  (Fernando Morgenstern <fernando@consultorpc.com>)
Ответы Re: Table appears on listing but can't drop it
Список pgsql-general
On Fri, Jan 08, 2010 at 02:39:03PM -0200, Fernando Morgenstern wrote:
> postgres=# \l
>                                   List of databases
>    Name    |  Owner   | Encoding |  Collation  |    Ctype    |   Access privileges
> -----------+----------+----------+-------------+-------------+-----------------------
>   skynet    | postgres | UTF8     | en_US.UTF-8 | en_US.UTF-8 |
>  t1        | postgres | UTF8     | en_US.UTF-8 | en_US.UTF-8 |
>  template0 | postgres | UTF8     | en_US.UTF-8 | en_US.UTF-8 | =c/postgres
>                                                              : postgres=CTc/postgres
>  template1 | postgres | UTF8     | en_US.UTF-8 | en_US.UTF-8 | =c/postgres
>                                                              : postgres=CTc/postgres

There's an extra space at the beginning of the "skynet" line, could it
be that you created it with special characters in the name?  To check,
I'd try:

  select quote_ident(datname) from pg_database;

--
  Sam  http://samason.me.uk/

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Table appears on listing but can't drop it
Следующее
От: Konrad Garus
Дата:
Сообщение: Re: Rows missing from table despite FK constraint