Primary interactive terminal for PostgreSQL. NOT a synonym for PostgreSQL.
0
votes
1answer
18 views
Postgres COPY FROM csv file- No such file or directory
I'm trying to import a (rather large) .txt file into a table geonames in PostgreSQL 9.1. I'm in the /~ directory of my server, with a file named US.txt placed in that directory. I set the search_path ...
0
votes
1answer
15 views
psql \copy command error when executing from c++ program
ERROR: syntax error at or near "\"
LINE 1: \copy mytable FROM urishFile WITH (FORMAT csv, DELIMITER ','...
^
I am getting this error when running command from c++ program.
command = ...
1
vote
1answer
22 views
postgres password less connection not working from shell script
I have made required entries in .pgpass file with file permission set to 0600.
I am able to connect to db form shell command line without giving the password.
But when I run a shell script which ...
0
votes
1answer
20 views
psql uppercase backreferenced string in regexp_replace
I have a string, that was previously processed with initcap(), and I wanto to uppercase part of it.
To be specific - I want to uppercase basic roman digits that might occur.
To be even more specific ...
1
vote
2answers
27 views
insert bash-variables in psql-command
I'm going crazy while trying to insert bash-variables in a psql commands as connection paramters as well as variables in the command itself. The following example works properly:
psql -U postgres -h ...
0
votes
2answers
44 views
Number of reference exist in another tables - PostgreSQL
I have more than 100 tables. User table is one among them. User related with multiple table. If i'm going to delete an user, i need to check any user table reference exist in other tables. So i need ...
0
votes
1answer
18 views
PostgreSQL set a table age based on a date
I've run into a problem with my postgreSQL database. I have a table with a name, date of birth, and age.
CREATE TABLE guy
(name VARCHAR(10),
dob DATE,
...
0
votes
1answer
29 views
Unable to restore pg_dump backup
I'm trying to restore backup from Postgres 9.1.1, which was created by:
pg_dump mydb > backup.sql
restore on Postgres 9.1.9
psql -d mydb -f backup.sql
I'm getting this error:
...
-2
votes
2answers
16 views
Is there a psql client config file analogous to $HOME/my.cnf for mysql ? [closed]
That is, a local file on the client machine with default "host", "port", "user" values, etc., so that I don't have to enter them on the command line each time?
0
votes
1answer
32 views
psql seems to timeout with long queries
I am performing a bulk copy into postgres with about 80GB of data.
\copy my_table FROM '/path/csv_file.csv' csv DELIMITER ','
Before the transaction is committed I get the following error.
...
0
votes
1answer
51 views
Dump CSV into Postgresql table
below is my whole procedure to dum data from a file to POSTGRESQL-8.0 on RedHAt-7.2
now my issues is for every ROW the trigger is getting called and the procedure is executing .
I want to do is once ...
1
vote
3answers
65 views
psql shortcut for frequently used queries? (like Unix “alias”)
Is it possible to somehow create aliases (like Unix alias command) in psql?
I mean, not SQL FUNCTION, but local aliases to ease manual queries?
0
votes
1answer
18 views
Psql script not committing when executed from Java
I have a .bat file that executes the psql command to import a SQL script file. When I execute the .bat file from Windows command line, it executes correctly. But when I call the .bat file from Java ...
0
votes
1answer
66 views
psql org.postgresql.util.PSQLException: FATAL
I just start to install and run eclipse to access to psql server. And running windows 7 32 bits
I just set up the basic form for web app form in the eclipse.
in the content.xml file i have..
...
1
vote
1answer
16 views
Does pgdb prevent against injection attacks?
I have a piece of code like this:
db = pgdb.connect(
database=connection['database'],
user=connection['user'],
host=connection['host'])
cursor = db.cursor()
# ask database
query = '''
...
1
vote
0answers
14 views
Mismatch between size computed from pg_buffercahce Vs shared_buffers in postgresql? [migrated]
I have a rather naive question regarding the size of shared_buffers computed from pg_buffercache and the shared_buffers size mentioned in postgresql.conf. Based on my understanding pg_buffercache ...
0
votes
1answer
72 views
How to solve PostgreSQL pgAdmin error “Server instrumentation not installed” for adminpack?
PostgreSQL 9.1 pgAdmin III on Ubuntu is giving this warning:
Guru Hint - Server instrumentation not installed
Server Instrumentation
The server lacks instrumentation functions.
pgAdmin II uses some ...
0
votes
0answers
21 views
Postgresql pgAdmin COPY issue
I have an sql script which creates a table and then populates it with a COPY FROM STDIN command.
The issue i am facing here is that the sql runs fine from the command line but pgAdmin gives me a ...
0
votes
1answer
67 views
How to create hierarchical json using data from a psql database?
I am using php to connect to my psql database and have some initial code to connect to a database, access a table and set a column to an array etc. I, however, have been struggling to get my data into ...
1
vote
1answer
48 views
Is pg_test_fsync contrib module in postgresql 9.2 deprecated?
I have installed postgresql 9.2.4 on my machine with Ubuntu 12.04.1 LTS. Based on this documentation page (http://www.postgresql.org/docs/9.2/static/pgtestfsync.html), it seems *pg_test_fsync* contrib ...
0
votes
1answer
59 views
piping insert commands into psql tool
I need to create a perl script that takes in 2 parameters (int runid and int iters) which will then populate a table in the postgresql database by inserting a random number with the associated runid ...
1
vote
1answer
82 views
psql - loop variable of loop over rows must be a record or row variable or list of scalar variables
Here is my simple anonymous code block:
do $$
declare foo varchar(50) := '';
begin
for a in
select a from (values('foo'), ('bar'), ('fooBar')) s(a)
loop
foo := a;
print ...
0
votes
1answer
65 views
Convert postgresql column from character varying to interger
I'm trying to change a column type from "character varying(15)" to an interger.
If i run "=#SELECT columnX from tableY limit(10);" i get back:
columnX
----------
34.00
12.00
7.75
18.50
4.00
11.25
...
0
votes
0answers
8 views
A way to detect last transaction status in psql?
I am writing a psql script. The problem is as script gets longer, it becomes harder to find error. Especially, the operation is wrapped by a transaction.
So I want to stop execution of entire script ...
0
votes
0answers
41 views
How to specify path for Postgresql? [closed]
I have a backup database in the path: E:\Btrining.Backup
I am trying to execute:
psql test < E:\Btrining.Backup
but it doesn't work. Any ideas?
I am using Postgresql 9.2 on Windows 7.
2
votes
1answer
31 views
How to use psql with SSL key?
How to connect to a PostgreSQL server using psql with SSL key just like ssh -i $KEY?
0
votes
1answer
41 views
Postgresql 9.2 ??? symbols
I've installed pg 9.2 on Ubuntu 12.04
$ psql
psql: ?????: ???? "varan" ?? ??????????
How to configure it to output correct symbols?
0
votes
1answer
31 views
How can I find the number of connections currently active in PostgreSQL?
I intend to write a script to alert me when the number of connections active in my PostgreSQL server exceeds a certain threshold. Where can I find this number in a form I can use for comparison in a ...
0
votes
2answers
62 views
psql - how to flush database content without dropping table
I have a table in my db called 'mytable'. I'd like to clear it so that I can continue to collect and analyze 'fresh data' from it.
Something like
conn = psycopg2.connect(database = mydb_name, host ...
0
votes
1answer
65 views
Relation “pk” already exists in Postgresql 9.1
I am new to Postgres/PostGIS, currently following a PostGIS book. When I tried one of their example's query, I get the error below stating that the relation "pk" already exists. Does this mean that 2 ...
0
votes
1answer
166 views
postgres - find out sql query from transaction id
I am running
select * from pg_lock;
to get transactions with exclusive locks.
Once I know the transaction id that has exclusive lock, how can I find out sql query that is associated with that ...
0
votes
0answers
31 views
How to update PSQL database when array is Javascript is updated?
I am trying to combine PHP and Javascript, so that I get my data from the db in psql. So far, I am able to obtain the column I need, and set an array equal to this data. And then I am equating a js ...
0
votes
1answer
45 views
Duplicate key during import in PostgreSQL
I am following an PostgreSQL book, and had to import a CSV file into a table census.lu_tracts.
Problem: When performing the INSERT query as shown below, I get the error:
ERROR: duplicate key value ...
1
vote
2answers
45 views
List tables in a Postgresql Schema
When I do a \dt in psql I only get a listing of tables in the current schema (public by default).
How can I get a list of all tables in all schemas or a particular schema?
0
votes
2answers
58 views
escaping quotes in psql command for fabric script
building on this question, I'm trying to delete all tables in my postgresql database with a fabric command. The bash command I'm trying to run is
#!/bin/bash
TABLES=`psql $PGDB -t --command "SELECT ...
2
votes
1answer
143 views
Run batch file with psql command without password
I am trying to execute this psql command using a batch script:
psql --host=localhost --dbname=<dbname> --port=<Port Number>
--username=<dbuser> --file=C:\PSQL_Script.txt ...
0
votes
1answer
51 views
Why psql can't find relation name for existing table?
Here' my current state.
Eonil=# \d+
List of relations
Schema | Name | Type | Owner | Size | Description
...
0
votes
1answer
382 views
postgresql could not connect error.
Here is my error.
PG::Error - could not connect to server: Connection refused
Is the server running on host "localhost" (::1) and accepting
TCP/IP connections on port 5432?
could not connect ...
0
votes
2answers
76 views
Connecting to other database postgresql JDBC
I am working on program in Java that can connect to PostgreSQL multiple databases. Problem occurs when I want to reconnect to other database on the same server. I am using JDBC postgresql driver and ...
0
votes
1answer
27 views
How to properly edit path in .profile
Everytime I try to run psql on my mac 10.8 I get the error message:
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on ...
1
vote
2answers
388 views
postgresql port confusion 5433 or 5432?
I have installed postgresql on OSX. When I run psql, I get
$ psql
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix ...
0
votes
0answers
38 views
PL/Python error when parametrizing a create table
I am running a bunch of cleanup scripts that are parametrized by dates on PostgreSQL 8.3 database.
I am just trying to parametrize a bunch of code with a couple of date variables and testing the ...
0
votes
1answer
96 views
Querying postgresql using psql command in bash throws ERROR: relation “testschema.testtable” does not exist
On running the below command in bash throws:
ERROR: relation "testschema.testtable" does not exist.
Command line:
psql -h "localhost" -d "postgres" -U "postgres" -c "select * from ...
0
votes
1answer
44 views
I always get an error when typing commands in psql but not if I copy past the command
Every time I type a command in psql it throws an error, but if I copy and paste the exact same command it works. For example, I typed this:
# GRANT ALL PRIVILEGES ON DATABASE db_name TO user;
and ...
1
vote
1answer
140 views
How do I enable logging with Postgres.app on OS X?
Running Mountain Lion. Installed PostgreSQL via Postgres.app. Using postgres for Django via PyCharm. I've read multiple SO and blog posts about getting this to work, and logs simply are not being ...
0
votes
0answers
65 views
Postgres not looking at the right pg_hba.conf file?
I recently uninstalled postgres (not sure if I did it properly. I used homebrew to uninstall it and also manually deleted whatever showed up on locate psql in my Terminal. Then I installed ...
3
votes
3answers
118 views
Function Getting the right week number of year
I want to create a function to get the right week number of year.
I already posted here to find a 'native' solution, but apparently there is not.
I tryed to create funcrtion based on this mysql ...
0
votes
1answer
26 views
PostgreSQL Stored Procedure Name of User
I was wondering if there was a way to detect the log in name of the user executing the query which triggers a stored procedure? Say, I have a trigger on table_a that fires when a particular column is ...
0
votes
1answer
86 views
PSQL: Purpose of Trigger Function
How is trigger function different from 'regular' functions? And is it absolutely necessary in creating a trigger?
For example, in this case:
-- Trigger function
CREATE FUNCTION ...
0
votes
0answers
80 views
psql command not found
I am using Mac OS X 10.5.8. I installed Postgresql 9.1 using macports, which has installed it in /opt/local/lib/postgresql91 and created a bin folder with psql and other unix executable files.
As far ...





