[HACKERS] Apparently deprecated code in planner.c

2016-01-10 Thread Dickson S. Guedes
anner.c;h=147c4deef3bb708ebb32b6781330f6ed980fc90c;hb=HEAD#l245 []s -- Dickson S. Guedes mail/xmpp: gue...@guedesoft.net - skype: guediz http://github.com/guedes - http://guedesoft.net http://www.postgresql.org.br -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscript

Re: [HACKERS] Why format() adds double quote?

2016-01-27 Thread Dickson S. Guedes
you want to change the existing psql's behavior, propose it > yourself. It could be interesting, maybe using a \pset quote_columns_char, I'll think about, thank you. Best regards. -- Dickson S. Guedes mail/xmpp: gue...@guedesoft.net - skype: guediz http://github.com/guedes - http://guedesoft.net

[HACKERS] Ununsed member in printQueryOpt

2016-02-01 Thread Dickson S. Guedes
:56:02 1999 + Major psql overhaul by Peter Eisentraut. But I didn't found any other references to that "quote" and, after removing that line, the code still compiles without any error/warning. Did I overlook something? Best regards, -- Dickson S. Guedes mail/xmpp: gue.

Re: [HACKERS] Why format() adds double quote?

2016-01-26 Thread Dickson S. Guedes
2016-01-26 5:29 GMT-02:00 Tatsuo Ishii <is...@postgresql.org>: > > I assume you used UTF-8 encoding database. Yes, I do. -- Dickson S. Guedes mail/xmpp: gue...@guedesoft.net - skype: guediz http://github.com/guedes - http://guedesoft.net http://www.postgresql.org.br -- Se

Re: [HACKERS] Why format() adds double quote?

2016-01-26 Thread Dickson S. Guedes
xt); CREATE TABLE postgres=# \d x Tabela "public.x" Coluna | Tipo | Modificadores --+--+--- aí | text | This will break copy user actions and scripts that parses that output. Maybe the patch should consider left/right non-printable chars to choose whe

Re: [HACKERS] Why format() adds double quote?

2016-01-24 Thread Dickson S. Guedes
Time: 0,051 ms postgres=# select format('%I', 'título_e'); format -- título_e (1 row) Time: 0,051 ms postgres=# select format('%I', '_título'); format - _título (1 row) Time: 0,047 ms postgres=# select format('%I', '1_título'); format "1_título"

<    1   2