I have a qualifier for my description now. This apparently only
happens if the selected text in the field contains text in languages
such as Hebrew or Japanese.
I'm attaching the crash report, I hope it helps.
Herouth
On 21/09/2007, at 13:21, Dave Page wrote:
Herouth Maoz wrote:
The fol
The following bug has been logged online:
Bug reference: 3627
Logged by: Pedro Gimeno
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.2.4
Operating system: Linux (Debian stable + backports)
Description:Triple FK with ON DELETE SET NULL makes DELETE fail
Details
The following bug has been logged online:
Bug reference: 3628
Logged by: Pedro Gimeno
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.2.4
Operating system: Linux (Debian stable + backports)
Description:Wrong schema picked
Details:
When a function has a SQL st
The following bug has been logged online:
Bug reference: 3629
Logged by: zhuge
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1.9
Operating system: Linux
Description:Memory Allocation Error
Details:
I wrote and compiled and linked a C function, add_float, wh
I wrote and compiled and linked a C function, add_float, which returns
float in C like following:
PG_FUNCTION_INFO_V1(add_float);
Datum
add_float(PG_FUNCTION_ARGS)
{
float arg = PG_GETARG_FLOAT8(0);
PG_RETURN_FLOAT8(arg + 10);
}
After having loaded it into database, executed the SQL command, "s
The following bug has been logged online:
Bug reference: 3630
Logged by:
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1.9
Operating system: Linux
Description:Memory Allocation Error
Details:
I wrote and compiled and linked a C function, add_float, which r
Pedro Gimeno wrote:
> The following bug has been logged online:
>
> Bug reference: 3627
> Logged by: Pedro Gimeno
> Email address: [EMAIL PROTECTED]
> PostgreSQL version: 8.2.4
> Operating system: Linux (Debian stable + backports)
> Description:Triple FK with ON DELETE
Pedro Gimeno wrote:
> When a function has a SQL statement to execute that has an unqualified
> table, that SQL statement doesn't always pick the table from a schema in the
> search_path.
The first time the function is run, all the statements in it are planned
and the schema used for the insert is
"zhuge xiao" <[EMAIL PROTECTED]> writes:
> I wrote and compiled and linked a C function, add_float, which returns
> float in C like following:
>
> PG_FUNCTION_INFO_V1(add_float);
>
> Datum
> add_float(PG_FUNCTION_ARGS)
> {
> float arg = PG_GETARG_FLOAT8(0);
>
> PG_RETURN_FLOAT8(arg + 10);
> }
>
>
Herouth Maoz wrote:
> I have a qualifier for my description now. This apparently only happens
> if the selected text in the field contains text in languages such as
> Hebrew or Japanese.
Ahh, I see. Unfortunately this seems to be a wxWidgets bug. I've
reported it to them:
http://sourceforge.net/tr
Gregory Stark <[EMAIL PROTECTED]> writes:
> "zhuge xiao" <[EMAIL PROTECTED]> writes:
>> I wrote and compiled and linked a C function, add_float, which returns
>> float in C like following:
> float8 and float aren't the same thing. "float" is a C data type which is not
> wide enough to hold a float
Heikki Linnakangas wrote:
Pedro Gimeno wrote:
> When a function has a SQL statement to execute that has an
> unqualified table, that SQL statement doesn't always pick the table
> from a schema in the search_path.
The first time the function is run, all the statements in it are
planned and the
The following bug has been logged online:
Bug reference: 3631
Logged by: Robert Tessler
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.2
Operating system: windows XP
Description:cant unsubscribe
Details:
cant unsubscribe from weekly mailing list or any other
13 matches
Mail list logo