mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-25 10:23:43 +03:00
parent
2f6336ea78
commit
30a046c602
|
@ -147,7 +147,7 @@ geometric type:
|
|||
|
||||
The above function call results in the SQL command::
|
||||
|
||||
INSERT INTO atable (apoint) VALUES ((1.23, 4.56));
|
||||
INSERT INTO atable (apoint) VALUES ('(1.23, 4.56)');
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user