bug of import data into table in pgadminIII 1.20.0

From: YuanyuanLiu <liuyuanyuangogo(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: bug of import data into table in pgadminIII 1.20.0
Date: 2016-03-09 09:09:23
Message-ID: 1457514563917-5891518.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hello!

I think I find a bug of import in pgadmin III 1.20.0 .
OS: win10
version: pgadminIII 1.20.0 (I intall it by an Graphical installer)

I set my pgadminIII in Chinese, then I use Import.
it failed:
<http://postgresql.nabble.com/file/n5891518/QQ%E6%88%AA%E5%9B%BE20160309170037.png>

And I view pgadmin's log :
2016-03-09 16:52:25 QUERY : Query result:
2016-03-09 16:52:33 QUERY : COPY query (localhost:5432): COPY
public.pg_audit_trail_logs FROM STDIN (FORMAT '文本')
2016-03-09 16:52:33 ERROR : 错误: 没有识别COPY命令的格式"文本"
2016-03-09 16:52:34 ERROR : no COPY in progress

I find the format name in copy statement is wrong. Then I change
the language of pgadmin into English, then it successed.
<http://postgresql.nabble.com/file/n5891518/22222.png>
and the log is:
2016-03-09 17:04:43 QUERY : COPY query (localhost:5432): COPY
public.pg_audit_trail_logs FROM STDIN (FORMAT 'text')

I think it maybe a bug, and I don't know whether it has been fixed.
So I send this to you, please have a look!
Thanks and regards!

Holiday Liu

--
View this message in context: http://postgresql.nabble.com/bug-of-import-data-into-table-in-pgadminIII-1-20-0-tp5891518.html
Sent from the PostgreSQL - pgadmin support mailing list archive at Nabble.com.

Browse pgadmin-support by date

  From Date Subject
Next Message Raymond O'Donnell 2016-03-09 10:53:35 Re: How to setup Active Directory users in Postgres 9.3.11
Previous Message Wyatt Sanford 2016-03-08 17:56:06 How to setup Active Directory users in Postgres 9.3.11