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. -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support