Skip to content
New issue

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

Error proceso almacenado #280

Open
Seba1321 opened this issue Jun 29, 2023 · 3 comments
Open

Error proceso almacenado #280

Seba1321 opened this issue Jun 29, 2023 · 3 comments
Assignees

Comments

@Seba1321
Copy link

al ejecutar mi proceso almacenado me da el siguiente error y no entiendo el por que? Error al actualizar el stock del producto: ERROR: function actualizar_stock(integer, integer, integer) does not exist LINE 1: SELECT actualizar_stock(1047, 40, 2) ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts.

Ya revise los datos que entregaba y esta todo bien y tambien revise que la funcion existiera en mi bd pero sigue sin funcionar.

@Paldana99
Copy link

Cargaste correctamente la funcion en tu bdd con \i nombre_funcion.sql ?

@Dominique236
Copy link

Hola, en que parte se usa "\i nombre_funcion.sql" ? Lo intente en la misma carpeta donde están los archivos .sql y me dice la funcion "i" no exite y también después del comando psql y tampoco me funciona porque dice que el archivo no existe.

@Paldana99
Copy link

\i es una función de psql, por lo que se debe de hacer en esa consola.
Si el archivo se encuentra dentro de una carpeta debes dar el path completo ver #283

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants