Re: Constraint sql in sql pane

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: Constraint sql in sql pane
Дата
Msg-id 1318236034.2167.22.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Constraint sql in sql pane  (Rick Dicaire <kritek@gmail.com>)
Ответы Re: Constraint sql in sql pane  (Rick Dicaire <kritek@gmail.com>)
Список pgadmin-support
On Sun, 2011-10-09 at 18:08 -0400, Rick Dicaire wrote:
> Hi folks, new to the list.
> After searching the archives, I found nothing regarding the following.
> 
> When selecting a constraint I've configured on a table in the object
> browser, the sql that creates the constraint is displayed in the sql
> pane.
> Where is this sql statement pulled from?
> 

We use the contraint metadata in PostgreSQL catalogs to create it. It's
not stored as-is in any PostgreSQL catalogs.

> Also, while it seems I can highlight contents of the sql pane, I
> cannot copy it. I've tried pasting
> into a terminal, and gedit, and what I get is the previous copy done
> before copying from sql pane.
> I've tried highlighting, then pasting, highlighting, left mouse,
> select copy, then pasting, both fail to paste whats supposed to have
> been copied.
> I'm doing this in Fedora 14, pgadmin3 versions 1.12.2 and 1.14.0,
> using Gnome 2.32.0.
> 

I have no issue with this. I select the part of the SQL that I want to
copy, right click, choose Copy. And then I can paste anywhere.

I tried on pgadmin 1.14 (fedora 15, gnome 3.0).


-- 
Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com



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

Предыдущее
От: Rick Dicaire
Дата:
Сообщение: Constraint sql in sql pane
Следующее
От: Iñigo Delgado
Дата:
Сообщение: Problem in ubuntu