From: | "Jonathan M(dot) Gardner" <jgardner(at)jonathangardner(dot)net> |
---|---|
To: | "Jander" <jander(at)tecsoft(dot)com(dot)br> |
Cc: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: Break a report in Run Time |
Date: | 2004-03-11 16:22:01 |
Message-ID: | 200403110822.06241.jgardner@jonathangardner.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thursday 11 March 2004 9:11 am, Jander wrote:
> I need to abort the SQL process running in DB Server.
>
If you are in psql, you can cancel any query with CTRL-C. Otherwise, you
can kill the process running the query using the "kill" command. If that
doesn't work you can kill (but not -9!) the backend process handling your
query.
>
> ----- Original Message -----
> From: "Jonathan Gardner" <jgardner(at)jonathangardner(dot)net>
> To: "Jander" <jander(at)tecsoft(dot)com(dot)br>
> Cc: <pgsql-sql(at)postgresql(dot)org>
> Sent: Wednesday, March 10, 2004 6:09 PM
> Subject: Re: [SQL] Break a report in Run Time
>
> > On Wednesday 10 March 2004 10:23 am, Jander wrote:
> > > I have a application with a lof of reports. I need
> > > to break a report in Run Time. How can I do this?
> >
> > Could you clarify what you mean by "break a report in run time"?
> >
> > --
> > Jonathan Gardner
> > jgardner(at)jonathangardner(dot)net
> >
> > ---------------------------(end of
> > broadcast)--------------------------- TIP 4: Don't 'kill -9' the
> > postmaster
- --
Jonathan Gardner
jgardner(at)jonathangardner(dot)net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQFAUJIpqp6r/MVGlwwRAi8eAJ4q9UHzimQtlR3I+XdGICvfF8ZfbgCdHU6q
77RNJ+5WBwAwrZ1pbD+7meg=
=BsCQ
-----END PGP SIGNATURE-----
From | Date | Subject | |
---|---|---|---|
Next Message | scott.marlowe | 2004-03-11 16:28:43 | Re: randomized order in select? |
Previous Message | mallah | 2004-03-11 16:03:42 | Re: Tsearch2 question: getting histogram of the vector elements |