|
Re: COPY support in pgsql-jdbc driver: msg#00173db.postgresql.jdbc
Barry Lind writes: Sam Varshavchik wrote:What's being dumped and reloaded here is a byte-stream (InputStream/OutputStream), not a character-stream (Reader/Writer). Presumably, the only thing that's ever going to be reloaded something that was dumped previously, so no conversions are necessary. That only matters if you actually want to do something with the dumped data. If all you want is to be able to reload it later, why bother converting charset A to B, only to have it converted from B to A later? -- Sam ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: COPY support in pgsql-jdbc driver: 00173, Barry Lind |
|---|---|
| Next by Date: | Re: COPY support in pgsql-jdbc driver: 00173, Barry Lind |
| Previous by Thread: | Re: COPY support in pgsql-jdbc driveri: 00173, Barry Lind |
| Next by Thread: | Re: COPY support in pgsql-jdbc driver: 00173, Barry Lind |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |