Skip to main content

Questions tagged [postgresql-8.4]

0 votes
2 answers
220 views

We recently suffered a power/connectivity outage at a data center housing two PostgreSQL 8.4 secondary servers, that remotely back up our two primaries via log-shipping replication. Backup power kept ...
Clovis_Sangrail's user avatar
4 votes
1 answer
248 views

I have a PostgreSQL 8.4 installation, and I have configured the archive_timeout setting to 5 minutes to improve the odds that I always have complete WAL file to apply in case of system failure. ...
TSG's user avatar
  • 193
4 votes
1 answer
16k views

I need version 8.4 for a legacy system, but EnterpriseDB (the official link) only shows 9.x On the PostgreSQL FTP Mirror I see the 8.4.22 binary, but only have binary for solaris:
Juan Carlos Oropeza's user avatar
1 vote
1 answer
854 views

I have a table with a row count of 985 records. But it is really slow to query this table. # select count(*) from movie; count ------- 985 Then I perform query using EXPLAIN ANALYZE The row ...
Jason's user avatar
  • 113
1 vote
1 answer
2k views

I'm attempting to run this query GRANT USAGE ON [db].users_uid_seq TO [user]; db and user are redacted (obviously). I get this error: ERROR: syntax error at or near "GRANT" I've tried a number of ...
Dan Truitt's user avatar
1 vote
0 answers
124 views

For a DR test, I've tried to split the slave from the master. To do this, I edited the master postgresql.conf, turned off archive_mode and restarted. No problem. Now I'm trying to make the slave a ...
RonJohn's user avatar
  • 694
2 votes
1 answer
959 views

I have a fairly large java webapp system that connects to a postgres8.4 db on rhel. This app only does inserts and reads. This has been running without issue for 2.5 years and for the last year or so ...
Scary Wombat's user avatar
0 votes
1 answer
71 views

I have a postgresql v8.4 database. I need to update several hundred tables with about 3 million rows of data each. The customer wants a new column added (which I added) and now I'm trying to update ...
djm's user avatar
  • 103
6 votes
1 answer
5k views

Problem: A user of some application executes a report which involves a heavy sql query. After some minutes, the user then quits the application (or even worse, the app crashes, or the connection to ...
Federico Cristina's user avatar
1 vote
1 answer
2k views

I saw this error when trying to perform the following insert into a PostgreSQL 8.4.20: java.sql.BatchUpdateException: Batch entry 12 insert into perf_raw_2017_03_16 values ('3129', '182', '818', '...
JohnEye's user avatar
  • 193
20 votes
7 answers
7k views

I have a situation I think can be solved using window function but I'm not sure. Imagine the following table CREATE TABLE tmp ( date timestamp , id_type integer ) ; INSERT INTO tmp (date, id_type) ...
Lelo's user avatar
  • 303
0 votes
1 answer
115 views

I have a schema foo_bar but also foo_x. During a particular session, is it possible to just set foo_bar to bar in PostgreSQL (8.4)?
Eduardo Diaz's user avatar
1 vote
1 answer
973 views

I'm attempting an operation on a pg_class c, but getting this: ERROR: function pg_indexes_size(oid) does not exist LINE 10: , pg_indexes_size(c.oid) AS index_bytes ...
Harald Nordgren's user avatar
0 votes
1 answer
449 views

In the /var/lib/pgsql/data/base Postgres that in version 8.4 and it was identified that the error single bank is with 37G which is absurd, is not already realized vacuum full declined nothing and also ...
Ramos's user avatar
  • 1
2 votes
1 answer
1k views

I have a small ~10G PostgreSQL 8.4 database used for development that has filled up the /var directory and is now unusable. I am unable to connect to the database in this state to delete any data or ...
Boo Radley's user avatar

15 30 50 per page