About 1,030,000 results
Open links in new tab
  1. PostgreSQL: Bash Shell Script to execute psql command in UNIX / LINUX

    Mar 4, 2019 · I recently started to create UNIX / LINUX Bash Shell script for enhancing my PostgreSQL DBA Work. You can create a Bash shell script and can connect PostgreSQL …

  2. Run a PostgreSQL .sql file using command line arguments

    Mar 16, 2012 · Walk through on how to run an SQL on the command line for PostgreSQL in Linux: Open a terminal and make sure you can run the psql command: psql --version which psql …

  3. Shell script to execute pgsql commands in files - Stack Overflow

    Dec 22, 2011 · psql -c 'CREATE DATABASE my_db TEMPLATE mytemplate1' The command option -c makes psql execute a single SQL command string. Can be multiple commands, …

  4. postgreSQL - psql \i : how to execute script in a given path

    I'm new to postgreSQL and I have a simple question: I'm trying to create a simple script that creates a DB so I can later call it like this: psql -f createDB.sql I want the script to call other …

  5. psql command line tutorial and cheat sheet - postgres

    Run psql with -U (for user name) followed by the name of the database, postgres in this example: To connect your remote PostgreSQL instance from your local machine, use psql at your …

  6. How to Execute PostgreSQL Commands Inside Unix Shell Scripts

    Mar 26, 2010 · Question: How do I executed PostgreSQL Commands inside a Linux / UNIX shell script? Answer: With the help of the psql interactive terminal, you can execute the psql …

  7. How to Run a .SQL File in PostgreSQL: A Step-by-Step Guide for ...

    Oct 30, 2023 · Running SQL Scripts from the psql Command Line. psql is an interactive terminal program that comes included with all PostgreSQL distributions. It allows you to connect to …

  8. postgresql - Shell script to execute psql command - Unix & Linux

    Mar 23, 2015 · For instance, insert the line echo "Running postgis.sql" just before psql -d "kokodb" -f /usr/share/postgresql/9.4/contrib/postgis-2.1/postgis.sql and so on. This will help you …

  9. How do I execute/run a .sql file in PostgreSQL 9.2.6 + CentOs

    I would like to know how to execute a .sql file in PostgreSQL. I'm using CentOs 6.4. I have created a database and just need to run a script given to me to create tables. Thanking you in …

  10. How to Run a PostgreSQL .sql File from the Command Line?

    Dec 23, 2024 · Learn to run PostgreSQL .sql files using command line with psql. Execute SQL scripts easily with examples and tips for remote connections and error handling.

  11. Some results have been removed
Refresh