Re: Restore backup file "with oids"

2019-12-18 Thread Vladimir Koković
tuation. Thank you Heikki for your solution. Vladimir Koković, DP senior(69) Serbia, Belgrade, 18.December 2019 On 18.12.19. 19:34, Heikki Linnakangas wrote: On 18 December 2019 19:28:07 EET, "gmail Vladimir Koković" wrote: Is there somewhere a script that can do a restore backup fil

Restore backup file "with oids"

2019-12-18 Thread gmail Vladimir Koković
Hi, Is there somewhere a script that can do a restore backup file "with oids" in some newer DB where there is no term "with oids"? Vladimir Koković, DP senior(69) Serbia, Belgrade, 18.December 2019

JDBC prepared insert and X00 and SQL_ASCII

2020-03-16 Thread gmail Vladimir Koković
Hi, I don't know if this is a bug or the intended mode, but since ODBC works and JDBC does not, I would ask why JDBC prepared insert does not work if ODBC prepared insert works in case some varchar field contains 0x00 and DB is SQL_ASCII? My environment: [root @ vlada-home ~ 16:32:56] $ psql -

Re: JDBC prepared insert and X00 and SQL_ASCII

2020-03-18 Thread gmail Vladimir Koković
, 2020 On 16.3.20. 17:04, gmail Vladimir Koković wrote: Hi, I don't know if this is a bug or the intended mode, but since ODBC works and JDBC does not, I would ask why JDBC prepared insert does not work if ODBC prepared insert works in case some varchar field contains 0x00 and DB is SQL_ASCII?