About 9,280,000 results
Open links in new tab
  1. what does the @> operator in postgres do? - Stack Overflow

    May 2, 2016 · 108 I came across a query in postgres here which uses the @> operator on earth objects. I've searched everywhere, but have come up empty on the meaning of this operator …

  2. What is the default password for Postgres - Stack Overflow

    I have just installed Postgres 9.3 on Windows 7. The installation completed successfully. It has never asked me to provide the password for postgres user. The service postgresql-x64-9.3 is …

  3. database - How to show tables in PostgreSQL? - Stack Overflow

    56 First login as postgres user: sudo su - postgres connect to the required db: psql -d databaseName \dt would return the list of all table in the database you're connected to.

  4. I forgot the password I entered during PostgreSQL installation

    I either forgot or mistyped (during the installation) the password to the default user of PostgreSQL. I can't seem to be able to run it, and I get the following error: psql: FATAL: password

  5. Difference between LIKE and ~ in Postgres - Stack Overflow

    Sep 17, 2012 · You can specify a full range of regular expression wildcards and quantifiers; see the documentation for details. It is certainly more powerful than LIKE, but should only be used …

  6. postgresql - postgres default timezone - Stack Overflow

    Jul 12, 2011 · That answer shows how to set a Postgres-specific configuration parameter with the following: SET timezone TO 'UTC'; …where timezone is not a SQL command, it is the name of …

  7. How to drop a PostgreSQL database if there are active …

    Mar 23, 2011 · I need to write a script that will drop a PostgreSQL database. There may be a lot of connections to it, but the script should ignore that. The standard DROP DATABASE db_name …

  8. sql - How to log PostgreSQL queries? - Stack Overflow

    Apr 6, 2009 · The quoted statements work in Postgres 9.4 or later, but the leading paragraph is false. Setting log_statement = all in postgresql.conf for the respective database cluster - like …

  9. What is the format for the PostgreSQL connection string / URL?

    Aug 27, 2010 · What is the format for the PostgreSQL connection string (URL postgres://...) when the host is not the localhost?

  10. How to increase the max connections in postgres? - Stack Overflow

    Jun 11, 2015 · 16 If your postgres instance is hosted by Amazon RDS, Amazon configures the max connections for you based on the amount of memory available.