Philip ([EMAIL PROTECTED]) reports a bug with a severity of 3
The lower the number the more severe it is.
Short Description
Doucumentation bug in libpq > Asynchronous Query Processing
Long Description
In the online docs:
http://postgresql.org/users-lounge/docs/7.0/postgres/libpq-chapter22577.ht
> ERROR: Attribute 'a' is of type 'f' but expression is of type 'int4'
> You will need to rewrite or cast the expression
> Then I tried the next insert statement and the backend crashed.
...
> Sample Code
> create type f (input = int4in, output=int4out, internallength=4);
> create table
Kevin Rood ([EMAIL PROTECTED]) reports a bug with a severity of 2
The lower the number the more severe it is.
Short Description
Problem with JDBC Driver / Statement.executeQuery()
Long Description
I am using PostgreSQL and Tomcat on Red Hat Linux 7.0 to develop a database enabled
webapp.
The c
[EMAIL PROTECTED] writes:
> create type f (input = int4in, output=int4out, internallength=4);
You forgot to specify PASSEDBYVALUE.
regards, tom lane
---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster
Boris Boehlen ([EMAIL PROTECTED]) reports a bug with a severity of 1
The lower the number the more severe it is.
Short Description
Using types in an inappropriate way causes crash of backend
Long Description
I tried to create a type to achieve the same as the "CREATE DOMAIN"
command of SQL2. Aft
Rickard Annell <[EMAIL PROTECTED]> writes:
> ./configure --prefix=/service/database/postgres_test --enable-odbc
> --enable-local
> export LC_ALL=sv_SE
> export LC_CTYPE=sv_SE
> export LC_COLLATE=sv_SE
> nohup ./postmaster -p 5431 -i >server.log 2>&1 &
You do know that under 7.1, the important
Rickard Annell writes:
> ./configure --prefix=/service/database/postgres_test --enable-odbc
> --enable-local
--enable-locale
> export LC_ALL=sv_SE
> export LC_CTYPE=sv_SE
> export LC_COLLATE=sv_SE
>
> nohup ./postmaster -p 5431 -i >server.log 2>&1 &
> ./createdb -p 5431 cybertest
> ./psql -p 5
POSTGRESQL BUG REPORT TEMPLATE
Your name : Rickard Annell
Your email address : [EMAIL PROTECTED]
Sys
Hello,
I still have not been able to get the PostegreSQL 7.0.3 and iODBC
database manager to be set up correctly and am still getting the same
errors that I reported yesterday although I attempted to set up the
local ~/.odbc.ini
I do not know why this is so difficult and it should be relati