![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm attempting to debug a script that should perform a simple INSERT of values, but for some reason doesn't. The insert appears to occur without error, printing "INSERT 18015 1 upon completion." Nonetheless, no data values appear to be added to the table when queried in psql. Questions: - What does the status msg, "INSERT 18015 1," refer to? |
- Is there something clever I can access -- besides this list -- soI can peek inside INSERT 18015 1 to see what pgres is thinking about? |
#3
| |||
| |||
|
|
I'm attempting to debug a script that should perform a simple INSERT of values, but for some reason doesn't. The insert appears to occur without error, printing "INSERT 18015 1 upon completion." Nonetheless, no data values appear to be added to the table when queried in psql. Questions: - What does the status msg, "INSERT 18015 1," refer to? - What is this output called? (So I can search the documentation for it.) - Is there something clever I can access -- besides this list -- soI can peek inside INSERT 18015 1 to see what pgres is thinking about? Note that when I perform the INSERT by hand in psql, the row of data is entered without incident. |
#4
| ||||
| ||||
|
|
I'm attempting to debug a script that should perform a simple INSERT of values, but for some reason doesn't. The insert appears to occur without error, printing "INSERT 18015 1 upon completion." Nonetheless, no data values appear to be added to the table when queried in psql. |
|
Questions: - What does the status msg, "INSERT 18015 1," refer to? |
|
- What is this output called? (So I can search the documentation for it.) |
|
Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a tool for doing 5% of the work and then sitting around waiting for someone else to do the other 95% so you can sue them. |
#5
| |||
| |||
|
|
I'm attempting to debug a script that should perform a simple INSERT of values, but for some reason doesn't. The insert appears to occur without error, printing "INSERT 18015 1 upon completion." Nonetheless, no data values appear to be added to the table when queried in psql. Questions: - What does the status msg, "INSERT 18015 1," refer to? - What is this output called? (So I can search the documentation for it.) - Is there something clever I can access -- besides this list -- soI can peek inside INSERT 18015 1 to see what pgres is thinking about? Note that when I perform the INSERT by hand in psql, the row of data is entered without incident. Thanks in advance! Scott ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo (AT) postgresql (DOT) org) |
![]() |
| Thread Tools | |
| Display Modes | |
| |