foo> - Search results in mailing lists
Mailing lists >> pgsql-ports >> Thread
2008-05-01 04:43:36 | Compiling trigger function with MinGW (Anton Burkun)
foo>gcc -shared foo.o -o foo.dll -L "d:/files/local/PostgreSQL/8.3/lib" -l postgres Cannot export ⌂postgres
Mailing lists >> pgsql-ports >> Thread
2006-09-05 01:22:16 | Re: Postgres failed to compile on debian x86 (Tom Lane)
foo-devel" RPM corresponding to each "foo" package the source code you want to build
Mailing lists >> pgsql-ports >> Thread
2006-03-21 12:08:11 | Re: fails to compile with undefined symbol (FP_PLUS_INF) (Seneca Cunningham)
FOO in float.h. They say that definitions starting with FP_ are to be in math.h
Mailing lists >> pgsql-ports >> Thread
2005-09-19 15:01:20 | Solaris - psql returns 0 instead of 1 for file not found. (Clark, Andrew)
foo foo: No such file or directory $ psql -f foo foo: No such file or directory
Mailing lists >> pgsql-ports >> Thread
2004-06-10 16:16:10 | Re: Build failure on m68k and ia64: inconsistent operand constraints in an `asm' (Tom Lane)
foo' is the value : of both operands is not enough to guarantee that they will
Mailing lists >> pgsql-ports >> Thread
2001-11-13 14:51:26 | QNX6 port (need some assistance from developers) (Igor Kovalenko)
foo', true); -- fail ERROR: atest2: Permission denied. INSERT INTO atest1 SELECT 1, b FROM atest1
Mailing lists >> pgsql-ports >> Thread
2001-05-29 14:14:53 | RedHat 7.0 problems with PostG 7.1 (Eric Praetzel)
foo /root]# rpm -Uvh postgresql-7.0.3-8.i386.rpm postgresql-server-7.0.3-8.i386
Mailing lists >> pgsql-ports >> Thread
2001-05-28 09:59:54 | RH 7.0 problems with PG 7_1-1 (Eric Praetzel)
foo /root]# rpm -Uvh postgresql-7.0.3-8.i386.rpm postgresql-server-7.0.3-8.i386
Mailing lists >> pgsql-ports >> Thread
2000-06-25 21:35:00 | .exe extension on Windows (Peter Eisentraut)
foo ... creates a file `foo.exe'. cc -o foo.exe ... also creates a file `foo.exe'. Is that
Mailing lists >> pgsql-ports >> Thread
1999-07-07 19:51:31 | Re: [PORTS] Port Bug Report: Wrong binding of arithmetic operator ^. (Bruce Momjian)
foo UNION SELECT foo is incorrectly simplified to SELECT foo VIEWS --- 29,38 ---- * Select a[1] FROM
Mailing lists >> pgsql-ports >> Thread
1999-07-07 13:18:02 | Re: [PORTS] Port Bug Report: PostgreSQL misnames the UNIX-domain socket (Bruce Momjian)
foo UNION SELECT foo is incorrectly simplified to SELECT foo VIEWS *************** *** 207,214 **** places, like
Mailing lists >> pgsql-ports >> Thread
1999-06-29 14:24:26 | Port Bug Report: Can't create indicies on type "timestamp" (Unprivileged user)
foo % psql foo Welcome to the POSTGRESQL interactive sql monitor: Please read the file COPYRIGHT
Mailing lists >> pgsql-ports >> Thread
1999-06-22 05:21:47 | Port Bug Report: select doesn't find entry (Unprivileged user)
foo' and back. Could there be an invisible character between the 'r' and the 'i'? -------------------------------------------------------------------------- Test
Mailing lists >> pgsql-ports >> Thread
1999-06-21 17:32:45 | Port Bug Report: Creating a table is not atomic. (Unprivileged user)
foo ("name" text) ; abort; create table foo ("name" text);' testdb Output: ERROR: Relation 'foo' already
Mailing lists >> pgsql-ports >> Thread
1999-06-11 17:31:10 | Port Bug Report: Errors in Subselect (two related bugs) (Unprivileged user)
foo where a not in (select distinct a from bar union select distinct b from