Stay organized with collectionsSave and categorize content based on your preferences.
You can use the PostgreSQLCOPY FROM STDINcommand to import data into
a PostgreSQL-dialect database. For details, seeCOPY command for importing datain thepsqlcommand-line tool reference.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Import data by using PostgreSQL COPY\n\nYou can use the PostgreSQL `COPY FROM STDIN` command to import data into\na PostgreSQL-dialect database. For details, see [COPY command for importing data](/spanner/docs/psql-commands#copy_command_for_importing_data) in the `psql` command-line tool reference."]]