BUG #1341: problem when showing resulted in the screen
От | PostgreSQL Bugs List |
---|---|
Тема | BUG #1341: problem when showing resulted in the screen |
Дата | |
Msg-id | 20041206132759.0B2467388A8@www.postgresql.com обсуждение исходный текст |
Ответы |
Re: BUG #1341: problem when showing resulted in the screen
|
Список | pgsql-bugs |
The following bug has been logged online: Bug reference: 1341 Logged by: Pablo Borges Email address: pablodev@hotmail.com PostgreSQL version: 7.4.6 Operating system: Linux Slackware Description: problem when showing resulted in the screen Details: select * from teleoperador; id | login | ip | tipo ----+----------+------------------------+------ 0 | pablo | 10.0.0.106 | C 1 | builder | 10.0.0.107 10.0.0.107 | C 2 | reinaldo | 10.0.0.105 | C (3 rows) \d teleoperador Table "public.teleoperador" Column | Type | Modifiers --------+-------------------+---------------------------------------------- ---------------- id | integer | not null default nextval('public.teleoperador_id_seq'::text) login | character varying | ip | character varying | not null tipo | character(1) | not null Indexes: "teleoperador_pkey" primary key, btree (id) "teleoperador_login_key" unique, btree (login) is one bug?
В списке pgsql-bugs по дате отправления: