Hello,
I am trying to run a cluster command on a ver 8.2 database on port 5433.
I have the following line in my postgresql.conf file
port = 5432
I run the following from the command line with the current directory at
C:\\program files\psql\ver8.2\bin >
psql -d "MyDataBaseName" -U postgres -c "cluster game_idx_01 on game;"
It says do I have port 5432 operating, or something to that effect.
I originally had ver 8.0 at port 5432 but that has been uninstalled and dropped. There is only ver 8.2 now with databases on port 5433.
I believe I have it set to 5433 in the odbc Data source adminstrator too.
Anything that I need to be aware of besides these issues ?
Thank You! :)