Re: [BUGS] BUG #7726: Can't paste sqls size>4096 to psql console.

2012-12-03 Thread Tom Lane
x...@99jsj.com writes: > 1. Copy 4095 chars of sql statements to clipboard. > 2. Open psql in gnome-terminal, and paste the script from the clipboard > 3. No problem. > 4. Copy 5005 chars of sql statements to clipboard > 5. Paste to psql. > 6. Only appx 4096 chars are pasted, but it's not the head

Re: [BUGS] BUG #7726: Can't paste sqls size>4096 to psql console.

2012-12-03 Thread Cédric Villemain
Le lundi 3 décembre 2012 08:17:28, x...@99jsj.com a écrit : > The following bug has been logged on the website: > > Bug reference: 7726 > Logged by: Xie Jilei > Email address: x...@99jsj.com > PostgreSQL version: 9.1.0 > Operating system: Debian/testing > Description: > > 1.