foo> - Search results in mailing lists

2023-01-25 15:07:02 | Re: JDBC setTimestamp question (Dave Cramer)

foo as select * from test where create_dt < $1 + interval '1 day'; ERROR: operator does

2023-01-12 01:33:42 | Re: stringtype=unspecified is null check problem (Tom Lane)

foo as select $1 is null; ERROR: could not determine data type of parameter $1 The complained

2022-12-07 03:12:40 | Re: Would preparing internally during XAResource.end(xid, TMSUCCESS) works? (Andy Fan)

foo', ..); insert into t select 1; xa_end('foo', ..); connection 2: xa_start('foo', ..); select

2021-08-06 20:31:22 | question about sql comments (Alan Stange)

foo from bar;  -- a comment with some metadata however, the postgresql server was not including

2018-02-12 18:11:07 | Re: ResultSet storing all rows with defaulftFetchSize to 5000 (Jaime Soler)

foo; DECLARE CURSOR postgres=# fetch next p; id ---- 1 postgres=# fetch next p; id ---- 2 postgres

2017-09-21 08:43:08 | [JDBC] Reading and writing off-heap data (Tom Dunstan)

foo", new MyCustomByteStreamReader()); c) Mark incoming columns in some other way that the driver can recognise

2017-06-18 04:20:20 | Re: JDBC drive 42 release breaks seriously for RETURNING? (Tom Smith)

foo')", new String[]{"id"} )) { with PreparedStatement ps3 = c.prepareStatement("WITH id_temp AS ( select nextval

2017-06-18 04:20:20 | Re: [JDBC] JDBC drive 42 release breaks seriously for RETURNING? (Tom Smith)

foo')", new String[]{"id"} )) { with PreparedStatement ps3 = c.prepareStatement("WITH id_temp AS ( select nextval

2017-03-02 11:54:22 | [JDBC] Re: JDBC and the hstore ? operator - no longer working with build1211 (Thomas Kellerer)

foo where hstore_column ?& array['key']"); connection.prepareStatement("select * from foo where hstore_column ?| array

2017-03-02 11:54:22 | Re: JDBC and the hstore ? operator - no longer working with build1211 (Thomas Kellerer)

foo where hstore_column ?& array['key']"); connection.prepareStatement("select * from foo where hstore_column ?| array

2017-01-13 22:17:13 | [JDBC] Re: Efficient use of ON CONFLICT DO UPDATE with the PostgreSQL JDBCdriver (Thomas Kellerer)

foo (c_uuid, file_data, file_name) VALUES (?, ?, ?) ON CONFLICT (c_uuid) DO UPDATE SET file

2017-01-13 22:17:13 | Re: Efficient use of ON CONFLICT DO UPDATE with the PostgreSQL JDBCdriver (Thomas Kellerer)

foo (c_uuid, file_data, file_name) VALUES (?, ?, ?) ON CONFLICT (c_uuid) DO UPDATE SET file

2017-01-13 17:01:53 | Efficient use of ON CONFLICT DO UPDATE with the PostgreSQL JDBC driver (Christopher BROWN)

foo (c_uuid, file_data, file_name) VALUES (?, ?, ?) ON CONFLICT (c_uuid) DO UPDATE SET file

2016-11-01 00:07:01 | JDBC and the hstore ? operator - no longer working with build 1211 (Thomas Kellerer)

foo'); with build 1211 it throws an exception with the message: org.postgresql.util.PSQLException

2016-04-25 14:20:03 | Re: [GENERAL] How does postgresql jdbc driver implement prepared batch? (Jinhua Luo)

foo", "bar", but you could not bind "foo", "bar", "hello", "world". If you need so, then