foo> - Search results in mailing lists
Mailing lists >> pgsql-interfaces >> Thread
2022-01-05 17:20:36 | Re: psycopg3 - parameters cannot be used for DDL commands? (Dmitry Igrishin)
foo could be replaced to update foo set bar = 'baz' where id = 1 by using
Mailing lists >> pgsql-interfaces >> Thread >> Search in thread (2)
2020-02-04 16:20:15 | Re: directory name equal database name (Tom Lane)
FOO" and "foo" as distinct names, but the filesystem might not; (3) renaming a database
Mailing lists >> pgsql-interfaces >> Thread
2013-08-21 21:06:33 | binding a variable to NULL in perl-DBD (Max Pyziur)
foo aa WHERE field1 = ? AND field2 = ? Sometimes at the command line, when running the perl
Mailing lists >> pgsql-interfaces >> Thread
2009-02-02 17:10:13 | char columns, space padding, and the "like" operator (Haszlakiewicz, Eric)
foo ( col1 char(10) ); insert into foo values ('SOMEVALUE'); select * from foo where col1 like
Mailing lists >> pgsql-interfaces >> Thread
2007-09-18 18:25:19 | Re: plpgsql: defuault parameters and constant function parameters (Peter Eisentraut)
foo(a = 1, b = 2) That's the only way to stay sane with function
Mailing lists >> pgsql-interfaces >> Thread
2007-05-23 06:43:55 | Re: Re: PQgetvalue failed to return column value for non-text data in binary format (Andrew McNamara)
foo VALUES ($1,$2,$3,$4)", l, NULL, param_vals, NULL, NULL, 0); I'd recommend
Mailing lists >> pgsql-interfaces >> Thread
2007-01-16 19:36:16 | Array handling in libpq (Joris van Zwieten)
foo(bar double precision[]); My initial guess was that, as postgres supports arrays, there would
Mailing lists >> pgsql-interfaces >> Thread
2006-08-14 12:27:01 | Re: leaving out paramTypes parameter (Tom Lane)
foo' where the parameter symbol is. If you like, you can force the type decision
Mailing lists >> pgsql-interfaces >> Thread
2006-06-28 15:05:58 | plPerl: How to iterate over $_TD->{new} in a trigger function? (Dirk Heinrichs)
foo'); INFO: Table is: test INFO: = INSERT 0 1 What I want to get at the second
Mailing lists >> pgsql-interfaces >> Thread
2006-03-13 11:11:30 | Re: [PATCHES] Proposed patch for error locations (Tom Lane)
foo" does not exist LINE 1: select foo from a; ^ from all libpq-using applications
Mailing lists >> pgsql-interfaces >> Thread
2006-02-28 11:02:23 | multiple threads using one connection (Robert Gruszka)
foo;create table foo(id int);"); if (PQresultStatus(res) != PGRES_COMMAND_OK) { fprintf(stderr, "create
Mailing lists >> pgsql-interfaces >> Thread
2006-01-09 20:51:01 | Re: HOWTO pass "default value" to PQexecParams? (JiangWei)
PostgreSQL? No. Just an idea. "EXPRESSION_OID" for 'DEFAULT' , ' foo ( id, 2) ', 'm * n + x' ...
Mailing lists >> pgsql-interfaces >> Thread
2005-10-15 00:09:37 | Re: [GENERAL] binary timestamp conversion (Michael Fuhr)
foo; val | to_hex ------------------+-------------------946686612744257 | fffca2fe58bbd7bf-946684195712577 | fffca2fee8ccd1bf-946684196834881 | fffca2fee8bbb1bf Could we see the code
Mailing lists >> pgsql-interfaces >> Thread
2005-09-14 23:49:57 | Re: Beta of DBD::Pg 1.44 available (Tom Lane)
foo(parameter types) AS SELECT ...EXPLAIN [ANALYZE] EXECUTE foo(parameter values) I think you need
Mailing lists >> pgsql-interfaces >> Thread
2005-07-18 09:54:42 | Parse a statement, get parameter types and return types (Richard Jones)
foo from bar where col = $1 I'd really like to get the types deduced