Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6838763
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:38:10+00:00 2026-05-26T23:38:10+00:00

I have a PostgreSQL DB at my computer and I have an application that

  • 0

I have a PostgreSQL DB at my computer and I have an application that runs queries on it.

How can I see which queries has run on my DB?

I use a Linux computer and pgadmin.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T23:38:10+00:00Added an answer on May 26, 2026 at 11:38 pm

    Turn on the server log:

    log_statement = all
    

    This will log every call to the database server.

    I would not use log_statement = all on a production server. Produces huge log files.
    The manual about logging-parameters:

    log_statement (enum)

    Controls which SQL statements are logged. Valid values are none (off), ddl, mod, and all (all statements). […]

    Resetting the log_statement parameter requires a server reload (SIGHUP). A restart is not necessary. Read the manual on how to set parameters.

    Don’t confuse the server log with pgAdmin’s log. Two different things!

    You can also look at the server log files in pgAdmin, if you have access to the files (may not be the case with a remote server) and set it up correctly. In pgadmin III, have a look at: Tools -> Server status. That option was removed in pgadmin4.

    I prefer to read the server log files with vim (or any editor / reader of your choice).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this Trigger in Postgresql that I can't just get to work (does
I have a PostgreSQL\PostGIS spatial database which contains Hebrew text columns. The system runs
I have a postgresql database that has this column structure: Author id name Book
I have postgresql (in perlu) function getTravelTime(integer, timestamp), which tries to select data for
I have a Postgresql database on which I want to do a few cascading
Background: I have a PostgreSQL (v8.3) database that is heavily optimized for OLTP. I
I have a PostgreSQL database for my Rails application. In the schema named 'public'
I have an existing PostgreSQL database that I'm using for a new Django site.
I have installed PostgreSQL on my FreeBSD 8.2 box. How can I open the
I'm trying to run a PHP script which has pg_connect($connection_string) and it just crashes

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.