Re: [BUGS] Internal Error XXOO...Mission Critical

2006-12-21 Thread Gurjeet Singh
The community will need more details to move forward. Please read the following mail; it is a good guide to how to post queries to get answers and responses quickly. http://archives.postgresql.org/pgsql-performance/2004-06/msg00235.php Be a better student, ask good questions :) Good luck. On 1

Re: [BUGS] BUG #2850: Cannot select from information_schema.schemat

2006-12-21 Thread Bernd Helmle
--On Donnerstag, Dezember 21, 2006 15:47:40 + Tony Marston <[EMAIL PROTECTED]> wrote: The fact that the SQL standard says that the schemata view is supposed to "Identify the schemata in a catalog that are owned by a given user" does not automatically mean that the information can *ONLY* be

Re: [BUGS] BUG #2854: can't log out database system

2006-12-21 Thread Stefan Kaltenbrunner
Jessica wrote: > The following bug has been logged online: > > Bug reference: 2854 > Logged by: Jessica > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.2 > Operating system: Solaris > Description:can't log out database system > Details: > > I log into data

Re: [BUGS] BUG #2855: SEGV on PL/PGSQL function

2006-12-21 Thread Stefan Kaltenbrunner
Mike wrote: > The following bug has been logged online: > > Bug reference: 2855 > Logged by: Mike > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.2 > Operating system: RHEL AS 4.3 x86_64 > Description:SEGV on PL/PGSQL function > Details: > > (retyping this

Re: [BUGS] BUG #2853: Internal error XXOO Hangs while attempting to clear table after several successful iterations

2006-12-21 Thread Thomas H.
upgrade to 8.2.0 that problem was fixed there (had it myself as well) - thomas - Original Message - From: "Terry Askew" <[EMAIL PROTECTED]> To: Sent: Thursday, December 21, 2006 6:13 PM Subject: [BUGS] BUG #2853: Internal error XXOO Hangs while attempting to clear table after several

[BUGS] BUG #2853: Internal error XXOO Hangs while attempting to clear table after several successful iterations

2006-12-21 Thread Terry Askew
The following bug has been logged online: Bug reference: 2853 Logged by: Terry Askew Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.5 Operating system: Windows Server 2000 Description:Internal error XXOO Hangs while attempting to clear table after several su

[BUGS] Internal Error XXOO...Mission Critical

2006-12-21 Thread Terry Askew
Postgres continues to hang while we attempt to dump tables after several successful dumps. Is this a memory issue. Where is the data being dumped to.Is it being temporarily stored in some repository that can only handle so much data before it produces an exception message. This is critical in

[BUGS] NEED URGENT HELP....

2006-12-21 Thread Sandip G
I am using PostgreSql 8.1 with pgAdmin III. OS is XP. this is my function: CREATE OR REPLACE FUNCTION sp_get_phase(character varying, character varying, character varying) RETURNS ret_dv_sp_get_phase AS $BODY$ SELECT BOOK_NO, USER_ID, COMPANY_ID, PHASE, UPDATE_USER_ID, UPDATE_DATE

[BUGS] BUG #2854: can't log out database system

2006-12-21 Thread Jessica
The following bug has been logged online: Bug reference: 2854 Logged by: Jessica Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: Solaris Description:can't log out database system Details: I log into database system, but I don't know how to

[BUGS] BUG #2846: inconsistent and confusing handling of underflows, NaNs and INFs

2006-12-21 Thread Roman Kononov
The following bug has been logged online: Bug reference: 2846 Logged by: Roman Kononov Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.0 and older Operating system: linux 2.6.15-27-amd64 ubuntu Description:inconsistent and confusing handling of underflows, Na

[BUGS] BUG #2847: Bug with IN statement

2006-12-21 Thread Sandip
The following bug has been logged online: Bug reference: 2847 Logged by: Sandip Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: Windows XP Description:Bug with IN statement Details: this is my function: CREATE OR REPLACE FUNCTION sp_get_p

[BUGS] BUG #2855: SEGV on PL/PGSQL function

2006-12-21 Thread Mike
The following bug has been logged online: Bug reference: 2855 Logged by: Mike Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: RHEL AS 4.3 x86_64 Description:SEGV on PL/PGSQL function Details: (retyping this by hand ... forgive any mistakes

Re: [BUGS] postgresql 8.2.0 -- LIMIT NULL crashes server

2006-12-21 Thread Stefan Kaltenbrunner
Norman Yamada wrote: Running postgresql 8.2.0 on Debian testing, Linux kernel 2.6.12, Dual Xeon 2.80GHz motherboard, gcc 4.0.3. If I run a statement like this: select * from [table] limit null; it crashes the server. thanks for the report - this is already fixed in REL8_2_STABLE and will a

[BUGS] postgresql 8.2.0 -- LIMIT NULL crashes server

2006-12-21 Thread Norman Yamada
Running postgresql 8.2.0 on Debian testing, Linux kernel 2.6.12, Dual Xeon 2.80GHz motherboard, gcc 4.0.3. If I run a statement like this: select * from [table] limit null; it crashes the server. Under 8.1.3, limit NULL was synonymous with limit ALL. Here, the server terminates and restart

Re: [BUGS] BUG #2848: information_schema.key_column_usage does not work

2006-12-21 Thread Tom Lane
"Tony Marston" <[EMAIL PROTECTED]> writes: > I have the following query: > SELECT key_column_usage.*,constraint_type > FROM information_schema.key_column_usage > LEFT JOIN information_schema.table_constraints USING > (table_schema,table_name,constraint_name) > WHERE table_schema='whatever' and

Re: [BUGS] BUG #2850: Cannot select from information_schema.schemat

2006-12-21 Thread Tom Lane
"Tony Marston" <[EMAIL PROTECTED]> writes: > If I am logged on as a user other than 'postgres' and I try the query > SELECT * FROM information_schema.schemata > I get no results. Yet if I try the equivalent query > SELECT * FROM pg_namespace > I can see all the available schema names. > Why is the

[BUGS] BUG #2852: User-defined type name begins with the underscore character (_) can be created

2006-12-21 Thread Pavel Golub
The following bug has been logged online: Bug reference: 2852 Logged by: Pavel Golub Email address: [EMAIL PROTECTED] PostgreSQL version: 8.x Operating system: Windows XP Description:User-defined type name begins with the underscore character (_) can be created Detail

[BUGS] BUG #2851: Error in documentation or in code?

2006-12-21 Thread Gurjeet Singh
The following bug has been logged online: Bug reference: 2851 Logged by: Gurjeet Singh Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.0 Operating system: Windows XP Professional Description:Error in documentation or in code? Details: The documentation at h

Re: [BUGS] BUG #2849: Erroronous UPDATE syntax in documentation

2006-12-21 Thread Gurjeet Singh
On 12/21/06, Gurjeet Singh <[EMAIL PROTECTED]> wrote: The following bug has been logged online: Bug reference: 2849 Logged by: Gurjeet Singh Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.0 Operating system: Windows Description:Erroronous UPDATE syntax i

[BUGS] BUG #2850: Cannot select from information_schema.schemat

2006-12-21 Thread Tony Marston
The following bug has been logged online: Bug reference: 2850 Logged by: Tony Marston Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: Windows XP Description:Cannot select from information_schema.schemat Details: If I am logged on as a user

[BUGS] BUG #2849: Erroronous UPDATE syntax in documentation

2006-12-21 Thread Gurjeet Singh
The following bug has been logged online: Bug reference: 2849 Logged by: Gurjeet Singh Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.0 Operating system: Windows Description:Erroronous UPDATE syntax in documentation Details: The documentation at http://w

[BUGS] BUG #2848: information_schema.key_column_usage does not work

2006-12-21 Thread Tony Marston
The following bug has been logged online: Bug reference: 2848 Logged by: Tony Marston Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: Windows XP Description:information_schema.key_column_usage does not work Details: I have the following qu