Christian Lins wrote: > Hello there! > > I think I discovered a bug in pgAdminIII 1.6.3 (win-binary). > If you copy a text in Acrobat Reader an paste it into the pgAdmin > SQL-Window and then hit the Save-Button the whole program crashes with a > seg-fault. > Additionally and more severe the file you wanted to save to is corrupted > (0 byte size). > > I think this might be a problem with the encoding charset, because if > you send a query to the database which includes a pasted text part which > was copied from Acrobat the database rejects the query with a strange > "syntax error" showing Unicode-letters as ASCII-letters.
I cannot reproduce this in SVN trunk - can anyone else? Chris; does it happen with any PDF, or only specific ones? Do you have an example you can send me? Thanks, Dave. ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match