Unix Technical Forum

Re: problem with postgres

This is a discussion on Re: problem with postgres within the pgsql Sql forums, part of the PostgreSQL category; --> On Wed, Feb 02, 2005 at 11:33:03PM -0200, Luiz Rafael Culik Guimaraes wrote: > i´m getting many message of ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Sql

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-19-2008, 10:55 AM
Michael Fuhr
 
Posts: n/a
Default Re: problem with postgres

On Wed, Feb 02, 2005 at 11:33:03PM -0200, Luiz Rafael Culik Guimaraes wrote:

> i´m getting many message of
> Erro:canceling query due to user request


What does the following query show?

SHOW statement_timeout;

If statement_timeout isn't 0 (zero) and if you didn't change it in
postgresql.conf, then maybe you're picking it up from a per-user
or per-database configuration. You can check such settings with
the following queries:

SELECT usename, useconfig FROM pg_user;
SELECT datname, datconfig FROM pg_database;

You can use ALTER USER or ALTER DATABASE to change the settings.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 06:34 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com