Sto usando Ubuntu 14.04. Sto provando a scaricare postgresql usando questa guida . Ma quando eseguo il comando sudo apt-get install postgresql-9.4nel mio terminale, ricevo questo messaggio di errore: E: Unable to locate package postgresql-9.4 E: Couldn't find any package by regex 'postgresql-9.4' Che cosa sto facendo di sbagliato?
Sto cercando di installare PostgreSQL 9.6 in Ubuntu 18.04 tramite Ubuntu Software Center e digitare dal terminale sudo apt-get install postgresql-9.6 secondo la documentazione ufficiale https://www.postgresql.org/download/linux/ubuntu/ Create the file /etc/apt/sources.list.d/pgdg.list and add a line for the repository deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main Import the repository signing key, and update the package …
Ho Postgresql 9.1.1 nel mio Ubuntu 12.04 che è stato installato a causa di aggiornamenti automatici e ogni volta che lo disinstallo usando il comando: sudo apt-get --purge remove postgresql-9.1.1 Viene visualizzato un errore che dice: E: Unable to locate package postgresql-9.1.1 E: Couldn't find any package by regex 'postgresql-9.1.1 …
Ho installato il pacchetto postgresql-8.4 con le opzioni predefinite. Tutto ha funzionato bene, tuttavia non riesco a riuscire a creare database unicode: -- This doesn't work createdb test1 --encoding UNICODE -- This works createdb test2 Il messaggio di errore, createdb: database creation failed: ERROR: new encoding (UTF8) is incompatible with …
Voglio creare un utente che abbia accesso solo a un database specificato. Tuttavia, dovrebbe avere tutte le autorizzazioni. Uso Postgresql 9.5 su Ubuntu 14.04. Quindi, prima di tutto, creo un nuovo utente: $createuser --interactive joe Shall the new role be a superuser? (y/n) n Shall the new role be allowed …
Ho un server Ubuntu 14.4 con apache2 e php 7.1.6. Ho anche PostgreSQL 9.3 installato su di esso. Ora ho bisogno di connettermi a questi dati dal codice php, usando PDO. Ho provato quanto segue: Installa il driver Pgsql con: sudo apt install php7.0-pgsql Ora, quando provo ad abilitare i …
Come installare pgAdmin 4 su Ubuntu 16.04? Mancanza di informazioni sulla homepage. https://www.pgadmin.org/ https://www.postgresql.org/ftp/pgadmin3/pgadmin4/
Ho installato due server PostgreSQL sul mio computer. Uno è 9.1 e l'altro è 9.3. Ho bisogno di entrambi i server installati. Quando eseguo pg_dump, tuttavia, viene visualizzato un errore di mancata corrispondenza della versione: server version: 9.3.6; pg_dump version: 9.1.15 pg_dump: aborting because of server version mismatch Come posso …
ovunque vedo le guide per Postgre, sembra essere nella versione 8.4. In tal caso l'istruzione è: sudo -u postgres psql < /usr/share/postgresql/8.4/contrib/adminpack.sql quella posizione apparentemente non esiste nella directory 9.1. Qualcuno può indicarmi come farlo funzionare (necessario per pgadmin)?
Non so se questa domanda appartiene qui, ma ci proverò. Ciao. Sto eseguendo Ubuntu 11.10 dual-boot con Windows Vista sul mio computer. Su Ubuntu ho installato RVM, rails gem e PostgreSQL (il server postgres, il client e altri pacchetti come libpq5, perché l'ho installato tramite Software Center). Sto cercando di …
Non riesco a installare libpq-dev per postgresql, ho provato sudo apt-get install libpq-dev e uscita Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages …
Sto eseguendo postgresql9.3 e postgis2.1, funziona benissimo. Quando ho installato QGIS usando i seguenti comandi: sudo apt-get update sudo apt-get install qgis Dopo aver installato QGIS, PostGis non funziona. Quando ho provato a eseguire una query spaziale, mostra l'errore: could not access file "$libdir/postgis-2.1": No such file or directory Quindi …
Su Ubuntu 14.04 l'ho fatto per ottenere gli ultimi postgres: sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - sudo apt-get update sudo apt-get upgrade Quindi ho installato la versione 9.4: sudo apt-get install postgresql-9.4 Tuttavia sembra che …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.