You need to specify where the database directory is installed to.
eg
pg_ctl restart -D [insert directory location here]
Failing that you will need to set the environment variable PGDATA. Something like
set $PGDATA = [directory location here]
Related Posts:
- missing FROM-clause entry for table
- Insert text with single quotes in PostgreSQL
- ERROR: there is no unique constraint matching given keys for referenced table “bar”
- Simulate CREATE DATABASE IF NOT EXISTS for PostgreSQL?
- Postgresql tables exists, but getting “relation does not exist” when querying
- postgresql: error duplicate key value violates unique constraint
- Postgres Error: More than one row returned by a subquery used as an expression
- What is the difference between LATERAL JOIN and a subquery in PostgreSQL?
- PostgreSQL create table if not exists
- updating table rows in postgres using subquery
- PostgreSQL visual interface similar to phpMyAdmin?
- GROUP BY and COUNT using ActiveRecord
- Postgresql column reference “id” is ambiguous
- What is a postgres superuser
- What’s the best way to search for a UPC code in a Database?
- MySQL Error: : ‘Access denied for user ‘root’@’localhost’
- SQL WITH clause example [duplicate]
- The wait operation timed out. ASP
- What is SELF JOIN and when would you use it? [duplicate]
- How do I UPDATE from a SELECT in SQL Server?
- SQL query to select dates between two dates
- MySQL “CREATE TABLE IF NOT EXISTS” -> Error 1050
- Online SQL Query Syntax Checker
- Must declare the scalar variable
- INSERT statement conflicted with the FOREIGN KEY constraint – SQL Server
- MySQL query String contains
- IDENTITY_INSERT is set to OFF – How to turn it ON?
- How to reset AUTO_INCREMENT in MySQL
- mysql Foreign key constraint is incorrectly formed error
- Can a foreign key be NULL and/or duplicate?
- Why does NULL = NULL evaluate to false in SQL server
- How do composite indexes work?
- Difference between one-to-many and many-to-one relationship
- MySQL “WITH” clause
- Error Code: 2013. Lost connection to MySQL server during query
- Sql query – getting rid of hard-coded values
- ORA-00918: column ambiguously defined in SELECT *
- ORA-00918: column ambiguously defined in SELECT *
- How To Run A Github Repository?
- How do I format date and time on ssrs report?
- SQL Switch/Case in ‘where’ clause
- How to run a SQL query on an Excel table?
- MySQL Error 1264: out of range value for column
- SQL Server reports ‘Invalid column name’, but the column is present and the query works through management studio
- How to parse XML data in SQL server table
- Remote table-Valued Function Calls are not allowed
- Determine ROW that caused “unexpected end of file” error in BULK INSERT?
- Sql query to insert datetime in SQL Server
- Difference between View and table in sql
- Exclude a column using SELECT * [except columnA] FROM tableA?
- Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 1, column 4 (Year)
- SQL selecting rows by most recent date with two unique columns
- Why is SQL server throwing this error: Cannot insert the value NULL into column ‘id’?
- ERROR 1148: The used command is not allowed with this MySQL version
- Bulk load data conversion error (truncation)
- How to order by with union in SQL?
- Difference between INNER JOIN and LEFT SEMI JOIN
- SQL conditional SELECT
- ‘CREATE PROCEDURE’ must be the only statement in the batch (Erro)
- DATEDIFF function in Oracle
- Solutions for INSERT OR UPDATE on SQL Server
- MySQL – Get row number on select
- MySQL error: Unknown column in ‘where clause’
- What is the difference between Views and Materialized Views in Oracle?
- How to truncate the text returned for a column in a MySQL query
- “select * into table” Will it work for inserting data into existing table
- ORA-01735: invalid ALTER TABLE option – Toad
- CASE IN statement with multiple values
- List of special characters for SQL LIKE clause
- Use wpdb->prepare for `order by` column name
- How To Write An Inner Join With WP Query
- Cron While Editing Post
- Update user_login, user_nicename, and display_name
- Change sticky status of posts from phpMyAdmin
- How to import a Typo3 database to a wordpress site?
- find pods item where relationship to other pod is not set
- Export SQL query based on post type
- Convert a category of posts to a custom post type using (MySQL) queries
- Connect to Ms SQL Server
- Clean up very big and very dirty database
- wpdb prepare sql problem
- How can I convert everything from category X to have post format Link
- Can Anyone provide an example of RAW SQL for SELECTING posts by 2 or more tags
- REGEXP_REPLACE in post_contet
- Bulk delete WordPress Post and all metadata, etc using SQL query
- Menu Order updating automatically
- How delete post_content records of specific category from phpmyadmin
- Reset post IDs with all post meta
- Fastest way to display 5000 post titles?
- Why does DROP TABLE-ing the `wp_options` reset my user session?
- How do I display SQL query on a specific page of my wordpress site
- How to refactor DB queries for better TTFB in WordPress?
- query sql-table and change entities
- Is it possible to utilize custom SQL for a single-post.php?
- How to handle my row actions on a custom list table in the admin section
- Backtick (MySQL norm) added to SQL Server Query causing error
- How can I avoid duplicate primary keys in SQL import?
- How to get the sum of each post with the same date
- How to dump a Microsoft SQL Server database to a SQL script?
- Postgresql: what does GRANT ALL PRIVILEGES ON DATABASE do?