Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8070273
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T13:21:58+00:00 2026-06-05T13:21:58+00:00

I know I can insert an array into a Postgres database with pg_query .

  • 0

I know I can insert an array into a Postgres database with pg_query.

INSERT into table (field) VALUES ('{{element, element},{}}')

But how about using pg_insert?

$array["field"] = "{{element, element},{}}";
$result = pg_insert($con, "table", $array);

Will the string {{element, element},{}} be actually inserted into field as a 2D Postgres array?

I’ve always wanted to test that out but currently I don’t have any PostgreSQL DB to test with..

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T13:21:59+00:00Added an answer on June 5, 2026 at 1:21 pm

    I just ran your specific example.

    (1) in Postgres:

    CREATE TABLE atable (afield text[][]);
    

    (2) in PHP:

    $array["afield"] = "{{'element', 'element'},{}}";
    $result = pg_insert($this->conn, "atable", $array);
    

    And I got the following error:

    Notice: pg_insert(): Unknown or system data type '_text' for 'afield' in ...
    

    I tried playing around with the array value: make it 2×2 array, one-dimensional, etc., etc. – the same result. I even changed the table to have the field as one-dimensional array: text[] and changed the code accordingly – and I still get the same result.

    I started digging further and found the following on PHP documentation for pg_insert:

    This function is EXPERIMENTAL. The behaviour of this function, its
    name, and surrounding documentation may change without notice in a
    future release of PHP. This function should be used at your own risk.

    Basically, it’s pretty buggy and shouldn’t be used. Interestingly, using

    pg_query("INSERT INTO...")
    

    works just fine. Hopefully, this answers your question. 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to know how I can insert data inside objects inside an array
I have a query that I know can be done using a subselect, but
Sometimes I need to insert into the table some null values, or update them
I am working on insert array value in database in php using oops.I call
I have a method insert() which inserts a list of values into a table
I am wondering the best way to insert a multidimensional array of values into
I know that you can press shift+alt+j to insert an appropriate comment template for
I know you can do bulk XML inserts into SQL Server 2005 tables from
You can know if the event stack is empty calling the gtk.events_pending() method, but
I know we can explicitly call the constructor of a class in C++ using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.