<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Postgres Specify Database</title><link>http://www.bing.com:80/search?q=Postgres+Specify+Database</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Postgres Specify Database</title><link>http://www.bing.com:80/search?q=Postgres+Specify+Database</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>what does the @&gt; operator in postgres do? - Stack Overflow</title><link>https://stackoverflow.com/questions/36985926/what-does-the-operator-in-postgres-do</link><description>113 I came across a query in postgres here which uses the @&gt; operator on earth objects. I've searched everywhere, but have come up empty on the meaning of this operator (and likely others like it, eg: @&lt;, etc...). Is this documented somewhere in the postgres docs? I'm even more curious to understand what the operator does on earth objects.</description><pubDate>Fri, 10 Apr 2026 16:28:00 GMT</pubDate></item><item><title>database - What are '$$' used for in PL/pgSQL - Stack Overflow</title><link>https://stackoverflow.com/questions/12144284/what-are-used-for-in-pl-pgsql</link><description>These dollar signs ($$) are used for dollar quoting, which is in no way specific to function definitions. It can be used to replace single quotes enclosing string literals (constants) anywhere in SQL scripts. The body of a function happens to be such a string literal. Dollar quoting is a PostgreSQL-specific substitute for single quotes to avoid escaping of nested single quotes (recursively ...</description><pubDate>Mon, 13 Apr 2026 07:56:00 GMT</pubDate></item><item><title>What is the difference between `-&gt;&gt;` and `-&gt;` in Postgres SQL?</title><link>https://stackoverflow.com/questions/38777535/what-is-the-difference-between-and-in-postgres-sql</link><description>What is the difference between -&gt;&gt; and -&gt; in SQL? In this thread (Check if field exists in json type column postgresql), the answerer basically recommends using, json-&gt;'attribute' is ...</description><pubDate>Mon, 13 Apr 2026 15:55:00 GMT</pubDate></item><item><title>Restore a postgres backup file using the command line?</title><link>https://stackoverflow.com/questions/2732474/restore-a-postgres-backup-file-using-the-command-line</link><description>Enter the following command to restore your database: psql.exe -U postgres -d my_db -f D:\Backup\backup_file_name.sql Type password for your postgres user if needed and let Postgres to do its work.</description><pubDate>Mon, 13 Apr 2026 17:28:00 GMT</pubDate></item><item><title>How can I change a PostgreSQL user password? - Stack Overflow</title><link>https://stackoverflow.com/questions/12720967/how-can-i-change-a-postgresql-user-password</link><description>\password in the Postgres console. Per ALTER USER documentation: Caution must be exercised when specifying an unencrypted password with this command. The password will be transmitted to the server in cleartext, and it might also be logged in the client's command history or the server log. psql contains a command \password that can be used to change a role's password without exposing the ...</description><pubDate>Mon, 13 Apr 2026 03:09:00 GMT</pubDate></item><item><title>database - How to show tables in PostgreSQL? - Stack Overflow</title><link>https://stackoverflow.com/questions/769683/how-to-show-tables-in-postgresql</link><description>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.</description><pubDate>Mon, 13 Apr 2026 10:05:00 GMT</pubDate></item><item><title>pgadmin - pg Admin 4 - password for "postgres" user when trying to ...</title><link>https://stackoverflow.com/questions/64198359/pg-admin-4-password-for-postgres-user-when-trying-to-connect-to-postgresql-1</link><description>This will disable password for your DB. Click on any database in postgresql to use Query Tool. In Query Tool type ALTER USER postgres WITH PASSWORD 'User_password'; postgres is default username, execute it. This way you can set up a password for your DB, after that go back to the first step and change it back from trust to scram-sha-256.</description><pubDate>Sat, 11 Apr 2026 05:42:00 GMT</pubDate></item><item><title>Using psql how do I list extensions installed in a database?</title><link>https://stackoverflow.com/questions/21799956/using-psql-how-do-i-list-extensions-installed-in-a-database</link><description>How do I list all extensions that are already installed in a database or schema from psql? See also Finding a list of available extensions that PostgreSQL ships with</description><pubDate>Mon, 13 Apr 2026 03:09:00 GMT</pubDate></item><item><title>Postgres 15. permission denied for schema public - Stack Overflow</title><link>https://stackoverflow.com/questions/74110708/postgres-15-permission-denied-for-schema-public</link><description>Can't create tables in public schema as non-superuser postgres - super user. What I've done: ALTER SCHEMA public owner to postgres; CREATE USER admin WITH PASSWORD 'my-password'; GRANT USAGE,</description><pubDate>Sun, 12 Apr 2026 21:19:00 GMT</pubDate></item><item><title>PostgreSQL: Why psql can't connect to server? - Stack Overflow</title><link>https://stackoverflow.com/questions/31645550/postgresql-why-psql-cant-connect-to-server</link><description>I typed psql and I get this: psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket &amp;quot;/var/run/postgr...</description><pubDate>Sun, 12 Apr 2026 17:08:00 GMT</pubDate></item></channel></rss>