We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I compile yours example under "postgresql-9.6.2"
But I have:
`INSERT INTO urls VALUES ('1'); INFO: got url=1V !?
INSERT INTO urls VALUES ('1000000000000000000'); INFO: got url=1000000000000000000 OK
INSERT INTO urls VALUES ('22'); INFO: got url=2200000000000000000 !!!!??
INSERT INTO urls VALUES ('22aaaaa'); INFO: got url=22aaaaa000000000000 ` So how cleanup return ???
I really need HELP. I stop use 'C' many/many years ago.
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I compile yours example under "postgresql-9.6.2"
But I have:
`INSERT INTO urls VALUES ('1');
INFO: got url=1V !?
INSERT INTO urls VALUES ('1000000000000000000');
INFO: got url=1000000000000000000 OK
INSERT INTO urls VALUES ('22');
INFO: got url=2200000000000000000 !!!!??
INSERT INTO urls VALUES ('22aaaaa');
INFO: got url=22aaaaa000000000000
`
So how cleanup return ???
I really need HELP. I stop use 'C' many/many years ago.
Thanks!
The text was updated successfully, but these errors were encountered: